If there r 1000 test scripts that were written. If a change
to any functionality is to be made then how can we know in
which script is this functionality existing.
Answer Posted / saravanaraja
You can Keep all the Test Scripts in WIN CVS. We can easily
track changes even a dot.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
Hai anyone please "Explain about Framework in QTP?"
How to define array in qtp?
What is parameter in qtp?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
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
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
How did you use regular expressions in QTP and also in WR?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain the difference between data driven testing and parameterization ?
Give the syntax to load function at run time.
How do we analyze the checkpoint results?
Explain data driven framework?