How can you possibly test modern software fully?
The common assumption about software testing is that “more is better”, and testing all the possible states and variable combinations guarantees you will find all the bugs.
In the real world, however, there is not enough time or enough testers to test every combination of every variable. Not all bugs will be found, making quality assurance a risk management discipline. How can you validate that your product is ready to ship within reasonable time and cost parameters? In other words, how can you manage the risk of not testing everything? One solution is to use structured testing methodologies, supported by proper tools, which help you quantifiably manage this risk.Practically speaking, the role of quality assurance is to reduce the risk of these bugs ending up in the final product. Software complexity puts a huge burden on QA teams, which are typically much smaller than the development teams writing the software (it’s even worse if there isn’t a QA team and developers take on the role part time). It is also very easy for one developer to write a small amount of code that requires a significant amount of testing to ensure it functions properly in all situations.
Read more here
About this entry
You’re currently reading “How can you possibly test modern software fully?,” an entry on blogameleon
- Published:
- 07.15.07 / 11pm
- Category:
- general
Comments are closed
Comments are currently closed on this entry.