83 |
84 |
--------------------------------------------------------------------------------
/test-output/Default suite/Default test.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/test-output/Default suite/testng-failed.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/test-output/TestNG Session Test Automation Suite/Different testng Feature Test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
119 | PASSED TESTS |
120 | Test method |
121 | Exception |
122 | Time (seconds) |
123 | Instance |
124 |
125 |
126 | googleLogoTest Test class: com.test.GoogleTitleTest |
127 | |
128 | 0 |
129 | com.test.GoogleTitleTest@5622fdf |
130 |
131 | googleLogoTest Test class: com.test.TestNgBasics |
132 | |
133 | 0 |
134 | com.test.TestNgBasics@7cd62f43 |
135 |
136 | googleTitleTest Test class: com.test.TestNgBasics |
137 | |
138 | 0 |
139 | com.test.TestNgBasics@7cd62f43 |
140 |
141 | loginTest Test class: com.test.TestNgFeatures |
142 | |
143 | 0 |
144 | com.test.TestNgFeatures@7d9d1a19 |
145 |
146 | searchTest Test class: com.test.TestNgBasics |
147 | |
148 | 0 |
149 | com.test.TestNgBasics@7cd62f43 |
150 |
151 | sum Test class: com.test.InvocationCountTest |
152 | |
153 | 0 |
154 | com.test.InvocationCountTest@4883b407 |
155 |
156 | sum Test class: com.test.InvocationCountTest |
157 | |
158 | 0 |
159 | com.test.InvocationCountTest@4883b407 |
160 |
161 | sum Test class: com.test.InvocationCountTest |
162 | |
163 | 0 |
164 | com.test.InvocationCountTest@4883b407 |
165 |
166 | sum Test class: com.test.InvocationCountTest |
167 | |
168 | 0 |
169 | com.test.InvocationCountTest@4883b407 |
170 |
171 | sum Test class: com.test.InvocationCountTest |
172 | |
173 | 0 |
174 | com.test.InvocationCountTest@4883b407 |
175 |
176 | sum Test class: com.test.InvocationCountTest |
177 | |
178 | 0 |
179 | com.test.InvocationCountTest@4883b407 |
180 |
181 | sum Test class: com.test.InvocationCountTest |
182 | |
183 | 0 |
184 | com.test.InvocationCountTest@4883b407 |
185 |
186 | sum Test class: com.test.InvocationCountTest |
187 | |
188 | 0 |
189 | com.test.InvocationCountTest@4883b407 |
190 |
191 | sum Test class: com.test.InvocationCountTest |
192 | |
193 | 0 |
194 | com.test.InvocationCountTest@4883b407 |
195 |
196 | sum Test class: com.test.InvocationCountTest |
197 | |
198 | 0 |
199 | com.test.InvocationCountTest@4883b407 |
200 |
201 | test1 Test class: com.test.ExceptionTimeOutTest |
202 | java.lang.NumberFormatException: For input string: "100A"
203 | at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
204 | at java.lang.Integer.parseInt(Integer.java:580)
205 | at java.lang.Integer.parseInt(Integer.java:615)
206 | at com.test.ExceptionTimeOutTest.test1(ExceptionTimeOutTest.java:19)
207 | ... Removed 25 stack frames Click to show all stack frames
208 | java.lang.NumberFormatException: For input string: "100A"
209 | at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
210 | at java.lang.Integer.parseInt(Integer.java:580)
211 | at java.lang.Integer.parseInt(Integer.java:615)
212 | at com.test.ExceptionTimeOutTest.test1(ExceptionTimeOutTest.java:19)
213 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
214 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
215 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
216 | at java.lang.reflect.Method.invoke(Method.java:498)
217 | at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:108)
218 | at org.testng.internal.Invoker.invokeMethod(Invoker.java:669)
219 | at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:877)
220 | at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1201)
221 | at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
222 | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
223 | at org.testng.TestRunner.privateRun(TestRunner.java:776)
224 | at org.testng.TestRunner.run(TestRunner.java:634)
225 | at org.testng.SuiteRunner.runTest(SuiteRunner.java:425)
226 | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:420)
227 | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:385)
228 | at org.testng.SuiteRunner.run(SuiteRunner.java:334)
229 | at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
230 | at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
231 | at org.testng.TestNG.runSuitesSequentially(TestNG.java:1318)
232 | at org.testng.TestNG.runSuitesLocally(TestNG.java:1243)
233 | at org.testng.TestNG.runSuites(TestNG.java:1161)
234 | at org.testng.TestNG.run(TestNG.java:1129)
235 | at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:114)
236 | at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
237 | at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
238 | |
239 | 0 |
240 | com.test.ExceptionTimeOutTest@6d4b1c02 |
241 |
242 |
243 |
--------------------------------------------------------------------------------
/test-output/TestNG Session Test Automation Suite/Different testng Feature Test.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/test-output/TestNG Session Test Automation Suite/testng-failed.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/test-output/Yahoo App Test Automation Suite/Yahoo App Test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
83 |
84 |
--------------------------------------------------------------------------------
/test-output/Yahoo App Test Automation Suite/Yahoo App Test.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/test-output/bullet_point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/naveenanimation20/SeleniumJavaCourse/07996997fe9b87e90f301e66c017b09057e53676/test-output/bullet_point.png
--------------------------------------------------------------------------------
/test-output/collapseall.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/naveenanimation20/SeleniumJavaCourse/07996997fe9b87e90f301e66c017b09057e53676/test-output/collapseall.gif
--------------------------------------------------------------------------------
/test-output/emailable-report.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |