-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.xml
155 lines (154 loc) · 6.2 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20140313 10:44:02.522" generator="Robot 2.8.4 (Python 2.7.3 on linux2)">
<suite source="/mnt/wt/pyrosuite/robo/chrome_11_linux" id="s1" name="Chrome 11 Linux">
<suite source="/mnt/wt/pyrosuite/robo/chrome_11_linux/01__sauce_browser.txt" id="s1-s1" name="Sauce Browser">
<test id="s1-s1-t1" name="Open Google Using Sauce">
<kw type="kw" name="Open Login Page">
<doc></doc>
<arguments>
</arguments>
<msg timestamp="20140313 10:44:02.574" level="FAIL">No keyword with name 'Open Login Page' found.</msg>
<status status="FAIL" endtime="20140313 10:44:02.574" starttime="20140313 10:44:02.574"></status>
</kw>
<kw type="teardown" name="Close Browser">
<doc></doc>
<arguments>
</arguments>
<msg timestamp="20140313 10:44:02.575" level="FAIL">No keyword with name 'Close Browser' found.</msg>
<status status="FAIL" endtime="20140313 10:44:02.575" starttime="20140313 10:44:02.575">No keyword with name 'Close Browser' found.</status>
</kw>
<doc></doc>
<tags>
</tags>
<status status="FAIL" endtime="20140313 10:44:02.575" critical="yes" starttime="20140313 10:44:02.573">No keyword with name 'Open Login Page' found.
Also teardown failed:
No keyword with name 'Close Browser' found.</status>
</test>
<doc>A test suite with a single test for valid login. This test has a workflow that is created using keywords from the resource file.</doc>
<metadata>
</metadata>
<status status="FAIL" endtime="20140313 10:44:02.576" starttime="20140313 10:44:02.566"></status>
</suite>
<suite source="/mnt/wt/pyrosuite/robo/chrome_11_linux/02__sauce_browser_onconnect.txt" id="s1-s2" name="Sauce Browser Onconnect">
<test id="s1-s2-t1" name="Valid Login">
<kw type="kw" name="resource.Open Login Page">
<doc></doc>
<arguments>
</arguments>
<kw type="kw" name="Selenium2Library.Open Browser">
<doc>Opens a new browser instance to given URL.</doc>
<arguments>
<arg>${LOGIN URL}</arg>
<arg>${BROWSER}</arg>
</arguments>
<msg timestamp="20140313 10:44:02.694" level="INFO">Opening browser 'Chrome' to base url 'http://10.10.9.129/Login/index.php'</msg>
<status status="PASS" endtime="20140313 10:44:10.231" starttime="20140313 10:44:02.694"></status>
</kw>
<kw type="kw" name="Selenium2Library.Maximize Browser Window">
<doc>Maximizes current browser window.</doc>
<arguments>
</arguments>
<status status="PASS" endtime="20140313 10:44:10.598" starttime="20140313 10:44:10.232"></status>
</kw>
<kw type="kw" name="Selenium2Library.Set Selenium Speed">
<doc>Sets the delay in seconds that is waited after each Selenium command.</doc>
<arguments>
<arg>${DELAY}</arg>
</arguments>
<status status="PASS" endtime="20140313 10:44:10.599" starttime="20140313 10:44:10.598"></status>
</kw>
<status status="PASS" endtime="20140313 10:44:10.599" starttime="20140313 10:44:02.693"></status>
</kw>
<kw type="kw" name="resource.Check Url">
<doc></doc>
<arguments>
<arg>${TITLE}</arg>
</arguments>
<kw type="kw" name="Selenium2Library.Title Should Be">
<doc>Verifies that current page title equals `title`.</doc>
<arguments>
<arg>${target_url}</arg>
</arguments>
<msg timestamp="20140313 10:44:10.609" level="INFO">Page title is 'ADTRAN Neo'.</msg>
<status status="PASS" endtime="20140313 10:44:10.609" starttime="20140313 10:44:10.601"></status>
</kw>
<status status="PASS" endtime="20140313 10:44:10.609" starttime="20140313 10:44:10.599"></status>
</kw>
<kw type="kw" name="resource.Input Neo Username">
<doc></doc>
<arguments>
<arg>${VALID USER}</arg>
</arguments>
<kw type="kw" name="Selenium2Library.Wait Until Element Is Visible">
<doc>Waits until element specified with `locator` is visible.</doc>
<arguments>
<arg>loginnameid-inputEl</arg>
<arg>timeout=5</arg>
</arguments>
<status status="PASS" endtime="20140313 10:44:10.762" starttime="20140313 10:44:10.610"></status>
</kw>
<kw type="kw" name="Selenium2Library.Input Text">
<doc>Types the given `text` into text field identified by `locator`.</doc>
<arguments>
<arg>loginnameid-inputEl</arg>
<arg>${username}</arg>
</arguments>
<msg timestamp="20140313 10:44:10.763" level="INFO">Typing text '3011' into text field 'loginnameid-inputEl'</msg>
<status status="PASS" endtime="20140313 10:44:11.170" starttime="20140313 10:44:10.762"></status>
</kw>
<status status="PASS" endtime="20140313 10:44:11.171" starttime="20140313 10:44:10.609"></status>
</kw>
<kw type="kw" name="resource.Input Neo Password">
<doc></doc>
<arguments>
<arg>${VALID PASSWD}</arg>
</arguments>
<kw type="kw" name="Selenium2Library.Input Text">
<doc>Types the given `text` into text field identified by `locator`.</doc>
<arguments>
<arg>loginpasswordid-inputEl</arg>
<arg>${password}</arg>
</arguments>
<msg timestamp="20140313 10:44:11.173" level="INFO">Typing text '1234' into text field 'loginpasswordid-inputEl'</msg>
<status status="PASS" endtime="20140313 10:44:11.331" starttime="20140313 10:44:11.173"></status>
</kw>
<status status="PASS" endtime="20140313 10:44:11.331" starttime="20140313 10:44:11.172"></status>
</kw>
<kw type="teardown" name="Selenium2Library.Close Browser">
<doc>Closes the current browser.</doc>
<arguments>
</arguments>
<status status="PASS" endtime="20140313 10:44:11.439" starttime="20140313 10:44:11.332"></status>
</kw>
<doc>Testing the browser : Chrome</doc>
<tags>
</tags>
<status status="PASS" endtime="20140313 10:44:11.440" critical="yes" starttime="20140313 10:44:02.692"></status>
</test>
<doc>Testing the browser : Chrome</doc>
<metadata>
</metadata>
<status status="PASS" endtime="20140313 10:44:11.441" starttime="20140313 10:44:02.577"></status>
</suite>
<doc></doc>
<metadata>
</metadata>
<status status="FAIL" endtime="20140313 10:44:11.443" starttime="20140313 10:44:02.523"></status>
</suite>
<statistics>
<total>
<stat fail="1" pass="1">Critical Tests</stat>
<stat fail="1" pass="1">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat fail="1" pass="1" id="s1" name="Chrome 11 Linux">Chrome 11 Linux</stat>
<stat fail="1" pass="0" id="s1-s1" name="Sauce Browser">Chrome 11 Linux.Sauce Browser</stat>
<stat fail="0" pass="1" id="s1-s2" name="Sauce Browser Onconnect">Chrome 11 Linux.Sauce Browser Onconnect</stat>
</suite>
</statistics>
<errors>
<msg timestamp="20140313 10:44:02.571" level="ERROR">Error in file '/mnt/wt/pyrosuite/robo/chrome_11_linux/01__sauce_browser.txt': Resource file 'resource.txt' does not exist.</msg>
</errors>
</robot>