Fourth commit
This commit is contained in:
parent
1afedc73c0
commit
fd2e9095c1
|
@ -36,7 +36,7 @@ public class Track_Interaction_Export
|
|||
ConfigReader config = new ConfigReader();
|
||||
// Define the sets you want to use
|
||||
String[] sets = {"set1", "set2", "set3", "set4", "set5", "set6", "set7"};
|
||||
//String[] sets = {"set"};
|
||||
//String[] sets = {"set1"};
|
||||
Thread.sleep(10000);
|
||||
for (String set : sets) {
|
||||
Thread.sleep(10000);
|
||||
|
@ -68,7 +68,7 @@ public class Track_Interaction_Export
|
|||
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//a[@data-original-title='Export Interaction Detail into Excel format']")));
|
||||
|
||||
//File downloadedFile = new File("/home/aissel/git4/exported_file.xlsx");
|
||||
File downloadedFile = new File(System.getProperty("user.dir")+"/exported_file.xlsx");
|
||||
File downloadedFile = new File(System.getProperty("user.dir"));
|
||||
if (downloadedFile.exists()) {
|
||||
System.out.println("Int_Export Downloaded file exists.");
|
||||
} else {
|
||||
|
|
|
@ -38,7 +38,7 @@ public class Track_Medinsght_Export
|
|||
ConfigReader config = new ConfigReader();
|
||||
// Define the sets you want to use
|
||||
String[] sets = {"set1", "set2", "set3", "set4", "set5", "set6", "set7"};
|
||||
//String[] sets = {"set"};
|
||||
//String[] sets = {"set1"};
|
||||
Thread.sleep(10000);
|
||||
for (String set : sets) {
|
||||
Thread.sleep(10000);
|
||||
|
@ -70,7 +70,7 @@ public class Track_Medinsght_Export
|
|||
WebDriverWait wait = new WebDriverWait(driver, 30);
|
||||
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//div[@class='excelExportIcon sprite_iconSet tooltip-demo tooltop-left']")));
|
||||
|
||||
File downloadedFile = new File(System.getProperty("user.dir")+"/exported_file.xlsx");
|
||||
File downloadedFile = new File(System.getProperty("user.dir"));
|
||||
if (downloadedFile.exists()) {
|
||||
System.out.println("Med_Export Downloaded file exists.");
|
||||
} else {
|
||||
|
|
|
@ -55,11 +55,11 @@ function toggleAllBoxes() {
|
|||
<body>
|
||||
<h2 align='center'>Default test</h2><table border='1' align="center">
|
||||
<tr>
|
||||
<td>Tests passed/Failed/Skipped:</td><td>6/0/0</td>
|
||||
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
|
||||
</tr><tr>
|
||||
<td>Started on:</td><td>Mon Oct 09 11:47:35 IST 2023</td>
|
||||
<td>Started on:</td><td>Wed Oct 11 10:04:11 IST 2023</td>
|
||||
</tr>
|
||||
<tr><td>Total time:</td><td>1628 seconds (1628317 ms)</td>
|
||||
<tr><td>Total time:</td><td>56 seconds (56064 ms)</td>
|
||||
</tr><tr>
|
||||
<td>Included groups:</td><td></td>
|
||||
</tr><tr>
|
||||
|
@ -75,35 +75,10 @@ function toggleAllBoxes() {
|
|||
<td><b>Instance</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td title='TestScripts.Contacts_Count.Contactscount()'><b>Contactscount</b><br>Test class: TestScripts.Contacts_Count</td>
|
||||
<td></td>
|
||||
<td>286</td>
|
||||
<td>TestScripts.Contacts_Count@5be46f9d</td></tr>
|
||||
<tr>
|
||||
<td title='TestScripts.Discover_Count.Discovercount()'><b>Discovercount</b><br>Test class: TestScripts.Discover_Count</td>
|
||||
<td></td>
|
||||
<td>235</td>
|
||||
<td>TestScripts.Discover_Count@7164ca4c</td></tr>
|
||||
<tr>
|
||||
<td title='TestScripts.Track_Interaction_Count.Interactioncount()'><b>Interactioncount</b><br>Test class: TestScripts.Track_Interaction_Count</td>
|
||||
<td></td>
|
||||
<td>245</td>
|
||||
<td>TestScripts.Track_Interaction_Count@3f91b517</td></tr>
|
||||
<tr>
|
||||
<td title='TestScripts.Track_Interaction_Export.Interactionexport()'><b>Interactionexport</b><br>Test class: TestScripts.Track_Interaction_Export</td>
|
||||
<td></td>
|
||||
<td>289</td>
|
||||
<td>TestScripts.Track_Interaction_Export@479460a6</td></tr>
|
||||
<tr>
|
||||
<td title='TestScripts.Track_Medinsght_Export.Medinsightexport()'><b>Medinsightexport</b><br>Test class: TestScripts.Track_Medinsght_Export</td>
|
||||
<td></td>
|
||||
<td>297</td>
|
||||
<td>TestScripts.Track_Medinsght_Export@4f3bbf68</td></tr>
|
||||
<tr>
|
||||
<td title='TestScripts.Track_Medinsight_Count.Medsightcount()'><b>Medsightcount</b><br>Test class: TestScripts.Track_Medinsight_Count</td>
|
||||
<td></td>
|
||||
<td>274</td>
|
||||
<td>TestScripts.Track_Medinsight_Count@68df9280</td></tr>
|
||||
<td>56</td>
|
||||
<td>TestScripts.Track_Medinsght_Export@39ac0c0a</td></tr>
|
||||
</table><p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
||||
<testsuite ignored="0" hostname="Shashikumar" failures="0" tests="6" name="Default test" time="1628.317" errors="0" timestamp="09 Oct 2023 06:44:44 GMT">
|
||||
<testcase classname="TestScripts.Track_Medinsight_Count" name="Medsightcount" time="274.37"/>
|
||||
<testcase classname="TestScripts.Track_Interaction_Export" name="Interactionexport" time="289.134"/>
|
||||
<testcase classname="TestScripts.Discover_Count" name="Discovercount" time="235.009"/>
|
||||
<testcase classname="TestScripts.Track_Medinsght_Export" name="Medinsightexport" time="297.183"/>
|
||||
<testcase classname="TestScripts.Contacts_Count" name="Contactscount" time="286.754"/>
|
||||
<testcase classname="TestScripts.Track_Interaction_Count" name="Interactioncount" time="245.835"/>
|
||||
<testsuite ignored="0" hostname="Shashikumar" failures="0" tests="1" name="Default test" time="56.064" errors="0" timestamp="11 Oct 2023 04:35:07 GMT">
|
||||
<testcase classname="TestScripts.Track_Medinsght_Export" name="Medinsightexport" time="56.038"/>
|
||||
</testsuite> <!-- Default test -->
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite name="Failed suite [Default suite]" guice-stage="DEVELOPMENT">
|
||||
<test thread-count="5" name="Default test(failed)">
|
||||
<classes>
|
||||
<class name="TestScripts.Contacts_Count">
|
||||
<methods>
|
||||
<include name="Contactscount"/>
|
||||
</methods>
|
||||
</class> <!-- TestScripts.Contacts_Count -->
|
||||
</classes>
|
||||
</test> <!-- Default test(failed) -->
|
||||
</suite> <!-- Failed suite [Default suite] -->
|
|
@ -9,15 +9,10 @@
|
|||
<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">6</td><td class="num">0</td><td class="num">0</td><td class="num">1,628,317</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">56,064</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">TestScripts.Contacts_Count</td><td><a href="#m0">Contactscount</a></td><td rowspan="1">1696833351614</td><td rowspan="1">286754</td></tr><tr class="passedodd"><td rowspan="1">TestScripts.Discover_Count</td><td><a href="#m1">Discovercount</a></td><td rowspan="1">1696832819420</td><td rowspan="1">235009</td></tr><tr class="passedeven"><td rowspan="1">TestScripts.Track_Interaction_Count</td><td><a href="#m2">Interactioncount</a></td><td rowspan="1">1696833638370</td><td rowspan="1">245835</td></tr><tr class="passedodd"><td rowspan="1">TestScripts.Track_Interaction_Export</td><td><a href="#m3">Interactionexport</a></td><td rowspan="1">1696832530283</td><td rowspan="1">289134</td></tr><tr class="passedeven"><td rowspan="1">TestScripts.Track_Medinsght_Export</td><td><a href="#m4">Medinsightexport</a></td><td rowspan="1">1696833054430</td><td rowspan="1">297183</td></tr><tr class="passedodd"><td rowspan="1">TestScripts.Track_Medinsight_Count</td><td><a href="#m5">Medsightcount</a></td><td rowspan="1">1696832255911</td><td rowspan="1">274370</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">TestScripts.Track_Medinsght_Export</td><td><a href="#m0">Medinsightexport</a></td><td rowspan="1">1696998851447</td><td rowspan="1">56038</td></tr></tbody>
|
||||
</table>
|
||||
<h2>Default test</h2><h3 id="m0">TestScripts.Contacts_Count#Contactscount</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
<h3 id="m1">TestScripts.Discover_Count#Discovercount</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
<h3 id="m2">TestScripts.Track_Interaction_Count#Interactioncount</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
<h3 id="m3">TestScripts.Track_Interaction_Export#Interactionexport</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
<h3 id="m4">TestScripts.Track_Medinsght_Export#Medinsightexport</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
<h3 id="m5">TestScripts.Track_Medinsight_Count#Medsightcount</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">TestScripts.Track_Medinsght_Export#Medinsightexport</h3><table class="result"><tr><th class="invisible"/></tr></table><p class="totop"><a href="#summary">back to summary</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<div class="suite-section-content">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="method-stats">6 methods, 6 passed</span>
|
||||
<span class="method-stats">1 method, 1 passed</span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="method-list-title passed">Passed methods</span>
|
||||
|
@ -100,36 +100,11 @@
|
|||
<a href="#" panel-name="suite-Default_suite" class="show-methods passed suite-Default_suite"> (show)</a> <!-- show-methods passed suite-Default_suite -->
|
||||
</span>
|
||||
<div class="method-list-content passed suite-Default_suite">
|
||||
<span>
|
||||
<img src="passed.png" width="3%"/>
|
||||
<a href="#" panel-name="suite-Default_suite" title="TestScripts.Contacts_Count" class="method navigator-link" hash-for-method="Contactscount">Contactscount</a> <!-- method navigator-link -->
|
||||
</span>
|
||||
<br/>
|
||||
<span>
|
||||
<img src="passed.png" width="3%"/>
|
||||
<a href="#" panel-name="suite-Default_suite" title="TestScripts.Discover_Count" class="method navigator-link" hash-for-method="Discovercount">Discovercount</a> <!-- method navigator-link -->
|
||||
</span>
|
||||
<br/>
|
||||
<span>
|
||||
<img src="passed.png" width="3%"/>
|
||||
<a href="#" panel-name="suite-Default_suite" title="TestScripts.Track_Interaction_Count" class="method navigator-link" hash-for-method="Interactioncount">Interactioncount</a> <!-- method navigator-link -->
|
||||
</span>
|
||||
<br/>
|
||||
<span>
|
||||
<img src="passed.png" width="3%"/>
|
||||
<a href="#" panel-name="suite-Default_suite" title="TestScripts.Track_Interaction_Export" class="method navigator-link" hash-for-method="Interactionexport">Interactionexport</a> <!-- method navigator-link -->
|
||||
</span>
|
||||
<br/>
|
||||
<span>
|
||||
<img src="passed.png" width="3%"/>
|
||||
<a href="#" panel-name="suite-Default_suite" title="TestScripts.Track_Medinsght_Export" class="method navigator-link" hash-for-method="Medinsightexport">Medinsightexport</a> <!-- method navigator-link -->
|
||||
</span>
|
||||
<br/>
|
||||
<span>
|
||||
<img src="passed.png" width="3%"/>
|
||||
<a href="#" panel-name="suite-Default_suite" title="TestScripts.Track_Medinsight_Count" class="method navigator-link" hash-for-method="Medsightcount">Medsightcount</a> <!-- method navigator-link -->
|
||||
</span>
|
||||
<br/>
|
||||
</div> <!-- method-list-content passed suite-Default_suite -->
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -142,51 +117,6 @@
|
|||
<div class="wrapper">
|
||||
<div class="main-panel-root">
|
||||
<div panel-name="suite-Default_suite" class="panel Default_suite">
|
||||
<div class="suite-Default_suite-class-passed">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<img src="passed.png"/>
|
||||
<span class="class-name">TestScripts.Track_Interaction_Export</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<div class="method">
|
||||
<div class="method-content">
|
||||
<a name="Interactionexport">
|
||||
</a> <!-- Interactionexport -->
|
||||
<span class="method-name">Interactionexport</span>
|
||||
</div> <!-- method-content -->
|
||||
</div> <!-- method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- suite-Default_suite-class-passed -->
|
||||
<div class="suite-Default_suite-class-passed">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<img src="passed.png"/>
|
||||
<span class="class-name">TestScripts.Contacts_Count</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<div class="method">
|
||||
<div class="method-content">
|
||||
<a name="Contactscount">
|
||||
</a> <!-- Contactscount -->
|
||||
<span class="method-name">Contactscount</span>
|
||||
</div> <!-- method-content -->
|
||||
</div> <!-- method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- suite-Default_suite-class-passed -->
|
||||
<div class="suite-Default_suite-class-passed">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<img src="passed.png"/>
|
||||
<span class="class-name">TestScripts.Discover_Count</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<div class="method">
|
||||
<div class="method-content">
|
||||
<a name="Discovercount">
|
||||
</a> <!-- Discovercount -->
|
||||
<span class="method-name">Discovercount</span>
|
||||
</div> <!-- method-content -->
|
||||
</div> <!-- method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- suite-Default_suite-class-passed -->
|
||||
<div class="suite-Default_suite-class-passed">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<img src="passed.png"/>
|
||||
|
@ -202,40 +132,10 @@
|
|||
</div> <!-- method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- suite-Default_suite-class-passed -->
|
||||
<div class="suite-Default_suite-class-passed">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<img src="passed.png"/>
|
||||
<span class="class-name">TestScripts.Track_Medinsight_Count</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<div class="method">
|
||||
<div class="method-content">
|
||||
<a name="Medsightcount">
|
||||
</a> <!-- Medsightcount -->
|
||||
<span class="method-name">Medsightcount</span>
|
||||
</div> <!-- method-content -->
|
||||
</div> <!-- method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- suite-Default_suite-class-passed -->
|
||||
<div class="suite-Default_suite-class-passed">
|
||||
<div class="main-panel-header rounded-window-top">
|
||||
<img src="passed.png"/>
|
||||
<span class="class-name">TestScripts.Track_Interaction_Count</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<div class="method">
|
||||
<div class="method-content">
|
||||
<a name="Interactioncount">
|
||||
</a> <!-- Interactioncount -->
|
||||
<span class="method-name">Interactioncount</span>
|
||||
</div> <!-- method-content -->
|
||||
</div> <!-- method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- suite-Default_suite-class-passed -->
|
||||
</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--287265599/testng-customsuite.xml</span>
|
||||
<span class="header-content">/tmp/testng-eclipse-194801848/testng-customsuite.xml</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<pre>
|
||||
|
@ -244,14 +144,7 @@
|
|||
<suite name="Default suite" guice-stage="DEVELOPMENT">
|
||||
<test thread-count="5" name="Default test" verbose="2">
|
||||
<classes>
|
||||
<class name="Utilities.readConfigFile"/>
|
||||
<class name="TestScripts.Track_Medinsight_Count"/>
|
||||
<class name="Utilities.ConfigReader"/>
|
||||
<class name="TestScripts.Track_Interaction_Export"/>
|
||||
<class name="TestScripts.Discover_Count"/>
|
||||
<class name="TestScripts.Track_Medinsght_Export"/>
|
||||
<class name="TestScripts.Contacts_Count"/>
|
||||
<class name="TestScripts.Track_Interaction_Count"/>
|
||||
</classes>
|
||||
</test> <!-- Default test -->
|
||||
</suite> <!-- Default suite -->
|
||||
|
@ -265,7 +158,7 @@
|
|||
<div class="main-panel-content rounded-window-bottom">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="test-name">Default test (8 classes)</span>
|
||||
<span class="test-name">Default test (1 class)</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
|
@ -291,36 +184,16 @@ data.addColumn('number', 'Number');
|
|||
data.addColumn('string', 'Method');
|
||||
data.addColumn('string', 'Class');
|
||||
data.addColumn('number', 'Time (ms)');
|
||||
data.addRows(6);
|
||||
data.addRows(1);
|
||||
data.setCell(0, 0, 0)
|
||||
data.setCell(0, 1, 'Medinsightexport')
|
||||
data.setCell(0, 2, 'TestScripts.Track_Medinsght_Export')
|
||||
data.setCell(0, 3, 297183);
|
||||
data.setCell(1, 0, 1)
|
||||
data.setCell(1, 1, 'Interactionexport')
|
||||
data.setCell(1, 2, 'TestScripts.Track_Interaction_Export')
|
||||
data.setCell(1, 3, 289134);
|
||||
data.setCell(2, 0, 2)
|
||||
data.setCell(2, 1, 'Contactscount')
|
||||
data.setCell(2, 2, 'TestScripts.Contacts_Count')
|
||||
data.setCell(2, 3, 286754);
|
||||
data.setCell(3, 0, 3)
|
||||
data.setCell(3, 1, 'Medsightcount')
|
||||
data.setCell(3, 2, 'TestScripts.Track_Medinsight_Count')
|
||||
data.setCell(3, 3, 274370);
|
||||
data.setCell(4, 0, 4)
|
||||
data.setCell(4, 1, 'Interactioncount')
|
||||
data.setCell(4, 2, 'TestScripts.Track_Interaction_Count')
|
||||
data.setCell(4, 3, 245835);
|
||||
data.setCell(5, 0, 5)
|
||||
data.setCell(5, 1, 'Discovercount')
|
||||
data.setCell(5, 2, 'TestScripts.Discover_Count')
|
||||
data.setCell(5, 3, 235009);
|
||||
data.setCell(0, 3, 56038);
|
||||
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
|
||||
return data;
|
||||
}
|
||||
</script>
|
||||
<span class="suite-total-time">Total running time: 27 minutes</span>
|
||||
<span class="suite-total-time">Total running time: 56 seconds</span>
|
||||
<div id="times-div-Default_suite">
|
||||
</div> <!-- times-div-Default_suite -->
|
||||
</div> <!-- times-div -->
|
||||
|
@ -345,46 +218,11 @@ return data;
|
|||
<span class="header-content">Methods in chronological order</span>
|
||||
</div> <!-- main-panel-header rounded-window-top -->
|
||||
<div class="main-panel-content rounded-window-bottom">
|
||||
<div class="chronological-class">
|
||||
<div class="chronological-class-name">TestScripts.Track_Medinsight_Count</div> <!-- chronological-class-name -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">Medsightcount</span>
|
||||
<span class="method-start">0 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
</div> <!-- chronological-class -->
|
||||
<div class="chronological-class">
|
||||
<div class="chronological-class-name">TestScripts.Track_Interaction_Export</div> <!-- chronological-class-name -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">Interactionexport</span>
|
||||
<span class="method-start">274372 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
</div> <!-- chronological-class -->
|
||||
<div class="chronological-class">
|
||||
<div class="chronological-class-name">TestScripts.Discover_Count</div> <!-- chronological-class-name -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">Discovercount</span>
|
||||
<span class="method-start">563509 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
</div> <!-- chronological-class -->
|
||||
<div class="chronological-class">
|
||||
<div class="chronological-class-name">TestScripts.Track_Medinsght_Export</div> <!-- chronological-class-name -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">Medinsightexport</span>
|
||||
<span class="method-start">798519 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
</div> <!-- chronological-class -->
|
||||
<div class="chronological-class">
|
||||
<div class="chronological-class-name">TestScripts.Contacts_Count</div> <!-- chronological-class-name -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">Contactscount</span>
|
||||
<span class="method-start">1095703 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
</div> <!-- chronological-class -->
|
||||
<div class="chronological-class">
|
||||
<div class="chronological-class-name">TestScripts.Track_Interaction_Count</div> <!-- chronological-class-name -->
|
||||
<div class="test-method">
|
||||
<span class="method-name">Interactioncount</span>
|
||||
<span class="method-start">1382459 ms</span>
|
||||
<span class="method-start">0 ms</span>
|
||||
</div> <!-- test-method -->
|
||||
</div> <!-- main-panel-content rounded-window-bottom -->
|
||||
</div> <!-- panel -->
|
||||
|
|
|
@ -1,5 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
|
||||
<testsuite hostname="Shashikumar" failures="0" tests="1" name="TestScripts.Contacts_Count" time="286.754" errors="0" timestamp="09 Oct 2023 06:44:44 GMT" skipped="0">
|
||||
<testcase classname="TestScripts.Contacts_Count" name="Contactscount" time="286.754"/>
|
||||
<testsuite hostname="Shashikumar" failures="0" tests="1" name="TestScripts.Contacts_Count" time="37.115" errors="1" timestamp="11 Oct 2023 04:22:56 GMT" skipped="0">
|
||||
<testcase classname="TestScripts.Contacts_Count" name="Contactscount" time="37.115">
|
||||
<error message="no such window: target window already closed
|
||||
from unknown error: web view not found
|
||||
(Session info: chrome=115.0.5790.170)
|
||||
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
|
||||
System info: host: 'Shashikumar', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.15.0-86-generic', java.version: '11.0.20'
|
||||
Driver info: org.openqa.selenium.chrome.ChromeDriver
|
||||
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 115.0.5790.170, chrome: {chromedriverVersion: 115.0.5790.170 (cc0d30c2ca5..., userDataDir: /tmp/.org.chromium.Chromium...}, goog:chromeOptions: {debuggerAddress: localhost:43001}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
|
||||
Session ID: 3c5035280b5faea0e5aad69e82dce03b
|
||||
*** Element info: {Using=xpath, value=//input[@id='username']}" type="org.openqa.selenium.NoSuchWindowException">
|
||||
<![CDATA[org.openqa.selenium.NoSuchWindowException: no such window: target window already closed
|
||||
from unknown error: web view not found
|
||||
(Session info: chrome=115.0.5790.170)
|
||||
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
|
||||
System info: host: 'Shashikumar', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.15.0-86-generic', java.version: '11.0.20'
|
||||
Driver info: org.openqa.selenium.chrome.ChromeDriver
|
||||
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 115.0.5790.170, chrome: {chromedriverVersion: 115.0.5790.170 (cc0d30c2ca5..., userDataDir: /tmp/.org.chromium.Chromium...}, goog:chromeOptions: {debuggerAddress: localhost:43001}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
|
||||
Session ID: 3c5035280b5faea0e5aad69e82dce03b
|
||||
*** Element info: {Using=xpath, value=//input[@id='username']}
|
||||
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
||||
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
|
||||
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
|
||||
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
|
||||
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
|
||||
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
|
||||
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
|
||||
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
|
||||
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
|
||||
at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428)
|
||||
at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
|
||||
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
|
||||
at TestScripts.Contacts_Count.Contactscount(Contacts_Count.java:37)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
|
||||
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
|
||||
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
|
||||
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
|
||||
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
|
||||
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
|
||||
at org.testng.TestRunner.privateRun(TestRunner.java:648)
|
||||
at org.testng.TestRunner.run(TestRunner.java:505)
|
||||
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
|
||||
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
|
||||
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
|
||||
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
|
||||
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
|
||||
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
|
||||
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
|
||||
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
|
||||
at org.testng.TestNG.runSuites(TestNG.java:1049)
|
||||
at org.testng.TestNG.run(TestNG.java:1017)
|
||||
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
|
||||
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
|
||||
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
|
||||
]]>
|
||||
</error>
|
||||
</testcase> <!-- Contactscount -->
|
||||
</testsuite> <!-- TestScripts.Contacts_Count -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
|
||||
<testsuite hostname="Shashikumar" failures="0" tests="1" name="TestScripts.Track_Interaction_Export" time="289.134" errors="0" timestamp="09 Oct 2023 06:44:44 GMT" skipped="0">
|
||||
<testcase classname="TestScripts.Track_Interaction_Export" name="Interactionexport" time="289.134"/>
|
||||
<testsuite hostname="Shashikumar" failures="0" tests="1" name="TestScripts.Track_Interaction_Export" time="57.059" errors="0" timestamp="11 Oct 2023 04:32:44 GMT" skipped="0">
|
||||
<testcase classname="TestScripts.Track_Interaction_Export" name="Interactionexport" time="57.059"/>
|
||||
</testsuite> <!-- TestScripts.Track_Interaction_Export -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
|
||||
<testsuite hostname="Shashikumar" failures="0" tests="1" name="TestScripts.Track_Medinsght_Export" time="297.183" errors="0" timestamp="09 Oct 2023 06:44:44 GMT" skipped="0">
|
||||
<testcase classname="TestScripts.Track_Medinsght_Export" name="Medinsightexport" time="297.183"/>
|
||||
<testsuite hostname="Shashikumar" failures="0" tests="1" name="TestScripts.Track_Medinsght_Export" time="56.038" errors="0" timestamp="11 Oct 2023 04:35:07 GMT" skipped="0">
|
||||
<testcase classname="TestScripts.Track_Medinsght_Export" name="Medinsightexport" time="56.038"/>
|
||||
</testsuite> <!-- TestScripts.Track_Medinsght_Export -->
|
||||
|
|
|
@ -4,94 +4,6 @@
|
|||
<th>Method name</th>
|
||||
<th>Groups</th>
|
||||
</tr><tr>
|
||||
<td>TestScripts.Track_Medinsight_Count</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@Test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Medsightcount</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TestScripts.Track_Interaction_Export</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@Test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Interactionexport</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TestScripts.Discover_Count</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@Test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Discovercount</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TestScripts.Contacts_Count</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@Test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Contactscount</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TestScripts.Track_Medinsght_Export</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
|
@ -113,26 +25,4 @@
|
|||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TestScripts.Track_Interaction_Count</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@Test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Interactioncount</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -1,16 +1,6 @@
|
|||
<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="72fe87"> <td>23/10/09 12:05:51</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Contacts_Count.Contactscount()[pri:0, instance:TestScripts.Contacts_Count@5be46f9d]">Contactscount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="76f6a0"> <td>23/10/09 11:56:59</td> <td>-532194</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Discover_Count.Discovercount()[pri:0, instance:TestScripts.Discover_Count@7164ca4c]">Discovercount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="8673bc"> <td>23/10/09 12:10:38</td> <td>286756</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Interaction_Count.Interactioncount()[pri:0, instance:TestScripts.Track_Interaction_Count@3f91b517]">Interactioncount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="7abd68"> <td>23/10/09 11:52:10</td> <td>-821331</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Interaction_Export.Interactionexport()[pri:0, instance:TestScripts.Track_Interaction_Export@479460a6]">Interactionexport</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="bd9d84"> <td>23/10/09 12:00:54</td> <td>-297184</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Medinsght_Export.Medinsightexport()[pri:0, instance:TestScripts.Track_Medinsght_Export@4f3bbf68]">Medinsightexport</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="e6c6ec"> <td>23/10/09 11:47:35</td> <td>-1095704</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Medinsight_Count.Medsightcount()[pri:0, instance:TestScripts.Track_Medinsight_Count@68df9280]">Medsightcount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="a5d770"> <td>23/10/11 10:04:11</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Medinsght_Export.Medinsightexport()[pri:0, instance:TestScripts.Track_Medinsght_Export@39ac0c0a]">Medinsightexport</td>
|
||||
<td>main@1731977615</td> <td></td> </tr>
|
||||
</table>
|
||||
|
|
|
@ -1,16 +1,6 @@
|
|||
<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="e6c6ec"> <td>23/10/09 11:47:35</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Medinsight_Count.Medsightcount()[pri:0, instance:TestScripts.Track_Medinsight_Count@68df9280]">Medsightcount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="7abd68"> <td>23/10/09 11:52:10</td> <td>274373</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Interaction_Export.Interactionexport()[pri:0, instance:TestScripts.Track_Interaction_Export@479460a6]">Interactionexport</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="76f6a0"> <td>23/10/09 11:56:59</td> <td>563510</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Discover_Count.Discovercount()[pri:0, instance:TestScripts.Discover_Count@7164ca4c]">Discovercount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="bd9d84"> <td>23/10/09 12:00:54</td> <td>798520</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Medinsght_Export.Medinsightexport()[pri:0, instance:TestScripts.Track_Medinsght_Export@4f3bbf68]">Medinsightexport</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="72fe87"> <td>23/10/09 12:05:51</td> <td>1095704</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Contacts_Count.Contactscount()[pri:0, instance:TestScripts.Contacts_Count@5be46f9d]">Contactscount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="8673bc"> <td>23/10/09 12:10:38</td> <td>1382460</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Interaction_Count.Interactioncount()[pri:0, instance:TestScripts.Track_Interaction_Count@3f91b517]">Interactioncount</td>
|
||||
<td>main@2131597042</td> <td></td> </tr>
|
||||
<tr bgcolor="a5d770"> <td>23/10/11 10:04:11</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="Track_Medinsght_Export.Medinsightexport()[pri:0, instance:TestScripts.Track_Medinsght_Export@39ac0c0a]">Medinsightexport</td>
|
||||
<td>main@1731977615</td> <td></td> </tr>
|
||||
</table>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<html><head><title>testng.xml for Default suite</title></head><body><tt><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"><br/><suite name="Default suite" guice-stage="DEVELOPMENT"><br/> <test thread-count="5" name="Default test" verbose="2"><br/> <classes><br/> <class name="Utilities.readConfigFile"/><br/> <class name="TestScripts.Track_Medinsight_Count"/><br/> <class name="Utilities.ConfigReader"/><br/> <class name="TestScripts.Track_Interaction_Export"/><br/> <class name="TestScripts.Discover_Count"/><br/> <class name="TestScripts.Track_Medinsght_Export"/><br/> <class name="TestScripts.Contacts_Count"/><br/> <class name="TestScripts.Track_Interaction_Count"/><br/> </classes><br/> </test> <!-- Default test --><br/></suite> <!-- Default suite --><br/></tt></body></html>
|
||||
<html><head><title>testng.xml for Default suite</title></head><body><tt><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"><br/><suite name="Default suite" guice-stage="DEVELOPMENT"><br/> <test thread-count="5" name="Default test" verbose="2"><br/> <classes><br/> <class name="TestScripts.Track_Medinsght_Export"/><br/> </classes><br/> </test> <!-- Default test --><br/></suite> <!-- Default suite --><br/></tt></body></html>
|
|
@ -9,8 +9,8 @@
|
|||
<table border='1' width='100%'>
|
||||
<tr valign='top'>
|
||||
<td>1 test</td>
|
||||
<td><a target='mainFrame' href='classes.html'>6 classes</a></td>
|
||||
<td>6 methods:<br/>
|
||||
<td><a target='mainFrame' href='classes.html'>1 class</a></td>
|
||||
<td>1 method:<br/>
|
||||
<a target='mainFrame' href='methods.html'>chronological</a><br/>
|
||||
<a target='mainFrame' href='methods-alphabetical.html'>alphabetical</a><br/>
|
||||
<a target='mainFrame' href='methods-not-run.html'>not run (0)</a></td>
|
||||
|
@ -22,7 +22,7 @@
|
|||
</tr></table>
|
||||
<table width='100%' class='test-passed'>
|
||||
<tr><td>
|
||||
<table style='width: 100%'><tr><td valign='top'>Default test (6/0/0)</td><td valign='top' align='right'>
|
||||
<table style='width: 100%'><tr><td valign='top'>Default test (1/0/0)</td><td valign='top' align='right'>
|
||||
<a href='Default test.html' target='mainFrame'>Results</a>
|
||||
</td></tr></table>
|
||||
</td></tr><p/>
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
</head><body>
|
||||
<h2><p align='center'>Test results</p></h2>
|
||||
<table border='1' width='100%' class='main-page'><tr><th>Suite</th><th>Passed</th><th>Failed</th><th>Skipped</th><th>testng.xml</th></tr>
|
||||
<tr align='center' class='invocation-passed'><td><em>Total</em></td><td><em>6</em></td><td><em>0</em></td><td><em>0</em></td><td> </td></tr>
|
||||
<tr align='center' class='invocation-passed'><td><em>Total</em></td><td><em>1</em></td><td><em>0</em></td><td><em>0</em></td><td> </td></tr>
|
||||
<tr align='center' class='invocation-passed'><td><a href='Default suite/index.html'>Default suite</a></td>
|
||||
<td>6</td><td>0</td><td>0</td><td><a href='Default suite/testng.xml.html'>Link</a></td></tr></table></body></html>
|
||||
<td>1</td><td>0</td><td>0</td><td><a href='Default suite/testng.xml.html'>Link</a></td></tr></table></body></html>
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite name="Failed suite [Default suite]" guice-stage="DEVELOPMENT">
|
||||
<test thread-count="5" name="Default test(failed)">
|
||||
<classes>
|
||||
<class name="TestScripts.Contacts_Count">
|
||||
<methods>
|
||||
<include name="Contactscount"/>
|
||||
</methods>
|
||||
</class> <!-- TestScripts.Contacts_Count -->
|
||||
</classes>
|
||||
</test> <!-- Default test(failed) -->
|
||||
</suite> <!-- Failed suite [Default suite] -->
|
|
@ -1,47 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testng-results ignored="0" total="6" passed="6" failed="0" skipped="0">
|
||||
<testng-results ignored="0" total="1" passed="1" failed="0" skipped="0">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
<suite started-at="2023-10-09T06:17:35Z" name="Default suite" finished-at="2023-10-09T06:44:44Z" duration-ms="1628317">
|
||||
<suite started-at="2023-10-11T04:34:11Z" name="Default suite" finished-at="2023-10-11T04:35:07Z" duration-ms="56064">
|
||||
<groups>
|
||||
</groups>
|
||||
<test started-at="2023-10-09T06:17:35Z" name="Default test" finished-at="2023-10-09T06:44:44Z" duration-ms="1628317">
|
||||
<class name="TestScripts.Track_Medinsight_Count">
|
||||
<test-method signature="Medsightcount()[pri:0, instance:TestScripts.Track_Medinsight_Count@68df9280]" started-at="2023-10-09T06:17:35Z" name="Medsightcount" finished-at="2023-10-09T06:22:10Z" duration-ms="274370" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- Medsightcount -->
|
||||
</class> <!-- TestScripts.Track_Medinsight_Count -->
|
||||
<class name="TestScripts.Track_Interaction_Export">
|
||||
<test-method signature="Interactionexport()[pri:0, instance:TestScripts.Track_Interaction_Export@479460a6]" started-at="2023-10-09T06:22:10Z" name="Interactionexport" finished-at="2023-10-09T06:26:59Z" duration-ms="289134" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- Interactionexport -->
|
||||
</class> <!-- TestScripts.Track_Interaction_Export -->
|
||||
<class name="TestScripts.Discover_Count">
|
||||
<test-method signature="Discovercount()[pri:0, instance:TestScripts.Discover_Count@7164ca4c]" started-at="2023-10-09T06:26:59Z" name="Discovercount" finished-at="2023-10-09T06:30:54Z" duration-ms="235009" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- Discovercount -->
|
||||
</class> <!-- TestScripts.Discover_Count -->
|
||||
<class name="TestScripts.Contacts_Count">
|
||||
<test-method signature="Contactscount()[pri:0, instance:TestScripts.Contacts_Count@5be46f9d]" started-at="2023-10-09T06:35:51Z" name="Contactscount" finished-at="2023-10-09T06:40:38Z" duration-ms="286754" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- Contactscount -->
|
||||
</class> <!-- TestScripts.Contacts_Count -->
|
||||
<test started-at="2023-10-11T04:34:11Z" name="Default test" finished-at="2023-10-11T04:35:07Z" duration-ms="56064">
|
||||
<class name="TestScripts.Track_Medinsght_Export">
|
||||
<test-method signature="Medinsightexport()[pri:0, instance:TestScripts.Track_Medinsght_Export@4f3bbf68]" started-at="2023-10-09T06:30:54Z" name="Medinsightexport" finished-at="2023-10-09T06:35:51Z" duration-ms="297183" status="PASS">
|
||||
<test-method signature="Medinsightexport()[pri:0, instance:TestScripts.Track_Medinsght_Export@39ac0c0a]" started-at="2023-10-11T04:34:11Z" name="Medinsightexport" finished-at="2023-10-11T04:35:07Z" duration-ms="56038" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- Medinsightexport -->
|
||||
</class> <!-- TestScripts.Track_Medinsght_Export -->
|
||||
<class name="TestScripts.Track_Interaction_Count">
|
||||
<test-method signature="Interactioncount()[pri:0, instance:TestScripts.Track_Interaction_Count@3f91b517]" started-at="2023-10-09T06:40:38Z" name="Interactioncount" finished-at="2023-10-09T06:44:44Z" duration-ms="245835" status="PASS">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
</test-method> <!-- Interactioncount -->
|
||||
</class> <!-- TestScripts.Track_Interaction_Count -->
|
||||
</test> <!-- Default test -->
|
||||
</suite> <!-- Default suite -->
|
||||
</testng-results>
|
||||
|
|
Loading…
Reference in New Issue