Pages

Showing posts with label "Software Testing Training in Chennai. Show all posts
Showing posts with label "Software Testing Training in Chennai. Show all posts

Monday, 23 February 2015

Testing Concepts

5. What do you mean by following?

a.)  Test Script:
- It is usually used to refer to the instructions for a particular test that will be carried out by an automated test tool.

b.) Test Specification:
- This is a document specifying the test approach for a software feature or combination or features and the inputs, predicted results and execution conditions for the associated tests.

c.) Test Suite:
- This is a collection of tests which are used to validate the behavior of an application or product.
- Usually a test Suite is a high level concept, grouping together hundreds or thousands of tests related by what they are intended to test.

6. What are 5 common problems in the software development process?

1. Bad requirements - these requirements are unclear, incomplete, too general, or not testable. They cause problems.
2. Unrealistic schedule - Expecting too much result in too less time.
 
3. Inadequate testing - lack of testing causes problem as no one knows if the system will behave as expected.
 
4. Adding new features - after development; quite common.
 
5. Poor communication within the team or with the customer.