What is the latest version in QTP?
Answer Posted / mohanraj
QTP new version is 9.0...
But mostly 8.2 version is used..
| Is This Answer Correct ? | 9 Yes | 50 No |
Post New Answer View All Answers
What environment does qtp run in?
what is run-time data?
What is the use of ordinal identifier in qtp?
What is the diff between image and bitmap check point?
What is the Command used to start the QTP
Describe how Smart Identification is used
How do we handle run-time errors?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
What does it mean when a check point is in red color? What do you do?
Where you are storing your script?
Is any limitation to xml checkpoints?
How to creating an output value using quicktest professional (qtp)?
Write a QTP script to enter a keyword in to Google search engine?
what is meant by Implicit and explicit requirements?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com