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
What is unit level testing?
What is mean by Schedule report who is the responsible for generated that one ?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Can you explain tpa analysis?
what is mean by impact analysis ,how we used to select regression TC using this?
If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
Give me sample test cases for smoke testing
List the considerations in developing testing methodology
Write positive and negative test cases for forgot password?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
what is the difference between Risk based and Requirement based testing???
What can you tell about the project if during testing you found 80 bugs in it
How to derive test data from the design documents?