Bug Life Cycle

Bug Life Cycle

Once test cases are written, they are assigned to testers and executed. The testers find some bugs during execution of these test cases, record them in the bug tracking system, for example in such as Bugzilla, and mark the test Read more

Cause-Effect Graphing

Cause-Effect Graphing

Cause-effect graphing is a process of selecting highly efficient test cases in a systematic way. These represent combinations of condition outcomes. It has positive side effect aiding to point out the incompleteness and ambiguity in the original specifications. Ad hoc Read more

Testing Interactions

Testing Interactions

The interactions of components means the interactions between objects during the iteration, for example, when one object is passed to another object as a parameter, or when one object has a reference to another object as some part of its Read more

Scaling Your Website

Scaling Your Website

At present, scaling usually means one of two options: vertical scaling or horizontal scaling. Vertical scaling refers to increasing the capacity of servers: faster CPUs, better architectures, more cores, more memory, etc. Horizontal scaling means simply increasing the number of Read more