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



What is the concept of introducing a small change to the program and having the effects of that cha..

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

What is the concept of introducing a small change to the program and having the effects of that cha..

Answer / anitha

Debugging a program

Is This Answer Correct ?    9 Yes 7 No

What is the concept of introducing a small change to the program and having the effects of that cha..

Answer / soujith

Unit Testing

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.

0 Answers  


How do work in Cilent server Application?

1 Answers  


What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?

0 Answers  


what kind of bugs you can find in the application in manual testing?

1 Answers  


If got selected in ur company, what will u do for ur company?(IN P.M)

3 Answers   MBT,


What are all the things ur going to keep in mind while System testing?

2 Answers  


Explain what makes a good test engineer?

5 Answers   IBM,


Give an example for Waterfall model and iteration model??

3 Answers   ABC, TCS,


What is meant by Hot Keys?

1 Answers   TCS,


What is difference between quality and testing?

6 Answers   Wipro,


What are the recommended sites or books for software testing?

2 Answers  


what is testing management methodologies?? plz help me

2 Answers  


Categories