Skip to content

Commit 2b3df2a

Browse files
committed
reportng-imagescreenshot
1 parent f79f426 commit 2b3df2a

37 files changed

+1996
-845
lines changed

src/test/java/com/w2a/testcases/BankManagerLoginTest.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.openqa.selenium.By;
44
import org.testng.Assert;
5+
import org.testng.Reporter;
56
import org.testng.annotations.Test;
67

78
import com.w2a.base.TestBase;
@@ -14,8 +15,11 @@ public void loginAsbankManager() throws InterruptedException {
1415
driver.findElement(By.cssSelector(OR.getProperty("bmlBtn"))).click();
1516
Thread.sleep(3000);
1617
Assert.assertTrue(isElementpresent(By.cssSelector(OR.getProperty("addCustbtn"))), "login not succesfull");
17-
18-
log.debug("log sucessfull");
18+
System.setProperty("org.uncommons.reportng.escape-output","false");
19+
log.debug("log sucessfully executed");
20+
Reporter.log("log sucessfully executed");
21+
Reporter.log("<a target=\"blank\" href=\"C:\\Users\\NipunSharma\\Pictures\\albums\\april2016\\img006_26628216905_o.jpg\">Screenshot</a>");
22+
1923
}
2024

2125
}

src/test/resources/logs/Selenium.log

Lines changed: 775 additions & 776 deletions
Large diffs are not rendered by default.

src/test/resources/runner/testng.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
33
<suite name="Data Driven Suite">
4-
<test thread-count="5" name=" LoginTest">
4+
<listeners>
5+
<listener class-name="org.uncommons.reportng.HTMLReporter"/>
6+
<listener class-name="org.uncommons.reportng.JUnitXMLReporter"/>
7+
</listeners>
8+
<test thread-count="5" name="Bank Manager Login Test">
59
<classes>
610
<class name="com.w2a.testcases.BankManagerLoginTest"/>
711
</classes>
812
</test> <!-- Test -->
9-
<test name="Add csutomer test">
13+
<test name="Add customer test">
1014
<classes>
1115
<class name="com.w2a.testcases.AddCustomerTest"/>
1216
</classes>
Binary file not shown.

test-output/Data Driven Suite/ LoginTest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ <h2 align='center'> LoginTest</h2><table border='1' align="center">
5757
<tr>
5858
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
5959
</tr><tr>
60-
<td>Started on:</td><td>Wed Jan 16 22:11:11 EST 2019</td>
60+
<td>Started on:</td><td>Thu Jan 31 20:51:55 EST 2019</td>
6161
</tr>
62-
<tr><td>Total time:</td><td>3 seconds (3341 ms)</td>
62+
<tr><td>Total time:</td><td>3 seconds (3350 ms)</td>
6363
</tr><tr>
6464
<td>Included groups:</td><td></td>
6565
</tr><tr>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
3-
<testsuite hostname="Nipun" ignored="0" name=" LoginTest" tests="1" failures="0" timestamp="17 Jan 2019 03:11:15 GMT" time="3.341" errors="0">
4-
<testcase name="loginAsbankManager" time="3.278" classname="com.w2a.testcases.BankManagerLoginTest"/>
3+
<testsuite hostname="Nipun" ignored="0" name=" LoginTest" tests="1" failures="0" timestamp="01 Feb 2019 01:51:58 GMT" time="3.35" errors="0">
4+
<testcase name="loginAsbankManager" time="3.304" classname="com.w2a.testcases.BankManagerLoginTest"/>
55
</testsuite> <!-- LoginTest -->

test-output/Data Driven Suite/Add csutomer test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ <h2 align='center'>Add csutomer test</h2><table border='1' align="center">
5757
<tr>
5858
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
5959
</tr><tr>
60-
<td>Started on:</td><td>Wed Jan 16 22:11:15 EST 2019</td>
60+
<td>Started on:</td><td>Thu Jan 31 20:51:58 EST 2019</td>
6161
</tr>
62-
<tr><td>Total time:</td><td>4 seconds (4388 ms)</td>
62+
<tr><td>Total time:</td><td>1 seconds (1769 ms)</td>
6363
</tr><tr>
6464
<td>Included groups:</td><td></td>
6565
</tr><tr>
@@ -77,7 +77,7 @@ <h2 align='center'>Add csutomer test</h2><table border='1' align="center">
7777
<tr>
7878
<td title='com.w2a.testcases.AddCustomerTest.addCustomer()'><b>addCustomer</b><br>Test class: com.w2a.testcases.AddCustomerTest<br>Parameters: helloe, there , ewf23, Customer added successfully</td>
7979
<td></td>
80-
<td>4</td>
80+
<td>1</td>
8181
<td>com.w2a.testcases.AddCustomerTest@6aaceffd</td></tr>
8282
</table><p>
8383
</body>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
3-
<testsuite hostname="Nipun" ignored="0" name="Add csutomer test" tests="1" failures="0" timestamp="17 Jan 2019 03:11:19 GMT" time="4.388" errors="0">
4-
<testcase name="addCustomer" time="4.359" classname="com.w2a.testcases.AddCustomerTest"/>
3+
<testsuite hostname="Nipun" ignored="0" name="Add csutomer test" tests="1" failures="0" timestamp="01 Feb 2019 01:52:00 GMT" time="1.769" errors="0">
4+
<testcase name="addCustomer" time="1.733" classname="com.w2a.testcases.AddCustomerTest"/>
55
</testsuite> <!-- Add csutomer test -->
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<html>
2+
<head>
3+
<title>TestNG: Add customer test</title>
4+
<link href="../testng.css" rel="stylesheet" type="text/css" />
5+
<link href="../my-testng.css" rel="stylesheet" type="text/css" />
6+
7+
<style type="text/css">
8+
.log { display: none;}
9+
.stack-trace { display: none;}
10+
</style>
11+
<script type="text/javascript">
12+
<!--
13+
function flip(e) {
14+
current = e.style.display;
15+
if (current == 'block') {
16+
e.style.display = 'none';
17+
return 0;
18+
}
19+
else {
20+
e.style.display = 'block';
21+
return 1;
22+
}
23+
}
24+
25+
function toggleBox(szDivId, elem, msg1, msg2)
26+
{
27+
var res = -1; if (document.getElementById) {
28+
res = flip(document.getElementById(szDivId));
29+
}
30+
else if (document.all) {
31+
// this is the way old msie versions work
32+
res = flip(document.all[szDivId]);
33+
}
34+
if(elem) {
35+
if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2;
36+
}
37+
38+
}
39+
40+
function toggleAllBoxes() {
41+
if (document.getElementsByTagName) {
42+
d = document.getElementsByTagName('div');
43+
for (i = 0; i < d.length; i++) {
44+
if (d[i].className == 'log') {
45+
flip(d[i]);
46+
}
47+
}
48+
}
49+
}
50+
51+
// -->
52+
</script>
53+
54+
</head>
55+
<body>
56+
<h2 align='center'>Add customer test</h2><table border='1' align="center">
57+
<tr>
58+
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
59+
</tr><tr>
60+
<td>Started on:</td><td>Thu Jan 31 21:55:04 EST 2019</td>
61+
</tr>
62+
<tr><td>Total time:</td><td>1 seconds (1760 ms)</td>
63+
</tr><tr>
64+
<td>Included groups:</td><td></td>
65+
</tr><tr>
66+
<td>Excluded groups:</td><td></td>
67+
</tr>
68+
</table><p/>
69+
<small><i>(Hover the method name to see the test class name)</i></small><p/>
70+
<table width='100%' border='1' class='invocation-passed'>
71+
<tr><td colspan='4' align='center'><b>PASSED TESTS</b></td></tr>
72+
<tr><td><b>Test method</b></td>
73+
<td width="30%"><b>Exception</b></td>
74+
<td width="10%"><b>Time (seconds)</b></td>
75+
<td><b>Instance</b></td>
76+
</tr>
77+
<tr>
78+
<td title='com.w2a.testcases.AddCustomerTest.addCustomer()'><b>addCustomer</b><br>Test class: com.w2a.testcases.AddCustomerTest<br>Parameters: helloe, there , ewf23, Customer added successfully</td>
79+
<td></td>
80+
<td>1</td>
81+
<td>com.w2a.testcases.AddCustomerTest@3e6ef8ad</td></tr>
82+
</table><p>
83+
</body>
84+
</html>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
3+
<testsuite hostname="Nipun" ignored="0" name="Add customer test" tests="1" failures="0" timestamp="01 Feb 2019 02:55:06 GMT" time="1.76" errors="0">
4+
<testcase name="addCustomer" time="1.732" classname="com.w2a.testcases.AddCustomerTest"/>
5+
</testsuite> <!-- Add customer test -->
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<html>
2+
<head>
3+
<title>TestNG: Bank Manager Login Test</title>
4+
<link href="../testng.css" rel="stylesheet" type="text/css" />
5+
<link href="../my-testng.css" rel="stylesheet" type="text/css" />
6+
7+
<style type="text/css">
8+
.log { display: none;}
9+
.stack-trace { display: none;}
10+
</style>
11+
<script type="text/javascript">
12+
<!--
13+
function flip(e) {
14+
current = e.style.display;
15+
if (current == 'block') {
16+
e.style.display = 'none';
17+
return 0;
18+
}
19+
else {
20+
e.style.display = 'block';
21+
return 1;
22+
}
23+
}
24+
25+
function toggleBox(szDivId, elem, msg1, msg2)
26+
{
27+
var res = -1; if (document.getElementById) {
28+
res = flip(document.getElementById(szDivId));
29+
}
30+
else if (document.all) {
31+
// this is the way old msie versions work
32+
res = flip(document.all[szDivId]);
33+
}
34+
if(elem) {
35+
if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2;
36+
}
37+
38+
}
39+
40+
function toggleAllBoxes() {
41+
if (document.getElementsByTagName) {
42+
d = document.getElementsByTagName('div');
43+
for (i = 0; i < d.length; i++) {
44+
if (d[i].className == 'log') {
45+
flip(d[i]);
46+
}
47+
}
48+
}
49+
}
50+
51+
// -->
52+
</script>
53+
54+
</head>
55+
<body>
56+
<h2 align='center'>Bank Manager Login Test</h2><table border='1' align="center">
57+
<tr>
58+
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
59+
</tr><tr>
60+
<td>Started on:</td><td>Thu Jan 31 21:55:00 EST 2019</td>
61+
</tr>
62+
<tr><td>Total time:</td><td>3 seconds (3372 ms)</td>
63+
</tr><tr>
64+
<td>Included groups:</td><td></td>
65+
</tr><tr>
66+
<td>Excluded groups:</td><td></td>
67+
</tr>
68+
</table><p/>
69+
<small><i>(Hover the method name to see the test class name)</i></small><p/>
70+
<table width='100%' border='1' class='invocation-passed'>
71+
<tr><td colspan='4' align='center'><b>PASSED TESTS</b></td></tr>
72+
<tr><td><b>Test method</b></td>
73+
<td width="30%"><b>Exception</b></td>
74+
<td width="10%"><b>Time (seconds)</b></td>
75+
<td><b>Instance</b></td>
76+
</tr>
77+
<tr>
78+
<td title='com.w2a.testcases.BankManagerLoginTest.loginAsbankManager()'><b>loginAsbankManager</b><br>Test class: com.w2a.testcases.BankManagerLoginTest<br/>
79+
<a href="#Output-1368862151" onClick='toggleBox("Output-1368862151", this, "Show output", "Hide output");'>Show output</a>
80+
81+
<a href="#Output-1368862151" onClick="toggleAllBoxes();">Show all outputs</a>
82+
<div class='log' id="Output-1368862151">
83+
log sucessfully executed<br/>
84+
<a href="C:\Users\NipunSharma\Pictures\albums\april2016\img006_26628216905_o.jpg">Screenshot</a><br/>
85+
</div>
86+
</td>
87+
<td></td>
88+
<td>3</td>
89+
<td>com.w2a.testcases.BankManagerLoginTest@2177849e</td></tr>
90+
</table><p>
91+
</body>
92+
</html>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
3+
<testsuite hostname="Nipun" ignored="0" name="Bank Manager Login Test" tests="1" failures="0" timestamp="01 Feb 2019 02:55:04 GMT" time="3.372" errors="0">
4+
<testcase name="loginAsbankManager" time="3.24" classname="com.w2a.testcases.BankManagerLoginTest"/>
5+
</testsuite> <!-- Bank Manager Login Test -->
Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
33
<suite guice-stage="DEVELOPMENT" name="Failed suite [Data Driven Suite]">
4-
<test name="Add csutomer test(failed)">
4+
<listeners>
5+
<listener class-name="org.uncommons.reportng.HTMLReporter"/>
6+
<listener class-name="org.uncommons.reportng.JUnitXMLReporter"/>
7+
</listeners>
8+
<test name="Bank Manager Login Test(failed)">
9+
<classes>
10+
<class name="com.w2a.testcases.BankManagerLoginTest">
11+
<methods>
12+
<include name="setUp"/>
13+
<include name="loginAsbankManager"/>
14+
<include name="tearDown"/>
15+
</methods>
16+
</class> <!-- com.w2a.testcases.BankManagerLoginTest -->
17+
</classes>
18+
</test> <!-- Bank Manager Login Test(failed) -->
19+
<test name="Add customer test(failed)">
520
<classes>
621
<class name="com.w2a.testcases.AddCustomerTest">
722
<methods>
@@ -11,5 +26,5 @@
1126
</methods>
1227
</class> <!-- com.w2a.testcases.AddCustomerTest -->
1328
</classes>
14-
</test> <!-- Add csutomer test(failed) -->
29+
</test> <!-- Add customer test(failed) -->
1530
</suite> <!-- Failed suite [Data Driven Suite] -->

test-output/emailable-report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TestNG Report</title><style type="text/css">table {margin-bottom:10px;border-collapse:collapse;empty-cells:show}th,td {border:1px solid #009;padding:.25em .5em}th {vertical-align:bottom}td {vertical-align:top}table a {font-weight:bold}.stripe td {background-color: #E6EBF9}.num {text-align:right}.passedodd td {background-color: #3F3}.passedeven td {background-color: #0A0}.skippedodd td {background-color: #DDD}.skippedeven td {background-color: #CCC}.failedodd td,.attn {background-color: #F33}.failedeven td,.stripe .attn {background-color: #D00}.stacktrace {white-space:pre;font-family:monospace}.totop {font-size:85%;text-align:center;border-bottom:2px solid #000}</style></head><body><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">Data Driven Suite</th></tr><tr><td><a href="#t0"> LoginTest</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">3,341</td><td></td><td></td></tr><tr class="stripe"><td><a href="#t1">Add csutomer test</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">4,388</td><td></td><td></td></tr><tr><th>Total</th><th class="num">2</th><th class="num">0</th><th class="num">0</th><th class="num">7,729</th><th colspan="2"></th></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">Data Driven Suite</th></tr></tbody><tbody id="t0"><tr><th colspan="4"> LoginTest &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">com.w2a.testcases.BankManagerLoginTest</td><td><a href="#m0">loginAsbankManager</a></td><td rowspan="1">1547694671747</td><td rowspan="1">3278</td></tr></tbody><tbody id="t1"><tr><th colspan="4">Add csutomer test &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">com.w2a.testcases.AddCustomerTest</td><td><a href="#m1">addCustomer</a></td><td rowspan="1">1547694675095</td><td rowspan="1">4359</td></tr></tbody></table><h2> LoginTest</h2><h3 id="m0">com.w2a.testcases.BankManagerLoginTest#loginAsbankManager</h3><table class="result"></table><p class="totop"><a href="#summary">back to summary</a></p><h2>Add csutomer test</h2><h3 id="m1">com.w2a.testcases.AddCustomerTest#addCustomer</h3><table class="result"><tr class="param"><th>Parameter #1</th><th>Parameter #2</th><th>Parameter #3</th><th>Parameter #4</th></tr><tr class="param stripe"><td>helloe</td><td>there </td><td>ewf23</td><td>Customer added successfully</td></tr></table><p class="totop"><a href="#summary">back to summary</a></p></body></html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TestNG Report</title><style type="text/css">table {margin-bottom:10px;border-collapse:collapse;empty-cells:show}th,td {border:1px solid #009;padding:.25em .5em}th {vertical-align:bottom}td {vertical-align:top}table a {font-weight:bold}.stripe td {background-color: #E6EBF9}.num {text-align:right}.passedodd td {background-color: #3F3}.passedeven td {background-color: #0A0}.skippedodd td {background-color: #DDD}.skippedeven td {background-color: #CCC}.failedodd td,.attn {background-color: #F33}.failedeven td,.stripe .attn {background-color: #D00}.stacktrace {white-space:pre;font-family:monospace}.totop {font-size:85%;text-align:center;border-bottom:2px solid #000}</style></head><body><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">Data Driven Suite</th></tr><tr><td><a href="#t0">Bank Manager Login Test</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">3,372</td><td></td><td></td></tr><tr class="stripe"><td><a href="#t1">Add customer test</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">1,760</td><td></td><td></td></tr><tr><th>Total</th><th class="num">2</th><th class="num">0</th><th class="num">0</th><th class="num">5,132</th><th colspan="2"></th></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">Data Driven Suite</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Bank Manager Login Test &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">com.w2a.testcases.BankManagerLoginTest</td><td><a href="#m0">loginAsbankManager</a></td><td rowspan="1">1548989701015</td><td rowspan="1">3240</td></tr></tbody><tbody id="t1"><tr><th colspan="4">Add customer test &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">com.w2a.testcases.AddCustomerTest</td><td><a href="#m1">addCustomer</a></td><td rowspan="1">1548989704328</td><td rowspan="1">1732</td></tr></tbody></table><h2>Bank Manager Login Test</h2><h3 id="m0">com.w2a.testcases.BankManagerLoginTest#loginAsbankManager</h3><table class="result"><tr><th>Messages</th></tr><tr><td><div class="messages">log sucessfully executed<br/><a href="C:\Users\NipunSharma\Pictures\albums\april2016\img006_26628216905_o.jpg">Screenshot</a></div></td></tr></table><p class="totop"><a href="#summary">back to summary</a></p><h2>Add customer test</h2><h3 id="m1">com.w2a.testcases.AddCustomerTest#addCustomer</h3><table class="result"><tr class="param"><th>Parameter #1</th><th>Parameter #2</th><th>Parameter #3</th><th>Parameter #4</th></tr><tr class="param stripe"><td>helloe</td><td>there </td><td>ewf23</td><td>Customer added successfully</td></tr></table><p class="totop"><a href="#summary">back to summary</a></p></body></html>

test-output/html/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset //EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
5+
<head>
6+
<title>Test Results Report</title>
7+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8+
<meta name="description" content="TestNG unit test results." />
9+
</head>
10+
<frameset cols="20%,*">
11+
<frame src="suites.html" name="suites" />
12+
<frame src="overview.html" name="main" />
13+
</frameset>
14+
</html>
15+

test-output/html/output.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
5+
<head>
6+
<title>Test Results Report - Log Output</title>
7+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8+
<meta name="description" content="TestNG unit test results." />
9+
<link href="reportng.css" rel="stylesheet" type="text/css" />
10+
</head>
11+
<body>
12+
<h1>Log Output</h1>
13+
<p>
14+
Combined output from all calls to the log methods of the <a href="http://testng.org/javadocs/org/testng/Reporter.html">TestNG Reporter</a>.
15+
</p>
16+
17+
<div id="log">
18+
log sucessfully executed
19+
<a href="C:\Users\NipunSharma\Pictures\albums\april2016\img006_26628216905_o.jpg">Screenshot</a>
20+
</div>
21+
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)