Which of the following is the example of mutation operators-08602
Which of the following is the example of mutation operators?
This multiple choice question (MCQ) is related to the book/course vu cs615 Software Project Management. It can also be found in vu cs615 Final Term - Quiz No.7.
Which of the following is the example of mutation operators?
Replace each boolean sub expression with true and false.
Replace each arithmetic operation with another one, e.g. + with *, - and /.
Replace each boolean relation with another one, e.g. > with >=, == and <=.
All of given