what is mutation testing?

Answer Posted / ravi chaitanya reddy.k

Mutation Testing means a complex change in coding. It means
make a change in coding and run the test if all tests are
passed in that changing area then the test is failed. If
some of the tests are failed in that changing area then the
test is passing. This type of testing is called Mutation
testing. This testing is done in Unit testing.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of running vuser as a process than a thread?

883


What are the different sections of the script? In what sequence do these sections run?

1182


How vugen create a vuser script?

822


You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?

951


How to run a scenario?

879


What is action section?

812


What is the process for developing a vuser script?

782


How can we debug a loadrunner script?

834


How could you measures Https/Sec ?

2061


You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?

799


Why we insert the rendezvous point while running the scenario?

833


What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?

817


What is a correlation?

957


How to identify what to correlate and what to parameterize?

795


How will you divide your script into multiple actions? Why?

999