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 kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
How can we invoke a parellel process in load runner using C or perl language?
how many performance test scripts have you written? what was the performance issues you had? what did you recommended to that issues? what kind of performance requirements did you have? how did you tune the system for performance? how did you ramped up the users? how did you find the bottlenecks of the system? did you find any coding issues and if yes what kinds of?
What is the differences between parameterization and correlation ?
What do you mean by creating vuser script?
The response time of an application was 2.5 seconds.After a minor hotfix,the response time increased to 5 seconds.What analysis can you make out. What are all the things u check in the server side in such a scenario?
Hi Guys, Is it possible to merge and compare graphs from different scenarios in load runnner ?
i have 10 users, 20 itereatios and duration 1 minute how can design this scenario.
how test an real time application using the loadrunner .plz give me an example
Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)
How to handle the encrypted values in correlation. please send me example with explanation
How do you correlate a dynamic value which does not have either Left Boundary or Right Boundary (or may be Both).