What are the enhancements u did after recording ur script?
Answers were Sorted based on User's Feedback
Answer / poonam
After recording script:
* Placing for loop or If loop in order to get the messages
as the operation passes or fails.
* Adding the Checkpoints in order to check the functions.
* Doing parameterization in order to using the multiple data
for more than one iteration or easy data changes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ycy
1.Verification by using checkpoint
2.Identify the item to be parameter
3.Split the script into actions and make it reusable actions
4.Reported the result pass/fail by using Reporter.Event
5.Adding exception handling recovery scenarios
| Is This Answer Correct ? | 0 Yes | 0 No |
how to idetfy which test cases are automated?who will deside that plz tell me
If you have given 1000 manual test scripts, what test you will do? and how?
Explain the checkpoint in qtp?
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
Use of environment variables?
Explain data driven framework?
what is the use of Browser.sync()
Is it possible to use two instances of UFT on the same machine? If not why?
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?