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...


wat is mutation testing

Answers were Sorted based on User's Feedback



wat is mutation testing..

Answer / pune tester

That's right, Srikar!!
Adding to it..

With mutation testing, the system/program under test is
changed to create a faulty version called a mutant. You
then run the mutant program through a suite of test cases,
which should produce new test case failures. If no new
failures appear, the test suite most likely does not
exercise the code path containing the mutated code, which
means the program isn't fully tested. You can then create
new test cases that do exercise the mutant code.

Is This Answer Correct ?    5 Yes 0 No

wat is mutation testing..

Answer / nitin verma

Hi,
In mutation testing we create a duplicate copy of the code
that is called as mutant and do some changes in the codes in
the mutant copy and then we test and check weather the
changes are been detected or not and whether it is creating
any effect on the original copy of the code or not.If the
changes are being detected then it is called as killed mutant.

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

Is This Answer Correct ?    3 Yes 0 No

wat is mutation testing..

Answer / srikar.k

forcbly injecting bug and testing the functionaliy

Is This Answer Correct ?    2 Yes 0 No

wat is mutation testing..

Answer / prasanna

This is one of the White Box Testing Technique . Generaly
programmer are following this tehnique to test the change
in the programme t estimate the correctness & completeness
of the programme.

for example
1. if all tests passed in the programme that is good
programme.
2. If all tests passed but in the programe some change is
there .don't say passed. this is not a good teting
3. in alltests passed except change test failed. this is
the complete testing.

Is This Answer Correct ?    1 Yes 0 No

wat is mutation testing..

Answer / lokesh chauhan

Mutation testing also called mutation analysis is a method
of software testing, which involves modifying program's
source code in small ways. These, so-called mutations, are
based on well-defined mutation operators that either mimic
typical user mistakes (such as using the wrong operator or
variable name) or force the creation of valuable tests. The
purpose is to help the tester develop effective tests or
locate weaknesses in the test data used for the program or
in sections of the code that are seldom or never accessed
during execution.

Is This Answer Correct ?    1 Yes 0 No

wat is mutation testing..

Answer / mfsi_priyankaa

In software testing we intentionally introduce some bugs in
the code and test whether that bugs are detected or
not..This is called Mutation Testing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Stubs and drivers we use in integration testing mostly but under what kind of testing approch it comes means Black box White box grey box ? Please help to get answer for it

3 Answers  


expalin with ex high priority high severity, and low sev low prioority? brahma412@yahoo.co.in July 24

3 Answers   CTS, Wipro,


How to give introduction for Manual Testing interview?? say when you show you have 4 years of experience in Manual Testing.

2 Answers  


Can anyone give me a sample bug report, Iam right now taking training on Testing Tools.

5 Answers  


Difference between web application and Client Server application ?

5 Answers   TCS,


What are the models/stages available in SDLC.

1 Answers   IBM,


Can anyone listout major scenarios for a payment submission web page??? Can anyone tell me that yahoo messenger is a web-based application or a windows based application???

3 Answers  


pliz anyone explain what is the DEFAULT BUG & also give me some example.Thanks in advance..

1 Answers   Amazon, Mindteck,


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

0 Answers  


hi can somebody suggest standard format for web based testing? especially with numerous sublink to be tested. thanx

1 Answers  


hi, I want the sample project documentation, will any one guide me by giving the procedures, mail me in my mail id gpriya_1980@yahoo.co.in thanks in advance

1 Answers  


In an ATM machine , after entering pin -> not able to withdraw money. What are all the possible reasons. Debug

2 Answers   Amazon,


Categories