first test

This commit is contained in:
Lukáš Kaňka
2023-10-13 14:32:41 +02:00
parent 320c8b1b84
commit f0d30941ed
14 changed files with 4770 additions and 0 deletions

View File

@ -0,0 +1,17 @@
*** 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 ***