TestNG's groups
Posted
by the qwerty
on Stack Overflow
See other posts from Stack Overflow
or by the qwerty
Published on 2010-04-13T13:19:47Z
Indexed on
2010/04/13
13:23 UTC
Read the original article
Hit count: 520
If we have <include name="web" >
and <include name="weekend" >
, TestNG runs all the methods that belong to either web or weekend.
Is it possible to change this behaviour so TestNG would run all the methods that belong to web and weekend? Does anyone knows a way to accomplish this?
© Stack Overflow or respective owner