Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 1.95 KB

File metadata and controls

75 lines (42 loc) · 1.95 KB

VerTest user guide

Welcome into the VerTest user guide !

Basics

The philosophy of VerTest

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

Installation

How to install and configure Vertest ?

First start of the application

First start of VerTest

Manage users

Manage the users

Manage SSH keys

Manage SSH keys

Howto

Create a test suite

Create a test suite

Test suite page

Test suite page

Test suite lifecycle

Read and pass the test cases

Test case page

Handle a GIT modification

Handle a GIT modification

Changing the GIT branch

Change the git branch

Changing the file selector

Change the file selector

Templatize your tests

Templatize your tests