ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
what is MUTATION TESTING
 Question Submitted By :: Rhsreddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is MUTATION TESTING
Answer
# 1
it is nothing but estimating the effeciency of test data by 
deliberately introducing bugs
 
Is This Answer Correct ?    0 Yes 1 No
Suneel Reddy
 
  Re: what is MUTATION TESTING
Answer
# 2
A method whereby purposely inserted erros into a 
programming code under test to verify that the detect the 
defect. It is also known as error seeding.

comments please......
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 
 
 
  Re: what is MUTATION TESTING
Answer
# 3
suneel your wrong, the correct answer is given by Guest
 
Is This Answer Correct ?    0 Yes 0 No
Ashok Reddy
 
  Re: what is MUTATION TESTING
Answer
# 4
The answer which is given by Guest is called Defect 
Injection Not Mutation Testing

Ok na Ashok Reddy
 
Is This Answer Correct ?    0 Yes 0 No
Suneel Reddy
 
  Re: what is MUTATION TESTING
Answer
# 5
suneel,
Mutation means absolutely bug injection,please you will go 
through the william perry.
thanks,
ashok
 
Is This Answer Correct ?    0 Yes 0 No
Ashok Reddy
 
  Re: what is MUTATION TESTING
Answer
# 6
it means that purposely u introduce bugs & it is also known 
as bebugging.
 
Is This Answer Correct ?    0 Yes 0 No
Poonam
 
  Re: what is MUTATION TESTING
Answer
# 7
Poonam,
I think lot of diff is there between debugging and mutation.
i deffinetely consider you and suneel suggetions, today i 
will discurse with my team and i will let you know.
Thanks,
Ashok
 
Is This Answer Correct ?    0 Yes 0 No
Ashok Reddy
 
  Re: what is MUTATION TESTING
Answer
# 8
hi ashok

first of all i not talking about debugging.
i have written about bebugging. bebugging & mutation is 
same.

thanks poonam
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: what is MUTATION TESTING
Answer
# 9
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.

or

A method whereby errors are purposely inserted into a
program under test to verify that the test can detect the
error. Also known as error seeding.

or

A method to determine test set thoroughness by measuring the
extent to which a test set can discriminate the program from
slight variants of the program. Non-intrusive Testing:
Testing that is transparent to the software under test; ie,
testing that does not change the timing or processing
characteristics of the software under test from its behavior
in a real environment. ...
 
Is This Answer Correct ?    0 Yes 0 No
Tushar
 
  Re: what is MUTATION TESTING
Answer
# 10
Who plans and who does bebugging in testing.
 
Is This Answer Correct ?    0 Yes 0 No
New Guest
 
  Re: what is MUTATION TESTING
Answer
# 11
oh!!!! Kewl the topic now entered into Debugging!!!! :-)

After the initial testing is complete, mutation testing is 
taken up. The idea behind mutation testing is to make a few 
arbitrary small changes to a program at a time, each
time the program is changed it is called a mutated program; 
the change is called a mutant.

A mutated program tested against the full test suite of the 
program. If there at least one test case in the test suite 
for which a mutant gives an incorrect result, then the 
mutant is said to be dead. 

If a mutant remains alive even after all test cases have 
been exhausted, the test suite is enhanced to kill the 
mutant.

The process of generation and killing of mutants can be 
automated by predefining a set of primitive changes that 
can be applied to the program.

The primitive changes can be:
? Altering an arithmetic operator,
? Changing the value of a constant,
? Changing a data type, etc.

A major disadvantage of mutation testing:
? computationally very expensive,
? A large number of possible mutants can be generated.

Valid?????? :-)
 
Is This Answer Correct ?    0 Yes 0 No
Jeekarthik
[Maveric Systems]
 
  Re: what is MUTATION TESTING
Answer
# 12
Make perfection in coding the developers intentionally made 
mistakes for particular object to check whether it will 
work same as correct code
 
Is This Answer Correct ?    0 Yes 0 No
Venkat
 
  Re: what is MUTATION TESTING
Answer
# 13
Mutation test means a change in your program  programmers
are perform changes in tested programs to estimate
completeness and correctness of the program testing
 
Is This Answer Correct ?    0 Yes 0 No
Rajesh.veggalam
 
  Re: what is MUTATION TESTING
Answer
# 14
Hi,
  In the mutation testing we create the mutants(duplicate
copy) and then we test on the mutants and finds whether any
difference is there between the mutants and the original
program after the test.

Plz comment if i m wrong......

nitin9360@yahoo.com
 
Is This Answer Correct ?    0 Yes 0 No
Nitin Verma
 
  Re: what is MUTATION TESTING
Answer
# 15
Mutation means a change in a program. Programmers are 
performing changes in programs to estimate correctness of 
testing coverage.
 
For eg: one test passed, then apply certain change in that 
particular program and test it... if the result is failed 
then we can say it as a mutation testing i.e a change 
should affect the result ..
 
Is This Answer Correct ?    0 Yes 0 No
Sreenivasu
 
  Re: what is MUTATION TESTING
Answer
# 16
straight,Purposefully introducing the bug in the 
application and checking the the variation in the expected 
result. this is Mutation testing or bebugging, No 
confusions.

Just remember we are intentionally introducing the bug......
 
Is This Answer Correct ?    0 Yes 0 No
Bali
 
  Re: what is MUTATION TESTING
Answer
# 17
More information is available at 
http://en.wikipedia.org/wiki/Mutation_testing
 
Is This Answer Correct ?    0 Yes 0 No
Jaggu
 
  Re: what is MUTATION TESTING
Answer
# 18
Mutation means a known change in a program. during this 
testing developers will check whether all modules are 
participating or not while executing the program.
 
Is This Answer Correct ?    0 Yes 0 No
Ch.s.m.prasad,kkd
 
  Re: what is MUTATION TESTING
Answer
# 19
Mutation Testing means a complex change in a program used 
to estimate Test Coverage of a Program.
 
Is This Answer Correct ?    0 Yes 0 No
Ashok
 
  Re: what is MUTATION TESTING
Answer
# 20
Mutation testing means introduse the new bug and clear that 
bug and testing the application
 
Is This Answer Correct ?    0 Yes 0 No
Logu
 
  Re: what is MUTATION TESTING
Answer
# 21
Mutation Testing is nothing but testing the program by 
changing the Logic.


VNK
Testing Engineer.,
 
Is This Answer Correct ?    0 Yes 0 No
Vnk, Testing Engineer
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Write down the template for test case. Hexaware4
1. what are the different types of test cases techniques ?  5
where do u store u'r Test cases? Wipro5
What is the example of Integration Testing? Object-Orb2
About Testing Methodology?  2
If they give alphanumeric in the specification can it accept only numbers and only alphabets  5
what is schedule variance and give the formula  4
How to do test if we have minimal or no documentation about the product?  5
The project is going through the maintainance phase I logged a defect which is critical for resolving ,the developement team is in US when they got the reported bug they gave the xplanation that it is a six year old written code moreover we don't have proper followup documents to authenticate this one....in this senario wat will u do??  2
one deffectis found then we send it to the developers.and they released a new build.What we test in that build?The whole application or the only test cases where we got the deffect.  3
After project was released to customer the customer find a defect in u r build. the build is related to that area which u had tested that. so u r TL comes and asks u then how will u convince u r TL and The customer iFlex4
What is Risk anlaysis in software testing?  1
there is a module that module assigned to two employees.In both of them one employee made a mistake so how can we identify who is done that mistake.  3
In which stage more defects found means anlaysis,design,coding,testing and maintance? Accenture4
What type of testing process do you follow in current organisation?  2
What all possible test scenarios can be written for the PAINT OF An Airplane? Cognizent1
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build  1
How do you test calculator?  3
is test data the same as test condition  2
I entered all the field in a form and b4 clicking the submit button the system goes off...in this senario where is my data stored or it is lost??? SuperValu2
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com