Answer Posted / guru
The playback option is used to play the recorded script.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of Debug Viewer?
What is ‘object spy’ and what is the function of object spy in qtp?
Is it possible to change the property value at runtime? How it is possible?
Mention the different actions types of qtp.
What are advantages of test automation?
What are the check points can be inserted without recording?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Sql questions to find second max salary and how to use joins
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Hoe can we do retesting using functions please give the code for it using login page
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
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?”
How software tester can use constants and variables in scripts?
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