eBay search
This commit is contained in:
@ -7,8 +7,8 @@ ${url} https://www.google.com/
|
||||
|
||||
*** Test Cases ***
|
||||
This is sample test case
|
||||
[documentation] Google test
|
||||
[tags] regression
|
||||
[Documentation] Google test
|
||||
[Tags] regression
|
||||
open browser ${url} ${browser}
|
||||
close browser
|
||||
*** Keywords ***
|
||||
|
20
RobotSelenium/Mentor/Tests/eBay/BasicSearch.robot
Normal file
20
RobotSelenium/Mentor/Tests/eBay/BasicSearch.robot
Normal file
@ -0,0 +1,20 @@
|
||||
*** Settings ***
|
||||
Documentation Basic Search Funcianality
|
||||
Library SeleniumLibrary
|
||||
|
||||
*** Variables ***
|
||||
${browser} chrome
|
||||
${url} https://www.ebay.com/
|
||||
|
||||
*** Test Cases ***
|
||||
Verify basic search functionality foe eBay
|
||||
[Documentation] This test case verifins the basic search
|
||||
[Tags] Functional
|
||||
|
||||
open browser ${url} ${browser}
|
||||
input text //*[@id="gh-ac"] mobile
|
||||
press key //*[@id="gh-btn"] [Return]
|
||||
# ověříme že se zobrzí ve filtru mobily
|
||||
page should contain
|
||||
|
||||
*** Keywords ***
|
Reference in New Issue
Block a user