wat is mutation testing ?
Answers were Sorted based on User's Feedback
Answer / ajk
A kind of testing in which, the application is tested for
the code that was modified after fixing a particular
bug/defect. It also helps in finding out which code and
which strategy of coding can help in developing the
functionality effectively.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dims
Mutation means adding known defects in the application.So mutation testing is the testing which checks the effectiveness of the testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
what test case is written specifically for web applications?
10 Answers Aricent, Mind Tree,
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
What are the processes / steps invovled in Defect Prevention meeting?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None
pls let me know the answer, recently i faced this question in interview. when you are writing the test cases,if the requirements are changed what will u do?
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me. some real time database tester please answer my question as soon as possible.my need is such that. else mail answer at ina.ref@gmail.com
Have any idea how to prepare test cases for medical claim, Online mobile recharge.
Which of the following defines the expected results of a test? Test case specification or test design specification.