Software Testing - Basics


SUBMITTED BY: earlb

DATE: Sept. 26, 2017, 4:14 p.m.

UPDATED: Sept. 26, 2017, 7:22 p.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 400

  1. Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
  2. Testing is executing a system in order to identify any gaps, errors, or missing requirements in contrary to the actual requirements.
  3. This tutorial will give you a basic understanding on software testing, its types, methods, levels, and other related terminologies.
  4. 3) Static Testing: It can test and find defects without executing code. Static Testing is done during verification process. This testing includes reviewing of the documents (including source code) and static analysis. This is useful and cost effective way of testing. For example: reviewing, walkthrough, inspection, etc.
  5. 4) Dynamic Testing: In dynamic testing the software code is executed to demonstrate the result of running tests. It’s done during validation process. For example: unit testing, integration testing, system testing, etc.
  6. 5) Planning: We need to plan as what we want to do. We control the test activities, we report on testing progress and the status of the software under test.
  7. 6) Preparation: We need to choose what testing we will do, by selecting test conditions and designing test cases.
  8. 7) Evaluation: During evaluation we must check the results and evaluate the software under test and the completion criteria, which helps us to decide whether we have finished testing and whether the software product has passed the tests.
  9. 8) Software products and related work products: Along with the testing of code the testing of requirement and design specifications and also the related documents like operation, user and training material is equally important.

comments powered by Disqus