Version Control and Collaboration

abstract When working on any big software project, we need version control of automation artifacts. Version Control allows individuals to work independently with their own copy of files/artifacts and prevents overwriting or clobbering another person's work. It also helps us associate specific artifacts with specific versions of the application under test.

We recommend using git for version control.

Flowcharts on the Filesystem