HOW to invoke any recorded script in QTP with out using
RECORD & PLAYBACK CONCEPT?
Answer Posted / suryanand
by using reusable functions and calling them in the program
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Does QTP run in any environment?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
How can I change object description or check point values in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is the difference between a Function and Action in QTP?
What is qtpro? What is quick test pro?
Differences between quicktest professional (qtp) and winrunner?
How many types of status are there?
If object is not recognized by qtp but the object is standard object what is your approach?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How would you directly trigger javascript in a test?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How can you write the scripts that operate on different objects depending on run-time information?