SVN Basics - Module 5: Tagging and Branching
On to tags and branching then. Tags allow us to give a more human-friendly name to a specific revision of our folders/files.
23 posts
On to tags and branching then. Tags allow us to give a more human-friendly name to a specific revision of our folders/files.
We know how to create a repository. We know how to set up our SVN client and import our initial set of files.
In the first tutorial we looked at why we need SVN and setting up our own Visual SVN server.
In this set of tutorials, we're going to take you through the basics of Subversion with Visual SVN Server and Tortoise SVN.
As you've probably realised what's underlying all of this automated test case development is code. Behind the scenes your Key Word tests are really code.
Probably the most critical aspect of any automation project is the ability to reliably identify the objects you need to interact with. Fail to identify the …