-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.xml
128 lines (128 loc) · 6.31 KB
/
output.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 5.0.1 (Python 3.9.6 on win32)" generated="20220616 22:36:31.692" rpa="false" schemaversion="3">
<suite id="s1" name="Radiobutton" source="D:\DOJOBOX\Automation\DemoRoboFR\radiobutton.robot">
<test id="s1-t1" name="I Click radio button in impressive data" line="11">
<kw name="Open Browser" library="SeleniumLibrary" type="SETUP">
<arg>${base_url}</arg>
<arg>${browser_type}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<msg timestamp="20220616 22:36:31.912" level="INFO">Opening browser 'Chrome' to base url 'https://demoqa.com/radio-button'.</msg>
<status status="PASS" starttime="20220616 22:36:31.912" endtime="20220616 22:37:20.345"/>
</kw>
<kw name="Maximize Browser Window" library="SeleniumLibrary">
<doc>Maximizes current browser window.</doc>
<status status="PASS" starttime="20220616 22:37:20.346" endtime="20220616 22:37:20.566"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>//label[@for="impressiveRadio"]</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20220616 22:37:20.567" level="INFO">Clicking element '//label[@for="impressiveRadio"]'.</msg>
<status status="PASS" starttime="20220616 22:37:20.567" endtime="20220616 22:37:20.639"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>2s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20220616 22:37:22.648" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20220616 22:37:20.646" endtime="20220616 22:37:22.648"/>
</kw>
<kw name="Element Should Be Visible" library="SeleniumLibrary">
<arg>//p[@class="mt-3"]</arg>
<doc>Verifies that the element identified by ``locator`` is visible.</doc>
<msg timestamp="20220616 22:37:22.679" level="INFO">Element '//p[@class="mt-3"]' is displayed.</msg>
<status status="PASS" starttime="20220616 22:37:22.648" endtime="20220616 22:37:22.679"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>2s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20220616 22:37:24.680" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20220616 22:37:22.680" endtime="20220616 22:37:24.680"/>
</kw>
<kw name="Element Should Contain" library="SeleniumLibrary">
<arg>//span[@class="text-success"]</arg>
<arg>Impressive</arg>
<doc>Verifies that element ``locator`` contains text ``expected``.</doc>
<msg timestamp="20220616 22:37:24.719" level="INFO">Element '//span[@class="text-success"]' contains text 'Impressive'.</msg>
<status status="PASS" starttime="20220616 22:37:24.680" endtime="20220616 22:37:24.720"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>2s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20220616 22:37:26.722" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20220616 22:37:24.720" endtime="20220616 22:37:26.722"/>
</kw>
<kw name="Close Browser" library="SeleniumLibrary" type="TEARDOWN">
<doc>Closes the current browser.</doc>
<status status="PASS" starttime="20220616 22:37:26.723" endtime="20220616 22:37:28.899"/>
</kw>
<status status="PASS" starttime="20220616 22:36:31.911" endtime="20220616 22:37:28.900"/>
</test>
<test id="s1-t2" name="I Click radio button in Yes data" line="20">
<kw name="Open Browser" library="SeleniumLibrary" type="SETUP">
<arg>${base_url}</arg>
<arg>${browser_type}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<msg timestamp="20220616 22:37:28.904" level="INFO">Opening browser 'Chrome' to base url 'https://demoqa.com/radio-button'.</msg>
<status status="PASS" starttime="20220616 22:37:28.903" endtime="20220616 22:38:11.800"/>
</kw>
<kw name="Maximize Browser Window" library="SeleniumLibrary">
<doc>Maximizes current browser window.</doc>
<status status="PASS" starttime="20220616 22:38:11.801" endtime="20220616 22:38:11.944"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>//label[@for="yesRadio"]</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20220616 22:38:11.945" level="INFO">Clicking element '//label[@for="yesRadio"]'.</msg>
<status status="PASS" starttime="20220616 22:38:11.945" endtime="20220616 22:38:12.024"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>2s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20220616 22:38:14.026" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20220616 22:38:12.025" endtime="20220616 22:38:14.026"/>
</kw>
<kw name="Element Should Be Visible" library="SeleniumLibrary">
<arg>//p[@class="mt-3"]</arg>
<doc>Verifies that the element identified by ``locator`` is visible.</doc>
<msg timestamp="20220616 22:38:14.219" level="INFO">Element '//p[@class="mt-3"]' is displayed.</msg>
<status status="PASS" starttime="20220616 22:38:14.027" endtime="20220616 22:38:14.219"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>2s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20220616 22:38:16.223" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20220616 22:38:14.220" endtime="20220616 22:38:16.223"/>
</kw>
<kw name="Element Should Contain" library="SeleniumLibrary">
<arg>//span[@class="text-success"]</arg>
<arg>Yes</arg>
<doc>Verifies that element ``locator`` contains text ``expected``.</doc>
<msg timestamp="20220616 22:38:16.246" level="INFO">Element '//span[@class="text-success"]' contains text 'Yes'.</msg>
<status status="PASS" starttime="20220616 22:38:16.223" endtime="20220616 22:38:16.247"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>2s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20220616 22:38:18.248" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20220616 22:38:16.247" endtime="20220616 22:38:18.248"/>
</kw>
<kw name="Close Browser" library="SeleniumLibrary" type="TEARDOWN">
<doc>Closes the current browser.</doc>
<status status="PASS" starttime="20220616 22:38:18.248" endtime="20220616 22:38:20.522"/>
</kw>
<status status="PASS" starttime="20220616 22:37:28.903" endtime="20220616 22:38:20.523"/>
</test>
<status status="PASS" starttime="20220616 22:36:31.694" endtime="20220616 22:38:20.526"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="0" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="2" fail="0" skip="0" id="s1" name="Radiobutton">Radiobutton</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>