How can we get a textcheckpoint in QTP9.1?
Answer Posted / rahul
we may apply the logic of pipeline concept to get
textcheckpoint in qtp9.1
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to test login module with different username and password by using data driven testing in QTP?
Sql questions to find second max salary and how to use joins
What is text check point and text area check point?
can the activities of test case design be automated?
how interviews will be on QTP?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
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 is meant by Output Value in UFT?
What is the difference between a Function and Action in QTP?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How do you convert manual test cases to automated test cases?
how many maximum number of virtual users we can create?
What is the difference between local and shared object repository in qtp?