This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Testing and the fly likes Help - Reporting mechanism in TestNG. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Help - Reporting mechanism in TestNG." Watch "Help - Reporting mechanism in TestNG." New topic
Author

Help - Reporting mechanism in TestNG.

sudheer raj shetty
Greenhorn

Joined: Sep 02, 2009
Posts: 16
Hi,
am using TestNG framework for running selenium scripts(java) of flex application. Recently i added a java code for image comparison to that selenium script. Now am able to run that script but the only issue is result of visual comparison is not reflected in the html reports generated by TestNG.
For image comparison am using command line command "Compare" of Image magick tool. To have this command line command in my selenium script, am implementing getruntime.exec() function. So, it is generating the output in command line itself.
I want this output to get reflected in the TestNG html reports.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Help - Reporting mechanism in TestNG.
 
Similar Threads
Anyone know how to run selenium scripts on MAC - Safari.
Unable to acess JAR file
selenium, testng, eclipse processing a form
Setting up a test environment, how to?
testng questions