Robot_Framework/RobotSelenium/Techie/TestCases/TC1.robot
Lukáš Kaňka f0d30941ed first test
2023-10-13 14:32:41 +02:00

18 lines
364 B
Plaintext

*** Settings ***
Library SeleniumLibrary
*** Variables ***
*** Test Cases ***
LoginTest
open browser https://demo.nopcommerce.com/ chrome
click link xpath://a[@class="ico-login"]
input text id:Email testing@gmail.com
input text id:Password Test@123
click element xpath://input[@class='button-1 Login-button']
close browser
*** Keywords ***