first test
This commit is contained in:
17
RobotSelenium/Techie/TestCases/TC1.robot
Normal file
17
RobotSelenium/Techie/TestCases/TC1.robot
Normal 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 ***
|
Reference in New Issue
Block a user