how can you write a script without using GUI in QTP?
Answer Posted / naveen
We can Write the Script using without Object repositiory or
GUI objects, that is "Discriptive Programming" here we can
define an object with all properties.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is ‘object spy’ and what is the function of object spy in qtp?
Explain the concept of object repository and how qtp recognises objects?
What are the different attributes used with regular expression?
How can i check items sorted or not in a weblist ? Give me the script for this...
Explain the parameter in qtp?
How to execute a winrunner script in quicktest professional (qtp)?
How did you use regular expressions in QTP and also in WR?
Difference between copy to action and call to action?
Why to use descriptive programming?
How do know the number of browsers opened?
what is description object?
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
What is method name to compare two XML files.
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Explain how to use QTP to check broken links on a page?