HOW to invoke any recorded script in QTP with out using
RECORD & PLAYBACK CONCEPT?
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
With the combination of AOM(Automation Object Model ) and
Descriptive Programing you can achieve the objective given
in the question
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suryanand
by using reusable functions and calling them in the program
| Is This Answer Correct ? | 1 Yes | 2 No |
write code to read and write data from file?
Difference between image checkpoint and bitmap checkpoint
How do you invoke any application and write a script to invoke QTP using VB Script.
what is the difference between Table checkpoint and Database checkpoint in QTP
I am using excel sheet to export data to QTP but it selects just one row of data from excel sheel how to import all rows of excel sheet to QTP during runtime
can u tell me website address of VBscript with examples.
What is driver script and driver script in qtp frame work????
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
waht is the diff b/w Environment variable and Global variable in qtp?? explain types of variable in qtp??
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
how to identify the objects if application consists of objects that have same properties.
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.