1.what is the extension of action template?
2.what are the strengths and weaknesses of Keyword driven
framework?
3.how qtp identify runtime objects?
Answer Posted / prasanna
1. .mst
2. it will take more time to build the framework
but we can automate more tc's /day compared to other fws
3. it will check for the objects that exactly matches the
description either in OR or in the script
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
what r the main attributes of test automation?
Explain the concept of object repository and how QTP recognizes objects?
Where we can use the analog mode and where we can use the low – level mode?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What is checkpoints for quicktest professional (qtp)?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How can i check items sorted or not in a weblist ? Give me the script for this...
terminal services client
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Explain the terms test and business component?
Explain xml checkpoints.
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How to delete an object from the object repository?