ebay key, new project lukan
This commit is contained in:
@ -22,6 +22,7 @@ Start test
|
||||
|
||||
Verify Search Results
|
||||
input text //*[@id="gh-ac"] mobile
|
||||
# kliknout na tlačítko můžeme více způsoby
|
||||
#click button xpath://*[@id="gh-btn"]
|
||||
press keys xpath://*[@id="gh-btn"] RETURN
|
||||
page should contain výsledků mobile
|
||||
|
25
RobotSelenium/Mentor/Tests/eBay/BasicSearch2.robot
Normal file
25
RobotSelenium/Mentor/Tests/eBay/BasicSearch2.robot
Normal file
@ -0,0 +1,25 @@
|
||||
*** Settings ***
|
||||
Documentation Basic Search Funcianality
|
||||
Resource ../../Resources/CommonFunctionality.robot
|
||||
Resource ../../Resources/eBay_UserDefinedKeywords.robot
|
||||
|
||||
Test Setup CommonFunctionality.Start test
|
||||
Test Teardown CommonFunctionality.Finnish TestCase
|
||||
|
||||
*** Variables ***
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Verify basic search functionality foe eBay
|
||||
[Documentation] This test case verifins the basic search
|
||||
[Tags] Functional
|
||||
|
||||
eBay_UserDefinedKeywords.Verify Search Results
|
||||
eBay_UserDefinedKeywords.Filter results by condition
|
||||
#CommonFunctionality.Verify filter results
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user