08-10-2010, 02:05 PM
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
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