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

How do you handle conflict with programmers?

2 Answers  


what is the diff between BVA & ECP and also advantages about thease techniques..& i want some proper examples... from sekhar yadav sunkara svsekhar2003@gmail.com

1 Answers   iGate, TCS,


What is Adhoc testing?

10 Answers   4Cplus, Mind Tree,


Define system integrated testing with a live example.

2 Answers   Cap Gemini,


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

0 Answers  






Write SQL query to see first 100 recorders from table?

9 Answers  


6)If a project produces 1000 defects per 150 function points, then it is a: A)Baseline B)Benchmark C)Size D)None

6 Answers   Mind Tree,


wat is another name of retesting can we callit a retesting also

6 Answers  


what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?

2 Answers   Accenture,


1.what is software testing?

2 Answers  


Difference between SIT and UAT

2 Answers   RBS,


What is white-box Integration Testing and its differences between Black box-Integration testing?

6 Answers   Tech Mahindra,


Categories