...
Info |
---|
If you create an empty object but it is not used in any of the test cases, the respective error will only be visible on the object tab in the Error Toolkit. Similarly, if the created custom action has an error and if it is not used in the test case, the error will not reflect an error for it.Similarly, the error will not be reflected for a custom action if it is not used in the test caseonly be reflected in the custom action tab. |
Types of Error
Error Type | Description |
---|---|
Test case step is empty. Select an action. | This error will occur if a test case step is added without adding objects or actions. |
Task step is empty. Select an action. | This error will occur if a task step is added without adding objects or actions. |
| If any action is not added for an object, the appropriate error will be displayed in the error toolkit. |
Add Locator Type and value for the object. | If the created object does not include any locator type and value, the Error Toolkit will show the appropriate empty object error in the object tab. |
| If the empty object is used in any test case or task, the Error Toolkit will show the appropriate empty object error in the Test Case and Task tabs. |
| In the multi-user scenario, if the object used in a test case or task has been removed from the object repository by a user, the other users will get this error. |
Custom Action Class file is missing. Reopen Eclipse from Custom Action Toolkit to generate the class file. | If the ".class" file is missing, you will be notified that the custom action has an error. |
| This error message will be displayed if a deleted custom action is used in a test case or task. [Multi-user scenario] |
| If the conditional blocks introduced with blank expression, these error messages will be displayed. |
Invalid conditional expression in IF conditional structure of a testcase condition. Check if you have used assignment (eg:{a}={b}) for comparison. Assignment operator is not allowed in expression. please use comparator operator (==). | If an assignment operator is added instead of the comparison operator, this error message will be displayed. |
Add Parameter value (for Action) to test data. | This error message will be displayed if the action added for the test case or task has a clear parameter text box on the test data. |
Parameter name mismatch between test data and test case. | If different parameters are added for the same action on test data and test case, this message will be displayed. |