If you have given 1000 manual test scripts, what test you
will do? and how?
Answer Posted / rajan velayutham
Pls ingnore the above answer.
It is not an individual member's decision to start testing
without any requirement.
In the Test Plan / Strategy it will be defined. For 1000
test script what should i do, when should I execute and how.
Based on the priority and severity tester has to select the
test scripts then it can be executed based on the agreed
methodology which is defined in the Test Plan / Strategy.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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 some test assets and related extensions of qtp?
Does QTP run in any environment?
Describe synchronization point.
What is the Difference between copy to action and call to action?
What are the types of object repositories? Which one is you are using?
How do you convert manual test cases to automated test cases?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
whow much strong on VB and C?
What are the views available in quicktest professional?
how to do the batch testing in test director using manual testing procedure?
what are the limitations of smart identification in qtp 9.0
What is the latest version of qtp?
What are the types of object repositories? Which one is you using?
after initiating one project for testing, when exacltly QTP tester role starts?