Subscribe and receive updates about our tutorials on Robot framework and CI. We post around 4-5 lectures in a week.
At 11s, I spoke about link to install robotframework. I'll soon update the link. Currently there is no link.
In this video, you will learn how to automate a web application using robotframework and Selenium Library. We are using python 3.7, Robotframework 3 and latest Selenium Library.
Test script used in the tutorial:
*** Settings ***
Library SeleniumLibrary
*** Test Cases ***
TC1
Open Browser http://extremeexcelsolutions.weebly.com/ chrome
Click Element //li[@id='pg309630727328919495']/a
Input Text //input[@id='input-324144771342021089'] Kamal
Input Text //input[@id='input-324144771342021089-1'] Girdher
Input Text //input[@id='input-541629870714991944']
[email protected]
Input Text //textarea[@id='input-741958836850473495'] Here is the detail of the topic.
Click Element //span[text()='Submit']
Close Browser