- QATestLab Blog >
- software testing theory
Tag "software testing theory"
back to homepageDefinitions 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 MoreWhite Box Test Techniques. Data Flow Testing
23.09.2011
Design Test cases should be designed to execute control flow paths between definitions and uses of variables in the component. Every test case should comprise: input to the component control
Read MoreBlack Box Test Techniques. Random Testing
19.09.2011
Design Test cases should be chosen randomly from the input domain of the component according to the input distribution. The input distribution which used for the test case suite should
Read MoreAssessing Bug Priority and Severity
03.07.2011
The majority of bug databases, whether developed in-house or through third-party tools have some fields that can be filled in-title, priority, severity, opened by, assigned to, and so on. I
Read MoreUseful Tips for Choosing a Test Automation Tool
08.06.2011
For Functional testing it is important to support a specific development environment, the ability to create reports about testing, automatic registration of detected defects, presence of recovery-scenarios. For load testing
Read MoreStatistics of Errors in the Code
03.06.2011
According to western experts, the programmer makes a mistake on average once at five lines of code (including erratum). Approximately 90% of these errors is corrected by the programmer, the
Read MoreWhat is Component Testing?
20.05.2011
ISTQB Glossary gives us the following definition: Unit Testing (module testing): See component testing Component testing: Testing of individual software components (according to IEEE 610) Component: The smallest element of
Read MoreMyths and Facts: Purpose of Software Testing
06.05.2011
Note: the article was updated in March 2019. What type of people do you belong to: those who believe that software testing plays in favor of their product, or those
Read MoreDo you consider yourself an expert in testing?
29.04.2011
Note: the article was updated in August 2018. What distinguishes an ordinary tester from an expert? What knowledge and skills a professional QA engineer should possess? How to become a
Read MoreAnalysis of Dynamics of Critical Defects
06.04.2011
Over time the number of errors in the test program becomes less and at some point it has become necessary to terminate software testing. Determine this point is not so
Read MoreWhat is the Main Aim of Software Tester?
22.03.2011
“The main activity of testers is that they provide to the project participants of development software negative feedback on the quality of the product.” D. Spolsky recently described the same
Read More