Posts Tagged: "software testing"

Cause of Software Bugs

Incorrect communication or no communication – as to specifics of what an application should or shouldn’t do (the application’s requirements) Software complexity – the complexity of current software applications can be difficult to comprehend for anyone without experience in modern-day software development. Windows-type interfaces, client-server and distributed applications, data communications, enormous relational databases, and sheer […]

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 […]