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
christoffer-nylen
changed the title
mutate: list mutants that kill mutants in a specific C/C++ function
mutate: list all tests that kill mutants in a specific C/C++ function
Jul 8, 2020
The user wants to know which tests are being used to verify a specific C/C++ function in the software under test.
Assume:
Current Approach:
Problems:
Suggestions
Approach 1: Improve the HTML report
Approach 1.1: Using the "code view"
Generate a C/C++ function summary (similar to the killed by test list), that can be expanded for the function of interrest.
Approach 1.2: Using a new C/C++ function view
Generate a new page with a large table where files, C/C++ functions are and mapped test cases are listed.
Approach 2: Command-line interface
The user specifies the name of a C/C++ function in the SUT and retrieves a list of all tests that kill mutants in that function.
The text was updated successfully, but these errors were encountered: