Hi Guys, I am very new to QTP tool , In real time
environment how to test the application with this tool,
1. How to load application in QTP tool
2. How to write test script in QTP.
3. In manual testing we test login box (user id , password)
how can we test this kind of testing with QTP tool with
examples .
Please guys put some focus on my questions , real time
ecperienced answers would be appreciate,
advance thanks ,please guys i am expecting ur answers as
soon as posible
Answer Posted / chandu
1. to load the application
systemutil.run "path"
2.in QTP we can use vbscript or java script..
to know how to write script...in QTP there is recording
option..so just record some application how u navigate..qtp
will automatically generates the script..
3. for login also just record the login procedure..and see
the script how it was created and enhance it..
thanks
chandu
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can i call function (which has link with excell sheet at a remote location) within another function
How to use the object spy in quicktest professional 8.0 version?
What is object repository in qtp?
What are the different types of recording modes?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What is the difference between call to existing action and copy of an action?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
How to carry out bit map check points in QTP
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
how to disable the pop ups through QTP using a script
How to release all resources file from the QTP?
What is the purpose of loading qtp add-ins?
What is synchronization point in QTP?
How QTP identify the system time that's changes every seconds?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!