Fixing broken Checkpoints - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Fixing broken Checkpoints (/Thread-Fixing-broken-Checkpoints) |
Fixing broken Checkpoints - mv8167 - 02-01-2012 I have been using a set of checkpoints for a long time now, and just recently they stopped working. As you can see by my screenshots, everything is setup correctly “I think”. Can someone look over my OR and code screenshots and let me know what my issue may be? Run Error: The "WebTable_AccountNo" 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 (178): ".WebElement("WebTable_AccountNo").Check CheckPoint("Account No.") ' was WebTable". 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. see attachment RE: Fixing broken Checkpoints - rajpes - 02-02-2012 I think the problem is with attaching the right object repository.Check if you have attached the .tsr file properly.If it is proper, run it in maintenance mode as suggested RE: Fixing broken Checkpoints - mv8167 - 02-02-2012 Rajpes, Thx for responding. Yes, I have the correct OR attached and my Local is empty. |