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 |
What is the difference between manual and auto correlation? Why we need Manual correlation? what is the main Drawback in auto correlation?
what are the parameters in Load Runner?
What is threshold time in load runner
When do you do load and performance Testing?
What are the Performance Testing Methodologies or life cycle? And Give Brief explanation?
Explain lr_debug_message?
If you find bottleneck what is your next step?
1.How can you Calculate load / stress testing in manually ?
I cannot find the record option if i select VB protocol in Load runner 8.0?Its asking me to install VB driver if i run the script?How should i install it?Please let me know.
1.What is the difference between Performance Test Strategy doc and Test plan. 2.why it is recommended to use web http and html Protocol over web click and script whats' the major differences
If u find Bottle Neck u r forward to Developer or Network Team or Database Team Wat ever may be They r fixing that bottleneck or not If they r fix that Wat they Fix? Tell me if any Experience person I would be thankful to u
When we go for manula correlation, automation correlation Expl?(Chandana) Real timers Plz