NPTEL Software Testing Assignment 9 Answer 2022
- Get link
- X
- Other Apps
Week 9 : Assignment 9
Due date: 2022-09-28, 23:59 IST.
Assignment not submitted
1 point
How is overloading different from overriding in object oriented programming?
1 point
Which of the following represents use of super() keyword?
1 point
While applying the mutation operator that deletes a method call, how is the value to be returned by the deleted method passed back to the caller method?
1 point
When mutation testing is applied as a black-box testing technique to mutate the inputs, which of the following statements hold true?
1 point
When we change a method call is-divisible(a,b) to is-divisible(b,a) is an example of which of the mutation operators listed below?
1 point
State yes or no: The programming language Java does not support multiple class inheritance and hence each class only has a single parent.
1 point
Which of the following integration mutation operator represents changing the order of arguments in method invocations to be the same as that of another overloading method, if one exists?
1 point
State true or false: While testing inputs using mutation testing, the inputs always have to adhere to their underlying syntax.
1 point
Towards ensuring that mutation testing subsumes edge coverage, which of the following mutation operators are used?
1 point
Which of the statements below are true with reference to mutation testing subsuming all-defs coverage?
- Get link
- X
- Other Apps
Comments
Post a Comment