Skip to main content
Notice removed Needs detailed answers by Thomas Owens
Post Undeleted by Thomas Owens
added 6 characters in body
Source Link

There is a mutation testinga mutation testing that evaluates and measures the suitability and quality of the test.

We can use this to evaluate "the test" itself.

In brief, We can evaluate our test (e.g. TestA) by testing TestA can find the difference between the code and its mutation codes(very similar but slightly different code with original code).

If TestA cannot find the difference between the code and its mutation codes, It means that the TestA has too rough regulations to test the original code.

There is a mutation testing that evaluates and measures the suitability and quality of the test.

We can use this to evaluate "the test" itself.

In brief, We can evaluate our test (e.g. TestA) by testing TestA can find the difference between the code and its mutation codes(very similar but slightly different code with original code).

If TestA cannot find the difference between the code and its mutation codes, It means that the TestA has too rough regulations to test the original code.

There is a mutation testing that evaluates and measures the suitability and quality of the test.

We can use this to evaluate "the test" itself.

In brief, We can evaluate our test (e.g. TestA) by testing TestA can find the difference between the code and its mutation codes(very similar but slightly different code with original code).

If TestA cannot find the difference between the code and its mutation codes, It means that the TestA has too rough regulations to test the original code.

added 384 characters in body
Source Link

Check aboutThere is a mutation testing. It that evaluates and measures the suitability and quality of the test.

We can use this to evaluate "the test" itself.

In brief, We can evaluate our test (e.g. TestA) by testing TestA can find the difference between the code and its mutation codes(very similar but slightly different code with original code).

If TestA cannot find the difference between the code and its mutation codes, It means that the TestA has too rough regulations to test the original code.

Check about mutation testing. It evaluates and measures the suitability and quality of the test.

There is a mutation testing that evaluates and measures the suitability and quality of the test.

We can use this to evaluate "the test" itself.

In brief, We can evaluate our test (e.g. TestA) by testing TestA can find the difference between the code and its mutation codes(very similar but slightly different code with original code).

If TestA cannot find the difference between the code and its mutation codes, It means that the TestA has too rough regulations to test the original code.

Post Deleted by gnat, Thomas Owens
Notice added Needs detailed answers by Thomas Owens
Source Link

Check about mutation testing. It evaluates and measures the suitability and quality of the test.