I am using an xls file as dataprovider in order to instantiate my tests (let's say that the method to be instanciated is called "Check")...
I have created a CustomListener class which extends TestListenerAdapter in order to log the results of my tests.
My issue is that on my tests results output html page, it is impossible to distinguish the different instances this Check method.
The output results look like this :
Check : Passed
Check : Passed
Check : Failed
Check : Passed
....
Is
there any way to distinguish each Check instance? By defining a proper
instance name? By catching each instance parameters? Other way?
Thanks in advance for your kind help!
Johann
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/groups/opt_out.
Take a look at this post of mine and check if that helps : http://rationaleemotions.wordpress.com/2013/07/31/pretty-printing-with-testng/
On Thursday, January 30, 2014, <johannga...@gmail.com> wrote:
Hi all,--
I try to make automated tests for a website (as a beginner..!), with the following configuration :
- Eclipse SDK 4.2.1
- Ant 1.9.2
- selenium grid webdriver (using selenium-server-standalone-2.35.0.jar)I am using an xls file as dataprovider in order to instantiate my tests (let's say that the method to be instanciated is called "Check")...
I have created a CustomListener class which extends TestListenerAdapter in order to log the results of my tests.
My issue is that on my tests results output html page, it is impossible to distinguish the different instances this Check method.
The output results look like this :
Check : Passed
Check : Passed
Check : Failed
Check : Passed
....
Is there any way to distinguish each Check instance? By defining a proper instance name? By catching each instance parameters? Other way?
Thanks in advance for your kind help!
Johann
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users+unsubscribe@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.