The Skip feature has been introduced in Qualitia to provide flexibility while working with the product. The Comment feature can be useful when the user wants to add notes and document the test case development. Both Comment and Skip functionalities support multi-user scenarios.
...
The Comment feature lets you add notes or comments to a step or a task during test case development or modification, as well as while you are debugging.
Skip Feature
You can select a single step or multiple steps to perform skip or unskip on development and Task views. You can skip step(s) with right mouse click on a step and then click Skip from the context menu. You can press Ctrl + k to perform skip or unskip.
...
- Skip and Unskip is a toggle context menu. Ctrl+K is also a toggle shortcut key.
- After you select step(s) to skip, validation will start immediately. If validation result is successful, it will skip the selected step(s) successfully. Otherwise appropriate error message/action will be shown/performed.
- TestData is not shown for skipped step(s) on Development window.
Skip Functionality
You can choose to skip all steps in a Test case. In this case, since there are no steps to execute, Dry run will not be launched.
- You can use the Shift key to select multiple steps. Control key multi-select are only allowed within Task's steps.
- Breakpoint is allowed if a step is already skipped. Also, skip is allowed on a step with breakpoint.
- If you select the Task header and choose to skip, then only that Task block gets skipped. It will not skip other instances of the same task that may present in the test case or in other test cases.
- Note: Task header skip is not selected multiselect.
- Skipping some steps of a task is reflected in all the associated test cases.
- You cannot modify skipped step(s) but can move the skipped step(s) up/down. However, user can perform delete operation on it.
- You can add a step in between two skipped steps.
- You will get the options 'Skip Task Block', 'Skip', 'UnSkip Task Block' and 'UnSkip' on the context menu.
- The conditional blocks: If/Else/End If/Else If are not allowed to skip neither in single selection nor in multiselection. However, you can skip a complete task that contains conditional steps.
- Complete task skip does not allow add, delete, modify and move up/down operations.
- Multiple users are not allowed to modify same step simultaneously.
- Skip operation on a task step is similar to modify operation on a task and hence all the verifications and rules that are applicable to a normal task modification will be applicable to skip operation.
Please note: This functionality is applicable to both skip and unskip of step(s).
Comment Feature
- Using this feature, you can can add a new comment, edit an existing comment and delete comment. This feature is present on development view and task view.
...
It will ask for confirmation to delete. In the example, comment is Task step, so it will show the following message:
Note:
- 'Add Comment' and 'Edit Comment' options are toggle menu.
- Comment accepts maximum 1000 characters.
- Comment popup is resizable and movable.
- To resize, drag bottom-right corner.
- To move, click on header of comment popup.
- Delete functionality is initially disabled for any step.
...
- You can select multiple steps and select comment option. Then, the comment will get assigned to the step that is selected first.
- This feature is visible across project.
- Shortcut for Add/Edit comment is Ctrl+M. Delete has no shortcut key.
- Row copy functionality: It copies row with comment followed by row content. This functionality is not applicable for task header and condition steps.
- Comments get saved in testcase and task xml files.
- If more than one user tries to access the same comment simultaneously, SVN lock will be applied.