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 |
Difference between regression testing and re-testing
What is incremental intergation testing?
Standards of user interface testing?
how u will write test case for system testing give me example
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
Define system integrated testing with a live example.
plz tell me the V model with complete explanation(not definition)
How will you transfer file from remote server to your machine if ftp is disable
What are the object repositories for QTP????friends Plz help me in finding answer for the above....thanq
what is the basic purpose of functional & load testing?
In whic page of QC , we run our Test case, or from where we run our Test cases from QC?
Is the Fundamental Test process and The test development process the same