Testing Techniques Interview Questions and Answers, Testing Techniques

What is boundary value analysis? - Test cases written for boundary value analysis are to detect errors or bugs which are likely to arise while testing for ranges of values at boundaries..........
What is Equivalence Partitioning? - Equivalence partitioning is a technique used in software testing which aims to reduce the number of test cases and choose the right test cases.......
What is Random testing? - Random testing as the name suggests has no particular approach to test. It is an ad hoc way of testing.......
What is Monkey testing? - Monkey testing is a type of random testing with no specific test case written.....