In the QTP the snap shots obtained during the recording
time will appear in the active screen, if we have to use
the snapshots from where we have to access. in which memory
location of QTP they will be stored?
Answer Posted / sriharsha
C:\Program Files\Mercury Interactive\QuickTest
Professional\Tests\tutorial\Test1\Action1\SnapShots
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Can we create user defined functions in qtp?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What do you mean by checkpoints in qtp?
When to use descriptive programming?
Is it possible to call from one action to another action in qtp?
What are the key points to create a framework in QTP for oracle forms?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is quicktest professional (qtp)?
Where to use function or action?
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?”
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?