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 |
why do u put the bug status as deffered?what do u mean by that exactly?
What is FT Disk?
what is scrum how with ex?
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
what is the role of a test build manager?
Wht is SQL injection?
can anyone give me example of the following:- low severity & high priority medium severity & medium priority high severity & low priority
What is Desktop Testing
what is the difference between testcase and test scenario? Please give one example.
explain test life cycle
can anybody tell me .. in realtime how cookies testing is actually done by the tester? And Test case is needed for cookies testingor not required?
What are the types defect tracking tools?