Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Qualitia integrates with Subversion to store and manage test artifacts and the changes in versions/revisions.

...


Step

When User "A" ...

Then Qualitia ...

So That ...

1

Clicks Test Case ABC to open it

Gets update for Test Case ABC and all tasks from SVN

The latest update is always available to the user and the impact is known as early as possible

2

Tries editing Task A by adding a step or editing a step

Gets Task and update from SVN, then locks Test Case ABC and Task A and allows user to edit

Only user A has exclusive rights to edit Test Case ABC and Task A, thus avoiding change conflicts between users.

3

Edits and saves the Test Case,

Saves the Test Case and commits it to SVN and release the lock.

Changes are updated and available to other user immediately.

When the user "A" clicks Test Case ABC to open it, then Qualitia gets an update for Test Case ABC and all tasks from SVN, so that the latest update is always available to the user and the impact is known as early as possible.

Managing Artifacts by Qualitia SVN

...

Checking-out Existing Qualitia Projects to Local Machine

You can start working on the Qualitia projects which are already added to the SVN repository by other Qualitia user.

In order to do so, you need to checkout the corresponding projects to the local system.

To checkout existing Qualitia projects:

  1. From the machine where Qualitia client is installed, navigate to Qualitia project path.
    You will get this path at Setings>Project Settings..
  2. In the Explorer, right-click and select SVN Checkout from the context-menu.
    The Checkout window appears.
  3. In the URL of repository, select the path till the project folder (ProjectName_projectdb).
  4. Click OK.
    Ensure you add your SVN details under Setings>Project Settings before you start working on this projects.

You are now using Qualitia project that is integrated with SVN repository and all the changes made to Qualitia project artifacts (Tasks and Test cases) are now managed in the SVN repository.

...