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 find response time in loadrunner?
What is extended log?
What is pause command?
i have 4 systems 1-windows,1-unix,1-linux,1-solaris. 100 vusers to 25 vusers each system. script was created in windows system. then i want to know how can i do this, do i need to install LR in all the systems ? please explain whole the scenario up to...Run step by step---plz give answer only realtime...?
Generally LoadRunner uses to test the load. ( client- server, webbased applications,... etc). Shall we use LoadRunner instead of WinRunner or some other tools?
What is the scripting language using in LoadRunner?
13 Answers IBM, Patni, Symphony,
What is the difference between transaction and transaction instance in loadrunner ?
how to configure yahoo cookies in load runner
While running the tomcat in local host by using loadrunner it shows error like server is not connected give idea to solve this error?
Pls can any body mail me "dks_sml@yahoo.com" regarding "How to monitor Unix Server" for performance testing , what are the commands in unix.How to add counters.
Difference b/n Loadrunner and Performance center?
In a web server, database and network are all working fine and now, where could be the problem?