Control Structure Testing, Program Technique Testing,Mutation Testing
Control Structure Testing:
During this test, the corresponding programmer concentrates on
correctness of program execution in this test, they verify every statements of
program execution. In this test, they verify every statements input state & Output
state.
Eg: Debugging
Program Technique Testing:
During this test, the programmers concentrate on the execution
speed of a program. If the execution speed is not reasonable, then programmers
perform changes in the structure of the program without disturbing functionality
of the program.
Mutation Testing:
During this test, the corresponding programmers estimate
completeness & correctness of a program testing.

During this test, the corresponding programmer concentrates on
correctness of program execution in this test, they verify every statements of
program execution. In this test, they verify every statements input state & Output
state.
Eg: Debugging
Program Technique Testing:
During this test, the programmers concentrate on the execution
speed of a program. If the execution speed is not reasonable, then programmers
perform changes in the structure of the program without disturbing functionality
of the program.
Mutation Testing:
During this test, the corresponding programmers estimate
completeness & correctness of a program testing.
Comments
Post a Comment