Robot_Framework/RobotSelenium/Mentor/Tests/Google/FunctionalTestSuite/GoogleSearch.robot

16 lines
332 B
Plaintext
Raw Normal View History

2023-10-14 07:28:27 +00:00
*** Settings ***
Library SeleniumLibrary
*** Variables ***
${browser} chrome
${url} https://www.google.com/
*** Test Cases ***
This is sample test case
[documentation] Google test
[tags] regression
open browser ${url} ${browser}
close browser
*** Keywords ***
# pro slova můžem vytvořit samostatný soubor