What is the concept of introducing a small change to the
program and having the effects of that change show up in
some test?
Answer Posted / 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 |
Post New Answer View All Answers
what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example
What type of questions will be asking for 2 years experience candidate in manual testing?
please send me database stored procedure checklist.
Can you explian $ pillar of Agile
Write the test cases for yahoo home page
On what basis you are fixing up the time for project completion?
How do you test google or gmail application??tell me step by step process??
What is early testing?
Can you explain decision tables?
how to test a store procedure?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
What is internationalization testing (i18n testing)?
What are the main key components in web applications?
Can you explain v model in manual testing?