Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Mutation Testing?

Answers were Sorted based on User's Feedback



What is Mutation Testing?..

Answer / nitin verma

Hi,
In the Mutation testing we create a copy of the original
program that is called as mutant,and we do some changes in
the mutant program and run it with the test cases.After
going through the test cases if the change is being detect
by the test sace then it is called as a 'Killed Mutant' and
if the change did not detect by the test cases then it is
called as 'Equivalent Mutant'. This process is expensive.

Plz correct me if i m wrong....
Thnks n Regards..
Nitin Verma
nitin9360@gmail.com

Is This Answer Correct ?    3 Yes 0 No

What is Mutation Testing?..

Answer / narendra

Mutation testing is done to find the coverage of testcases.
Some mutants will be inserted in the code, then the
negative test cases will be failed.

Plz correct me if i'm wrong

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / shashi

Mutation testing means testing the test cases.
ie testing the effectiveness of the testcases in finding the
error.

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / kris

A testing methodology in which two or more program
mutations are executed using the same test cases to
evaluate the ability of the test cases to detect
differences in the mutations.
---------------------------------------------
Mutation Testing is a fault-based testing technique
Measure the effectiveness of test cases
Assumption: a program will be well tested if all simple
faults are detected and removed

Simple faults are introduced into the program by creating a
set of faulty version, called MUTANTS

A mutant P&#8217; is a program that is similar to the program P
being tested
It differs from P only by a mutation (mutant operators)
Mutant operators example: Istruction delete, Change of a
constant value, Change of a variable

Test cases are used to execute these mutants with the goal
of causing each mutant P&#8217; to produce incorrect output
If P&#8217; produce different results from P, running the same
test case T &#61664; Mutant killed

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / suvarna

When a major changes occurred in the coding due to the
change requirement by the customer is called mutation
testing.

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / prabha

Testing the quality of the automation script by purposefully
introducing a defect into the application

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / hari s sankar

Mutation testing (sometimes also called mutation analysis)
is a method of software testing, which involves modifying
program's source code in small ways

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / sudhakar8

Monkey testing:-monkey testing is a testing that runs with
no specific test in mind. The monkey in this case is the
producer of any input data (whether that be file data, or
input device data).
Keep pressing some keys randomly and check whether the
software fails or not.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QA Concepts Interview Questions

Describe use case testing?

0 Answers  


list the type of testing you think must be conducted on web application project

3 Answers   QA,


I have a brand for product which will be delivered as per the subscription from customers.What are all the major functionalities u will test in that case?

0 Answers  


Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards

0 Answers  


Looking for free study material on Functional Testing?

1 Answers  


If an organisation wants to go for an automated testing basically for Functional testing by using QTP. then at what stage they should proceed for Automation testion. However a vast experience is there in the field of manual testing.

2 Answers   Sunrise,


What is a ‘use’ case and what does it include?

0 Answers  


What is the difference between system integration testing and end-to-end testing? With examples pls

1 Answers  


What are points should consider at the time of reviews?

1 Answers   Covansys,


best trainig institutes and best faculty in chennai for software testing ?

0 Answers  


What is the Procedure and documents for obtaing CMM Certification

0 Answers  


If you find bug while testing, and Developer reject your bug, You will try to explain developer this is bug, Please fix it, Still Developer does not listen to you ? What you will do at this situation.

7 Answers   Tech Mahindra,


Categories