Micro Focus QTP (UFT) Forums
UFT 11.5 Parametrization- Not able to run the 2nd Iteration - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: UFT 11.5 Parametrization- Not able to run the 2nd Iteration (/Thread-UFT-11-5-Parametrization-Not-able-to-run-the-2nd-Iteration)



UFT 11.5 Parametrization- Not able to run the 2nd Iteration - Sanjhisu - 01-09-2013

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):
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.


RE: UFT 11.5 Parametrization- Not able to run the 2nd Iteration - mseroney88 - 01-22-2013

Hello,

How are you opening the application?

I see at the end you are closing the flight application. So when the script goes for the second iteration, there is no login window. Hence the error. Add a code to launch the application at start. You can use SystemUtil.Run "<Your application path>"

Best regards
Seroney