In how many ways we can add check points to an application
using QTP.
Answer Posted / venkatraj.b
IN TWO WAYS,
while recording the application, and also after completion
of recording by using the ACTIVE SCREEN we can add
checkpoints.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the syntax to call one action in another?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Explain the terms test and business component?
Is it possible to use two instances of UFT on the same machine? If not why?
How do you convert manual test cases to automated test cases?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Explain about the test fusion report of quicktest professional (qtp)?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
wt is the use of multiple questions in QTP
What is the expert view?
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
In qtp, how you can use xpath to identify objects?
How many types of recording modes are there?
Can anybody post some real time scenario in qtp? please its very urgent.