What is mutation testing?? And when we use it??
Answers were Sorted based on User's Feedback
Mutation Testing
Performing Testing on the application after the development team has changed the source code intentionally is called as mutation testing.
After completion of unit testing activity in our project that means we have to write the test cases for unit testing and execute it then at that time developer changes the source code to verify all the test cases which can be used during unit testing is giving the pass result or fail one ..if all the same test cases giving the pass result then we don't execute all possibility of unit testing.so we have to write another cases for unit testing and perform testing on the basis of those test cases and repeat the process until some of the test cases provides false result in mutation testing.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / nagarjuna
Testing conducted on the application by giving inputs manually and observing outputs manually is called Manual Testing.
| Is This Answer Correct ? | 2 Yes | 5 No |
what is usuability testing ,when and how is it done
which test is used for memory leakage?
If any bug is found in exploratory testing, then may I consider it as a test case?
sanity testing and smoke testing both are same or not? what is mean by Build Acceptance Test?
Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance
when you carry on test design?
when we will give testdata while writing testcases r during executing testcases for both positive and negative cases we give testdata
How to write test cases for Hotmail page?
What are the points to be taken into consideration while doing desktop testing?
What is Test Condition. what is test scenario.
sanity testing is done during regression testing.is it true.if it is true plz explain?
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options.