Robot_Framework/RobotSelenium/Mentor/Tests/Google/FunctionalTestSuite/GoogleSearch.robot
Lukáš Kaňka fc7d35d64e eBay search
2023-10-15 05:16:50 +02:00

16 lines
338 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