Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intersting problem in QTP
#1
Not Solved Rolleyes 
I'm stucked in my new and very first QTP assignment:
1)How to capture data from and output parameter I written code
Code:
Dim return
return =   Window("Display").Dialog("Itinerary. 30.15 km. 24").Output CheckPoint("Itinerary. 30.15 km. 24 min, 25 sec_Source")

it's giving syntax error:expected end of statement?
Can any QTP expert help
Reply
#2
Not Solved
Use GetROProperty?

Something in the following lines:

Code:
sValue = Window("").Dialog("").GetROProperty("property_you_want_to_capture")
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)