@DataProviders are very useful indeed. They allow you to run the same test with different parameter values. JUnit 4 has something like this, but TestNGs implementation is a lot easier to use.
Bamboo should count the produced test results accordingly.
At the moment test cases are only distinguished by their testcase name. parameters are not taken into account.
- causes
-
BAM-6990 Need to handle duplicate test results from testng reports gracefully
- Closed
-
BDEV-1046 Failed to load
- duplicates
-
BAM-2627 Incorrect JUnit test count when multiple tests have the same name
-
- Closed
-
- is cloned from
-
BAM-4122 TestNG tests with DataProviders not counted correctly
-
- Closed
-
- mentioned in
-
Page Failed to load
Form Name |
---|
We seem to be running into the same problem (in 4.4.2). The information above states that the fix went into version 4.4 which to me implies that it should also be fixed in 4.4.2. Which versions did this fix go into ?
Thanks