Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sagarkharpude
Creator III
Creator III

Scalability tool:Assertion failed error

Hi,

We are using scalability tool to analyze the performance test result. But for text objects it is throwing an error as below:

validate ObjectID,418,Assertion Failed! Extraction of values to make selection in TX295 failed. Please check if Object TX295 exitst

We have set an action to this text object and this text object working as expected but don't know why this is throwing an error.

Can you please assist on the same.

Thanks

Sagar

3 Replies
Miguel_Angel_Baeyens

That message means the click never happened and throws an error. Even if the object TX295 exists, it must exist when the click happens according to the scenario. For example, if this text object is in a different tab and you didn't specify Activate Sheet first, the object, as far as jmeter can say, it's not on screen = it does not exist.

sagarkharpude
Creator III
Creator III
Author

Hi Miguel,

Thanks for the suggestion. As per information provided we have done this. But it is still throwing error.

Thanks

Sagar

Miguel_Angel_Baeyens

Increase the thinking time leading to that action. If there is no time left when the request is sent (e.g.: the TX295 depends on a condition based on a selection to display a heavy chart) it also causes an issue.