Details
-
Type:
Refactoring
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.6.0
-
Component/s: Build infrastructure, Framework Core
-
Labels:
Description
TestNG has several features that are really handy:
- annotated test types (slow, fast, external, etc.),
- running tests in parallel (driven by annotations or from the build file),
- data-driven tests.
It would be educational to convert a subset of tests to TestNG and see how it performs and if the tests are cleaner (especially the external, fast, concurrent, etc. split).