1000+ Software Testing Interview Questions and Answers Pdf - 2

Question: 6

What are the challenges of a test engineer?

Below are some of the challenges of a test engineer.

1. Communicating effectively with the developer to convey the defect information.

2. Dealing with impacts that cause on the unchanged modules because of the changes in the other functionalities.

3. Handling storage of time for testing because of build delays.

4. Building relationships with developers.

5. Effective understanding and testing of complex applications from the business point of view.

Question: 7

What is buddy testing?

Buddy testing is type of component testing, where two developers test each other’s work.

Question: 8

Is testing constructive or destructive?

Testing is constructive, through the approach of destruction. The testing process tries to destruct or break the system to reveal the possible flaws in the system thereby they can be corrected before the product is released to the customer.

Question: 9

What is the difference between testing and quality?

Testing is the measurement of software quality. We measure the achieved quality by testing the relevant factors such as correctness, reliability, usability, maintainability etc.

Question: 10

What is a stub?

Stub is a prototype of a function. Prototype means, only the skeleton of the function without any code.

Related Questions