Comment by haroonzone <http://code.google.com/u/haroonzone/>, Today (83
minutes ago)

Yes, you can have any TestNG suite.xml file. Tellurium does not restrict a
particular format to be used for ReportNG.

The key thing is to provide the listener attribute in the suite.xml file.

<listeners>

<listener class-name="org.uncommons.reportng.HTMLReporter"/>

</listeners>

You can organize your tests in any way you want.

I hope this helps.

Haroon
  Delete 
comment<http://code.google.com/p/aost/wiki/BetterReportingWithReportNG#>
Comment by haroonzone <http://code.google.com/u/haroonzone/>, Today (21
minutes ago)

If you are only using TestNG as your test framework, then you can even
specify the test listener in your POM file so that it becomes available to
all the tests rather than the test only defined in the suite file.

The scope of the listener will be project wide.


On Tue, May 11, 2010 at 12:48 PM, Jian Fang <[email protected]>wrote:

> Haroon,
>
> There is a question on the wiki page
>
> http://code.google.com/p/aost/wiki/BetterReportingWithReportNG
>
> Could you follow up with the question and ask the user to join our user
> group?
>
> Thanks in advance,
>
> Jian
>
> Comment by 
> [email protected]<http://code.google.com/u/[email protected]/>,
> Today (2 hours ago)
>
> So.. i need to specify the class's i want to test on the xml suite.. ok?
>
> SO if im building a custom test manager that pick up certain .class to test
> (the project manager choose them).. i need to creat a custom .xml suite
> before i start the tests.. thats right?
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to