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
Discuss what test metrics you feel are important to publish an organization?
1. what is a date guidelines ?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
hi this is satish can some one help me out by sending the maxium notes on client sesrver ,web server and company architechture project hirearchy and company hirearchy i will happy to recive the answers as early as possible
Explain crud testing.
When new application ready to test than whats your testing strategies?
Negative test cases for phone camera
Hi Friends, I want to know the best institute in hyderabad which is giving training in 'SAP Testing' and who is the best faculty. Regards, Imtiyaz..
Can test condition,testcase and testscript help u in performing the static testing
Can anyone please suggest me a online book on manual testing??
What is coverage and what are the different types of coverage techniques?
What is PBX Testing & What is Test coverage?
How do you go about testing a project?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
.In languages testing, what is the fixed part and changing part?