what is the difference between invoke application and
system.util.run
Answer Posted / srinath
We can use both Invoke Application & systemutil.run in QTP
QTP can be said as it has more advanced feature than what
winrunner supports
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How you can write contexts to text file in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What is the difference in testing a client-server application and a web application?
Why is action split used by qtp?
What are the advantages of qtp?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is difference between Recording time object identification and Run time (Execution) time.
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
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
What is keyword view?
Explain the concept of object repository and how qtp recognises objects?
What is reusable action?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What is the difference between run time object and test object in QTP?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?