diff --git a/RobotSelenium/Techie/.idea/.gitignore b/RobotSelenium/Techie/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/RobotSelenium/Techie/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/RobotSelenium/Techie/.idea/Techie.iml b/RobotSelenium/Techie/.idea/Techie.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/RobotSelenium/Techie/.idea/Techie.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/RobotSelenium/Techie/.idea/inspectionProfiles/profiles_settings.xml b/RobotSelenium/Techie/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/RobotSelenium/Techie/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/RobotSelenium/Techie/.idea/misc.xml b/RobotSelenium/Techie/.idea/misc.xml new file mode 100644 index 0000000..c42053d --- /dev/null +++ b/RobotSelenium/Techie/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/RobotSelenium/Techie/.idea/modules.xml b/RobotSelenium/Techie/.idea/modules.xml new file mode 100644 index 0000000..7e9c295 --- /dev/null +++ b/RobotSelenium/Techie/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/RobotSelenium/Techie/.idea/vcs.xml b/RobotSelenium/Techie/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/RobotSelenium/Techie/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/RobotSelenium/Techie/TestCases/TC1.robot b/RobotSelenium/Techie/TestCases/TC1.robot new file mode 100644 index 0000000..1b27a04 --- /dev/null +++ b/RobotSelenium/Techie/TestCases/TC1.robot @@ -0,0 +1,17 @@ +*** Settings *** +Library SeleniumLibrary + +*** Variables *** + + + +*** Test Cases *** +LoginTest + open browser https://demo.nopcommerce.com/ chrome + click link xpath://a[@class="ico-login"] + input text id:Email testing@gmail.com + input text id:Password Test@123 + click element xpath://input[@class='button-1 Login-button'] + close browser + +*** Keywords *** diff --git a/RobotSelenium/Techie/log.html b/RobotSelenium/Techie/log.html new file mode 100644 index 0000000..f0b5d7e --- /dev/null +++ b/RobotSelenium/Techie/log.html @@ -0,0 +1,2199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework log failed

+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotSelenium/Techie/output.xml b/RobotSelenium/Techie/output.xml new file mode 100644 index 0000000..bb5f4b2 --- /dev/null +++ b/RobotSelenium/Techie/output.xml @@ -0,0 +1,55 @@ + + + + + +https://demo.nopcommerce.com/ +chrome +Opens a new browser instance to the optional ``url``. +Opening browser 'chrome' to base url 'https://demo.nopcommerce.com/'. + + + +xpath://a[@class="ico-login"] +Clicks a link identified by ``locator``. +Clicking link 'xpath://a[@class="ico-login"]'. +</td></tr><tr><td colspan="3"><a href="selenium-screenshot-4.png"><img src="selenium-screenshot-4.png" width="800px"></a> +Link with locator 'xpath://a[@class="ico-login"]' not found. + + + +id:Email testing@gmail.com +Types the given ``text`` into the text field identified by ``locator``. + + + +id:Password Test@123 +Types the given ``text`` into the text field identified by ``locator``. + + + +xpath://input[@class='button-1 Login-button'] +Click the element identified by ``locator``. + + + +Closes the current browser. + + +Link with locator 'xpath://a[@class="ico-login"]' not found. + + + + + +All Tests + + + + +TC1 + + + + + diff --git a/RobotSelenium/Techie/report.html b/RobotSelenium/Techie/report.html new file mode 100644 index 0000000..ab88e5b --- /dev/null +++ b/RobotSelenium/Techie/report.html @@ -0,0 +1,2462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework report failed

+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotSelenium/Techie/selenium-screenshot-1.png b/RobotSelenium/Techie/selenium-screenshot-1.png new file mode 100644 index 0000000..bd0d74c Binary files /dev/null and b/RobotSelenium/Techie/selenium-screenshot-1.png differ diff --git a/RobotSelenium/Techie/selenium-screenshot-2.png b/RobotSelenium/Techie/selenium-screenshot-2.png new file mode 100644 index 0000000..300dc56 Binary files /dev/null and b/RobotSelenium/Techie/selenium-screenshot-2.png differ diff --git a/RobotSelenium/Techie/selenium-screenshot-3.png b/RobotSelenium/Techie/selenium-screenshot-3.png new file mode 100644 index 0000000..7daf21e Binary files /dev/null and b/RobotSelenium/Techie/selenium-screenshot-3.png differ diff --git a/RobotSelenium/Techie/selenium-screenshot-4.png b/RobotSelenium/Techie/selenium-screenshot-4.png new file mode 100644 index 0000000..4bc32f8 Binary files /dev/null and b/RobotSelenium/Techie/selenium-screenshot-4.png differ