Answer Posted / kris
A testing methodology in which two or more program
mutations are executed using the same test cases to
evaluate the ability of the test cases to detect
differences in the mutations.
---------------------------------------------
Mutation Testing is a fault-based testing technique
Measure the effectiveness of test cases
Assumption: a program will be well tested if all simple
faults are detected and removed
Simple faults are introduced into the program by creating a
set of faulty version, called MUTANTS
A mutant P’ is a program that is similar to the program P
being tested
It differs from P only by a mutation (mutant operators)
Mutant operators example: Istruction delete, Change of a
constant value, Change of a variable
Test cases are used to execute these mutants with the goal
of causing each mutant P’ to produce incorrect output
If P’ produce different results from P, running the same
test case T  Mutant killed
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What the first thing You’ll do as a SQA Tester if I hired You?
In Software Development Team, Who has the biggest and smallest salary? Can You list all of it? It say that SQA Tester is the smallest one, Is it right?
What is the most critical bug you found in your latest project or overall in your career ?
Explain the process of project tailoring.
What is difference between test effectiveness and test efficiency?
How is adhoc testing different from exploratory testing?
Define test strategy.
What is code walkthrough?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What are the key components of a test case template
how we apply cmmi and iso in oyr testing or qa do it have some specifuc format
How do you decide you have tested enough?
What does the software qa document should include?
What are the contents of test plans and test cases?
What are the advantage and disadvantages of automated testing?