Welcome into the VerTest user guide !
VerTest is an application that allows you read and track tests that are in the form of markdown documents, standing in a GIT repository among code files.
Each test suite is based on a repository that is locally cloned, and a chosen GIT branch. Then the GIT repo will be regularly pulled it to detect new commits, VerTest does not perform write operation at all.
VerTest add also a file selector, to ease the file navigation, and to reduce the noise of GIT repo modifications when they does not concern the test files.
VerTest allows you to change the GIT branch or the file selector at any time.
Cool consequences are multiples:
- the tests are always synchronized with the code base
- you can easily parallelize the tests between multiple GIT branches on the same application
- you and your team can edit the tests at any time, VerTest will help you to visualize the differences and to change subsequent tests statuses.
- creating a test suite takes around 10 seconds because it simply duplicates existing documents in the desired version