Robot_Framework/RobotSelenium/Mentor/Tests/Google/FunctionalTestSuite/GoogleSearch.robot
Lukáš Kaňka bb725fcd4c Test Google
2023-10-14 09:28:27 +02:00

16 lines
332 B
Plaintext

*** 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