User Guide

From ReliSourceWiki

(Difference between revisions)
Jump to: navigation, search
(B)
(A)
Line 1: Line 1:
= Workspace =
= Workspace =
-
==A ==
+
== Workspace Creation ==
 +
 
= Test Generator =
= Test Generator =

Revision as of 04:42, 13 September 2011

Contents

Workspace

Workspace Creation

Test Generator

Test Executor

Test Library

Overview

Library section is integrated with the perforce server and it shows the current perforce status of files like suites and cases. For "Offline Mode" the library section is disabled because it needs perforce server connection to generate the file list. There are basically two treeview in library section - workspace treeview and perforce depot treeview.


Workspace Treeview

Users set their local workspace at times of selecting their role as "Test Generator" or "Test Executor". The workspace treeview tab binds the default workspace file structure in treeview. At times of binding, it connects with the perforce server and retrieves the current file status of every file. Workspace treeview shows different file icons to represent different file status. The legend of file types are described in section 5.1. Depending of file status there are 5 types of files :

  • Local file: These files are saved in local workspace but not saved in the perforce server depot.
  • Up to date file: This files are saved both in local workspace and perforce server depot. And both files are up to date and same.
  • Added file: These files are saved in local workspace and also added to the perforce change list to add in the perforce server depot.
  • Deleted file: This files are saved both in local workspace and perforce depot. And it is added to the perforce change list to delete from the perforce depot at next submission.
  • Edited file: This files are saved both in local workspace and perforce depot. But it is edited in the local workspace but the change is not submitted to the perforce depot yet.


Users get different types of context menu when they right click on any file in treeview. Context menu differs on file status :

  • Local file
    • Mark for add. (Added the file in perforce change list to add to the perforce server depot)
    • Delete. (Delete the local file form workspace)
    • Refresh.
  • Up to date file
    • Get Latest Revision. (Get the latest file status and revision from perforce server depot)
    • Mark for delete. (Added the perforce change list to delete from the perforce server depot)
    • Refresh.
  • Added file
    • Submit. (Submit the current change list to perforce server depot)
    • Revert. (Revert the file addition from the perforce change list)
    • Refresh.
  • Edited file
    • Get Latest Revision. (Get the latest file status and revision from perforce server depot)
    • Submit. (Submit the current change list to perforce server depot)
    • Revert. (Revert the file edition from the perforce change list)
    • Refresh.


Depot Treeview

Depot treeview show the current perforce server depot file structure and status. User can update or refresh the files by right clicking the files in the treeview.


Legend of file types

  • AddedFile.png  Added file image icon.
  • DeletedfFile.png  Deleted file image icon.
  • EditedFile.png  Edited file image icon.
  • LocalFile.png  Local file image icon.
  • SameFile.png  Up to date file image icon.
Personal tools