how to lunch the application in the qtp tool ?
Answers were Sorted based on User's Feedback
Answer / s
Dim qtp
set qtp=CreateObject("QuickTest.Application")
qtp.launch
qtp.visible=True
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / parvathi
invokeapplication " ".we can launch the application
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mreddy
by using SustemUtill.Run(" ") we can launch the application
in qtp
If i amwrong correct me.
| Is This Answer Correct ? | 0 Yes | 2 No |
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
what is clean sweep?
HOW DO U CALL A ACTION IN QTP?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
1. What is diffrence between Analog Recording And Lomlevel Recording ?
How to manage a drag drop event in the qtp
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
If some requirements r changed during the testing process ,then how can u handle this in frame work?
In QTP how can we recognize objects Without using Object Repository?
hi i want write code for "test engineer" in this i want write reverse how ca plz let me know through script
How to make arguments optional in a function?