What is checkpoints for qtp?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of recording test cases in qtp?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
how to open Excel sheet & write in it & save it?
What is API
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
What are the benefits of quick test pro(qtp)?
Can you tell me QTP is support for GIS(Geography Information System) Based Software.
How can we count the no of rows are available in a data table ?
How to load object properties to object repository through scripting.give one example
How many tabs are available in debug viewer pane?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this