Completed
Last Updated: 11 Feb 2014 12:42 by ADMIN
ADMIN
Stoich
Created on: 14 Jan 2014 12:55
Type: Bug Report
0
Test fails sporadically by typing in wrong input
*customer's app - do NOT make this public

The test will occasionally cause the user/password fields to become blank after populating them with content. This causes the test to fail. You can run it 10 times successfully and then it will fail for no apparent reason. I've create a Loop with 10 iterations for easier repro.

Run attached test
Attached Files:
1 comment
ADMIN
Iliyan Panchev
Posted on: 11 Feb 2014 12:40
There is a sync. problem here. Once the page is loaded the fields' values are validated, the problem is that sometimes the 'Enter text' action happens before the page is properly rendered and so the values are scrambled. This happens sporadically.
The problem can be fixed by adding a "Verify element 'UserNameTest' is visible" step with WaitOnElements option - True.