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 type of function generate and insert by the vugen to the script when you record a script?
Where do you set automatic correlation options?
differance between "lr_output_message" and "lr_error_message"?
I am facing the active Screen Problem in loadrunner.While runnning the script active screen pop up is dispalying, always asking for username and password.This popup having OK,Cancel and HELP buttons.After clicking any OK or CANCEL button , then only it is moving to next step.What can i do? Please give any suggestion...
What Is The Cofidence Level In Load Runner?
How to use the loadrunner in real time application.thank u
What are the different sections of the script?
What are the End to End scenario's you are following in your company in loadtesting or Performance testing ?
Hi Friends, Can anyone help me out in load testing? I need to test a web application in which 100 users has to login at a time and enter 100 different data into the application and logout. All the data should be saved in the data base Please let me know testing. Thanks in advance Giri
Correlation without manually how u can do? i.e Automation correlation option where it is?
When loadrunner is used?
What is the advantage of running the vuser as the thread?