Second commit

This commit is contained in:
aissel 2024-06-11 10:40:00 +05:30
parent c2c1ba79ea
commit 4bbbecc3c7
16 changed files with 85 additions and 105 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>DCIMC_Check</groupId>
<artifactId>DCIMC_Check</artifactId>
@ -37,13 +37,6 @@
<version>2.41.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.18.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
@ -53,6 +46,15 @@
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.20.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager -->
<dependency>
<groupId>io.github.bonigarcia</groupId>
@ -82,13 +84,6 @@
<version>4.1.2</version> <!-- Use the latest version available -->
</dependency>
<!-- JavaMail API for sending emails -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version> <!-- Use the latest version available -->
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
@ -108,12 +103,6 @@
<version>5.1.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
<dependency>
@ -128,15 +117,6 @@
<version>3.4</version>
</dependency>
<!--
https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager -->
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>

View File

@ -46,7 +46,7 @@ public class GenericTest {
public void setUp() {
WebDriverManager.chromedriver().setup();
ChromeOptions options = new ChromeOptions();
ChromeOptions options = new ChromeOptions();
options.addArguments("--no-sandbox");
options.addArguments("headless");
@ -57,7 +57,7 @@ public class GenericTest {
driver = new ChromeDriver(options);
// driver = new ChromeDriver();
// driver = new ChromeDriver();
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
}
@ -81,9 +81,9 @@ public class GenericTest {
@Test
public void performTestForSet() throws InterruptedException {
ConfigReader config = new ConfigReader();
String[] sets = {"set1", "set2", "set3", "set4", "set5", "set6", "set7", "set8", "set10", "set12", "set13", "set15", "set16", "set17", "set18", "set19", "set20", "set21", "set22", "set23", "set24", "set14"};
String[] sets = {"set1", "set2", "set3", "set4", "set5", "set6", "set7", "set8", "set10", "set12", "set13", "set15", "set16", "set17", "set18", "set19", "set20", "set22", "set23", "set24", "set21"};
// String[] sets = {"set1", "set2", "set3", "set4", "set5", "set6", "set7", "set8", "set10", "set12", "set13", "set15"};
// String[] sets = {"set4"};
// String[] sets = {"set12", "set13", "set15", "set16", "set17", "set18", "set19", "set20", "set22", "set23", "set24", "set21"};
ConsoleOutputToFile.redirectConsoleOutput();
for (String set : sets) {
@ -128,9 +128,9 @@ public class GenericTest {
Thread.sleep(6000);
// Discover
////div[@class='navLinkIdentify sprite_iconSet activeIcon']
driver.findElement(By.xpath("//div[@class='navLinkIdentify sprite_iconSet']")).click();
Thread.sleep(1000);
Thread.sleep(2000);
WebDriverWait wait = new WebDriverWait(driver, 60);
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//div[normalize-space()='Reset']")));
Thread.sleep(6000);

View File

@ -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);

View File

@ -2,145 +2,145 @@
# Set 1
set1.url=https://cardio.konectar.io
set1.username=abbottmgr@aissel.com
set1.password=aisselK^21
set1.password=konecN$28
set1.options = Amulet KOL List,Piedmont Hospital,Sentara Norfolk,CRF Faculty,Cardiology,Neonatology,Cleveland Clinic,Swedish Medical Center \u2013 Cherry Hill,Vanderbilt Medical Center,New York University (NYU),North Shore University Hospital,Memorial Hermann,University of Kansas Medical Center,Mayo Clinic,MitraClip KOLs,St. Thomas West,CHD KOLs
# Set 2
set2.url=https://cardio.konectar.io
set2.username=Altatheramgr@aissel.com
set2.password=aisselK^21
set2.password=konecN$28
set2.options = Cardiac Arrhythmia
# Set 3
set3.url=https://cardio.konectar.io
set3.username=bdtxmanager@aissel.com
set3.password=aisselK^21
set3.password=konecN$28
set3.options = Solid Tumor
# Set 4
set4.url=https://oralhealth.konectar.io
set4.username=carestreammgr@aissel.com
set4.password=aisselK^21
set4.password=konecN$28
set4.options = Oralhealth
# Set 5
set5.url=https://cardio.konectar.io
set5.username=chiesimanager@aissel.com
set5.password=aisselK^21
set5.password=konecN$28
set5.options = Critical Care,Special Care
# Set 6
set6.url=https://cardio.konectar.io
set6.username=chiesitllmanager@aissel.com
set6.password=aisselK^21
set6.password=konecN$28
set6.options = Critical Care,Special Care
# Set 7
set7.url=https://cmsu.konectar.io
set7.username=cmsumanager@aissel.com
set7.password=aisselK^21
set7.password=konecN$28
set7.options = Medical Imaging
# Set 8
set8.url=https://cardio.konectar.io
set8.username=ferronova.mgr@aissel.com
set8.password=aisselK^21
set8.password=konecN$28
set8.options = Tika_Ferronova
# Set 9
set9.url=https://cardio.konectar.io
set9.username=iteosmgr@aissel.com
set9.password=aisselK^21
set9.password=konecN$28
set9.options = iTeos Trial HCPs,iTeos EX - US,Oncology
# Set 10
set10.url=https://cardio.konectar.io
set10.username=ipsenmanager@aissel.com
set10.password=aisselK^21
set10.password=konecN$28
set10.options = Precision Oncology
# Set 11
set11.url=https://oralhealth.konectar.io
set11.username=ivoclarmgr@aissel.com
set11.password=aisselK^21
set11.password=konecN$28
set11.options = Restorartive Dentistry,Secondary List,Oralhealth_EU Staging,Oralhealth
# Set 12
set12.url=https://cardio.konectar.io
set12.username=MiMedxproductionmgr@aissel.com
set12.password=aisselK^21
set12.password=konecN$28
set12.options = Tika_MiMedx
# Set 13
set13.url=https://cardio.konectar.io
set13.username=merusmgr@aissel.com
set13.password=aisselK^21
set13.password=konecN$28
set13.options = Oncology
# Set 14
set14.url=https://cardio.konectar.io
set14.username=nateramanager@aissel.com
set14.password=aisselK^21
set14.password=konecN$28
set14.options = Hepatology,Cardiology,Nephrology,Womens Health,Pulmonology
# Set 15
set15.url=https://gastro.konectar.io
set15.username=nestlemgr@aissel.com
set15.password=aisselK^21
set15.password=konecN$28
set15.options = Gastroenterology,EPI and C-Diff NP_PAs
# Set 16
set16.url=https://nephro.konectar.io
set16.username=nipromedicals@aissel.com
set16.password=aisselK^21
set16.password=konecN$28
set16.options = Surgery & Vascular Access,Nephrology,Cardiology
# Set 17
set17.url=https://onco.konectar.io
set17.username=novartismgr@aissel.com
set17.password=aisselK^21
set17.password=konecN$28
set17.options = Oncology
# Set 18
set18.url=https://opko.konectar.io
set18.username=opkostaging@aissel.com
set18.password=aisselK^21
set18.password=konecN$28
set18.options = Nephrology
# Set 19
set19.url=https://cardio.konectar.io
set19.username=sareptamgr@aissel.com
set19.password=aisselK^21
set19.password=konecN$28
set19.options = DMD
# Set 20
set20.url=https://cardio.konectar.io
set20.username=harbingermgr@aissel.com
set20.password=aisselK^21
set20.password=konecN$28
set20.options = Cancer Screening
# Set 21
set21.url=https://Syros.konectar.io
set21.username=syrosmanager@aissel.com
set21.password=aisselK^21
set21.password=konecN$28
set21.options = Hematology/Oncology
# Set 22
set22.url=https://tidesmedical.konectar.io
set22.username=tidesmanager@aissel.com
set22.password=aisselK^21
set22.password=konecN$28
set22.options = Wound Management
# Set 23
set23.url=https://cardio.konectar.io
set23.username=tika_manager@aissel.com
set23.password=aisselK^21
set23.password=konecN$28
set23.options = Integra_Demo,Tika_Adolescent Psychiatry_Demo,Oncology,Tika_Eisai_Demo,Balt Group_ Demo,Mi_Medx_Demo,Reata_Demo,Alpine Immune_Demo,Deciphera_Demo,TikaMobile-Demo,Cardiometabolic Experts
# Set 24
set24.url=https://cardio.konectar.io
set24.username=veramanager@aissel.com
set24.password=aisselK^21
set24.password=konecN$28
set24.options = Iga Nephropathy,IgAN-Vera
# Set 25

View File

@ -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>Fri May 31 14:34:06 IST 2024</td>
<td>Started on:</td><td>Mon Jun 10 16:21:00 IST 2024</td>
</tr>
<tr><td>Total time:</td><td>3108 seconds (3108876 ms)</td>
<tr><td>Total time:</td><td>5420 seconds (5420634 ms)</td>
</tr><tr>
<td>Included groups:</td><td></td>
</tr><tr>
@ -77,8 +77,8 @@ function toggleAllBoxes() {
<tr>
<td title='Generic.GenericTest.performTestForSet()'><b>performTestForSet</b><br>Test class: Generic.GenericTest</td>
<td></td>
<td>3103</td>
<td>Generic.GenericTest@6cb107fd</td></tr>
<td>5418</td>
<td>Generic.GenericTest@7d3e8655</td></tr>
</table><p>
</body>
</html>

View File

@ -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="3108.876" errors="0" timestamp="31 May 2024 09:55:55 GMT">
<testcase classname="Generic.GenericTest" name="performTestForSet" time="3103.355"/>
<testsuite ignored="0" hostname="Shashikuamr" failures="0" tests="1" name="Default test" time="5420.634" errors="0" timestamp="10 Jun 2024 12:21:21 GMT">
<testcase classname="Generic.GenericTest" name="performTestForSet" time="5418.179"/>
</testsuite> <!-- Default test -->

View File

@ -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">3,108,876</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">5,420,634</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 &#8212; 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 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 &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">Generic.GenericTest</td><td><a href="#m0">performTestForSet</a></td><td rowspan="1">1718016662625</td><td rowspan="1">5418179</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>

View File

@ -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-623436563/testng-customsuite.xml</span>
<span class="header-content">/tmp/testng-eclipse--1742002139/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, 3103355);
data.setCell(0, 3, 5418179);
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
return data;
}
</script>
<span class="suite-total-time">Total running time: 51 minutes</span>
<span class="suite-total-time">Total running time: 1 hours</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">4781 ms</span>
<span class="method-start">2214 ms</span>
</div> <!-- configuration-method before -->
<div class="test-method">
<span class="method-name">performTestForSet</span>
<span class="method-start">4864 ms</span>
<span class="method-start">2215 ms</span>
</div> <!-- test-method -->
<div class="configuration-method after">
<span class="method-name">restoreConsoleOutputAfterTest</span>
<span class="method-start">3108231 ms</span>
<span class="method-start">5420399 ms</span>
</div> <!-- configuration-method after -->
<div class="configuration-class after">
<span class="method-name">tearDown</span>
<span class="method-start">3108290 ms</span>
<span class="method-start">5420401 ms</span>
</div> <!-- configuration-class after -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->

View File

@ -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="3103.439" errors="0" timestamp="31 May 2024 09:55:55 GMT" skipped="0">
<testcase classname="Generic.GenericTest" name="performTestForSet" time="3103.439"/>
<testsuite hostname="Shashikuamr" failures="0" tests="1" name="Generic.GenericTest" time="5418.181" errors="0" timestamp="10 Jun 2024 12:21:21 GMT" skipped="0">
<testcase classname="Generic.GenericTest" name="performTestForSet" time="5418.181"/>
</testsuite> <!-- Generic.GenericTest -->

View File

@ -1,14 +1,14 @@
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; 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/31 14:34:11</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</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/31 14:34:11</td> <td>-82</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">&gt;&gt;redirectConsoleOutputBeforeTest</td>
<td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3103368</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">&lt;&lt;restoreConsoleOutputAfterTest</td>
<td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:06</td> <td>-4861</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]">&gt;&gt;setUp</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3103427</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]">&lt;&lt;tearDown</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 16:21:02</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@7d3e8655]">performTestForSet</td>
<td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 16:21:02</td> <td>-1</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@7d3e8655]">&gt;&gt;redirectConsoleOutputBeforeTest</td>
<td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 17:51:20</td> <td>5418185</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@7d3e8655]">&lt;&lt;restoreConsoleOutputAfterTest</td>
<td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 16:21:00</td> <td>-2210</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.setUp()[pri:0, instance:Generic.GenericTest@7d3e8655]">&gt;&gt;setUp</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 17:51:20</td> <td>5418186</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@7d3e8655]">&lt;&lt;tearDown</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
</table>

View File

@ -1,14 +1,14 @@
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; 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/31 14:34:06</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.setUp()[pri:0, instance:Generic.GenericTest@6cb107fd]">&gt;&gt;setUp</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:11</td> <td>4779</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">&gt;&gt;redirectConsoleOutputBeforeTest</td>
<td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="ad66d2"> <td>24/05/31 14:34:11</td> <td>4861</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</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/31 15:25:55</td> <td>3108229</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@6cb107fd]">&lt;&lt;restoreConsoleOutputAfterTest</td>
<td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="ad66d2"> <td>24/05/31 15:25:55</td> <td>3108288</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@6cb107fd]">&lt;&lt;tearDown</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1571798597</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 16:21:00</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.setUp()[pri:0, instance:Generic.GenericTest@7d3e8655]">&gt;&gt;setUp</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 16:21:02</td> <td>2209</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@7d3e8655]">&gt;&gt;redirectConsoleOutputBeforeTest</td>
<td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 16:21:02</td> <td>2210</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@7d3e8655]">performTestForSet</td>
<td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 17:51:20</td> <td>5420395</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@7d3e8655]">&lt;&lt;restoreConsoleOutputAfterTest</td>
<td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
<tr bgcolor="628087"> <td>24/06/10 17:51:20</td> <td>5420396</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@7d3e8655]">&lt;&lt;tearDown</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@2144838275</td> <td></td> </tr>
</table>

View File

@ -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-31T09:04:06Z" name="Default suite" finished-at="2024-05-31T09:55:55Z" duration-ms="3108876">
<suite started-at="2024-06-10T10:51:00Z" name="Default suite" finished-at="2024-06-10T12:21:21Z" duration-ms="5420634">
<groups>
</groups>
<test started-at="2024-05-31T09:04:06Z" name="Default test" finished-at="2024-05-31T09:55:55Z" duration-ms="3108876">
<test started-at="2024-06-10T10:51:00Z" name="Default test" finished-at="2024-06-10T12:21:21Z" duration-ms="5420634">
<class name="Generic.GenericTest">
<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">
<test-method is-config="true" signature="setUp()[pri:0, instance:Generic.GenericTest@7d3e8655]" started-at="2024-06-10T10:51:00Z" name="setUp" finished-at="2024-06-10T10:51:02Z" duration-ms="2199" 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-31T09:04:11Z" name="redirectConsoleOutputBeforeTest" finished-at="2024-05-31T09:04:11Z" duration-ms="83" status="PASS">
<test-method is-config="true" signature="redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@7d3e8655]" started-at="2024-06-10T10:51:02Z" name="redirectConsoleOutputBeforeTest" finished-at="2024-06-10T10:51:02Z" duration-ms="1" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- redirectConsoleOutputBeforeTest -->
<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">
<test-method signature="performTestForSet()[pri:0, instance:Generic.GenericTest@7d3e8655]" started-at="2024-06-10T10:51:02Z" name="performTestForSet" finished-at="2024-06-10T12:21:20Z" duration-ms="5418179" 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-31T09:55:55Z" name="restoreConsoleOutputAfterTest" finished-at="2024-05-31T09:55:55Z" duration-ms="1" status="PASS">
<test-method is-config="true" signature="restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@7d3e8655]" started-at="2024-06-10T12:21:20Z" name="restoreConsoleOutputAfterTest" finished-at="2024-06-10T12:21:20Z" 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-31T09:55:55Z" name="tearDown" finished-at="2024-05-31T09:55:55Z" duration-ms="576" status="PASS">
<test-method is-config="true" signature="tearDown()[pri:0, instance:Generic.GenericTest@7d3e8655]" started-at="2024-06-10T12:21:20Z" name="tearDown" finished-at="2024-06-10T12:21:21Z" duration-ms="221" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- tearDown -->

BIN
DCIMC_Check1.0.zip Normal file

Binary file not shown.