-
Could you test a program 100%? 90%? Why?
Definitely not! The major problem with testing that you cannot calculate how many error are in the code, functioning etc. There are many factors involved such as experience of programmer, complexity of the system etc.
-
How would you conduct your test?
Each test is based on the technical requirements of the software product.
-
What is considered a good test?
Good test is a test covering most of the object's functionality.
-
What will you when you find a bug?
1)Execute some more tests, to make clear what the bug EXCATLY is. Suppose, the test case failed when State=NY and Class=Business. Tester has to exceute some more tests to find out whether the problem is with Just 'NY' state or with just 'Business' class or with both of them together.2) Report the bug
-
Who approved your test cases?
It depends on the organization. QA Lead, if present, will approve the test cases. Otherwise, Peer Reviews are a good way of evaluating the test cases.
-
-
-
-
-
-
-
-
-
-
Why do you like to test?
You enjoy bug hunting process, feel great being between developers and customers, your background and experience are targeting the testing techniques enhancements and you feel proud of your contribution to the whole development process.
-
-
-
-
-
Testing Basics Interview Questions
Ans