Rendering Validation

This feature enables you to validate whether page is rendering fine in the browser or not. During recording, application records position and size of all the elements in the page and while executing the test compares the recorded position/size with the replayed ones. If the position of any element is displaced or if size of element has changed more than the specified tolerance limit then application treats it as a failure.

To add rendering validations in your test, please follow the steps bellow.

Enabling Rendering Validations

Recording Rendering Validation Data

Adding Rendering Validation

Limitations with Rendering Validation