--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
@BeforeMethod is equivalent to JUnit's setUp method.
@BeforeTest is called once before execution of any test method
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
Thanks Cedric, your explanation has driven away all the confusion I
had.
Hi Cedric,
As per you,
1. Every @BeforeTest() method in java class should invoke with respect to the <test> tag in testng.xml file
2.Every @BeforeMethod() method in java Class should invoke with respect to the @Test Annotation in java class
If the above what i mentioned is correct, Observed that @BeforeTest() method is not getting executed when <test> tag used <Group> mechanism.
Please help me and let me know if you need more details.
Thanks
Santhosh.
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "testng-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/testng-users/7CnKL_eTFvQ/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to testng-users...@googlegroups.com.
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.
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/testng-users?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
--
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.
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/d/optout.
<test name="Nopackage" > |
<classes> |
<class name=“ClassA" /> |
</classes> |
</test> |
You received this message because you are subscribed to a topic in the Google Groups "testng-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/testng-users/7CnKL_eTFvQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to testng-users...@googlegroups.com.