What is data driven testing in QTP?
Answer Posted / vinay
Data-Driven Testing is re-testing the functionality with
different test data (input/output) values are for
read/write from the data files. The data files are prepared
by the user and those column values parameterized in the
script file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to test fly out menu in qtp?
What is the extension of the qtp local repository?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What are the 3 main stages involved in testing with qtp?
What is the Difference between test object and run time object?
Explain the Different types of QTP test assets and their extensions?
what is keyword driven testing in qtp?n how is it useful?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
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
Have you faced any problems with object repository?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What are the views available in quicktest professional (qtp)?