Blog Archives

loadperformance

15 Open Source Performance Testing Tools

August 13th 2011

In software engineering, performance testing is testing that is performed, to determine how fast a system performs under a particular workload. It is also used to verify other quality attributes of the system, such as scalability, reliability and resource usage. Performance testing can serve different purposes. It can demonstrate that the system meets performance criteria. [...]

testing

Software Testing Process

August 3rd 2011

Introduction Software Testing is the process of executing a program or system with the intent of finding errors. Or, it involves any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results. Software is not unlike other physical processes where inputs are received and [...]

Agile software development

Agile Software Development

January 18th 2011

What is Agile methodology? With Agile development, teams build software and systems incrementally. This is accomplished by working in short time boxes called iterations of 1-4 weeks. At the end of the iteration the team produces a shippable product increment that has been designed, developed, tested and demonstrated during the iteration. There are many freeware [...]