Recent Posts

Performing code reviews

6 minute read

A code review is a synchronization point among different team members and thus has the potential to block progress.

Gitlab

2 minute read

Gitlab is a Git-based collaborative software development and version control web service. In addition to a repository manager, the service also offers wiki h...

A good test case

3 minute read

We define a test case as being a written document that provides comprehensive information on what, and how to test. A test case contains details such as the ...

Requirement analysis

2 minute read

Requirement Analysis, also known as Requirement Engineering, is the process of defining user expectations for a new software being built or modified.

Test Plan

5 minute read

A test plan is a document detailing the objectives, resources, and processes for a specific test for a software or hardware product. The plan typically conta...