Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check point and Parameterization problem
#1
Not Solved MyBB 
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.
Reply
#2
Not Solved
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Action Parameterization Issue Slothman 1 1,587 10-31-2020, 01:05 PM
Last Post: Ankur
  Business Components Parameterization YogeshCallappa 0 1,517 06-07-2017, 04:32 PM
Last Post: YogeshCallappa
  Parameterization Hanskanika 0 1,539 11-20-2015, 04:45 PM
Last Post: Hanskanika
  QTP standard check point Error? Ramadas 0 2,163 10-31-2013, 01:23 PM
Last Post: Ramadas
  Flight reservation basic parameterization not working on qtp 11.5 srs246 0 3,575 01-08-2013, 10:14 AM
Last Post: srs246

Forum Jump:


Users browsing this thread: 1 Guest(s)