In qtp is it possible to check broken links of a page?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different recording modes?
How to get data from excel sheet to the script? write the script.
How many test scripts are prapare in ur project(HeathCare Insurance).
What is the file extension of the code file & object repository file in QTP?
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
When there is descriptive programming, why do we go for Object repository for desigining scripts.?? why cant we use descriptive programming instead of using the Object repository..??
4 Answers DST Global Solutions,
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
What is QTP’s model for test creation?
What is standalone database?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)