@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
[BAM-4188] Count ALL test results of TestNG @DataProvider feature to run the SAME TC with different parameters.
Workflow | Original: JAC Suggestion Workflow [ 3013452 ] | New: JAC Suggestion Workflow 3 [ 3600129 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2698387 ] | New: JAC Suggestion Workflow [ 3013452 ] |
Backlog Order (Obsolete) | Original: 9680000000 | |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1408258 ] | New: Confluence Workflow - Public Facing v4 [ 2698387 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 608375 ] | New: Bamboo Workflow 2016 v1 [ 1408258 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 102972 ] | New: This issue links to "Page (Extranet)" [ 102972 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 102972 ] |
Workflow | Original: Bamboo Workflow 2014 [ 597376 ] | New: Bamboo Workflow 2014 v2 [ 608375 ] |
Workflow | Original: Bamboo Workflow 2010 [ 201678 ] | New: Bamboo Workflow 2014 [ 597376 ] |
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