1000+ Software Testing Interview Questions for Experienced Pdf - 1

Question: 1

What is a Testware?

Testware is Artifacts produced during the testing process. Testware include Test cases, Test plan, Automation Scripts, Test Data, Test environment set-up and clear-up procedures and any additional software or utilities used in testing.

Question: 2

What is a Patch?

Patch is small software that contains fixes for one or more bugs identified in the application. Patches are released to customers. by the vendor of the software. with solutions for the issues identified in the product during its maintenance.

Question: 3

What is EOL?

EOL means End of Life of the project. This means after the EOL, No support will be provided for the bugs reported by the customer. In other words the maintenance phase of the released project is completed.

Question: 4

What are the Advantages and Disadvantages of the Waterfall Model?

Advantages:

*Waterfall is a linear model. Hence it is simple to understand and follow.

*Good for small projects with freezed requirements.

Disadvantages:

*Cannot adapt to changes in the requirements.

*Testing starts only after development. Hence quality of product is concern for large projects.

Question: 5

What is a baseline?

Baseline is formally Approved work after review by stake holders. It serves as a reference point indicating that work is completed and of good quality.

Related Questions