Posts Tagged: "testing"

Testing Techniques

White Box Testing Aims to establish that the code works as designed Examines the internal structure and implementation of the program Target specific paths through the program Needs accurate knowledge of the design, implementation and code Black box testing Aims to establish that the code meets the requirements Tends to be applied later in the […]

Software Life Cycle Models

Prototyping Model Waterfall Model Sequential Spiral Model V Model – Sequential 1. Prototyping Model of Software Development A prototype is a toy implementation of a system; usually exhibiting limited functional capabilities, low reliability, and inefficient performance. There are several reasons for developing a prototype. An important purpose is to illustrate the input data formats, messages, […]

Software Development Life Cycle (SDLC)

1. System Information/Engineering and Modeling a.The initial proposal phase to understand and identify the project requirements and main features proposed in the application b. By the end of the study the entire client systems, the team furnishes a document that holds specific recommendations for the candidate system. Out Put of this phase A rough estimation […]

When to Stop Testing

It’s difficult to determine exactly when to stop Testing.The following are some of the cases which can help to decide when to reduce/stop Testing 1. Deadlines(Release/Test Deadlines etc) 2. Test cases completed with certain percentage passed 3. Test budget depleted 4. Coverage of code/functionality requirements reaches a specified point 5. Bug rate falls below a […]

Software Testing

Intentionally finding errors from the software is called testing. Errors may be functional errors or usability errors or excess functionality which is not defined by client. Simply means testing the Software to find and report defects. It gives an assurance that the end product is as per customer requirement specification Goal of Software Testing Quality […]