konectar_Data_count_Check/test-output/Default suite/Default test.html

109 lines
3.1 KiB
HTML
Raw Normal View History

2023-10-09 07:23:14 +00:00
<html>
<head>
<title>TestNG: Default test</title>
<link href="../testng.css" rel="stylesheet" type="text/css" />
<link href="../my-testng.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.log { display: none;}
.stack-trace { display: none;}
</style>
<script type="text/javascript">
<!--
function flip(e) {
current = e.style.display;
if (current == 'block') {
e.style.display = 'none';
return 0;
}
else {
e.style.display = 'block';
return 1;
}
}
function toggleBox(szDivId, elem, msg1, msg2)
{
var res = -1; if (document.getElementById) {
res = flip(document.getElementById(szDivId));
}
else if (document.all) {
// this is the way old msie versions work
res = flip(document.all[szDivId]);
}
if(elem) {
if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2;
}
}
function toggleAllBoxes() {
if (document.getElementsByTagName) {
d = document.getElementsByTagName('div');
for (i = 0; i < d.length; i++) {
if (d[i].className == 'log') {
flip(d[i]);
}
}
}
}
// -->
</script>
</head>
<body>
<h2 align='center'>Default test</h2><table border='1' align="center">
<tr>
2023-10-18 09:24:40 +00:00
<td>Tests passed/Failed/Skipped:</td><td>6/0/0</td>
2023-10-09 07:23:14 +00:00
</tr><tr>
2023-10-18 09:24:40 +00:00
<td>Started on:</td><td>Wed Oct 18 14:16:46 IST 2023</td>
2023-10-09 07:23:14 +00:00
</tr>
2023-10-18 09:24:40 +00:00
<tr><td>Total time:</td><td>1485 seconds (1485277 ms)</td>
2023-10-09 07:23:14 +00:00
</tr><tr>
<td>Included groups:</td><td></td>
</tr><tr>
<td>Excluded groups:</td><td></td>
</tr>
</table><p/>
<small><i>(Hover the method name to see the test class name)</i></small><p/>
<table width='100%' border='1' class='invocation-passed'>
<tr><td colspan='4' align='center'><b>PASSED TESTS</b></td></tr>
<tr><td><b>Test method</b></td>
<td width="30%"><b>Exception</b></td>
<td width="10%"><b>Time (seconds)</b></td>
<td><b>Instance</b></td>
</tr>
<tr>
2023-10-18 09:24:40 +00:00
<td title='TestScripts.Contacts_Count.Contactscount()'><b>Contactscount</b><br>Test class: TestScripts.Contacts_Count</td>
<td></td>
<td>305</td>
<td>TestScripts.Contacts_Count@8576fa0</td></tr>
<tr>
<td title='TestScripts.Discover_Count.Discovercount()'><b>Discovercount</b><br>Test class: TestScripts.Discover_Count</td>
<td></td>
<td>267</td>
<td>TestScripts.Discover_Count@558bdf1f</td></tr>
<tr>
<td title='TestScripts.Track_Interaction_Count.Interactioncount()'><b>Interactioncount</b><br>Test class: TestScripts.Track_Interaction_Count</td>
<td></td>
<td>252</td>
<td>TestScripts.Track_Interaction_Count@67545b57</td></tr>
<tr>
<td title='TestScripts.Track_Interaction_Export.Interactionexport()'><b>Interactionexport</b><br>Test class: TestScripts.Track_Interaction_Export</td>
<td></td>
<td>62</td>
<td>TestScripts.Track_Interaction_Export@27216cd</td></tr>
<tr>
2023-10-09 07:23:14 +00:00
<td title='TestScripts.Track_Medinsght_Export.Medinsightexport()'><b>Medinsightexport</b><br>Test class: TestScripts.Track_Medinsght_Export</td>
<td></td>
2023-10-18 09:24:40 +00:00
<td>299</td>
<td>TestScripts.Track_Medinsght_Export@7582ff54</td></tr>
<tr>
<td title='TestScripts.Track_Medinsight_Count.Medsightcount()'><b>Medsightcount</b><br>Test class: TestScripts.Track_Medinsight_Count</td>
<td></td>
<td>297</td>
<td>TestScripts.Track_Medinsight_Count@492691d7</td></tr>
2023-10-09 07:23:14 +00:00
</table><p>
</body>
</html>