Hi,
I am using UFT 11.5. I am not able to run the 2nd iteration on mercury tours site during parametrization test. I am using global data sheet and 1st iteration picks the first row data. I am using the 'From' field to populate 'departure' column. When it comes to the home page from the BookFlight page it gets stuck on the UN and the PW field and doesn't proceed. Anyone encountered the same problem?
I am getting the following error when the second iteration runs from the home page.
Cannot identify the object "fromPort" (of class WebList). Verify that this object's properties match an object currently displayed in your application.
Line (1):
Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.
I am using UFT 11.5. I am not able to run the 2nd iteration on mercury tours site during parametrization test. I am using global data sheet and 1st iteration picks the first row data. I am using the 'From' field to populate 'departure' column. When it comes to the home page from the BookFlight page it gets stuck on the UN and the PW field and doesn't proceed. Anyone encountered the same problem?
I am getting the following error when the second iteration runs from the home page.
Cannot identify the object "fromPort" (of class WebList). Verify that this object's properties match an object currently displayed in your application.
Line (1):
Code:
"Browser("Find a Flight: Mercury").Page("Find a Flight: Mercury").WebList("fromPort").Select DataTable("departure", dtGlobalSheet)".
Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.