Risk Identification Methods In Software Testing
05.12.2011
Fault distribution is very uneven for the majority of software, not depending on their size, functionality, implementation language and other features. Much empirical evidence has accumulated over the years to
Read MoreMain Software Testing Techniques
02.12.2011
Inspection is the most generally accepted static method for error identification and removal. There are many other different static software testing methods: boundary value analysis software fault trees algorithm analysis
Read MoreWhat Is Software Bug Seeding?
22.11.2011
Note: the article was updated in September 2018. Bug seeding or bebugging is a technique that was developed to evaluate the number of software issues resident in the software product.
Read MoreWhat Is The Difference Between White Box, Black Box And Gray Box Testing?
21.11.2011
Black box testing is such a technique based exclusively on demands and specifications. It requires no knowledge of internal paths, structures, or realization of the software product under test. In
Read MoreWhat Is Data-Driven Testing?
14.11.2011
Generally an application has to be tested with manifold complement of data. For example, a simple login screen, which depends on the user kind, will give dissimilar rights for different
Read MoreCoverage Techniques in Software Testing
09.11.2011
Note: this atricle was updated in July 2019. How to cover everything with your attention and control? In software testing, we use test coverage to define the percent of executed
Read MoreRegression and Confirmation testing. What is the difference?
08.11.2011
Note: this article was updated in September 2019. In this article, we would like to separate the differences between these types of tests. But, where and why to use each
Read MoreTraditional and Modern Way of Software Testing
04.11.2011
Many organizations still use such testing methodology (it is also called traditional) where software testing is usually conducted after the build and execution stages. Traditional (old) way of software testing:
Read MoreWhat is Monkey Testing?
03.11.2011
Note: this article was updated in July 2019 Is it right to trust to chance, especially when it comes to your job? If to talk about software testing, you hardly
Read MoreDifference Between System and Acceptance Testing
01.11.2011
Acceptance testing tests the system whether it satisfies the requirements. It is alike with System testing in such focus that the whole system is checked. But it is significant dissimilarity
Read MoreWorkbench Concept in Software Testing
28.10.2011
Note: This article was updated in June 2019. Considering the variety of testing scenarios that depend on each specific product, the testers’ work has to be carefully planned and structured.
Read More