Software QA Testing Checklists
Today we bring to you another quality tool that is so often under-used that we thought we would rehash details about it in the hope that it regains its lost glory. It is ‘Check List’.
Recommended IPTV Service Providers
- IPTVGREAT – Rating 4.8/5 ( 600+ Reviews )
- IPTVRESALE – Rating 5/5 ( 200+ Reviews )
- IPTVGANG – Rating 4.7/5 ( 1200+ Reviews )
- IPTVUNLOCK – Rating 5/5 ( 65 Reviews )
- IPTVFOLLOW -Rating 5/5 ( 48 Reviews )
- IPTVTOPS – Rating 5/5 ( 43 Reviews )
Definition: A Checklist is a catalog of items/tasks that are recorded for tracking. This list could be either ordered in a sequence or could be haphazard.
Checklists are a part and parcel of our daily lives. We use them in various situations from grocery shopping to having a to-do list for the day’s activities.
What You Will Learn:
Overview Of QA Software Testing Checklists
As soon as we get to the office, we always make a list of things to do for that day/week, like below:
- Fill timesheet
- Finish documentation
- Call the offshore team at 10:30 am
- Meeting at 4 pm, etc.
As and when an item in the list is done, you strike it off, remove it from the list or check the item off with a tick – to mark its completion. Isn’t it all too familiar to us?
However, is that all it can be used for?
Can we use Checklists in our IT projects formally (specifically QA) and if yes, when and how? This is what is going to be covered below.
I personally advocate the use of Checklists for the following reasons:
- It is versatile – can be used for anything
- Easy to create/use/maintain
- Analyzing results (task progress/completion status) is super easy
- Very flexible – you can add or remove items as needed
As is the general practice we will talk about the “Why” and “How” aspects.
- Why do we need Checklists? : For tracking and assessing completion (or non-completion). To make a note of tasks, so that nothing is overlooked.
- How do we create Checklists? : Well, this could not be simpler. Simply, write everything down point by point.
Checklists Example for QA processes:
As I mentioned above, there are some areas in the QA field where we can effectively put the checklist concept to work and get good results. Two of the areas that we will see today are:
- Test Readiness Review
- When to stop testing or Exit criteria checklist
#1) Test Readiness Review
This is a very common activity that is performed by every QA team to determine whether they have everything they need to proceed into the test execution phase. Also, this is a recurring activity before each cycle of testing in projects that involve multiple cycles.
In order to not run into issues after the testing phase begins and realize that we entered the execution phase prematurely, every QA project needs to conduct a review to determine that it has all the inputs necessary for successful testing.
A checklist facilitates this activity perfectly. It lets you make a list of ‘things-needed’ ahead of time and to review each item sequentially. You can even reuse the sheet once created for subsequent test cycles too.
Additional Info: Test Readiness Review is generally created and the review is performed by the QA team representative. The results are shared with the PMs and the other team members to signify whether the test team is ready or not to move into the test execution phase.
Below is an example of a sample Test Readiness Review checklist:
Test Readiness Review (TRR) Criteria |
Status |
All the Requirements finalized and analyzed | Done |
Test Plan created and reviewed | Done |
Test Cases preparation done | |
Test Case review and sign off | |
Test Data availability | |
Smoke Testing | |
Is Sanity Testing done? | |
Team aware of the roles and responsibilities | |
Team aware of the deliverables expected of them | |
Team aware of the Communication protocol | |
Team’s access to the application, version control tools, Test Management | |
Team’s trained | |
Technical Aspects- Server1 refreshed or not? | |
Defect reporting standards are defined |
Now, all you have to do with this list is mark done or not done.
#2) Exit Criteria Checklist
As the name indicates, this is a checklist that aids in the decision making of whether a testing phase/cycle should be stopped or continued.
Since a defect-free product is not possible and we will have to make sure that we test to the best extent possible in the given amount of time – a checklist of the below effect is created to track the most important criteria that need to be met to deem a testing phase satisfactory.
Exit Criteria |
Status |
100% Test Scripts executed | Done |
95% pass rate of Test Scripts | |
No open Critical and High severity defects | |
95% of Medium severity defects have been closed | |
All remaining defects are either canceled or documented as Change Requests for a future release | |
All expected and actual results are captured and documented with the test script | Done |
All test metrics are collected based on reports from HP ALM | |
All defects are logged in HP ALM | Done |
Test Closure Memo is completed and signed off |
Testing Checklist
Are you going to start a new project for testing? Don’t forget to check this Testing Checklist in each and every step of your Project Life Cycle. The list is mostly equivalent to the Test plan, it will cover all Quality Assurance and Testing Standards.
Testing Checklist:
- Create System and Acceptance Tests [ ]
- Start Acceptance Test Creation [ ]
- Identify Test team [ ]
- Create Workplan [ ]
- Create Test Approach [ ]
- Link Acceptance Criteria and Requirements to form the basis of Acceptance Test [ ]
- Use a subset of system test cases to form requirements portion of Acceptance Test [ ]
- Create scripts for use by the customer to demonstrate that the system meets requirements [ ]
- Create a Test schedule. Include people and all other resources. [ ]
- Conduct Acceptance Test [ ]
- Start System Test Creation [ ]
- Identify test team members [ ]
- Create Workplan [ ]
- Determine Resource Requirements [ ]
- Identify productivity tools for testing [ ]
- Determine Data Requirements [ ]
- Reach an agreement with Data Center [ ]
- Create Test Approach [ ]
- Identify any facilities that are needed [ ]
- Obtain and review existing test material [ ]
- Create an inventory of test items [ ]
- Identify Design states, conditions, processes, and procedures [ ]
- Determine the need for Code-based (white box) testing. Identify conditions. [ ]
- Identify all functional requirements [ ]
- End inventory creation [ ]
- Start Test Case creation [ ]
- Create Test Cases based on the inventory of test items [ ]
- Identify logical groups of business function for the new system [ ]
- Divide test cases into functional groups traced to test item inventory [ ]
- Design data sets to correspond to test cases [ ]
- End Test Case creation [ ]
- Review business functions, test cases, and data sets with users [ ]
- Get signoff on test design from Project leader and QA [ ]
- End Test Design [ ]
- Begin Test Preparation [ ]
- Obtain Test Support resources [ ]
- Outline expected results for each test case [ ]
- Obtain Test Data. Validate and trace to test cases [ ]
- Prepare detailed Test Scripts for each test case [ ]
- Prepare & Document environmental setup procedures. Include back up and recovery plans [ ]
- End Test Preparation phase [ ]
- Conduct System Test [ ]
- Execute Test Scripts [ ]
- Compare the actual result to expected [ ]
- Document discrepancies and create problem report [ ]
- Prepare maintenance phase input [ ]
- Re-execute test group after problem repairs [ ]
- Create a final test report, include known bugs list [ ]
- Obtain formal signoff [ ]
Automation Checklist
If you answer yes to any of these questions, then your test should be seriously considered for Automation.
Q #1) Can the test sequence of actions be defined?
Answer: Is it useful to repeat the sequence of actions many times? Examples of this would be Acceptance tests, Compatibility tests, Performance tests, and regression tests.
Q #2) Is it possible to Automate the sequence of actions?
Answer: This may determine that automation is not suitable for this sequence of actions.
Q #3) Is it possible to “semi-automate” a test?
Answer: Automating portions of a test can speed up test execution time.
Q #4) Is the behavior of the software under test the same with automation as without?
Answer: This is an important concern for Performance Testing.
Q #6) Do you need to run the same tests on multiple hardware configurations?
Answer: Run ad-hoc tests (Note: Ideally every bug should have an associated test case. Ad hoc tests are best done manually. You should try to imagine yourself in real-world situations and use your software as your customer would. As bugs are found during ad-hoc testing, new test cases should be created so that they can be reproduced easily and so that regression tests can be performed when you get to the Zero Bug Build phase.)
An Ad-hoc test is a test that is performed manually where the tester attempts to simulate the real-world use of the software product. It is when running ad hoc testing that most bugs will be found. It should be stressed that automation cannot ever be a substitute for manual testing.
Points to note:
- The above two are examples to showcase the use of checklists to QA processes, but the usage is not limited to these two areas.
- The items in each list are also indicators to give an idea to the readers about what sort of items can be included and tracked – however, the list can be expanded and/or compacted as needed.
We really hope that the above examples have been successful in bringing forward the potential of checklists to QA and IT processes.
So, the next time you are in need of a simple tool that is semi-formal, simple and efficient, we hope we have oriented you towards giving checklists a chance. Sometimes, the simplest solution is the best.