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 |
)Example of web_submit_form is the regestration form which u have to fill while creating a mail_Id Example of web_submit_data is the login page contains the fields like user name & PWD. Is this correct answer for diff btn web_submit_form&web_submit_data and their examples.
What is remote command launcher?
What is RDR files in Load runner? What is Scenario Configuration in Load runner
How do you correlate a dynamic value which does not have either Left Boundary or Right Boundary (or may be Both).
Target 3000 transactions per 1hr 1 Script contain 50 transactions 1 Iteration is taking 20 seconds No.of users 10 and duration 1 hr what is pacing?
How can u find out hidden files in Load Runner Script and how can u correlate?
If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the steps for above ?
Best institute for performance testing in hyderabad
How can you set the number of vusers in loadrunner?
HI Any one can say the how to use the loadrunner to test the application. How to write the test scenarios & test cases.
Explain lr_output_message?
While running a scenario in loadrunner controller,the component suddenly hangs and gets closed automatically,the results of the test is no saved and when i open the scenario now,how can i get the results back.?