Assertion Remediation
Scriptless Automation's progress bar¶
After Scriptless Automation automated executions are completed, an assertion will be triggered to automatically identify visual difference across multiple selected devices. When viewing the Test Case List, beside the Search bar, there is an Assertion Progress that demonstrates the status of Scriptless Automation executions at a single point of time.
State | Description |
---|---|
Preparing | This step will be checked as soon as you run an Scriptless Automation session. During execution on each device that status is enqueued or running, you can terminate any long-lasting executions that you think may decelerate other executions. If your execution is stuck with a blocker, let's resolve this by choosing the ignore option to remove this blocking device out of the bundle. |
Analyzing | Then do not lose track of this progress while we are using some AI algorithms to instantly validate each page of your application sites and highlight only some significant bugs related to color text, text appearance, etc. We will send an email to you as soon as this step completed |
Completed | Well done! All have been finished and you can check your remediation (if any) by jumping to the Assertion List page. |
To navigate to the Assertion List page, you can click on the icon shown in the below image.
Note
An icon is only available when the state of the progress bar is Completed.
Then, you will be able to access to Assertion List page
Text Assertion¶
Scriptless Automation will point out exactly the difference in character changes between the baseline and screenshot as you can see this one. In the below example, there are some spacing errors caused by different screen resolution on two device types.
We provide you an ability to remediation submission so that next time, you won't encounter this assertion one more time.
Action | Description |
---|---|
Adjust Comparison | Currently, you can choose three comparison level that be suitable to your expectation: - Exact: Two texts (string) must be exactly the same. - Beginning Text: Focus only the content on the first text, but still raise the issue regarding the text-wrapping. - Relaxed Placement: A part of Beginning Text and also ignore the text wrapping |
Skip | This action indicates that we will skip scanning the selected element. |
Note
Note: The “Recommended” label will appear on the action that is recommended by our system but of course you can select any options that you want.
Color Text Assertion¶
By comparing two color codes of selected elements, Scriptless Automation will detect the difference in color text that the human eye cannot normally recognize.
Action | Description |
---|---|
Adjust Comparison | Currently, you can choose three comparison level that be suitable to your expectation: - Strict: Two color text must be exactly the same - Relaxed: Accept the maximize value difference between two color text |
Skip | This action indicates that we will skip scanning the selected element. |
Finally, don’t forget to submit your selection to resolve the assertion.
COMMENT