what is the extension for the test version of the script?
Answer Posted / nagaraj gurikar
The extension of test script is .mtr
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Explain about business process component? types and usage?
How many types of Automation frameworks are there in UFT? Describe them.
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Explain how qtp identifies objects?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Does quicktest professional is unicode compatible?
What is text/text area checkpoint?
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.
Brief the process of testing with UFT?
Define Canvas view of UFT?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
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 handle dynamic objects in quicktest professional (qtp)?