-
What is the difference between testing and quality assurance (QA)?
This question is surprisingly popular. However, the answer is quite simple. The goals of both are different: The goal of testing is to find the errors. The goal of QA is to prevent the errors in the program.
-
-
-
-
-
-
Have you used automatic testing tools. Which ones?
If you never have seen automation tools before, do not try to fool around the interviewer. You produce a bad impression when "caught" on lying to the interviewer. However, if you ever used the automation tools, it would be a huge advantage for us to mention them even if those tools were proprietary automation tools of your previous company. Be prepared then to answer general automation testing questions....
-
-
-
-
-
-
-
-
-
-
-
-
Types of Reviews
What are the different types of reviews and explain?
-
What is the difference between structural and functional testing?
Structural is a "white box" testing and based on the algorithm or code. Functional testing is a "black box" (behavioral) testing where the tester verifies the functional specification.
Testing Basics Interview Questions
Ans