what is mutation testing ? when we are using this type of
testing?
Answer Posted / swetcha
mutations r introduced into a program to test the adequacy
of the test data.A mutation is a SMALL CHANGE made to the
program.The effects of that data should be made up in some
tests.If it doesnot ,the test set is probably inadeqate.
and this type of testing is called mutation
testing...also called as bebugging
The person who is changing the code by adding mutations
should see how the code works.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is test driven development?
Can we find all links on a web page?
What are the different types of scripting techniques for automation testing?
i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion
How does load testing work for websites?
What is Ticketing tool? Has it any other names? What is the purpose of this?
Tell me how could the web element attributes be inspected in order to use them in different locators?
how to re-install QTP 11.0 trial version
Explain what is a relative xpath?
Can the activities of test case design be automated?
How to Rcognize the Objects in the Web Page Dialog Using QTP
how to test an webbased application?
Stop automating the tests which run once?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
if i want to use different values in datatable with each iteration of for loop what would i do ??/