Mutation Testing
Mutation Testing is a method of software testing which involves
modifying programs source code in small ways.
Mutation testing is forcibly injecting bugs and testing the
application.
It means making changes in code and testing how application
works.
Mute means Bug ,In this testing programmer intentionally
introduce the bug and validates completeness and correctness
of the program.
Mutation Testing is a method of software testing which involves
modifying programs source code in small ways.
Mutation testing is forcibly injecting bugs and testing the
application.
It means making changes in code and testing how application
works.
Mute means Bug ,In this testing programmer intentionally
introduce the bug and validates completeness and correctness
of the program.
No comments:
Post a Comment
You Can Post Your Comment Here