Hi Friends... What you are doing in Regression Testing and
how many test cases you ran in regression testing...
suppose there is 1000 test cases is there how many test
cases again you run .. 1000 test caes r how many...
thanx in advance..
Answer Posted / raghu
We do have a tool VSS whcih is a configuration management
tool...if there are any changes in the application this
helps you to keep in SINC with each other so that we can
write the test cases according to the changes.
..
if any thing wrong pls let me know
test_professional7@yahoo.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How you can write contexts to text file in qtp?
what is review
please post the interview questions for QA position in FACTSET
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 challenges you have faced while testing web based application using the automation tools ?
Explain actions in qtp ?
What are the Disadvantages of shared object repository?
what kind of frame work you used in your last project?
what is meant by Implicit and explicit requirements?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What is the file extension of the code file in qtp?
How many tabs are available to view your test in a test pane and what are they?
What are the trigger events in qtp?
Can we run test with out adding object in object repository? How it is possible?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api