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 |
test cases for bulb
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
1) Can you tell me the High severity and low priority bug,High priority and low severity bug?
diff b/w smoke testng and sanity,which coms fist functional or sanity
What's Click-stream measurement tests
Why we have to do manual testing?
Why performance testing is performed? What are tools of performance testing?
please tell me the test cases for the following scenario 1. Two windows are there in one window pin code text box and ok button will be there.... we need to enter the pin code no and then click on ok........ basing on this in second window post offices address should come...........what are the imp test cases for that.....
Please can any one tell me 1).Types of reports 2).Types of Meetings.
Would u provide the exact differences of test case and test conditon 2)test case and use case 3)test suite and test scenara
which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing