Showing posts with label Basic Testing. Show all posts
Showing posts with label Basic Testing. Show all posts

Thursday, 23 June 2011

Testing Process

Introduction
             The purpose of testing is to verify the software and remove defects. Test verifies the code against the requirements and the design to ensure that requirements are implemented. We adopt rigorous quality control and management procedures to ensure that the defects are minimized to the lowest possible level.

Testing Process

Monday, 20 June 2011

Basic Questions of Testing

1.      Differentiate between QA and QC?

Quality Analyst: 

      It is process oriented.
      Ievolves in entire process of software development.

Quality Control:

     It is product oriented.
     Work to examine the quality of product.
     
 2. What is a bug?

A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result.

3. what is a test case?

Testcase is set of input values, execution preconditions,expected results and execution post - conditions, developed for a particular objective or test conditions, such as to exercise a paticular program path or to verify compliance with a specific requirement.