Page 1 of 1

Login Page Validation

Posted: Wed Apr 03, 2013 4:35 pm
by SOW
Hello Team,

I am very new to this ranorex tool and scripting.

Can any plz help in how to do this.

My scenario:

Automating Login page of web based application.
Click on login button
Validate a message shows up beside username text box and password textbox asking they are required
Enter username and password password should not show.
Login button click
Logged in successfully.

Note:I want to make sure that test case runs even if window opens in minimixed mode or maximized mode.
Please help in writing script.


Thanks
Sow

Re: Login Page Validation

Posted: Thu Apr 04, 2013 4:56 pm
by Support Team
Hi,

In order to get an overview about how to work with Ranorex I would suggest to take a look at the lessons of our UserGuide or to subscribe to one of our free Webinars.
In order to check if a form is minimized you could check the "State" attribute of that element and if the form is minimized you could for instance set it (with the Set Value action) to "Maximized".

Regards,
Markus