What is the diff between doing parametarisation using Data
Driven wizard or manually. when do we go for manual
para...and when do we use Data driver wizard..can anybody
answer it ..Thanks in advance
Answer Posted / divya pasupuleti
In web based applications doing manually parametrization is
very very difficult parametrization is nothing but testing
one content of your application with many examples and it
is a repeated process so it is very difficult to do manually
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
By using QTP can we record any log files written by the application which is in execution?
QTP script is not working on other's machine..
How can you give wait up to 10 seconds in qtp?
How the exception handling can be done using quicktest professional?
The hybrid framework can be implemented for any application. Is it true?
What are private functions in QTP? How they can be called from the function library?
What is system testing and what are the different types of tests you perform in system testing?
how will load the object during runtime?
What are the automation metrice in your project?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is synchronization? What are the ways you can synchronize?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
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
What are the benefits of qtp?