4. How u will open the build automatically in QTP except
using Systemutil.run command
Answers were Sorted based on User's Feedback
Answer / chinna
Hi,
set a=createobject("Wscript.shell")
a.run "Notepad.exe"
or
InvokeApplication "path of the file"
Is This Answer Correct ? | 2 Yes | 0 No |
we will open the build automatically they are 3
by using invoke application,
by using second option in record and run settings and
system.util.run
Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between Client/Server application and Web application ?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
Explain the terms test and business component?
what are the disadvantages of descriptiveprograming
How do you do batch testing in QTP, if so explain?
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
How does you pass optional arguments in qtp?
What is iteration?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?