Robot_Framework/RobotSelenium/Mentor/Results/output.xml

103 lines
5.3 KiB
XML
Raw Normal View History

2023-10-15 19:56:06 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2023-10-16 20:33:10 +00:00
<robot generator="Robot 6.1.1 (Python 3.11.4 on win32)" generated="20231016 22:10:01.212" rpa="false" schemaversion="4">
2023-10-16 18:57:54 +00:00
<suite id="s1" name="BasicSearch2" source="C:\Users\lukas\Mega\Data\GitHub\Robot_Framework\RobotSelenium\Mentor\Tests\eBay\BasicSearch2.robot">
2023-10-16 20:33:10 +00:00
<test id="s1-t1" name="Verify basic search functionality foe eBay" line="15">
2023-10-16 18:57:54 +00:00
<kw name="Start test" library="CommonFunctionality" type="SETUP">
2023-10-15 19:56:06 +00:00
<kw name="Open Browser" library="SeleniumLibrary">
<arg>${url}</arg>
<arg>${browser}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:01.501" level="INFO">Opening browser 'chrome' to base url 'https://www.ebay.com/'.</msg>
<status status="PASS" starttime="20231016 22:10:01.500" endtime="20231016 22:10:06.512"/>
2023-10-15 19:56:06 +00:00
</kw>
<kw name="Maximize Browser Window" library="SeleniumLibrary">
<doc>Maximizes current browser window.</doc>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:06.512" endtime="20231016 22:10:06.627"/>
2023-10-15 19:56:06 +00:00
</kw>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:01.500" endtime="20231016 22:10:06.627"/>
2023-10-15 19:56:06 +00:00
</kw>
2023-10-16 18:57:54 +00:00
<kw name="Verify Search Results" library="eBay_UserDefinedKeywords">
2023-10-15 19:56:06 +00:00
<kw name="Input Text" library="SeleniumLibrary">
<arg>//*[@id="gh-ac"]</arg>
<arg>mobile</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:06.631" level="INFO">Typing text 'mobile' into text field '//*[@id="gh-ac"]'.</msg>
<status status="PASS" starttime="20231016 22:10:06.628" endtime="20231016 22:10:06.799"/>
2023-10-15 19:56:06 +00:00
</kw>
<kw name="Press Keys" library="SeleniumLibrary">
<arg>xpath://*[@id="gh-btn"]</arg>
<arg>RETURN</arg>
<doc>Simulates the user pressing key(s) to an element or on the active browser.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:06.800" level="INFO">Sending key(s) ('RETURN',) to xpath://*[@id="gh-btn"] element.</msg>
<msg timestamp="20231016 22:10:09.930" level="INFO">Pressing special key RETURN to element.</msg>
<msg timestamp="20231016 22:10:09.930" level="INFO">Releasing special key RETURN.</msg>
<status status="PASS" starttime="20231016 22:10:06.799" endtime="20231016 22:10:10.132"/>
2023-10-15 19:56:06 +00:00
</kw>
<kw name="Page Should Contain" library="SeleniumLibrary">
<arg>výsledků mobile</arg>
<doc>Verifies that current page contains ``text``.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:10.165" level="INFO">Current page contains text 'výsledků mobile'.</msg>
<status status="PASS" starttime="20231016 22:10:10.132" endtime="20231016 22:10:10.165"/>
2023-10-15 19:56:06 +00:00
</kw>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:06.628" endtime="20231016 22:10:10.165"/>
2023-10-15 19:56:06 +00:00
</kw>
2023-10-16 18:57:54 +00:00
<kw name="Filter results by condition" library="eBay_UserDefinedKeywords">
<kw name="Click Element" library="SeleniumLibrary">
<arg>//span[contains(text(),"Stav")]</arg>
<doc>Click the element identified by ``locator``.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:10.167" level="INFO">Clicking element '//span[contains(text(),"Stav")]'.</msg>
<status status="PASS" starttime="20231016 22:10:10.165" endtime="20231016 22:10:10.231"/>
2023-10-16 18:57:54 +00:00
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>3s</arg>
<doc>Pauses the test executed for the given time.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:13.232" level="INFO">Slept 3 seconds</msg>
<status status="PASS" starttime="20231016 22:10:10.231" endtime="20231016 22:10:13.232"/>
2023-10-16 18:57:54 +00:00
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>//span[normalize-space()="Nový"]</arg>
<doc>Click the element identified by ``locator``.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:13.234" level="INFO">Clicking element '//span[normalize-space()="Nový"]'.</msg>
<status status="PASS" starttime="20231016 22:10:13.232" endtime="20231016 22:10:15.272"/>
2023-10-16 18:57:54 +00:00
</kw>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:10.165" endtime="20231016 22:10:15.272"/>
</kw>
<kw name="Verify filter results" library="eBay_UserDefinedKeywords">
<kw name="Element Should Contain" library="SeleniumLibrary">
<arg>//li[@class="carousel__snap-point srp-carousel-list__item srp-multi-aspect__item--applied"]</arg>
2023-10-16 20:33:10 +00:00
<arg>Nový</arg>
<doc>Verifies that element ``locator`` contains text ``expected``.</doc>
2023-10-16 20:33:10 +00:00
<msg timestamp="20231016 22:10:15.431" level="INFO">Element '//li[@class="carousel__snap-point srp-carousel-list__item srp-multi-aspect__item--applied"]' contains text 'Nový'.</msg>
<status status="PASS" starttime="20231016 22:10:15.273" endtime="20231016 22:10:15.431"/>
</kw>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:15.272" endtime="20231016 22:10:15.431"/>
2023-10-16 18:57:54 +00:00
</kw>
<kw name="Finnish TestCase" library="CommonFunctionality" type="TEARDOWN">
2023-10-15 19:56:06 +00:00
<kw name="Close Browser" library="SeleniumLibrary">
<doc>Closes the current browser.</doc>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:15.432" endtime="20231016 22:10:17.758"/>
2023-10-15 19:56:06 +00:00
</kw>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:15.432" endtime="20231016 22:10:17.759"/>
2023-10-15 19:56:06 +00:00
</kw>
<doc>This test case verifins the basic search</doc>
<tag>Functional</tag>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:01.499" endtime="20231016 22:10:17.759"/>
2023-10-15 19:56:06 +00:00
</test>
<doc>Basic Search Funcianality</doc>
2023-10-16 20:33:10 +00:00
<status status="PASS" starttime="20231016 22:10:01.214" endtime="20231016 22:10:17.760"/>
2023-10-15 19:56:06 +00:00
</suite>
<statistics>
<total>
2023-10-16 20:33:10 +00:00
<stat pass="1" fail="0" skip="0">All Tests</stat>
2023-10-15 19:56:06 +00:00
</total>
<tag>
2023-10-16 20:33:10 +00:00
<stat pass="1" fail="0" skip="0">Functional</stat>
2023-10-15 19:56:06 +00:00
</tag>
<suite>
2023-10-16 20:33:10 +00:00
<stat pass="1" fail="0" skip="0" id="s1" name="BasicSearch2">BasicSearch2</stat>
2023-10-15 19:56:06 +00:00
</suite>
</statistics>
<errors>
</errors>
</robot>