You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a box-item to activate/deactive contributions from a specific test.
The text was updated successfully, but these errors were encountered:
christoffer-nylen
changed the title
mutate: inspect mutation result based on a subset of the tests
mutate: view mutation result based on a specified subset of the tests
Jul 6, 2020
Verify tracing from software requirements -> test name -> covered source code.
Example:
Assume we have:
A sut that contains 6649 lines of code.
A requirement Req-880: When a given parameter x is out-of-range, the SUT shall return BAD_DATA.
A test test_suite.req_880.check_out_of_range that verifies this.
The user would like to check traceability between Req-880 and the source code where this is implemented.
Problem:
Where in the code is the out-of-range calculation performed?
Where does it set the return status to BAD_DATA?
Can mutation testing show the sut source code that is killed by test_suite.req_880.check_out_of_range ?
christoffer-nylen
changed the title
mutate: view mutation result based on a specified subset of the tests
mutate: view mutation result based on a subset of the tests
Jul 6, 2020
christoffer-nylen
changed the title
mutate: view mutation result based on a subset of the tests
mutate: view results based on a subset of the tests
Jul 6, 2020
The user would like to see the mutation testing result from a specified set of tests, so that he/she can:
Example:
'test_suite.req_880.check_out_of_range'
or'test_suite.hlr_black_box_tests.*'
Suggestions
Approach 1: Using
dextool mutate admin removeTestCase
Approach 2: Using
dextool mutate report
Approach 3: Using the web gui
Add a box-item to activate/deactive contributions from a specific test.
The text was updated successfully, but these errors were encountered: