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 |
What is Service Pack?
what is the Exact difference between Sanity and Smoke testings
is it possible tht some one can provide me reading material it would be higly appriciated my email id is svit00ef27@yahoo.com thankx in advance
Hi. Can somebody please tell me the format to create test cases from use cases.
wat is the 3 golden rules of gui testing
How to test the database manual? how to test data base lekage by using manual and also using QTP ?
What type of questions may ask related to sql during interview?
any one can explain error guessing..?it depends on validation or functional testing? give one example ..?
What is exact meaning of Standalone application?
What is the test strategy for installation testing?
what is test harness and testability?
Which one is done first, either testcases or test scenario?