Black Box Test Techniques. Syntax Testing
16.09.2011
Introduction to black box testing to can find here. Syntax Testing Analysis Syntax Testing uses such model of the formally defined syntax of the inputs to a component. The syntax
Read MoreBlack Box Test Techniques. Cause-Effect Graphing
13.09.2011
Cause-effect Graphing Design Test cases should be designed to exert principles, which characterize the interrelation between the inputs and outputs of the component, where every principle corresponds to a singular
Read MoreWhat is glass box testing?
05.09.2011
Black-box and glass-box are test design techniques. Black-box test doesn’t use information about the internal structure in full. Black-box test is known as focusing on functional requirements testing. Glass-box test
Read MoreTypes of Interaction within Software Project Team
29.08.2011
Note: the acticle was updated in November 2018. Professional team and fruitful interaction between its members are the key to success of every project and company. Such teams can vary
Read MoreThe Necessity Of Automation
26.08.2011
If there are no automated tools for regression testing the main attention focus on manual testing, aimed to re-affirm the ‘known’ state of software after modifications. This may tie up
Read MoreWhat to Do if Requirements Are Changing Constantly?
15.08.2011
It is a common situation and a great headache in software testing. Here are some tips if such situation occurs: Consecrate appropriate attempt to risk analysis of changes to minimize
Read MoreHow do You Know When to Stop Testing?
13.08.2011
Note: the article was updated in August 2018. How many test runs are needed? How to understand when to stop testing? The most obvious answer that comes to mind is
Read MoreDo small projects need extensive testing?
12.08.2011
Well, in this case you should think over the influence of project defects, not the scope of the project. Nevertheless, if extensive testing is still not justified, risk analysis is
Read MoreSoftware Bugs. Definition and Meaning
02.08.2011
The Definition of a Bug Well, software bug is any unexpected behavior; when software does something that you don’t consider it is correct. This can be anything from the demonstration
Read MoreMobile Test Automation: absolute black box
29.07.2011
Automated testing is very interesting implemented. Check of the results performs by the check of images and recognition of text on the screen OCR. One of the platforms uses famous
Read MoreMobile Test Automation: TestDroid
25.07.2011
While I conducted the study a new solution for Android appeared. TestDroid is a plugin for Eclipse that allows you to record tests (record & play) in the Robotium format.
Read More