what is the abbrivation of .mtr in action reposirtory?
Answer Posted / anil
I hope. Mercury test repository is wrong
Moduler test repository is correct
Please correct me if I am wrong..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you synchronization point through DP?
Diff b/w test scenario's and test Procedures?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What test you perform mostly? Regression or retesting in your testing process?
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.
How to export quicktest professional (qtp) results to an .xls file?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How QTP identify the system time that's changes every seconds?
What do you mean by checkpoints in qtp?
Why bpt?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Write a script to customize the test results in PDF and HTML format.