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: 492

Filed under:
|
|
|
|

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

Related posts about java

Related posts about testng