What is the concept of introducing a small change to the
program and having the effects of that change show up in
some test?
Answers were Sorted based on User's Feedback
Answer / saurabh nayak
Answer among the given Options
A. Introducing mutations
B. Performance testing
C. A mutation error
D. Debugging a program
A.Introducing mutations
As mutation testing means testing of the code having single
or some syntactic changes. For e.g.
If(x<Y) then print"hello" Else print "bye".
This line of code os mutant by
If (y<z) then Print "Hello" else print "bye"
Here x is replaced by y and y is replaced by z.
more e.g.
The variable can e replaced with constant.
Change in the operators e.g. && replaced by ||, etc.
-Regards
Saurabh Nayak
| Is This Answer Correct ? | 5 Yes | 0 No |
does the efficiency of test increases with increase in number of test cases.that is the more number of test cases then more efficient is the applications test,is it true?
Can any one explain me what is difference between Test Methodology and Testing Techniques?
What is a test condition ?
Briefly explain what is Quality Assurance life cycle?
Unit Testing can be done by using Nunit?
what are the types of android applications?
is there any difference between test case design and test case development
generally what model tester will follow in an comapany? pls give me answer
Artifacts in design phase of SDLC ?
ISTQB - any model paper questions related to this certification?
in your currency project architecture?
Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3. Low severity and high priority. 4. Low severity and low priority