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

Which testing approach you follow to test ATM machine?

1 Answers  


Explain the difference between alpha testing and beta testing.

0 Answers  


how to write bugtitle and bug description for 1*1=2 2*2=4 3*3=10 4*4=16 5*5=26.give me the full format.

2 Answers  


What is the diff bet Message box and Dialog box,anybody can answer it.... Thanks in advance

4 Answers   ACS,


could any body plz let me know which is best training institute for telecome testing in hyderabad?

0 Answers  






What is SDLC Model used in ypur company ? What is best Model from Testing point Of View ? Which comes first Verification or Validation ? Which is most important Verification or Validation? What u'll chose to do if suppose to work ANY 1 . & Why ?

8 Answers   TCS,


why do you go for white box testing when black box testing is available?

6 Answers  


tell me different deft reports ?

0 Answers  


what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046

0 Answers  


What is the diff. b/w Basline and Tracability matrix?

3 Answers   Magna Infotech,


Architectural structure of the insurance project?

0 Answers   IBM,


Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.

0 Answers  


Categories