Significance of Education and Training During Software Development
19.12.2011
Teaching and training provide people-based solutions to eliminate the source of software bugs. Software practitioners notice for a long time that the human factor is the most important indicator in
Read MoreClassification: Quality Assurance alternatives
16.12.2011
An accurate survey of how various quality assurance alternatives deal with errors can help to make general schemes of classification. This classification can be used in assisting how to choose,
Read MoreSoftware Bug Handling Process And Tools
13.12.2011
Software bug handling is a significant area of quality assurance activities. At the time of software testing the developers who correct identified software bugs are generally not the identical as
Read MoreSafety Assurance And Failure Scope
12.12.2011
Note: the article was updated in September 2018. Safety-critical systems are those, that can cause injury or even loss of user’s life in case of failure. Such systems can damage
Read MoreSoftware Fault Tolerance Methods
09.12.2011
Software fault tolerance methods initiate from fault tolerance designs in traditional hardware systems that require higher levels of dependability, reliability and availability. In such systems, spare areas and backup units
Read MoreDefinitions and Meaning: Error, Fault, Failure and Defect
06.12.2011
Note: the article was updated in March 2019. The assurance of continuous software functioning is based on the absence of all possible errors, defects, failures and faults, commonly named in
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 More