Software QA FYI - SQAFYI

How to Improve Software Testing

By: Bhakti Satal kar

It is very common to see software testers asking the question, how to improve software testing. Although I agree it is the testers, who test the software, improving the testing process should be a joint effort of the tester and the developers alike.

When one talks about software testing, it is seen as a task, which has to be performed, as it is a part of the software development lifecycle. Since, it is seen only as a part of the lifecycle, it is not uncommon to see that the software testing practices used by most of the organizations are often outdated, as they continue to rely on the age-old practices of testing. It is important to revamp the testing practices as they are out of tune with the modern software development practices, like the agile model, etc. There is a tendency not to take up an army of testers on board for the cost that will have to be incurred. When one asks how to improve software testing, the improvement has to be done on two levels. Improvement has to be made to the skills of the tester and improvement also has to be made to the testing process.

How to Improve Software Testing Skills
I agree as much as is the process of testing important the skills of the tester also have to honed as well. It is important to pay attention to each one of the point mentioned below.

* It is often seen, that testers do not have in-depth knowledge of the application, they are testing. If one does not have the necessary knowledge, then there are chances, that a missing functionality will not be brought to the notice of the development team. At the same time, the desired behavior of the software may not be determined with absolute authority. This is when reading the Software Requirement Specification (SRS) document comes in handy.
* After the knowledge about the specifications, comes in domain knowledge. Finding the bugs in the software becomes easier, along with it you will be able to suggest better solution to the bug as well. Having good domain knowledge also helps in designing better test cases.
* As a tester, it is important that the tester does not align with the development team. A tester has to consider himself in the shoes of the end user. However, it is important that you do not neglect the technicalities either. Since, a tester will be testing the application over and over again, he will be well versed with the application, but he has always remember to check if the application is user-friendly and the end user will be maneuver through it rather easily.
* It is often seen, that the aim most of the software testers is to guarantee a bug free application. However, it is important to note that it is not possible to give an application which is 100% bug free. The chances that some of the low priority bugs may be relegated to the back for more pressing needs. It is important to prioritize the crucial functions over the not so crucial ones and test them in-depth. This will ensure that the crucial functionality have been tested thoroughly.
* It is important that one does not have any sort of assumptions, when one is testing an application. However, good the development team is, note that the developers are also human beings and they can also make mistakes. The approach that one must adopt while testing is that there are bound to be errors in the application. This will help you to unearth more bugs and make the application as error free as possible.
* Like the developers keep honing their skills and adept themselves with new technologies, the testers should also learn new technologies. It can be a new automation tool or a new technique, that has been recently introduced. Adapting oneself to new technologies will give you a better edge, when you are testing a document.
* It is not uncommon to see that some developers or development team look down upon the testing team. Due to this there are chances that some of the bugs, may not be given sufficient amount of attention, although a tester thinks it needs to be fixed. It should not be looked at as a personal setback. There can be various reasons as to why the particular bug was not fixed in the current release.

Full article...


Other Resource

... to read more articles, visit http://sqa.fyicenter.com/art/

How to Improve Software Testing