Skip to content

Commit

Permalink
testng.xml deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
nitint007 committed Jul 28, 2020
1 parent 920cc6f commit 2c9f86c
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 69 deletions.
11 changes: 0 additions & 11 deletions src/test/java/testng.xml

This file was deleted.

4 changes: 2 additions & 2 deletions test-output/emailable-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<table>
<tr><th>Test</th><th># Passed</th><th># Skipped</th><th># Failed</th><th>Time (ms)</th><th>Included Groups</th><th>Excluded Groups</th></tr>
<tr><th colspan="7">Suite</th></tr>
<tr><td><a href="#t0">Test1</a></td><td class="num">3</td><td class="num">0</td><td class="num">0</td><td class="num">90,381</td><td></td><td></td></tr>
<tr><td><a href="#t0">Test1</a></td><td class="num">3</td><td class="num">0</td><td class="num">0</td><td class="num">70,070</td><td></td><td></td></tr>
</table>
<table id='summary'><thead><tr><th>Class</th><th>Method</th><th>Start</th><th>Time (ms)</th></tr></thead><tbody><tr><th colspan="4">Suite</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Test1 &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">testcases.Question1</td><td><a href="#m0">searchIntendedPlaceAndVerify</a></td><td rowspan="1">1593080232971</td><td rowspan="1">24884</td></tr><tr class="passedodd"><td rowspan="1">testcases.Question2</td><td><a href="#m1">verifyTitleAndPrintLogoSize</a></td><td rowspan="1">1593080287068</td><td rowspan="1">180</td></tr><tr class="passedeven"><td rowspan="1">testcases.Question3</td><td><a href="#m2">calculator</a></td><td rowspan="1">1593080301166</td><td rowspan="1">781</td></tr></tbody>
<table id='summary'><thead><tr><th>Class</th><th>Method</th><th>Start</th><th>Time (ms)</th></tr></thead><tbody><tr><th colspan="4">Suite</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Test1 &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">testcases.Question1</td><td><a href="#m0">searchIntendedPlaceAndVerify</a></td><td rowspan="1">1594275298671</td><td rowspan="1">7157</td></tr><tr class="passedodd"><td rowspan="1">testcases.Question2</td><td><a href="#m1">verifyTitleAndPrintLogoSize</a></td><td rowspan="1">1594275339658</td><td rowspan="1">170</td></tr><tr class="passedeven"><td rowspan="1">testcases.Question3</td><td><a href="#m2">calculator</a></td><td rowspan="1">1594275351395</td><td rowspan="1">811</td></tr></tbody>
</table>
<h2>Test1</h2><h3 id="m0">testcases.Question1#searchIntendedPlaceAndVerify</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
<h3 id="m1">testcases.Question2#verifyTitleAndPrintLogoSize</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
Expand Down
24 changes: 12 additions & 12 deletions test-output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,20 +254,20 @@
data.setCell(0, 0, 0)
data.setCell(0, 1, 'searchIntendedPlaceAndVerify')
data.setCell(0, 2, 'testcases.Question1')
data.setCell(0, 3, 24884);
data.setCell(0, 3, 7157);
data.setCell(1, 0, 1)
data.setCell(1, 1, 'calculator')
data.setCell(1, 2, 'testcases.Question3')
data.setCell(1, 3, 781);
data.setCell(1, 3, 811);
data.setCell(2, 0, 2)
data.setCell(2, 1, 'verifyTitleAndPrintLogoSize')
data.setCell(2, 2, 'testcases.Question2')
data.setCell(2, 3, 180);
data.setCell(2, 3, 170);
window.suiteTableData['Suite']= { tableData: data, tableDiv: 'times-div-Suite'}
return data;
}
</script>
<span class="suite-total-time">Total running time: 25 seconds</span>
<span class="suite-total-time">Total running time: 8 seconds</span>
<div id="times-div-Suite">
</div> <!-- times-div-Suite -->
</div> <!-- times-div -->
Expand Down Expand Up @@ -300,41 +300,41 @@
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">searchIntendedPlaceAndVerify</span>
<span class="method-start">21349 ms</span>
<span class="method-start">16482 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">tearDown</span>
<span class="method-start">46235 ms</span>
<span class="method-start">23641 ms</span>
</div> <!-- test-method -->
</div> <!-- chronological-class -->
<div class="chronological-class">
<div class="chronological-class-name">testcases.Question2</div> <!-- chronological-class-name -->
<div class="test-method">
<span class="method-name">beforeGroup2</span>
<span class="method-start">46437 ms</span>
<span class="method-start">23799 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">verifyTitleAndPrintLogoSize</span>
<span class="method-start">75446 ms</span>
<span class="method-start">57469 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">tearDown2</span>
<span class="method-start">75627 ms</span>
<span class="method-start">57640 ms</span>
</div> <!-- test-method -->
</div> <!-- chronological-class -->
<div class="chronological-class">
<div class="chronological-class-name">testcases.Question3</div> <!-- chronological-class-name -->
<div class="test-method">
<span class="method-name">beforeGroup3</span>
<span class="method-start">81161 ms</span>
<span class="method-start">61233 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">calculator</span>
<span class="method-start">89544 ms</span>
<span class="method-start">69206 ms</span>
</div> <!-- test-method -->
<div class="configuration-suite after">
<span class="method-name">quiteDriverSession</span>
<span class="method-start">90378 ms</span>
<span class="method-start">70328 ms</span>
</div> <!-- configuration-suite after -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
Expand Down
4 changes: 2 additions & 2 deletions test-output/junitreports/TEST-testcases.Question1.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
<testsuite skipped="0" hostname="Nitins-Air" name="testcases.Question1" tests="1" failures="0" timestamp="25 Jun 2020 10:18:25 GMT" time="24.884" errors="0">
<testcase name="searchIntendedPlaceAndVerify" time="24.884" classname="testcases.Question1"/>
<testsuite skipped="0" hostname="Nitins-Air" name="testcases.Question1" tests="1" failures="0" timestamp="09 Jul 2020 06:15:56 GMT" time="7.157" errors="0">
<testcase name="searchIntendedPlaceAndVerify" time="7.157" classname="testcases.Question1"/>
</testsuite> <!-- testcases.Question1 -->
4 changes: 2 additions & 2 deletions test-output/junitreports/TEST-testcases.Question2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
<testsuite skipped="0" hostname="Nitins-Air" name="testcases.Question2" tests="1" failures="0" timestamp="25 Jun 2020 10:18:25 GMT" time="0.180" errors="0">
<testcase name="verifyTitleAndPrintLogoSize" time="0.180" classname="testcases.Question2"/>
<testsuite skipped="0" hostname="Nitins-Air" name="testcases.Question2" tests="1" failures="0" timestamp="09 Jul 2020 06:15:56 GMT" time="0.170" errors="0">
<testcase name="verifyTitleAndPrintLogoSize" time="0.170" classname="testcases.Question2"/>
</testsuite> <!-- testcases.Question2 -->
28 changes: 14 additions & 14 deletions test-output/old/Suite/methods-alphabetical.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; means after</h3><p/><br/><em>Suite</em><p/><small><i>(Hover the method name to see the test class name)</i></small><p/>
<table border="1">
<tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
<tr bgcolor="7d6578"> <td>20/06/25 15:46:51</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question1.beforeGroup()[pri:0, instance:testcases.Question1@47c62251]">&gt;&gt;beforeGroup</td>
<tr bgcolor="7d6578"> <td>20/07/09 11:44:42</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question1.beforeGroup()[pri:0, instance:testcases.Question1@47c62251]">&gt;&gt;beforeGroup</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-1@923529274</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/06/25 15:47:38</td> <td>46438</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question2.beforeGroup2()[pri:0, instance:testcases.Question2@3e6fa38a]">&gt;&gt;beforeGroup2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@1076093973</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/06/25 15:48:12</td> <td>81161</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question3.beforeGroup3()[pri:0, instance:testcases.Question3@66a3ffec]">&gt;&gt;beforeGroup3</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-3@291325578</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/06/25 15:48:21</td> <td>89544</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question3.calculator()[pri:3, instance:testcases.Question3@66a3ffec]">calculator</td>
<td>TestNG-test=Test1-3@291325578</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/06/25 15:48:22</td> <td>90378</td> <td title="&lt;&lt;Question3.quiteDriverSession()[pri:0, instance:testcases.Question3@66a3ffec]">&lt;&lt;quiteDriverSession</td>
<tr bgcolor="e8a876"> <td>20/07/09 11:45:05</td> <td>23798</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question2.beforeGroup2()[pri:0, instance:testcases.Question2@3e6fa38a]">&gt;&gt;beforeGroup2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@754217502</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/07/09 11:45:43</td> <td>61233</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question3.beforeGroup3()[pri:0, instance:testcases.Question3@66a3ffec]">&gt;&gt;beforeGroup3</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-3@1596217172</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/07/09 11:45:51</td> <td>69205</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question3.calculator()[pri:3, instance:testcases.Question3@66a3ffec]">calculator</td>
<td>TestNG-test=Test1-3@1596217172</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/07/09 11:45:52</td> <td>70327</td> <td title="&lt;&lt;Question3.quiteDriverSession()[pri:0, instance:testcases.Question3@66a3ffec]">&lt;&lt;quiteDriverSession</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@555826066</td> <td></td> </tr>
<tr bgcolor="7d6578"> <td>20/06/25 15:47:12</td> <td>21349</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question1.searchIntendedPlaceAndVerify()[pri:1, instance:testcases.Question1@47c62251]">searchIntendedPlaceAndVerify</td>
<tr bgcolor="7d6578"> <td>20/07/09 11:44:58</td> <td>16481</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question1.searchIntendedPlaceAndVerify()[pri:1, instance:testcases.Question1@47c62251]">searchIntendedPlaceAndVerify</td>
<td>TestNG-test=Test1-1@923529274</td> <td></td> </tr>
<tr bgcolor="7d6578"> <td>20/06/25 15:47:37</td> <td>46236</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question1.tearDown()[pri:0, instance:testcases.Question1@47c62251]">&lt;&lt;tearDown</td>
<tr bgcolor="7d6578"> <td>20/07/09 11:45:05</td> <td>23640</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question1.tearDown()[pri:0, instance:testcases.Question1@47c62251]">&lt;&lt;tearDown</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-1@923529274</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/06/25 15:48:07</td> <td>75627</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question2.tearDown2()[pri:0, instance:testcases.Question2@3e6fa38a]">&lt;&lt;tearDown2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@1076093973</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/06/25 15:48:07</td> <td>75446</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question2.verifyTitleAndPrintLogoSize()[pri:2, instance:testcases.Question2@3e6fa38a]">verifyTitleAndPrintLogoSize</td>
<td>TestNG-test=Test1-2@1076093973</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/07/09 11:45:39</td> <td>57639</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question2.tearDown2()[pri:0, instance:testcases.Question2@3e6fa38a]">&lt;&lt;tearDown2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@754217502</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/07/09 11:45:39</td> <td>57468</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question2.verifyTitleAndPrintLogoSize()[pri:2, instance:testcases.Question2@3e6fa38a]">verifyTitleAndPrintLogoSize</td>
<td>TestNG-test=Test1-2@754217502</td> <td></td> </tr>
</table>
28 changes: 14 additions & 14 deletions test-output/old/Suite/methods.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; means after</h3><p/><br/><em>Suite</em><p/><small><i>(Hover the method name to see the test class name)</i></small><p/>
<table border="1">
<tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
<tr bgcolor="7d6578"> <td>20/06/25 15:46:51</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question1.beforeGroup()[pri:0, instance:testcases.Question1@47c62251]">&gt;&gt;beforeGroup</td>
<tr bgcolor="7d6578"> <td>20/07/09 11:44:42</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question1.beforeGroup()[pri:0, instance:testcases.Question1@47c62251]">&gt;&gt;beforeGroup</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-1@923529274</td> <td></td> </tr>
<tr bgcolor="7d6578"> <td>20/06/25 15:47:12</td> <td>21349</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question1.searchIntendedPlaceAndVerify()[pri:1, instance:testcases.Question1@47c62251]">searchIntendedPlaceAndVerify</td>
<tr bgcolor="7d6578"> <td>20/07/09 11:44:58</td> <td>16481</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question1.searchIntendedPlaceAndVerify()[pri:1, instance:testcases.Question1@47c62251]">searchIntendedPlaceAndVerify</td>
<td>TestNG-test=Test1-1@923529274</td> <td></td> </tr>
<tr bgcolor="7d6578"> <td>20/06/25 15:47:37</td> <td>46236</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question1.tearDown()[pri:0, instance:testcases.Question1@47c62251]">&lt;&lt;tearDown</td>
<tr bgcolor="7d6578"> <td>20/07/09 11:45:05</td> <td>23640</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question1.tearDown()[pri:0, instance:testcases.Question1@47c62251]">&lt;&lt;tearDown</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-1@923529274</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/06/25 15:47:38</td> <td>46438</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question2.beforeGroup2()[pri:0, instance:testcases.Question2@3e6fa38a]">&gt;&gt;beforeGroup2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@1076093973</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/06/25 15:48:07</td> <td>75446</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question2.verifyTitleAndPrintLogoSize()[pri:2, instance:testcases.Question2@3e6fa38a]">verifyTitleAndPrintLogoSize</td>
<td>TestNG-test=Test1-2@1076093973</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/06/25 15:48:07</td> <td>75627</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question2.tearDown2()[pri:0, instance:testcases.Question2@3e6fa38a]">&lt;&lt;tearDown2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@1076093973</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/06/25 15:48:12</td> <td>81161</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question3.beforeGroup3()[pri:0, instance:testcases.Question3@66a3ffec]">&gt;&gt;beforeGroup3</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-3@291325578</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/06/25 15:48:21</td> <td>89544</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question3.calculator()[pri:3, instance:testcases.Question3@66a3ffec]">calculator</td>
<td>TestNG-test=Test1-3@291325578</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/06/25 15:48:22</td> <td>90378</td> <td title="&lt;&lt;Question3.quiteDriverSession()[pri:0, instance:testcases.Question3@66a3ffec]">&lt;&lt;quiteDriverSession</td>
<tr bgcolor="e8a876"> <td>20/07/09 11:45:05</td> <td>23798</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question2.beforeGroup2()[pri:0, instance:testcases.Question2@3e6fa38a]">&gt;&gt;beforeGroup2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@754217502</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/07/09 11:45:39</td> <td>57468</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question2.verifyTitleAndPrintLogoSize()[pri:2, instance:testcases.Question2@3e6fa38a]">verifyTitleAndPrintLogoSize</td>
<td>TestNG-test=Test1-2@754217502</td> <td></td> </tr>
<tr bgcolor="e8a876"> <td>20/07/09 11:45:39</td> <td>57639</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;Question2.tearDown2()[pri:0, instance:testcases.Question2@3e6fa38a]">&lt;&lt;tearDown2</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-2@754217502</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/07/09 11:45:43</td> <td>61233</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;Question3.beforeGroup3()[pri:0, instance:testcases.Question3@66a3ffec]">&gt;&gt;beforeGroup3</td>
<td>&nbsp;</td><td>&nbsp;</td> <td>TestNG-test=Test1-3@1596217172</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/07/09 11:45:51</td> <td>69205</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="Question3.calculator()[pri:3, instance:testcases.Question3@66a3ffec]">calculator</td>
<td>TestNG-test=Test1-3@1596217172</td> <td></td> </tr>
<tr bgcolor="a485d2"> <td>20/07/09 11:45:52</td> <td>70327</td> <td title="&lt;&lt;Question3.quiteDriverSession()[pri:0, instance:testcases.Question3@66a3ffec]">&lt;&lt;quiteDriverSession</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@555826066</td> <td></td> </tr>
</table>
Loading

0 comments on commit 2c9f86c

Please sign in to comment.