Compare commits
2 Commits
48a2a96d54
...
4bbbecc3c7
Author | SHA1 | Date |
---|---|---|
aissel | 4bbbecc3c7 | |
aissel | 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
|
|
@ -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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>DCIMC_Check</groupId>
|
<groupId>DCIMC_Check</groupId>
|
||||||
<artifactId>DCIMC_Check</artifactId>
|
<artifactId>DCIMC_Check</artifactId>
|
||||||
|
@ -37,13 +37,6 @@
|
||||||
<version>2.41.2</version>
|
<version>2.41.2</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -53,12 +46,20 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>io.github.bonigarcia</groupId>
|
<groupId>io.github.bonigarcia</groupId>
|
||||||
<artifactId>webdrivermanager</artifactId>
|
<artifactId>webdrivermanager</artifactId>
|
||||||
<version>5.8.0</version>
|
<version>5.5.3</version>
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,13 +84,6 @@
|
||||||
<version>4.1.2</version> <!-- Use the latest version available -->
|
<version>4.1.2</version> <!-- Use the latest version available -->
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
|
@ -109,12 +103,6 @@
|
||||||
<version>5.1.0</version>
|
<version>5.1.0</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -129,15 +117,6 @@
|
||||||
<version>3.4</version>
|
<version>3.4</version>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>com.sun.mail</groupId>
|
<groupId>com.sun.mail</groupId>
|
||||||
<artifactId>javax.mail</artifactId>
|
<artifactId>javax.mail</artifactId>
|
||||||
|
|
|
@ -81,9 +81,9 @@ public class GenericTest {
|
||||||
@Test
|
@Test
|
||||||
public void performTestForSet() throws InterruptedException {
|
public void performTestForSet() throws InterruptedException {
|
||||||
ConfigReader config = new ConfigReader();
|
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 = {"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();
|
ConsoleOutputToFile.redirectConsoleOutput();
|
||||||
|
|
||||||
for (String set : sets) {
|
for (String set : sets) {
|
||||||
|
@ -128,9 +128,9 @@ public class GenericTest {
|
||||||
Thread.sleep(6000);
|
Thread.sleep(6000);
|
||||||
|
|
||||||
// Discover
|
// Discover
|
||||||
|
////div[@class='navLinkIdentify sprite_iconSet activeIcon']
|
||||||
driver.findElement(By.xpath("//div[@class='navLinkIdentify sprite_iconSet']")).click();
|
driver.findElement(By.xpath("//div[@class='navLinkIdentify sprite_iconSet']")).click();
|
||||||
Thread.sleep(1000);
|
Thread.sleep(2000);
|
||||||
WebDriverWait wait = new WebDriverWait(driver, 60);
|
WebDriverWait wait = new WebDriverWait(driver, 60);
|
||||||
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//div[normalize-space()='Reset']")));
|
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//div[normalize-space()='Reset']")));
|
||||||
Thread.sleep(6000);
|
Thread.sleep(6000);
|
||||||
|
|
|
@ -2,145 +2,145 @@
|
||||||
# Set 1
|
# Set 1
|
||||||
set1.url=https://cardio.konectar.io
|
set1.url=https://cardio.konectar.io
|
||||||
set1.username=abbottmgr@aissel.com
|
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
|
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
|
# Set 2
|
||||||
set2.url=https://cardio.konectar.io
|
set2.url=https://cardio.konectar.io
|
||||||
set2.username=Altatheramgr@aissel.com
|
set2.username=Altatheramgr@aissel.com
|
||||||
set2.password=aisselK^21
|
set2.password=konecN$28
|
||||||
set2.options = Cardiac Arrhythmia
|
set2.options = Cardiac Arrhythmia
|
||||||
|
|
||||||
# Set 3
|
# Set 3
|
||||||
set3.url=https://cardio.konectar.io
|
set3.url=https://cardio.konectar.io
|
||||||
set3.username=bdtxmanager@aissel.com
|
set3.username=bdtxmanager@aissel.com
|
||||||
set3.password=aisselK^21
|
set3.password=konecN$28
|
||||||
set3.options = Solid Tumor
|
set3.options = Solid Tumor
|
||||||
|
|
||||||
# Set 4
|
# Set 4
|
||||||
set4.url=https://oralhealth.konectar.io
|
set4.url=https://oralhealth.konectar.io
|
||||||
set4.username=carestreammgr@aissel.com
|
set4.username=carestreammgr@aissel.com
|
||||||
set4.password=aisselK^21
|
set4.password=konecN$28
|
||||||
set4.options = Oralhealth
|
set4.options = Oralhealth
|
||||||
|
|
||||||
# Set 5
|
# Set 5
|
||||||
set5.url=https://cardio.konectar.io
|
set5.url=https://cardio.konectar.io
|
||||||
set5.username=chiesimanager@aissel.com
|
set5.username=chiesimanager@aissel.com
|
||||||
set5.password=aisselK^21
|
set5.password=konecN$28
|
||||||
set5.options = Critical Care,Special Care
|
set5.options = Critical Care,Special Care
|
||||||
|
|
||||||
# Set 6
|
# Set 6
|
||||||
set6.url=https://cardio.konectar.io
|
set6.url=https://cardio.konectar.io
|
||||||
set6.username=chiesitllmanager@aissel.com
|
set6.username=chiesitllmanager@aissel.com
|
||||||
set6.password=aisselK^21
|
set6.password=konecN$28
|
||||||
set6.options = Critical Care,Special Care
|
set6.options = Critical Care,Special Care
|
||||||
|
|
||||||
# Set 7
|
# Set 7
|
||||||
set7.url=https://cmsu.konectar.io
|
set7.url=https://cmsu.konectar.io
|
||||||
set7.username=cmsumanager@aissel.com
|
set7.username=cmsumanager@aissel.com
|
||||||
set7.password=aisselK^21
|
set7.password=konecN$28
|
||||||
set7.options = Medical Imaging
|
set7.options = Medical Imaging
|
||||||
|
|
||||||
# Set 8
|
# Set 8
|
||||||
set8.url=https://cardio.konectar.io
|
set8.url=https://cardio.konectar.io
|
||||||
set8.username=ferronova.mgr@aissel.com
|
set8.username=ferronova.mgr@aissel.com
|
||||||
set8.password=aisselK^21
|
set8.password=konecN$28
|
||||||
set8.options = Tika_Ferronova
|
set8.options = Tika_Ferronova
|
||||||
|
|
||||||
# Set 9
|
# Set 9
|
||||||
set9.url=https://cardio.konectar.io
|
set9.url=https://cardio.konectar.io
|
||||||
set9.username=iteosmgr@aissel.com
|
set9.username=iteosmgr@aissel.com
|
||||||
set9.password=aisselK^21
|
set9.password=konecN$28
|
||||||
set9.options = iTeos Trial HCPs,iTeos EX - US,Oncology
|
set9.options = iTeos Trial HCPs,iTeos EX - US,Oncology
|
||||||
|
|
||||||
# Set 10
|
# Set 10
|
||||||
set10.url=https://cardio.konectar.io
|
set10.url=https://cardio.konectar.io
|
||||||
set10.username=ipsenmanager@aissel.com
|
set10.username=ipsenmanager@aissel.com
|
||||||
set10.password=aisselK^21
|
set10.password=konecN$28
|
||||||
set10.options = Precision Oncology
|
set10.options = Precision Oncology
|
||||||
|
|
||||||
# Set 11
|
# Set 11
|
||||||
set11.url=https://oralhealth.konectar.io
|
set11.url=https://oralhealth.konectar.io
|
||||||
set11.username=ivoclarmgr@aissel.com
|
set11.username=ivoclarmgr@aissel.com
|
||||||
set11.password=aisselK^21
|
set11.password=konecN$28
|
||||||
set11.options = Restorartive Dentistry,Secondary List,Oralhealth_EU Staging,Oralhealth
|
set11.options = Restorartive Dentistry,Secondary List,Oralhealth_EU Staging,Oralhealth
|
||||||
|
|
||||||
# Set 12
|
# Set 12
|
||||||
set12.url=https://cardio.konectar.io
|
set12.url=https://cardio.konectar.io
|
||||||
set12.username=MiMedxproductionmgr@aissel.com
|
set12.username=MiMedxproductionmgr@aissel.com
|
||||||
set12.password=aisselK^21
|
set12.password=konecN$28
|
||||||
set12.options = Tika_MiMedx
|
set12.options = Tika_MiMedx
|
||||||
|
|
||||||
# Set 13
|
# Set 13
|
||||||
set13.url=https://cardio.konectar.io
|
set13.url=https://cardio.konectar.io
|
||||||
set13.username=merusmgr@aissel.com
|
set13.username=merusmgr@aissel.com
|
||||||
set13.password=aisselK^21
|
set13.password=konecN$28
|
||||||
set13.options = Oncology
|
set13.options = Oncology
|
||||||
|
|
||||||
# Set 14
|
# Set 14
|
||||||
set14.url=https://cardio.konectar.io
|
set14.url=https://cardio.konectar.io
|
||||||
set14.username=nateramanager@aissel.com
|
set14.username=nateramanager@aissel.com
|
||||||
set14.password=aisselK^21
|
set14.password=konecN$28
|
||||||
set14.options = Hepatology,Cardiology,Nephrology,Womens Health,Pulmonology
|
set14.options = Hepatology,Cardiology,Nephrology,Womens Health,Pulmonology
|
||||||
|
|
||||||
# Set 15
|
# Set 15
|
||||||
set15.url=https://gastro.konectar.io
|
set15.url=https://gastro.konectar.io
|
||||||
set15.username=nestlemgr@aissel.com
|
set15.username=nestlemgr@aissel.com
|
||||||
set15.password=aisselK^21
|
set15.password=konecN$28
|
||||||
set15.options = Gastroenterology,EPI and C-Diff NP_PAs
|
set15.options = Gastroenterology,EPI and C-Diff NP_PAs
|
||||||
|
|
||||||
# Set 16
|
# Set 16
|
||||||
set16.url=https://nephro.konectar.io
|
set16.url=https://nephro.konectar.io
|
||||||
set16.username=nipromedicals@aissel.com
|
set16.username=nipromedicals@aissel.com
|
||||||
set16.password=aisselK^21
|
set16.password=konecN$28
|
||||||
set16.options = Surgery & Vascular Access,Nephrology,Cardiology
|
set16.options = Surgery & Vascular Access,Nephrology,Cardiology
|
||||||
|
|
||||||
# Set 17
|
# Set 17
|
||||||
set17.url=https://onco.konectar.io
|
set17.url=https://onco.konectar.io
|
||||||
set17.username=novartismgr@aissel.com
|
set17.username=novartismgr@aissel.com
|
||||||
set17.password=aisselK^21
|
set17.password=konecN$28
|
||||||
set17.options = Oncology
|
set17.options = Oncology
|
||||||
|
|
||||||
# Set 18
|
# Set 18
|
||||||
set18.url=https://opko.konectar.io
|
set18.url=https://opko.konectar.io
|
||||||
set18.username=opkostaging@aissel.com
|
set18.username=opkostaging@aissel.com
|
||||||
set18.password=aisselK^21
|
set18.password=konecN$28
|
||||||
set18.options = Nephrology
|
set18.options = Nephrology
|
||||||
|
|
||||||
# Set 19
|
# Set 19
|
||||||
set19.url=https://cardio.konectar.io
|
set19.url=https://cardio.konectar.io
|
||||||
set19.username=sareptamgr@aissel.com
|
set19.username=sareptamgr@aissel.com
|
||||||
set19.password=aisselK^21
|
set19.password=konecN$28
|
||||||
set19.options = DMD
|
set19.options = DMD
|
||||||
|
|
||||||
# Set 20
|
# Set 20
|
||||||
set20.url=https://cardio.konectar.io
|
set20.url=https://cardio.konectar.io
|
||||||
set20.username=harbingermgr@aissel.com
|
set20.username=harbingermgr@aissel.com
|
||||||
set20.password=aisselK^21
|
set20.password=konecN$28
|
||||||
set20.options = Cancer Screening
|
set20.options = Cancer Screening
|
||||||
|
|
||||||
# Set 21
|
# Set 21
|
||||||
set21.url=https://Syros.konectar.io
|
set21.url=https://Syros.konectar.io
|
||||||
set21.username=syrosmanager@aissel.com
|
set21.username=syrosmanager@aissel.com
|
||||||
set21.password=aisselK^21
|
set21.password=konecN$28
|
||||||
set21.options = Hematology/Oncology
|
set21.options = Hematology/Oncology
|
||||||
|
|
||||||
# Set 22
|
# Set 22
|
||||||
set22.url=https://tidesmedical.konectar.io
|
set22.url=https://tidesmedical.konectar.io
|
||||||
set22.username=tidesmanager@aissel.com
|
set22.username=tidesmanager@aissel.com
|
||||||
set22.password=aisselK^21
|
set22.password=konecN$28
|
||||||
set22.options = Wound Management
|
set22.options = Wound Management
|
||||||
|
|
||||||
# Set 23
|
# Set 23
|
||||||
set23.url=https://cardio.konectar.io
|
set23.url=https://cardio.konectar.io
|
||||||
set23.username=tika_manager@aissel.com
|
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
|
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
|
# Set 24
|
||||||
set24.url=https://cardio.konectar.io
|
set24.url=https://cardio.konectar.io
|
||||||
set24.username=veramanager@aissel.com
|
set24.username=veramanager@aissel.com
|
||||||
set24.password=aisselK^21
|
set24.password=konecN$28
|
||||||
set24.options = Iga Nephropathy,IgAN-Vera
|
set24.options = Iga Nephropathy,IgAN-Vera
|
||||||
|
|
||||||
# Set 25
|
# Set 25
|
||||||
|
|
|
@ -57,9 +57,9 @@ function toggleAllBoxes() {
|
||||||
<tr>
|
<tr>
|
||||||
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
|
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>Started on:</td><td>Mon May 27 14:26:16 IST 2024</td>
|
<td>Started on:</td><td>Mon Jun 10 16:21:00 IST 2024</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Total time:</td><td>5679 seconds (5679197 ms)</td>
|
<tr><td>Total time:</td><td>5420 seconds (5420634 ms)</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>Included groups:</td><td></td>
|
<td>Included groups:</td><td></td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
|
@ -77,8 +77,8 @@ function toggleAllBoxes() {
|
||||||
<tr>
|
<tr>
|
||||||
<td title='Generic.GenericTest.performTestForSet()'><b>performTestForSet</b><br>Test class: Generic.GenericTest</td>
|
<td title='Generic.GenericTest.performTestForSet()'><b>performTestForSet</b><br>Test class: Generic.GenericTest</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>5674</td>
|
<td>5418</td>
|
||||||
<td>Generic.GenericTest@6cb107fd</td></tr>
|
<td>Generic.GenericTest@7d3e8655</td></tr>
|
||||||
</table><p>
|
</table><p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
<!-- 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">
|
<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="5674.442"/>
|
<testcase classname="Generic.GenericTest" name="performTestForSet" time="5418.179"/>
|
||||||
</testsuite> <!-- Default test -->
|
</testsuite> <!-- Default test -->
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
<table>
|
<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>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><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">5,420,634</td><td></td><td></td></tr>
|
||||||
</table>
|
</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">1718016662625</td><td rowspan="1">5418179</td></tr></tbody>
|
||||||
</table>
|
</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>
|
<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>
|
</body>
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
</div> <!-- panel Default_suite -->
|
</div> <!-- panel Default_suite -->
|
||||||
<div panel-name="test-xml-Default_suite" class="panel">
|
<div panel-name="test-xml-Default_suite" class="panel">
|
||||||
<div class="main-panel-header rounded-window-top">
|
<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--1742002139/testng-customsuite.xml</span>
|
||||||
</div> <!-- main-panel-header rounded-window-top -->
|
</div> <!-- main-panel-header rounded-window-top -->
|
||||||
<div class="main-panel-content rounded-window-bottom">
|
<div class="main-panel-content rounded-window-bottom">
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -188,7 +188,7 @@ data.addRows(1);
|
||||||
data.setCell(0, 0, 0)
|
data.setCell(0, 0, 0)
|
||||||
data.setCell(0, 1, 'performTestForSet')
|
data.setCell(0, 1, 'performTestForSet')
|
||||||
data.setCell(0, 2, 'Generic.GenericTest')
|
data.setCell(0, 2, 'Generic.GenericTest')
|
||||||
data.setCell(0, 3, 5674442);
|
data.setCell(0, 3, 5418179);
|
||||||
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
|
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
@ -226,19 +226,19 @@ return data;
|
||||||
</div> <!-- configuration-class before -->
|
</div> <!-- configuration-class before -->
|
||||||
<div class="configuration-method before">
|
<div class="configuration-method before">
|
||||||
<span class="method-name">redirectConsoleOutputBeforeTest</span>
|
<span class="method-name">redirectConsoleOutputBeforeTest</span>
|
||||||
<span class="method-start">4279 ms</span>
|
<span class="method-start">2214 ms</span>
|
||||||
</div> <!-- configuration-method before -->
|
</div> <!-- configuration-method before -->
|
||||||
<div class="test-method">
|
<div class="test-method">
|
||||||
<span class="method-name">performTestForSet</span>
|
<span class="method-name">performTestForSet</span>
|
||||||
<span class="method-start">4280 ms</span>
|
<span class="method-start">2215 ms</span>
|
||||||
</div> <!-- test-method -->
|
</div> <!-- test-method -->
|
||||||
<div class="configuration-method after">
|
<div class="configuration-method after">
|
||||||
<span class="method-name">restoreConsoleOutputAfterTest</span>
|
<span class="method-name">restoreConsoleOutputAfterTest</span>
|
||||||
<span class="method-start">5678727 ms</span>
|
<span class="method-start">5420399 ms</span>
|
||||||
</div> <!-- configuration-method after -->
|
</div> <!-- configuration-method after -->
|
||||||
<div class="configuration-class after">
|
<div class="configuration-class after">
|
||||||
<span class="method-name">tearDown</span>
|
<span class="method-name">tearDown</span>
|
||||||
<span class="method-start">5678743 ms</span>
|
<span class="method-start">5420401 ms</span>
|
||||||
</div> <!-- configuration-class after -->
|
</div> <!-- configuration-class after -->
|
||||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||||
</div> <!-- panel -->
|
</div> <!-- panel -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
|
<!-- 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">
|
<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="5674.444"/>
|
<testcase classname="Generic.GenericTest" name="performTestForSet" time="5418.181"/>
|
||||||
</testsuite> <!-- Generic.GenericTest -->
|
</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/>
|
<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">
|
<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><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="628087"> <td>24/06/10 16:21:02</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@7d3e8655]">performTestForSet</td>
|
||||||
<td>main@1571798597</td> <td></td> </tr>
|
<td>main@2144838275</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="628087"> <td>24/06/10 16:21:02</td> <td>-1</td> <td> </td><td> </td><td> </td><td> </td><td title=">>GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@7d3e8655]">>>redirectConsoleOutputBeforeTest</td>
|
||||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td> <td>main@2144838275</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="628087"> <td>24/06/10 17:51:20</td> <td>5418185</td> <td> </td><td> </td><td> </td><td> </td><td title="<<GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@7d3e8655]"><<restoreConsoleOutputAfterTest</td>
|
||||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td> <td>main@2144838275</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="628087"> <td>24/06/10 16:21:00</td> <td>-2210</td> <td> </td><td> </td><td title=">>GenericTest.setUp()[pri:0, instance:Generic.GenericTest@7d3e8655]">>>setUp</td>
|
||||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td><td> </td><td> </td> <td>main@2144838275</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="628087"> <td>24/06/10 17:51:20</td> <td>5418186</td> <td> </td><td> </td><td title="<<GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@7d3e8655]"><<tearDown</td>
|
||||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td><td> </td><td> </td> <td>main@2144838275</td> <td></td> </tr>
|
||||||
</table>
|
</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/>
|
<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">
|
<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><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="628087"> <td>24/06/10 16:21:00</td> <td>0</td> <td> </td><td> </td><td title=">>GenericTest.setUp()[pri:0, instance:Generic.GenericTest@7d3e8655]">>>setUp</td>
|
||||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td><td> </td><td> </td> <td>main@2144838275</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="628087"> <td>24/06/10 16:21:02</td> <td>2209</td> <td> </td><td> </td><td> </td><td> </td><td title=">>GenericTest.redirectConsoleOutputBeforeTest()[pri:0, instance:Generic.GenericTest@7d3e8655]">>>redirectConsoleOutputBeforeTest</td>
|
||||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td> <td>main@2144838275</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="628087"> <td>24/06/10 16:21:02</td> <td>2210</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="GenericTest.performTestForSet()[pri:0, instance:Generic.GenericTest@7d3e8655]">performTestForSet</td>
|
||||||
<td>main@1571798597</td> <td></td> </tr>
|
<td>main@2144838275</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="628087"> <td>24/06/10 17:51:20</td> <td>5420395</td> <td> </td><td> </td><td> </td><td> </td><td title="<<GenericTest.restoreConsoleOutputAfterTest()[pri:0, instance:Generic.GenericTest@7d3e8655]"><<restoreConsoleOutputAfterTest</td>
|
||||||
<td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td> <td>main@2144838275</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="628087"> <td>24/06/10 17:51:20</td> <td>5420396</td> <td> </td><td> </td><td title="<<GenericTest.tearDown()[pri:0, instance:Generic.GenericTest@7d3e8655]"><<tearDown</td>
|
||||||
<td> </td><td> </td><td> </td> <td>main@1571798597</td> <td></td> </tr>
|
<td> </td><td> </td><td> </td> <td>main@2144838275</td> <td></td> </tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -2,28 +2,28 @@
|
||||||
<testng-results ignored="0" total="1" passed="1" failed="0" skipped="0">
|
<testng-results ignored="0" total="1" passed="1" failed="0" skipped="0">
|
||||||
<reporter-output>
|
<reporter-output>
|
||||||
</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-06-10T10:51:00Z" name="Default suite" finished-at="2024-06-10T12:21:21Z" duration-ms="5420634">
|
||||||
<groups>
|
<groups>
|
||||||
</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-06-10T10:51:00Z" name="Default test" finished-at="2024-06-10T12:21:21Z" duration-ms="5420634">
|
||||||
<class name="Generic.GenericTest">
|
<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@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>
|
||||||
</reporter-output>
|
</reporter-output>
|
||||||
</test-method> <!-- setUp -->
|
</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@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>
|
||||||
</reporter-output>
|
</reporter-output>
|
||||||
</test-method> <!-- redirectConsoleOutputBeforeTest -->
|
</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@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>
|
||||||
</reporter-output>
|
</reporter-output>
|
||||||
</test-method> <!-- performTestForSet -->
|
</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@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>
|
||||||
</reporter-output>
|
</reporter-output>
|
||||||
</test-method> <!-- restoreConsoleOutputAfterTest -->
|
</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@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>
|
||||||
</reporter-output>
|
</reporter-output>
|
||||||
</test-method> <!-- tearDown -->
|
</test-method> <!-- tearDown -->
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue