Login Page Validation

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
SOW
Posts: 1
Joined: Wed Apr 03, 2013 4:24 pm

Login Page Validation

Post by SOW » Wed Apr 03, 2013 4:35 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Login Page Validation

Post by Support Team » Thu Apr 04, 2013 4:56 pm

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