what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / chintu
automation frame works, just simplifies the complex
problems and gives effective result, so that any one even
after our roles can understand, provided he shud be a test
automation engineer as well
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain step generator in qtp?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is fragmentation and paging?
How do we analyze the checkpoint results?
What is the difference between call to existing action and copy of an action?
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
How do I get the QTP scripts result in xml format by using vb script function?
what testplan contents and what test strategy contents,what is the diff b/w them
How the exception handling can be done using quicktest professional?
what is the difference between data driver & data driven and driver script?
write a script to verify the image path(src property) of the images which are in web pages.
banking project description for software tester
Explain the difference between data driven testing and parameterization ?
What are metrics and matrix?