Versions Compared

Key

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

...

Creating/Editing Test Cases and Tasks
To understand what Qualitia does when a test case/task is created or edited, refer to the table that shows a sequence of steps performed by a user.
The table below considers a user A working on a test case Test Case ABC containing Task A, Task B, and Task C.

Step

When User "A" ...

Then Qualitia ...

So That ...

1

Clicks on 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

...