HoW to open QTP in Real time.after getting the qtp window
how to log in .pl answer real time people
Answers were Sorted based on User's Feedback
1.Create a .Vbs file.
2.Double click on .vbs file
Easy way to open QTP using the script.
Dim qtApp
Dim intIndex
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch ' Start QuickTest
Set qtApp=Nothing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / muthu
By using the licensed version QTP, there is no security to
open the tool.
but we can set password for that system,b'cos unauthorized
person couldn't access the QTP.
in QTP,go to file menu,open new test, this is the procedure
to do the test.
| Is This Answer Correct ? | 1 Yes | 1 No |
How does QTP identifies the object in the application?
How the exception handling can be done using quicktest professional?
Both static and dynamic arrays are handled by the vb script. Is it true?
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
Where should we turn Smart Identification ON in QTP?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
Which scripting language used by quicktest professional (qtp)?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?
who is developed QTP ? is it from Mecury or HP
How to Test Dynamic links ?