Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
QA Checklist
The QA team is the group of people who play a major role in any project. Without QA, no project will run successfully. In order to make sure that the product meets the requirements, the QA team follows a checklist.
A checklist is a fundamental element of software testing. It includes a number of tests that help to determine whether the product is ready for deployment. If not, it helps to find out which components must be reworked to improve the performance. There is no way to be completely sure of product quality without a checklist.
QA checklist should include, these major types of QA testing by the time the product reaches maturity.
Unit Tests
Unit testing involves testing the smallest testable modules of software, usually as they are coded.
Usability Testing
A usability test establishes the ease of use and efficacy of a product using a standard Usability test practices.
Functional testing
The goal of Functional testing is to verify whether your product meets the intended functional specifications mentioned in your development documentation.
Database Testing
In Database testing, backend records are tested which have been inserted through the web or desktop applications.
Compatibility testing
Compatibility testing is used to determine if your software is compatible with other elements of the system with which it should operate, e.g. browsers, operating systems, or hardware.
Integration Testing
Integration testing ensures that any new code you write compiles smoothly with your existing codebase.
Load Testing
Load testing assesses the ability of your product to handle a large number of concurrent users.
Security Testing
Security Testing involves the test to identify any flaws and gaps from a security point of view.
A checklist limits the length and scope of your tests. Not only does it help keep you organised, but saves time by allowing you to more quickly pinpoint where issues are occurring.