Selenium TestNG Graphical Reports

1,577 views
Skip to first unread message

Automation Testing Utilities

unread,
Nov 23, 2013, 11:33:24 AM11/23/13
to seleniu...@googlegroups.com
Hi There,

We have developed an Open Source project that can generate Graphical Reports.






You can find the project details at http://automationtestingutilities.blogspot.in/  under Graphical Reporting section.


Thanks
Automation Tester

Aman Saraf Jain

unread,
Nov 23, 2013, 12:34:09 PM11/23/13
to seleniu...@googlegroups.com
Really Helping one :)

http://lifegoeasy.blogspot.in/

unread,
Nov 24, 2013, 10:29:20 PM11/24/13
to seleniu...@googlegroups.com
Not able to download jar files. Pls share clean link


On Saturday, 23 November 2013 22:03:24 UTC+5:30, Automation Testing Utilities wrote:

http://lifegoeasy.blogspot.in/

unread,
Nov 24, 2013, 10:32:03 PM11/24/13
to seleniu...@googlegroups.com
I got it..will try it & share my feedback. Thanks..

http://lifegoeasy.blogspot.in/

unread,
Nov 25, 2013, 1:51:47 AM11/25/13
to seleniu...@googlegroups.com

Hey Automationtestingutilities,

I tried your custom report, My findings are as follows -

     Pros -
  1. Thanks for creating & sharing reports with selenium community
  2. It is easy to integrate with existing framework.
  3. Very easy to use reporting methods.
  4. Graphs, Summary detail, all testcase execution detail are really good & reported accurately.

   Cons -

  1. click on testcasename, step description page opens, CSS is going for toss. See the attached stepdescription.png file
  2. CurrentRun.html page shows incorrect iteration number
  3. What is the purpose of different Run (Run1, Run2, Run3 etc), how it is creating 4 Runs every time?
  4. click action on link Run2 & Run4 results in page not found
  5. I have two testclass, first testclass runs for 2 iteration & 2nd run for 3 iteration
  6. screenshot hyperlink is not getting created, error screenshot is getting displayed on page.

Note - I have attached .zip file which has custom report folder generated for my project.

 If you like pls share the code with selenium community.

Cheers,
A B


On Saturday, 23 November 2013 22:03:24 UTC+5:30, Automation Testing Utilities wrote:
stepdescription.png
Custom Reports.zip

Automation Testing Utilities

unread,
Nov 25, 2013, 5:04:04 AM11/25/13
to seleniu...@googlegroups.com
Hi,

for the points you have mentioned,

1) CSS issue: I would see and Fix it
2) Incorrect Iteration number : Can you brief me on this a little more
3) Purpose of Run: If you execute the a TestNG script , then it creates a Run with a number indicating how many runs have so far.
 Example: 
   First Run: Run_1 
   Second Run: Run_2 and so on.. 

NOTE: For this to correctly execute, you must use the Listener only once !!  Either the Listener must be called in the testng.xml file or Annotate the Listener in the TestNG script but not in both. This would cause error. 

4) , 5), 6) are the errors that you would encounter if the above 3rd Step is not performed correctly.

http://lifegoeasy.blogspot.in/

unread,
Nov 25, 2013, 5:40:23 AM11/25/13
to seleniu...@googlegroups.com
Hey,

Pls see my reply inline.


On Monday, 25 November 2013 15:34:04 UTC+5:30, Automation Testing Utilities wrote:
Hi,

for the points you have mentioned,

1) CSS issue: I would see and Fix it
2) Incorrect Iteration number : Can you brief me on this a little more
   Reply- I run two testcase - LoginTest (against 2 data set) & LoginTest_Invalid (against 3 data set). Iteration for 1st test case is correct, for 2nd test case, 
    iteration   starts from 2. Pls see attached .png file which has details.

 
3) Purpose of Run: If you execute the a TestNG script , then it creates a Run with a number indicating how many runs have so far.
 Example: 
   First Run: Run_1 
   Second Run: Run_2 and so on.. 

    Reply - I run my script only once, while Report shows 4 Run - Run1 , Run2, Run3, Run4.

http://lifegoeasy.blogspot.in/

unread,
Nov 25, 2013, 5:41:53 AM11/25/13
to seleniu...@googlegroups.com


On Monday, 25 November 2013 16:10:23 UTC+5:30, http://lifegoeasy.blogspot.in/ wrote:
Hey,

Pls see my reply inline. Screenshot attached
iteration.png

Automation Testing Utilities

unread,
Nov 25, 2013, 5:57:35 AM11/25/13
to seleniu...@googlegroups.com
Hi,

I have fixed the CSS issue. Download the latest version 1.1 and let me know if you still face any error.


NOTE: For this to correctly execute, you must use the Listener only once !!  
Either the Listener must be called in the testng.xml file or Annotate the Listener in the TestNG script but not in both. This would cause error. 

Regards
Automation Tester

http://lifegoeasy.blogspot.in/

unread,
Nov 25, 2013, 6:41:31 AM11/25/13
to seleniu...@googlegroups.com
Hey,

I have a small query, In my TestNG.xml, I already have a listener
 
        <listener class-name="com.selenium.util.TestsListenerAdapter"/>
will it create any problem?
 
Cheers,
A B

Mahesh Munegowda

unread,
Sep 16, 2014, 6:54:25 AM9/16/14
to seleniu...@googlegroups.com
HI ,

If I need to run from testng.xml, how can I implement.
I have created a selenium base class in which I have annotated the listener.
If run the testng class am getting a fantastic report but am not sure how can i implement this if in case i need to run through testng.xml.
Can you pls help me on this.

Thanks,
Mahesh M

Krishnan Mahadevan

unread,
Sep 16, 2014, 9:47:57 AM9/16/14
to Selenium Users
Take a look at this blog post of mine.

It will help you understand the concept of TestNG listeners and also tell you various different ways of plugging it in to your suite.

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/53ca1ebc-3a3e-4b4c-be15-999f6d1d382c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Balaji Singh .Y

unread,
Sep 17, 2014, 2:15:37 AM9/17/14
to seleniu...@googlegroups.com

balaji...@sabre.com

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

Subodh Lukose

unread,
Nov 12, 2014, 4:23:06 AM11/12/14
to seleniu...@googlegroups.com


On Saturday, November 23, 2013 10:03:24 PM UTC+5:30, Automation Testing Utilities wrote:
Hi There,

We have developed an Open Source project that can generate Graphical Reports.



be p




You can find the project details at http://automationtestingutilities.blogspot.in/  under Graphical Reporting section.


Thanks
Automation Tester


Hi ATU Group, 
Currently in our Organization due to security policy we don't have the access  to Google drive to download the utility, are these utility uploaded in GITHub or any other sites thru which we can download. 
We cant send it through email aswell. Your inputs will be highly appreciated.

Thanks!

Subodh Lukose

unread,
Nov 12, 2014, 4:25:42 AM11/12/14
to seleniu...@googlegroups.com

Hi ATU group,

Is there any place other than Google drive wjere we can download the utility jar, due to organization policy we cant download or send email.

Thanks!
Subodh

saravana kumar

unread,
Apr 3, 2015, 12:20:37 AM4/3/15
to seleniu...@googlegroups.com
Unable to execute parallel test also multiple Test suites using TestNG suite file path.. Scripts are running fine but screenshots not captured on HTML ATU reporter.. Getting struck in my project and unable to do further. Can you please help us on this..
Reply all
Reply to author
Forward
0 new messages