My questions is while writting descriptve programming, lets
take flight reservation.
Line1: systemutil.Run "D:\Program Files\Mercury
Interactive\QuickTestProfessional\samples\flight\app\flight4
a.exe"
dialog("text:=Login").WinEdit("attached text:=Agent
Name:").Set "mercury"
dialog("text:=Login").WinEdit("attached
text:=Password:").Set "mercury"
dialog("text:=Login").WinButton("text:=OK").click
window("text:=Flight Reservation").Activate
window("text:=Flight Reservation").ActiveX
("acx_name:=MaskEdBox").Type "111111"
window("text:=Flight Reservation").WinComboBox("attached
text:=Fly From:").Select "Frankfurt"
window("text:=Flight Reservation").WinComboBox("attached
text:=Fly To:").Select "London"
window("text:=Flight Reservation").WinButton
("text:=FLIGHT").Click
window("text:=Flight Reservation").dialog("text:=Flights
Table").WinList("text:=From").Select "13536 FRA 08.00AM LON
08.45AM SR $163.00"
window("text:=Flight Reservation").dialog("text:=Flights
Table").WinButton("text:=OK").Click
window("text:=Flight Reservation").WinEdit("attached
text:=Name:").Exist
window("text:=Flight Reservation").WinEdit("attached
text:=Name:").Set "sagar", Now i m getting the error in the
last line. it is not accepting the WinEdit("attached
text:=Name:")
Please do solve this urgent...! and i want to know how to
insert additional properties for an object and which
properties we need to select from the object spy.
Answers were Sorted based on User's Feedback
Answer / sushil
Because the property Attached Text for ********"Static -
Class:" ****** is also "Name" which is the same
for "WinEdit -Name:-" .So QTP needs additional properties
to recognize
.Give windowid as additional property
IUt will work fine
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bfakruddin
window("text:=Flight Reservation").WinEdit("attached text:=Name:","window id:=1014").Set "sagar"
just replace your last step with this you will get it.
you have to provide sufficient information to QTP to identify object on application. QTP Failed to identify object with only property "attached text:=Name:"
that need some more information, by giving window id it feels satisfy and perfomed action what you did.
you have to learn few more about QTP,
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / g.jaipalreddy(cil testing team
u have to add windowid for your last step
after adding application will not dissplay any error message
Is This Answer Correct ? | 0 Yes | 0 No |
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
How are arrays declared in the vbscript language?
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
Which loop is used in case of arrays in the vbscript language?
How can I access an object in another frame?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
what does create object actually do when you call it in vbscript?
Inorder to avoid Message box while writing script which alternative method can be used?
What are the disadvantages of vbscript?
Compare java script and vb script?
write a vb script to rename a folder from tree4 to tree7
What is purpose of scripting.filesystemobject class in vbscript?