Does QTP support Java Script also. Which is one is
preferrable for QTP, VB script or Java script
Answer Posted / govardhan palla
Please leave your mail id here. I'll surely drop a Zip file
to you which contains small demo Frame work on Flight
Reservation Application.
Anyhow some part of the demo I am keeping here, Please have
a look at below
QTP Framework Demo VIII
Changes for VIII
All the objects except for the Browser and Page are handled
by Descriptive Programming.
Files:
QTP Script BookFlightDemo.
This script will now only run in QTP 9.1 or later versrions
of QTP like 9.2,9.5 or 10.0 you should be able to backward
engineer the script. You need to convert it to full DP
objects and create a new script in your version QTP and
include all the files below.
Excel.vbs (Data Reading Functions)
GlobalVars.vbs (Holds Global values)
DP_Objects.vbs (Basic Descriptive Programming subs)
Navigation.vbs (Common Navigation subs)
Flights_Demo.xls (Data file (Datatable
replacement))
Instructions
Copy the folder Data to the root directory of you C drive.
Start QTP and open the script BookFlightDemoII.
There will be one Keyword in the QTP script “BookFlights”
This demo uses the Mercury Tours web site which you should
have a link to in your sample applications.
http://newtours.mercury.com/
The start condition is at the login screen.
Make sure all the vbs files are referenced in the resource
panel
QTP > Resources > Associated Function Libraries
When you run the script you will be asked to select a data
file select Flights_Demo.xls.
I have made a few changes from the first version of the
demo. The long lines of code created by QTP when recoding
have been replaced by simple short lines. For example
strBrowser = "Welcome: Mercury Tours"
strPage = "Find a Flight: Mercury"
'Departing From:
Call DPWebList ("fromPort", strFromPort)
The browser and page are set before the fields and are re-
set when required. Descriptive Programming is also used in
this demo now as shown in the example below.
'billAddress1
Call DPWebEdit ("billAddress1", strbillAddress1)
The script will run for 2 iterations it will report 1 pass
and 1 fail.
This is not a full solution for a framework if you want
that give me a job. I have provided examples of putting
common actions into subs that can be called this allows for
easy maintenance of common reusable actions, Again these
may not be ideal candidates for this but its an example of
what you can do.
Govardhan Palla
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the types of properties that quick test learns while recording?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What is the XML file architecture ?
What is method name to compare two XML files.
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
banking domain description for software tester for interview
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Step 3&4 are repeated until an the object in recognised uniquely.
How smart identification works in qtp ?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
what is actually contain test report? can anybody post the test report
Is it possible to merge two object repository files in qtp?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How we can import data from database?