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 |
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.
How do work in Cilent server Application?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
what kind of bugs you can find in the application in manual testing?
If got selected in ur company, what will u do for ur company?(IN P.M)
What are all the things ur going to keep in mind while System testing?
Explain what makes a good test engineer?
Give an example for Waterfall model and iteration model??
What is meant by Hot Keys?
What is difference between quality and testing?
What are the recommended sites or books for software testing?
what is testing management methodologies?? plz help me