what is the difference between invoke application and
system.util.run
Answer Posted / prasad
Both are used for QTP.Invokeapplication is used for
Excutable files only.But System util can be used for any
file.
This is upto my knowledge,if wrong sorry.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Explain the check points in quicktest professional?
What is ObjectParamater?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
Is virtual object supported in low level recording mode?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Through array we can execute the testcase how ? give me example
What is action? How many types of actions are there in qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What are the views available in quicktest professional?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How to run a test using quicktest professional (qtp)?
What is the difference in testing a client-server application and a web application?
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.