Jun 26 2009

Unit Testing Vs Module Testing

In testing world, commonly used terminologies for testing a small indenpendant set in an application or system is called as Unit Testing or Module Testing. The purpose of this type of testing is to make sure a unit in an application or system is working as expected indenpendantly. Both the areas in SDLC i.e. Development [...]

TAGS:
May 22 2009

Security Testing: Input validation & Access Control Techniques.

Security testing is not just limited to networks scanning now. This concern led me to pen down few concerns that may arise during security testing of any software, today’s industry is growing at fast pace and to keep a check on security threats is our responsibility. Most importantly in Internet’s era where people prefer to [...]

May 22 2009

Web Application Security

Web Application Security
As number of Internet Users are increasing day-by-day, companies are also providing more online facilities to the customers and along with these online facilities, risk  of information sensitivity is also increasing, which is passed on the Internet. As we always hear about the threats related to online ids/passwords, hacking of personal, official and [...]

TAGS:
May 22 2009

Why tester’s involvement is important in requirement gathering ?

It is very much important to include testing practices as early in the project as possible. The classic late involvement of testing in projects limits their efficiency. By the time testers get involved, all the development defects are already in the code, which makes detecting them much harder and fixing them much more costly. Late [...]

May 20 2009

How to improve our software testing process?

We are  always  wanting to improve our testing processes. For that, we need to provide the practical knowledge to the laymen testers so that they could gain  high benefit. Review of the testing process must be done in all the phases of the project development life cycle. Often when a project does not meet  customer [...]

May 20 2009

Testing and its challanges

An activity that aimed to evaluating the capability of software or system or a program and determining that it meets its required result, is  Software Testing.
Regular testing must ensure that the  software is adequately functional. The quality of software is directly linked to the amount of testing we do. In the open source world, [...]

May 20 2009

Performance Testing - Understanding its relevance

Introduction: Performance testing is generally done to determine performance attributes like response time, throughput and also the performance problems (like bottlenecks, memory, disk, process, processor, cache, network, etc.) or any memory leakage present in the system when application is running in normal scenario. This testing also identifies the system’s behavior when the application is communicating [...]

May 1 2009

What is Business Process Assurance?

What is Business Process Assurance?
The evolution of traditional QA or SQA to Business Process Assurance (BPA)

Back to Basics

To err is human. So it is logical to accept that every human activity in the software development lifecycle (SDLC) is bound to have errors. There have been many names given to these errors - bugs, errors, issues [...]

May 1 2009

Better to reduce the bugs than to fix them

The idea of testing software reminds me of this very famous old saying “Prevention is better than cure”. The simple reason behind it is the fact that there is always high cost associated in fixing the defects. At a primary level,two things can be thought of (i) either avoid the occurrence of bugs altogether or [...]

TAGS: ,
Apr 30 2009

How can we reduce regression bugs?

It’s a well known fact that fixing a small bug or adding an enhancement can introduce regression bugs in the application. Most of us would have encountered this situation many a times. This means that there will be multiple QA cycles for a small fix which results in the cost going up. This cost cannot [...]

 Page 1 of 2  1  2 »