second commit
This commit is contained in:
parent
48a2a96d54
commit
c2c1ba79ea
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
URL: https://cardio.konectar.io
|
||||
Username: abbottmgr@aissel.com
|
|
@ -53,12 +53,11 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager -->
|
||||
<dependency>
|
||||
<groupId>io.github.bonigarcia</groupId>
|
||||
<artifactId>webdrivermanager</artifactId>
|
||||
<version>5.8.0</version>
|
||||
<scope>test</scope>
|
||||
<version>5.5.3</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ public class GenericTest {
|
|||
driver = new ChromeDriver(options);
|
||||
|
||||
|
||||
// driver = new ChromeDriver();
|
||||
// driver = new ChromeDriver();
|
||||
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ public class EmailUtils {
|
|||
|
||||
private static final String FROM_EMAIL = "contentservice@aissel.com";
|
||||
private static final String PASSWORD = "prfnfykatlfxqonu";
|
||||
// private static final String[] TO_EMAILS = {"santoshp@aissel.com", "shashikumark@aissel.com", "qa@aissel.konectar.io", "rohitp@aissel.com", "ashwini.p@aissel.com", "saurabha@aissel.com", "kreigstonw@aissel.com", "dinakarks@aissel.com", "suraj@aissel.com", "laxmank@aissel.com", "vinodh@aissel.com"};
|
||||
// private static final String[] TO_EMAILS = {"santoshp@aissel.com", "shashikumark@aissel.com", "qa@aissel.konectar.io", "rohitp@aissel.com", "ashwini.p@aissel.com", "saurabha@aissel.com", "kreigstonw@aissel.com", "dinakarks@aissel.com", "suraj@aissel.com", "laxmank@aissel.com", "vinodh@aissel.com"};
|
||||
private static final String[] TO_EMAILS = {"shashikumark@aissel.com"};
|
||||
private static final Logger logger = LoggerFactory.getLogger(EmailUtils.class);
|
||||
|
||||
|
|
|
@ -57,9 +57,9 @@ function toggleAllBoxes() {
|
|||
<tr>
|
||||
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
|
||||
</tr><tr>
|
||||
<td>Started on:</td><td>Mon May 27 14:26:16 IST 2024</td>
|
||||
<td>Started on:</td><td>Fri May 31 14:34:06 IST 2024</td>
|
||||
</tr>
|
||||
<tr><td>Total time:</td><td>5679 seconds (5679197 ms)</td>
|
||||
<tr><td>Total time:</td><td>3108 seconds (3108876 ms)</td>
|
||||
</tr><tr>
|
||||
<td>Included groups:</td><td></td>
|
||||
</tr><tr>
|
||||
|
@ -77,7 +77,7 @@ function toggleAllBoxes() {
|
|||
<tr>
|
||||
<td title='Generic.GenericTest.performTestForSet()'><b>performTestForSet</b><br>Test class: Generic.GenericTest</td>
|
||||
<td></td>
|
||||
<td>5674</td>
|
||||
<td>3103</td>
|
||||
<td>Generic.GenericTest@6cb107fd</td></tr>
|
||||
</table><p>
|
||||
</body>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
||||
<testsuite ignored="0" hostname="Shashikuamr" failures="0" tests="1" name="Default test" time="5679.197" errors="0" timestamp="27 May 2024 10:30:56 GMT">
|
||||
<testcase classname="Generic.GenericTest" name="performTestForSet" time="5674.442"/>
|
||||
<testsuite ignored="0" hostname="Shashikuamr" failures="0" tests="1" name="Default test" time="3108.876" errors="0" timestamp="31 May 2024 09:55:55 GMT">
|
||||
<testcase classname="Generic.GenericTest" name="performTestForSet" time="3103.355"/>
|
||||
</testsuite> <!-- Default test -->
|
||||
|
|
|
@ -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">Default suite</th></tr>
|
||||
<tr><td><a href="#t0">Default test</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">5,679,197</td><td></td><td></td></tr>
|
||||
<tr><td><a href="#t0">Default test</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">3,108,876</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">Default suite</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Default test — passed</th></tr><tr class="passedeven"><td rowspan="1">Generic.GenericTest</td><td><a href="#m0">performTestForSet</a></td><td rowspan="1">1716800181062</td><td rowspan="1">5674442</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">Default suite</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Default test — passed</th></tr><tr class="passedeven"><td rowspan="1">Generic.GenericTest</td><td><a href="#m0">performTestForSet</a></td><td rowspan="1">1717146251858</td><td rowspan="1">3103355</td></tr></tbody>
|
||||
</table>
|
||||
<h2>Default test</h2><h3 id="m0">Generic.GenericTest#performTestForSet</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
</body>
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
</div> <!-- panel Default_suite -->
|
||||
<div panel-name="test-xml-Default_suite" class="panel">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<span class="header-content">/tmp/testng-eclipse-1409398301/testng-customsuite.xml</span>
|
||||
<span class="header-content">/tmp/testng-eclipse-623436563/testng-customsuite.xml</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<pre>
|
||||
|
@ -188,12 +188,12 @@ data.addRows(1);
|
|||
data.setCell(0, 0, 0)
|
||||
data.setCell(0, 1, 'performTestForSet')
|
||||
data.setCell(0, 2, 'Generic.GenericTest')
|
||||
data.setCell(0, 3, 5674442);
|
||||
data.setCell(0, 3, 3103355);
|
||||
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
|
||||
return data;
|
||||
}
|
||||
</script>
|
||||
<span class="suite-total-time">Total running time: 1 hours</span>
|
||||
<span class="suite-total-time">Total running time: 51 minutes</span>
|
||||
<div id="times-div-Default_suite">
|
||||
</div> <!-- times-div-Default_suite -->
|
||||
</div> <!-- times-div -->
|
||||
|
@ -226,19 +226,19 @@ return data;
|
|||
</div> <!-- configuration-class before -->
|
||||
<div class="configuration-method before">
|
||||
<span class="method-name">redirectConsoleOutputBeforeTest</span>
|
||||
<span class="method-start">4279 ms</span>
|
||||
<span class="method-start">4781 ms</span>
|
||||
</div> <!-- configuration-method before -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">performTestForSet</span>
|
||||
<span class="method-start">4280 ms</span>
|
||||
<span class="method-start">4864 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
<div class="configuration-method after">
|
||||
<span class="method-name">restoreConsoleOutputAfterTest</span>
|
||||
<span class="method-start">5678727 ms</span>
|
||||
<span class="method-start">3108231 ms</span>
|
||||
</div> <!-- configuration-method after -->
|
||||
<div class="configuration-class after">
|
||||
<span class="method-name">tearDown</span>
|
||||
<span class="method-start">5678743 ms</span>
|
||||
<span class="method-start">3108290 ms</span>
|
||||
</div> <!-- configuration-class after -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- panel -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
|
||||
<testsuite hostname="Shashikuamr" failures="0" tests="1" name="Generic.GenericTest" time="5674.444" errors="0" timestamp="27 May 2024 10:30:56 GMT" skipped="0">
|
||||
<testcase classname="Generic.GenericTest" name="performTestForSet" time="5674.444"/>
|
||||
<testsuite hostname="Shashikuamr" failures="0" tests="1" name="Generic.GenericTest" time="3103.439" errors="0" timestamp="31 May 2024 09:55:55 GMT" skipped="0">
|
||||
<testcase classname="Generic.GenericTest" name="performTestForSet" time="3103.439"/>
|
||||
</testsuite> <!-- Generic.GenericTest -->
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<h2>Methods run, sorted chronologically</h2><h3>>> means before, << means after</h3><p/><br/><em>Default 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="ad66d2"> <td>24/05/27 14:26:21</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@6cb107fd]">performTestForSet</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:11</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@6cb107fd]">performTestForSet</td>
|
||||
<td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 14:26:21</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td title=">>GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>redirectConsoleOutputBeforeTest</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:11</td> <td>-82</td> <td> </td><td> </td><td> </td><td> </td><td title=">>GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>redirectConsoleOutputBeforeTest</td>
|
||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 16:00:55</td> <td>5674447</td> <td> </td><td> </td><td> </td><td> </td><td title="<<GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<restoreConsoleOutputAfterTest</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3103368</td> <td> </td><td> </td><td> </td><td> </td><td title="<<GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<restoreConsoleOutputAfterTest</td>
|
||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 14:26:16</td> <td>-4275</td> <td> </td><td> </td><td title=">>GenericTest.setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>setUp</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:06</td> <td>-4861</td> <td> </td><td> </td><td title=">>GenericTest.setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>setUp</td>
|
||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 16:00:55</td> <td>5674463</td> <td> </td><td> </td><td title="<<GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<tearDown</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3103427</td> <td> </td><td> </td><td title="<<GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<tearDown</td>
|
||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
</table>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<h2>Methods run, sorted chronologically</h2><h3>>> means before, << means after</h3><p/><br/><em>Default 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="ad66d2"> <td>24/05/27 14:26:16</td> <td>0</td> <td> </td><td> </td><td title=">>GenericTest.setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>setUp</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:06</td> <td>0</td> <td> </td><td> </td><td title=">>GenericTest.setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>setUp</td>
|
||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 14:26:21</td> <td>4275</td> <td> </td><td> </td><td> </td><td> </td><td title=">>GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>redirectConsoleOutputBeforeTest</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:11</td> <td>4779</td> <td> </td><td> </td><td> </td><td> </td><td title=">>GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">>>redirectConsoleOutputBeforeTest</td>
|
||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 14:26:21</td> <td>4275</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@6cb107fd]">performTestForSet</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:11</td> <td>4861</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@6cb107fd]">performTestForSet</td>
|
||||
<td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 16:00:55</td> <td>5678722</td> <td> </td><td> </td><td> </td><td> </td><td title="<<GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<restoreConsoleOutputAfterTest</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3108229</td> <td> </td><td> </td><td> </td><td> </td><td title="<<GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<restoreConsoleOutputAfterTest</td>
|
||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/27 16:00:55</td> <td>5678738</td> <td> </td><td> </td><td title="<<GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<tearDown</td>
|
||||
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3108288</td> <td> </td><td> </td><td title="<<GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]"><<tearDown</td>
|
||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
||||
</table>
|
||||
|
|
|
@ -2,28 +2,28 @@
|
|||
<testng-results ignored="0" total="1" passed="1" failed="0" skipped="0">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
<suite started-at="2024-05-27T08:56:16Z" name="Default suite" finished-at="2024-05-27T10:30:55Z" duration-ms="5679197">
|
||||
<suite started-at="2024-05-31T09:04:06Z" name="Default suite" finished-at="2024-05-31T09:55:55Z" duration-ms="3108876">
|
||||
<groups>
|
||||
</groups>
|
||||
<test started-at="2024-05-27T08:56:16Z" name="Default test" finished-at="2024-05-27T10:30:55Z" duration-ms="5679197">
|
||||
<test started-at="2024-05-31T09:04:06Z" name="Default test" finished-at="2024-05-31T09:55:55Z" duration-ms="3108876">
|
||||
<class name="Generic.GenericTest">
|
||||
<test-method is-config="true" signature="setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-27T08:56:16Z" name="setUp" finished-at="2024-05-27T08:56:21Z" duration-ms="4271" status="PASS">
|
||||
<test-method is-config="true" signature="setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-31T09:04:06Z" name="setUp" finished-at="2024-05-31T09:04:11Z" duration-ms="4771" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- setUp -->
|
||||
<test-method is-config="true" signature="redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-27T08:56:21Z" name="redirectConsoleOutputBeforeTest" finished-at="2024-05-27T08:56:21Z" duration-ms="1" status="PASS">
|
||||
<test-method is-config="true" signature="redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-31T09:04:11Z" name="redirectConsoleOutputBeforeTest" finished-at="2024-05-31T09:04:11Z" duration-ms="83" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- redirectConsoleOutputBeforeTest -->
|
||||
<test-method signature="performTestForSet()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-27T08:56:21Z" name="performTestForSet" finished-at="2024-05-27T10:30:55Z" duration-ms="5674442" status="PASS">
|
||||
<test-method signature="performTestForSet()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-31T09:04:11Z" name="performTestForSet" finished-at="2024-05-31T09:55:55Z" duration-ms="3103355" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- performTestForSet -->
|
||||
<test-method is-config="true" signature="restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-27T10:30:55Z" name="restoreConsoleOutputAfterTest" finished-at="2024-05-27T10:30:55Z" duration-ms="1" status="PASS">
|
||||
<test-method is-config="true" signature="restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-31T09:55:55Z" name="restoreConsoleOutputAfterTest" finished-at="2024-05-31T09:55:55Z" duration-ms="1" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- restoreConsoleOutputAfterTest -->
|
||||
<test-method is-config="true" signature="tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-27T10:30:55Z" name="tearDown" finished-at="2024-05-27T10:30:55Z" duration-ms="443" status="PASS">
|
||||
<test-method is-config="true" signature="tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]" started-at="2024-05-31T09:55:55Z" name="tearDown" finished-at="2024-05-31T09:55:55Z" duration-ms="576" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- tearDown -->
|
||||
|
|
Loading…
Reference in New Issue