0% found this document useful (0 votes)
3 views1 page

EvQUAL Test Suite with Robotcorder

The document outlines a test suite for EvQUAL using Selenium2Library, created by hats' Robotcorder. It includes a single test case that automates browser interactions on a specified web page, performing a series of clicks and text input actions. The test concludes by closing the browser after executing the defined steps.

Uploaded by

rshyamanandan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

EvQUAL Test Suite with Robotcorder

The document outlines a test suite for EvQUAL using Selenium2Library, created by hats' Robotcorder. It includes a single test case that automates browser interactions on a specified web page, performing a series of clicks and text input actions. The test concludes by closing the browser after executing the defined steps.

Uploaded by

rshyamanandan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

*** Settings ***

Documentation A test suite with a single test for EvQUAL


... Created by hats' Robotcorder
Library Selenium2Library timeout=10

*** Variables ***


${BROWSER} chrome
${SLEEP} 3

*** Test Cases ***


EvQUAL test
Open Browser [Link]
${BROWSER}
Click Element //button[@id="Right Button"]
Click Element //button[@id="Down Button"]
Click Element //button[@id="Ok Button"]
Click Element //img[@id="Capture_Image Button"]
Click Element //img[@class="screen-shot-crop-img"]
Input Text //input[@class="file-text-input dark"] sky_logo
Click Element //button[@title="Select Region Of Interest"]
Click Element //path
Click Element //button[@id="Home Button"]

Close Browser

You might also like