Robot_Framework/RobotSelenium/Mentor/Results/output.xml
Lukáš Kaňka 982e8fab3d Test ebay
2023-10-15 06:01:31 +02:00

56 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 6.1.1 (Python 3.11.4 on win32)" generated="20231015 06:00:08.716" rpa="false" schemaversion="4">
<suite id="s1" name="BasicSearch" source="C:\Users\lukas\Mega\Data\GitHub\Robot_Framework\RobotSelenium\Mentor\Tests\eBay\BasicSearch.robot">
<test id="s1-t1" name="Verify basic search functionality foe eBay" line="10">
<kw name="Open Browser" library="SeleniumLibrary">
<arg>${url}</arg>
<arg>${browser}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<msg timestamp="20231015 06:00:09.183" level="INFO">Opening browser 'chrome' to base url 'https://www.ebay.com/'.</msg>
<status status="PASS" starttime="20231015 06:00:09.182" endtime="20231015 06:00:32.100"/>
</kw>
<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>
<msg timestamp="20231015 06:00:32.103" level="INFO">Typing text 'mobile' into text field '//*[@id="gh-ac"]'.</msg>
<status status="PASS" starttime="20231015 06:00:32.101" endtime="20231015 06:00:32.355"/>
</kw>
<kw name="Click Button" library="SeleniumLibrary">
<arg>xpath://*[@id="gh-btn"]</arg>
<doc>Clicks the button identified by ``locator``.</doc>
<msg timestamp="20231015 06:00:32.358" level="INFO">Clicking button 'xpath://*[@id="gh-btn"]'.</msg>
<status status="PASS" starttime="20231015 06:00:32.357" endtime="20231015 06:00:48.929"/>
</kw>
<kw name="Page Should Contain" library="SeleniumLibrary">
<arg>výsledků mobile</arg>
<doc>Verifies that current page contains ``text``.</doc>
<msg timestamp="20231015 06:00:48.992" level="INFO">Current page contains text 'výsledků mobile'.</msg>
<status status="PASS" starttime="20231015 06:00:48.929" endtime="20231015 06:00:48.992"/>
</kw>
<kw name="Close Browser" library="SeleniumLibrary">
<doc>Closes the current browser.</doc>
<status status="PASS" starttime="20231015 06:00:48.993" endtime="20231015 06:00:51.364"/>
</kw>
<doc>This test case verifins the basic search</doc>
<tag>Functional</tag>
<status status="PASS" starttime="20231015 06:00:09.181" endtime="20231015 06:00:51.366"/>
</test>
<doc>Basic Search Funcianality</doc>
<status status="PASS" starttime="20231015 06:00:08.720" endtime="20231015 06:00:51.367"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="1" fail="0" skip="0">Functional</stat>
</tag>
<suite>
<stat pass="1" fail="0" skip="0" id="s1" name="BasicSearch">BasicSearch</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>