-
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
-
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.
-
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
-
What is considered a good test?
Good test is a test covering most of the object's functionality.
-
How would you conduct your test?
Each test is based on the technical requirements of the software product.
-
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.
-
What is considered a successful test?
A test that discovered more errors. The whole purpose of testing process is to discover as many bugs and errors as possible. Test that covers more functionality and discovers more errors in your software product, therefore considered more successful.
Testing Basics Interview Questions
Ans