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
What is the advantage of running vuser as a process than a thread?
What are the different sections of the script? In what sequence do these sections run?
How vugen create a vuser script?
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?
How to run a scenario?
What is action section?
What is the process for developing a vuser script?
How can we debug a loadrunner script?
How could you measures Https/Sec ?
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?
Why we insert the rendezvous point while running the scenario?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What is a correlation?
How to identify what to correlate and what to parameterize?
How will you divide your script into multiple actions? Why?