Top 10 Software Testing Interview Questions & Answers for Freshers - PrepareInterview.com

Breaking

Thursday, October 15, 2015

Top 10 Software Testing Interview Questions & Answers for Freshers


1. What’s the Software Testing?
A set of activities conducted with the intent of finding errors in software.

2.What is Acceptance Testing?
Testing conducted to enable a user/customer to determine whether to accept a software product. Normally performed to validate the software meets a set of agreed acceptance criteria.

3.What is Ad Hoc Testing?
A testing phase where the tester tries to 'break' the system by randomly trying the system's functionality.

4.What is Beta Testing?
Testing of a release of a software product conducted by customers.

5.What is Black Box Testing?
Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.

6.What is Bug?
A fault in a program which causes the program to perform in an unintended or unanticipated manner.

7.What is Defect?
If software misses some feature or function from what is there in requirement it is called as defect.

8.What is CAST?
Computer Aided Software Testing.

9.What is Cyclomatic Complexity?
A measure of the logical complexity of an algorithm, used in white-box testing.

10.What’s the Test Case?
A set of test inputs, execution, and expected result developed for a particular objective.

No comments:

Post a Comment