Unit testing is one of the software testing methodologies, where single units of code, modules, and components are tested individually and independently.
[Read more…]Basic Testing Checklist Developers & Testers
This post will help you mark all the basic testing checks so that you don’t miss basic bugs and thus save some scolding from your boss. Please note that this is a basic testing checklist. Please add your suggestions in the comments and we will add them to the File.
This checklist can be used by both developers for unit testing and by the software testers to check whether the developer has done some basic mistakes. The Testing Cycle proceeds further with Integration Testing, System Testing, and Acceptance Testing.
Please note this is a basic testing checklist, I have added columns where the first one is of the type of fields in the application, the second one of the checks you have to do and third in which you will mark whether the check failed or passed. [Read more…]
What Is Software Testing?
Software Testing is a process to quantify the quality of software and maintain the quality throughout the life of the software.
Software Testing is oriented to “Detection.” It’s examining a system or an application under controlled conditions. It’s intentionally making things go wrong when they should not, and things happen when they should not.
[Read more…]