Thursday, 31 March 2011

Introduction of Testing tool

 Testing:
            It is process of executing a program with the intent finding error.
                                     (Or)
           Verifying and validating the application with respect to customer requirements
                                      (Or)
           Finding the differences between Customer Expected and Actual values

Software Application:
          Which is Under Developing stage Based on Client requirements

Software Product:
          Software developed Completed and Testing is Completed Which live in Market 
    Eg:- Gmail, Yahoo mail .... etc

Software Bidding:
         A proposal to develop a new software is called as S/W Bidding

Why Software Bugs(Problems) Occur:
        1) Poor requirements
        2)Unrealistic Schedule
        3)Inadequate testing
        4)Miscommunication ...... etc

S/W Quality:
         Quality Software is reasonably bug free ,delivered on time, within budget , meet the requirements and is maintainable

S/W Quality Assurance:
         Involves the Software development process monitoring and improving the process. It is oriented to prevention of Bugs

Tester Responsibilities :
  • Understanding the requirements
  • Implementing individual tests
  • Setting up executing the test
  • Logging outcomes and verifying test execution
  • Analyzing the result
  • reports the bugs







1 comment:

  1. It is good to have a blog on testing, when your posting remaining lessons?

    ReplyDelete

Testing Types

Black-box Testing:   A test technique that focuses on testing the functionality of the program component or application against its sp...