what is mutation testing?
Answers were Sorted based on User's Feedback
Answer / praveen 9885734486
Doing test to the tested application to check whether
testing is completely done or not.
nothing but testing to a tested application is mutation
testing
| Is This Answer Correct ? | 12 Yes | 14 No |
Answer / kumar
Mute means bug. In this testing programmer intensionally
introduce the bug into the program and validates
completeness and correctness of the program.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sandeep
Mutation Testing is to Test for Negative Values of Input to
make sure the AUT(Application Under Test) is Passing or
Behaving as per specified.
For Negative Test Data application should give negative
response.
In case of Login window with Negative set of data i.e.,input
data username & Password the Login window should not open
the Inbox
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / raviraju
Mutation testing is a fault-based testing technique that is
based on the assumption that a program is well tested if
all simple faults are predicted and removed; complex faults
are coupled with simple faults and are thus detected by
tests that detect simple faults.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / praveen kumar
Mutation means change in a program. In this testing
programmer will change the code without disturbing
functionality.
| Is This Answer Correct ? | 0 Yes | 5 No |
what is the difference between Single user and multiple user protocol?
WHAT IS THE DIFFERENCE BETWEEN MANUAL CORRELATION AND AUTOMATION CORRELATIONS?
What is vuser script?
What are the Different types of requests in web services?
What is the advantage of running vuser as a process than a thread?
What is the difference between Group and Scenario in Load Runner Controller terminology?
If you want to stop the execution of your script on error, how do you do that?
what r the client requirements? when u r running the script in Vugen?
What is loadrunner agent?
What is filtering and sorting?
I have generated a script and inserted the rendezous point in that. With the help of dev. we have a created script which tracks the execution of the request and the response on the server machine and shows on the cmd console. I have assigned 10 Vusers and started the execution, then while tracking on the server machine, the requests are assigned one by one on the server. According to the rendezous point, the requests has to hit at a time on the server, but in this case the request are hitting one by one on the server. Any one help me out......
What is x-windows?