What is mutation testing?

Answers were Sorted based on User's Feedback



What is mutation testing?..

Answer / venurao

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. However, mutation testing is very expensive to
run, especially on very large applications. There is a
mutation testing tool, Jester, which can be used to run
mutation tests on Java code. Jester looks at specific areas
of your source code, for example: forcing a path through an
if statement, changing constant values, and changing
Boolean values

Is This Answer Correct ?    1 Yes 1 No

What is mutation testing?..

Answer / shirisha and sowmya

Mutation testing (or Mutation analysis) is a method of
software testing, which involves modifying program's source
code or byte code in small ways.

Is This Answer Correct ?    0 Yes 0 No

What is mutation testing?..

Answer / mfsi_krushnas

Mutation testing (or Mutation analysis or Program mutation)
is a method of software testing, which involves modifying
programs' source code or byte code in small ways.[1] A test
suite that does not detect and reject the mutated code is
considered defective. These so-called mutations, are based
on well-defined mutation operators that either mimic typical
programming errors (such as using the wrong operator or
variable name) or force the creation of valuable tests (such
as driving each expression to zero).

Is This Answer Correct ?    0 Yes 0 No

What is mutation testing?..

Answer / venurao

hi
mutation means to know the wether we are cunducting currct
tests on applicatiuon or not

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Load Runner Interview Questions

How you identify performance test use cases of any application?

1 Answers  


how to get current system time Loadrunner function?

1 Answers  


I am not able to access controller machine and I have to run test. How would I handle this situation?

1 Answers   Infosys,


A good link for loadrunner scripting ?

1 Answers  


What should be done to view parameter substitution in the execution log?

1 Answers  


1.How can you Calculate load / stress testing in manually ? Is there any Calculators are available? If yes Please send me the Formulas?(I mean how the tools Ex: load runner, JMetter, Silk Performer ……………………….calculating the load )

8 Answers   Ness Technologies,


What is synchronization point ?

2 Answers   TCS,


What is the basic credentials should be provided while recording SAP-GUI?

1 Answers   Cognizant,


Types of frameworks which is fallowd in Loadrunner ? real timers plz(Chandana)

7 Answers   TCS,


What is Response Time?

3 Answers  


What component of loadrunner is used to record a script?

1 Answers  


what are the general problems faced in VB Vuser Protocol?

0 Answers   Satyam,


Categories