如何使QTP中的联系内容趋于平衡?
我的申请中有一则命令。 我点击了这一数字,以找到细节。 QTP将这种联系作为一条环节予以拯救。 现在,我想看到另一个命令的细节。 我的定点数已经降低。 现在,QTP从数据表上取出新的编号。 但是,由于所节省的环节是以前的命令,所以秩序不是新秩序。
如何使QTP中的联系内容趋于平衡?
我的申请中有一则命令。 我点击了这一数字,以找到细节。 QTP将这种联系作为一条环节予以拯救。 现在,我想看到另一个命令的细节。 我的定点数已经降低。 现在,QTP从数据表上取出新的编号。 但是,由于所节省的环节是以前的命令,所以秩序不是新秩序。
如果你采用描述性方案规划,则通过变量对目标描述进行参数化。
例:
[...].Link("name:=order" & intOrderNumber)
如果你通过存放处绘制地图,则直接将财产价值计为数据表。 你可以找到一个很好的解释,在QTP的帮助下进行筛选。
说明。 第一次检查这种联系的财产,每次变更都与订单号码(姓名、显示名称等)。 然后使用以下财产名称:
B(...).p(...).link("propertyname:="&ordernumber,"index:=0")
http://www.un.org/Depts/DGACM/index_french.htm
你可以用描述性方案来计算,或者你也可以用我不建议的目标存放处来计算。 您可以到该纽扣地存放地的Click,在那里,你可以通过试样点击来找到+信号,并添加描述特性“Outerhtml”和参数或使用常规表述。 您也可以从目标存放处分立。 然而,将物体添加到物库只会使事情变得缓慢。 描述性方案规划更好。
I have a weblist or drop down list in my application which consist of many items. I don t know the count but I need to validate the following - Validate that none of the items are duplicated Verify ...
I am trying to make simple testing but failed because I have no clue how to handle with browser title that changes during the testing. Simple example: Google>Find "blabol" Once its done, the browser ...
我从QTP开始,仅仅找不到如何获得要素的价值。 例如,当我只想比较一下从山洞中发现的成果数量时。 我试图用物体选择这个要素......
How to record ENTER button that we use through the keyboard in QTP for applications
I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination ...
Is it possible invoke the SOAP API which returns object of some class or which takes the object of class as input parameter via QTP web-service addin? Is there any way to call overloaded API via QTP ...
Please suggest which tool should I use - QTP, RIATest, Selenium for Flex Application Functional Automation Testing. Please help me compare them with different advantages and disadvantages. Any help ...
I ve been taking a quick look at QTP with one of our test team. We ve figured out some basics like recording a test, capturing text using output values, putting in check points, etc. However, I can ...