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 Bugzilla ?
What makes a good test engineer?
what is fusion testing and impact analysis???
What are Templetes for Daily,Weekly,Monthly test reports(Test Execution report)?
Who Decide Severity And Priority ?
12 Answers British Telecom BT,
What is quality center? What are the modules of quality center?
Explain Alpha Testing and Beta Testing
How can u justify u r written all the test cases are meeting the client Requirements?if is there any missing functionality how can u know?
In a Software testing Field, What you think a TESTER needs...?
Hi All I want discuss abt Testing tools is any one available online in google chat?
what is the importance of test data while testing the application? and how hard it is to set up the test data?
What are the phases involved in software testing life cycle?