Micro Focus QTP (UFT) Forums
Check point and Parameterization problem - 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: Check point and Parameterization problem (/Thread-Check-point-and-Parameterization-problem)



Check point and Parameterization problem - gohar2500 - 08-10-2010

Hello All ,
I am new to QTP and gone throught the QTP tutorial and at some point I am getting some errors in Check points and Parameterzation please find it down and let me know the correct steps if you know off

"The "creditCard" object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.

Line (5):
Code:
"Browser("Book a Flight: Mercury").Page("Book a Flight: Mercury").WebList("creditCard").Select DataTable("p_Item4", 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.



The "8/9/2010" object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.

Line (2):
Code:
"departureDate=Browser("Select a Flight: Mercury").Page("Select a Flight: Mercury").WebElement("8/9/2010").GetROProperty("innertext")"
.

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: Check point and Parameterization problem - balaji4u - 08-10-2010

Hi .

From the error message it infers that the object you are trying to work on is not present in your object repository and your test uses that object. This happens if you haven't added that particular object to the object repository or the object description has been changed due to which your test fails.
Remedy : 1) Use the "missing resources" option to check which objects are missing in your repository which your test is trying to work on and add those object to the repository.
2) Run your test in "Maintenance mode" so that the test will guide you to show which objects are missing or has changed its definitions.

Go through the user guide and try out them.

Regards.
Balaji