Hi,
I am adding decision logic and it works but now if email does not exits and then I get error message.
Steps:
Exercise: Handle decision making logic in a visual test
- Playback the visual test InscoRegisterUser.
- Playback should not be successful since this user already exists in the database.
- Using the Decision Logic wizard, insert the steps to see if the text “Email already registered” appears when creating a new user.
- When the text appears, navigate to the home page.
- If the text does not appear, execute the steps to continue with the user registration.
- Save the script as InscoRegisteredUserwithDecision.
Now I get below error when email id is new in the system.
Error:
Steps:
App link
http://demo.borland.com/InsuranceWebExtJS
As