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 / murali

mutuation means a change in a programm. after making
changes in program technical testers will go to run the
program in both configuratons (customer, developer) to
check whether the program is correctly responding or not
with respect to changes

Is This Answer Correct ?    3 Yes 0 No

What is Mutation Testing?..

Answer / nitin verma hcl

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 we change the code of the program (this process is called
mutation) and we run the mutated program (mutant) against
the test suite, we will have two possible scenarios:
1. The results of the program were affected by the code
change and the test suite detects it. If this happens, the
mutant is called a killed mutant.
2. The results of the program are not changed and the test
suite does not detect the mutation. The mutant is called an
equivalent mutant.

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

Is This Answer Correct ?    2 Yes 0 No

What is Mutation Testing?..

Answer / ramprasad.s

HI

Change the souce code then check the application.
the application should have "bug".

sun_ramprasad@yahoo.com

Is This Answer Correct ?    1 Yes 0 No

What is Mutation Testing?..

Answer / uma

Mutation testing is used to test the quality of your test
suite. This is done by mutating certain statements in your
source code and checking if your test code is able to find
the errors.

Is This Answer Correct ?    1 Yes 0 No

What is Mutation Testing?..

Answer / dipti surve

testing in which two or more variants of a component or
system are executed with the same inputs, the outputs
compared, & analyzed in cases of discrepancies.

Is This Answer Correct ?    1 Yes 0 No

What is Mutation Testing?..

Answer / prashant

mutation testing is a testing where our goal is to mutaint
s/w fail.

prepare the test cases & compare it with mutant, whenever
our test case is match with mutant s/w that we can say
mutation testing is completed.

whenever, our test cases are not match with mutation s/w,
we can fail it.

Is This Answer Correct ?    1 Yes 0 No

What is Mutation Testing?..

Answer / padmavathi

to change ur code. it raise the bug.
checking whether ur test suite detect the defect or not.

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / ch.s.m.prasad

mutation testing means a known change . during this testing
devlopers will check whether all the modules are
participating or not while executing the program

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What did you achieve being a tester

3 Answers   CTS, TCS,


Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?

15 Answers   FCG, University Exams,


Write test scenario of calendar.

3 Answers   Citi Bank,


Can list out some disadvantages of manual testing?

0 Answers  


What is Equivalence partitioning,Boundary value analysis,Decision table testing,State transition testing,Use case testing. Plz explain with example and differences if any

3 Answers  


Hi friends,Am trying on 2+ experience on testing i dont have real time experience. In my resume i mentioned my responsibilties as • Involved in Bug Report Preparation. • Preparation of Test Log. how this two things happens in real time plz answer my question..

5 Answers  


What kind of input do we need from the end user to begin proper testing?

0 Answers  


Can u please explain wat is Cyclomatic Complexity?and wat is incident?

2 Answers   CSC,


How smoke testing is done with example??

7 Answers   Virtusa,


Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing

4 Answers  


1. Define the following along with examples a. Boundary Value testing b. Equivalence testing c. Error Guessing d. Desk checking e. Control Flow analysis

1 Answers   Crea,


What is an IDE?

3 Answers  


Categories