What is mutation testing?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
how to place a image check in load runner script.what is the procedure?
how much memory will allocate for 1 vuser?
Can We record the Desktop application or windows application in Load Runner(A simple VB application) If yes which mode we have to select while recording in Load Runner?
What is ur tem size & mention the role of ur's in ur team?(performance team)
AFter generation the script for a application i am trying to make correlation but it is showing 404 error after customization.could u please help me how i have to make correlation give me steps please
what is the meening of performance cente and what is the need ?
here 100user and 8hours time and 500000 transactions what r the inputs nees for this scenario?
How do you measure current load levels in Load Runner?
What is the difference between classic schedule and real schedule in controller ?
WHAT IS AUTOMATION TEST FRAME WORK
where we can insert the defects in load runner?
In what situation would u want to parameterize a text verification check ?