InterviewSolution
Saved Bookmarks
| 1. |
How To Create Group Of Groups In Testng? |
|
Answer» Groups can also INCLUDE other groups. These groups are called MetaGroups. For example, you might want to define a GROUP all that includes smokeTest and functionalTest. LET’s modify our testng.xml FILE as FOLLOWS:
Groups can also include other groups. These groups are called MetaGroups. For example, you might want to define a group all that includes smokeTest and functionalTest. Let’s modify our testng.xml file as follows: |
|