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



My questions is while writting descriptve programming, lets take flight reservation. Line1: syste..

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

My questions is while writting descriptve programming, lets take flight reservation. Line1: syste..

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

My questions is while writting descriptve programming, lets take flight reservation. Line1: syste..

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

Post New Answer

More VB Script Interview Questions

What are the different types of operators and their order of precedence?

0 Answers  


write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple

7 Answers  


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

0 Answers  


how to find greatest of n numbers!

3 Answers   Syscon,


Which loop is used in case of arrays in the vbscript language?

0 Answers  






join all the array values without using join function?

1 Answers   CSS Corp,


How to select a value from a list box by using Selenium web-driver?

2 Answers   HCL,


How will you convert a string to lower case string using vbscript?

0 Answers  


What is the difference between Javascript & Vbscript?

2 Answers  


print the array values in ascending order?

2 Answers   CSS Corp,


Explain the asc function?

0 Answers  


Mention what is vbscript?

0 Answers  


Categories