by Neil | Oct 9, 2018 | QA, Software Testing
A better way to Test – 7 In our last blog we discussed, testing to risk. One of the methods we mentioned to address Risk was testing, even if it was not the only method. However, stating that we should test and actually completing the task are two different...
by Neil | Apr 10, 2018 | QA, Quality Assurance Consulting, Software Testing
This is the second in the series about reviewing requirements. This week we are considering the method of using Testcases to review the requirements. Some people would feel that this is too early in the process to be considering testcases but we do not have to write...
by Neil | Feb 18, 2018 | QA, Quality Assurance Consulting, Software Testing
Recently someone in a class asked about the difference between debugging and scenario testing given the fact that many errors that need to be fixed must be completed in the code. If we make the assumption that we are doing a calculation of some sort or running an...
by Neil | Jul 26, 2016 | QA, Uncategorized
Test Conditions is a term that has multiple definitions. For the sake of this blog, we are going to define them as the equivalent of (Low Level) Test Objectives and state that they are One-Line statements of what is going to be tested. (High level Test Objectives may...
by Neil | Mar 18, 2016 | QA, Uncategorized
Test Cases, Test Scripts, Test Runs, Test Sets, Test Scenarios, Test Databases, Test Plans and Test Strategies have all been used to define some type of Test Case. When it comes to popular automated test tools, some of these terms do have very specific meanings....