Friday 15 January 2016

Software testing approach

SOFTWARE TESTING
    This article will give you a very basic understanding on 'How to Test any software'. Like every developed things must have some testing on them to certify that now it is safe, secure and industry standard. Any Software product also must be having some testing to install or launch in the market.
    In this section we are trying to give you a very basic understanding on different types of Software testing techniques, which will give a good understanding to any novice person how actually the things happened.
    Below are the different types of Software testing which are done.
  •     FUNCTIONAL TESTING
  •     REGRESSION TESTING
  •     STATIC TESTING
  •     DYNAMIC TESTING
  •     UNIT TESTING
  •     INTEGRATION TESTING
  •     SYSTEM TESTING

And many more other types of testing....
Testing life cycle
    When any new software is getting developed, its all new features and functionalities are examines which are each and individual functionalities of this software, so these are called functional testing.

    During the testing of new features we need to test also the earlier features as they are not disturbed due to the new functional changes, this verification is called the Regression testing.

    Static type of testing is something like without running the software just static mode if we can find any bug/error.


1 comment: