Unplanned
Last Updated: 23 Apr 2014 06:25 by ADMIN
ADMIN
Mario
Created on: 05 Sep 2013 23:12
Type: Bug Report
0
Annotator timing inconsistent between annotating via rectanglular box vs text
Steps to reproduce:
1) Create a web test which at some point applies a custom annotation to any element similar to the example directly below. Also record additional steps for the test to continue at least several seconds after the coded step (eg. annotate, then move away from the page, delay, etc)

myAnnotator.Annotate(Find.ById("btn1").GetRectangle(), "This annotation highlights the Color On button");

Actual result:
The annotator will display a rectangular box around the button element and show the text directly underneath. As the test continues, the text will disappear however the rectangle will remain indefinitely until either another annotation is made or the Clear method is called.

Expected result:
The amount of time the annotated text and rectangle are displayed to be consistent.
0 comments