Blog

Insights, tutorials, and updates on software testing and QA

Manually testing Feature Branches the right way
Quality Assurance May 24, 2016

Manually testing Feature Branches the right way

For many teams it is essential to work with different branches at same time so the main repository stays stable while development can still progress at a fast rate.

New feature added: Re-execute test executions
Announcements January 1, 2016

New feature added: Re-execute test executions

Several times things go wrong during test execution or a new revision is committed by developers which renders testing useless. In such scenarios, you can now re-execute a test execution instead of creating it all over again.

Test Case Versioning: Giving Your Tests A Memory
Quality Assurance October 14, 2015

Test Case Versioning: Giving Your Tests A Memory

Do you know Test Collab stores all revisions of your test case? So every time you make a change in your test case, the old revision is automatically stored.