05-22-2012, 02:35 AM
Hello, I am new to QTP.
Please take a look at my script below ...
I would like to know why the part ".Page("Delta - Book a flight_?")." keep changing each time I comment it out.
When I record that section again, it come up with another new ".Page" variable underscoore.
Thanks for helping.
Please take a look at my script below ...
Code:
Browser("Delta - Book a flight").Page("Delta - Book a flight"). etc
Browser("Delta - Book a flight").Page("Delta - Book a flight_2"). etc
Browser("Delta - Book a flight").Page("Delta - Book a flight_3"). etc
When I record that section again, it come up with another new ".Page" variable underscoore.
Thanks for helping.