Robot_Framework/RobotSelenium/Techie/TestCases/TC1.robot

18 lines
364 B
Plaintext
Raw Normal View History

2023-10-13 12:32:41 +00:00
*** 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 ***