Answer Posted / 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 |
Post New Answer View All Answers
How to schedule a scenario?
What is the modular approach of scripting?
How do you identify which protocol to use for any application?
How could you measures Https/Sec ?
What is the rendezvous point?
What are the loadrunner testing process?
How you identify performance test use cases of any application?
What are the advantages of load runner?
What are the different types goals in goal-oriented scenario?
What is run-time-setting?
What is elapsed time in load runner?
Where are automatic correlation options set?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What are all the important protocols that load runner supports?
What is parameterization & why is parameterization necessary in the script?