How we can call the scripit from another scripit in
QTP?,Not a call Action
Answers were Sorted based on User's Feedback
Answer / allwyn
We cannot call an other script in an other script. This
could be done provided the script is shared as an shared
library file.
Reusable actions can be used but it takes a long time for
executing the script
| Is This Answer Correct ? | 0 Yes | 3 No |
can any body help me out by providing links/material for descriptive programming in QTP otherwise can you post decriptive programing based interview Questetion&ans. plz help me out . i need it.
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
QTP script is not working on other's machine..
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
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is the basic concept of quicktest professional?
How do you delete unwanted results in qtp?
How to save your test using quicktest professional (qtp)?
Define QTP ?
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
How to capture screen shots when an error occurs?