Answer Posted / 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 |
Post New Answer View All Answers
How to identify what to correlate and what to parameterize?
what are the skip functions in Load Runner?
What is the significance of “vuser-init “?
Explain the difference between automatic correlation and manual correlation?
What is loadrunner agent?
How do you enable text and image checks in vugen?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
What is the number of graphs you can monitor using controller at a time? What is the max of them?
What is rendezvous graph?
What is the difference between lr_error_message and lr_debug _message?
How can performance bottlenecks be identified?
What component of loadrunner is used to record a script?
What do you mean by remote command launcher(rcl)?
What is the advantage of running vuser as a process than a thread?
What are all the important protocols that load runner supports?