Welcome To User Friendly Software Technical concepts

This Blog contains information of various technical concepts,The concepts are precise,informative with examples.visitors can easily understand the concepts of different technical related subjects like software Testing concepts , practice questions on sql And JMeter(Open source automation tool ) for Performance testing of an web application and about selenium tool used for functional testing of an web application

Thursday, August 19, 2010

Mutation Testing

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.

No comments:

Post a Comment

You Can Post Your Comment Here