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 |
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
How to supress warnings from the "Test results page"?
Hi PLZ explain User Defined Functions in QTP with eample?
VB - Script Training in MUMBAI.
What’s the QTP testing process?
four browser are open same application i want to enter 3browser how?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
How do we analyze the checkpoint results?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
any one can explain about QTP proocess,means where to start and how to start Scripting.