BASIC USER TRAINING PROGRAM Module 5: Test Case Development

Size: px
Start display at page:

Download "BASIC USER TRAINING PROGRAM Module 5: Test Case Development"

Transcription

1 BASIC USER TRAINING PROGRAM Module 5: Test Case Development

2 Objective Student will have an understanding of how to create, edit and execute a Test Case from Develop a Test Case Activity Page. Student will learn the various properties and components of the test case. Outline Test case from Add Steps by capturing Editing test case and manipulating Steps Executing Test Case and Response View Review Test Reports Lab Quiz Questions TEST CASE FROM ADD STEPS BY CAPTURING 1. Go to Manage Workspace and create a folder under my_project/test_cases. Name it Module 5--Test Case Development Click Finish. 2. Let s create another folder called saved_test_reports under my_project for reporting purposes.

3 3. Click Finish 4. To create a test case, go back to the Home page and click Develop a Test Case. The Develop Test Case wizard starts. You first specify whether to work on an existing test case or to create a new one. To work on an existing test case, you will navigate to the document and click OK. 5. For this module, let s select Create a new test case. The dialog box will change based on your selection. Specify the following settings -

4 1. Save in - Navigate to the project and folder to create the test case in. Create a test case in the default project named my_project > default folder named test_cases > in the folder named Module 5 Test Case Development. 2. File name - Type a name for the file name. For the name of the test case, enter module5_testcase. 3. Owner It is optional. Type the unique identifier of the person responsible for developing and/or maintaining the test case (typically, the name, login name, or address) Default is current username. Let s type Fanfare Training 4. Headline- Type Module 5 Test Case. This is optional and generally a one line description that documents the usage and function of the test case. 5. Description Type This test case is developed in Module 5 This is optional and to type additional text that describes the test case to make its usage clear to coworkers. Note: This is an excellent place to paste a copy of the test plan. 6. Associate a topology with the test case - Specify a topology to use for the sessions in the test case. When you specify a topology, test documentation includes the topology. When a topology is used for execution, an informational execution message will appear immediately after the execution start

5 message to help you keep track of which topology was used. The message identifies the fully qualified URI of the topology that is being used. In addition, the URI appears in the header section of the test report. Let us specify ff_device_topology to use the Router Telnet Session and Linux SSH Session that were created in the previous modules and added into the devices. 7. Click OK. The Develop a test case activity page opens. Notice that the names of the Test Case and the Topology used for the test case appears on the top left side of the Develop a Test Case activity page. Test case and topology tabs will appear at the top of the open area. If the tabs get closed, you can double click the filename to open the file in the appropriate editor Click Change the topology to associate a different topology. The Develop a Test Case page provides quick access to the following operations:

6 1. Adding steps by capturing (start sessions with devices and save the captured steps into the test case) 2. Execute the test case 3. Add analysis rules that validate a value in a response or store it into a variable 4. View test reports for the current test case Adding steps by capturing In this module, we will use the Capture view to create and add steps to our test case. In order to build our test case lets first prototype the test manually. We will use the following test as our example: Open a connection to Router Open a connection to Linux box Check to see who is logged in on the Linux box Check the following on the Router o version and flash on Router o Check the arp table o Display the IP Interface table o Show the status of vlan1 o Display the ICMP received echo counter on the Router Use the Linux box to send 5 pings to the router Recheck the ICMP received echo counter on the router to ensure the count has increased appropriately Close the connection to the Router Close the connection to the Linux box We have associated the Test Case to ff_device_topology to use the router telnet session and Linux ssh session that were created in the previous modules and added into the devices. 1. On the Develop a test case activity page, click Add steps by capturing. The Add steps to Test Case page opens. 2. The current test case module5_testcase is identified at the top of the page. You will notice that the topology ff_device_topology file is associated with the test case is also identified on the left. Two new views open on the left side of the Start a Session page Sessions view - Captured sessions will be listed in the Sessions table Steps view - Captured steps are listed in the Steps table. Follow these steps to prototype your test: 1. Notice that the module5_testcase has already been opened in the Test Case editor. 2. Go to the General tab of the open test case and confirm that the ff_device_topology topology has been associated with the test case.

7 3 Start a session with a device: Click Start a Session. The Start a Session dialog box displays all devices defined in the topology that you associated with the test case. Navigate the tree to select the linux_ssh session and then click Start. 4. Using the session profile settings that are defined for the device, itest launches a session on the device and you will notice the captured sessions are listed in the Sessions table. Captured steps are listed in the Steps table.

8 5. To insert the comments while capturing the commands, select a step and click to add a Comment step after the selected step. The comment step is added to the test case along with the captured steps. a. Select the step and click the Add Comment button b. In the Add Comment dialog box, type the comment and click OK

9 4. Execute the whoami command 5. You can open as many sessions on as many devices as you like. Let s click Start a Session in the Sessions window The Start a Session dialog box displays all devices defined in the topology that you associated with the test case. Navigate to select the cisco_telnet session and then click Start. 3. Using the session profile settings that are defined for the device, itest launches a session on the device. Log in to router and enter fanfare at the Password prompt. Notice that the captured steps are listed in the Steps table and captured sessions appear in the Sessions table.

10 4. Execute the following commands as listed below on the Router session and add the comments before sending each command (refer to the below screen shot)- a. show version b. show flash c. show arp d. show ip int brief e. show ip int Vlan1 f. show ip traffic On the show ip traffic command, if you see the More prompt, you can use the spacebar to page through to the completion of the response. 5. In the Linux_box session, execute the following command: ping c 5 ffcisco1.fnfr.com 6. In the Router session, execute the following commands:

11 a. show ip traffic b. exit The capture history will look like this after you insert the comments before the commands: Note: For maintainability and good communications, it is important that you use comments in your Test Case. You can add comment steps manually in the test case or you can capture the comments while capturing the commands. itest captures any commands that you perform whenever the capture indicator displays Capturing To pause the capturing, click Pause the capture indicator changes to While capture is paused, any comments that you submit in any session are not captured. To restart capture, click Capture button again and itest resumes adding steps to the Steps list. Click the Clear Steps button to clear all captured steps from the list, close all open sessions, and cancel the capture activity.

12 Create the test case from captured steps and comments When you are ready to add the captured steps from the Steps list into the test case, click Add Steps icon To not add a particular step or session into the test case, right-click the step and select Exclude Item. Excluded steps are not added to the test case. By default, excluded steps are not displayed in the list. To display excluded steps (shaded to indicate that they will not be added to the test case), right-click in the table and select Show Excluded Items. For new test cases, steps are added to the end of the test case. For existing test cases, the Insert Steps wizard prompts you to specify the location in the test case to add the steps.

13 Follow these steps to add captured steps into the Test Case- 1. Click Add Steps icon 2. When you click Finish, the steps are added to the test case. You have now successfully created your Test Case. You should see the following for your Test Case: Once again, to optimize the interface we will do two things. First, we auto-resize the steps grid in the Test Case editor:

14 1. Click the word procedure in the Action column. This is a read-only field so you should not notice anything change in the interface; we are simply ensuring that the interface is currently focused on the grid portion of the screen. 2. Press the F8 key (a shortcut key that resizes the test case grid. Next, you will notice the section labeled Procedure Properties. To minimize this section, click the words Procedure Properties. Note:It is critical to understand how the itest interface works so you can keep things simple and optimized for the task you are currently conducting. There is no need to keep all the views open when you are only using one or two of them for any given task. EDITING TEST CASE AND MANIPULATING STEPS Editing steps There are several ways to edit a step. First you must understand what you have selected when you click a step. Some fields are read-only while others are editable. If you click anywhere to the left of the step icon or on the step ID number you will see this part of the line is read-only. This is where you click when you want to select the entire step (for copy, cut, paste, etc.). If you click the action, session or description fields you will notice a cursor is displayed. You are now in edit mode on the specific cell. If you use copy at this point you are copying only the contents of the cell and not the entire step. For a menu of step editing options, right-click a step, use the Test Case menu, or use the toolbar. The tools help you to quickly insert new steps, move steps (up, down or indent), delete steps, add rules (discussed later), skip steps, apply a breakpoint, and so on. Shortcut keys are associated with these actions; for example Ctrl+Enter inserts a new test case step.

15 Editing Step properties Each step in the test case has associated properties. Some property pages are common to all steps and some are added based on the session type for the selected step. If a step is selected you will notice the header text below the steps is labeled Step Properties (the header label/property section) is context sensitive to what you have selected in the test case grid. Click the header to expand or collapse the Step Properties section. If you select the show version step and expand the Step Properties section, you should see the following: Session-specific properties appear as the last item in the tree. In the example, the properties in the Telnet command Properties are identical to the properties in the session profile. If you set any of these values here you override the setting in the session profile. The session-specific properties for the step are inherited from the associated topology, testbed, or session profile and can be overridden in this section. For now we will focus on the General properties associated with a step.

16 The Session, Action, and Command properties are all currently displayed in the steps grid. Notice that you can skip the step, launch named threads, mask the command field and enable/disable substitution for the step. The Context and Target properties are specifically associated with GUI session types (Web, Swing, and Flex for example). You can use the Details button to add multi-line entries into the Command field. Wrapping associated steps under a comment step To organize steps and make the test case more readable, you can group associated steps under a comment step (the steps execute normally; they are merely indented under the comment step to improve readability). As a result, you can collapse or expand a group of steps under the parent comment step using and. When you collapse all steps, the test case reads like pseudo code so that a coworker can easily understand the operation of the test case. Let s indent the command steps under the comments added during the capture. 1. Click the step to highlight it 2. Click Increase Indent icon on the Test Case editor menu bar 3. Collapse the steps under the parent comment step using The Test Case would like this

17 You can also wrap the certain steps into the comment step using right click menu; Select group of steps, rightclick, and then select Wrap in Comment. After grouping the steps, type appropriate text for the comment into the Description cell.

18 Using comments to message out to the Execution view For a comment step, the system interprets the text in the Description field as a comment to the user. You have the option to specify that, at runtime, all comments in the test case should appear as execution messages in the Execution view and in the test report, but no other action is performed by the step. Go to the Test Case editor General page and select Generate an execution issue for every comment step executed. Note: Comments can also include field replacements. This is an easy way to send data to the Execution view. Comment steps are a great way to outline or pseudo-code a test case before adding actual commands. To add comments quickly, select a comment step and then press Ctrl-Enter. Once your outline is complete, you can go back and insert commands.

19 Skipping Steps While developing and troubleshooting a test case, it is often helpful to skip execution for particular steps (like steps that you know work or do not work or that take a long time to complete). Skipped steps are not executed and do not appear in reports. itest ignores breakpoints on skipped steps the steps are skipped without pausing execution. We will talk more about the break points in the advance modules. Note: Add a comment step and indent any number of related steps under the comment. You can then skip all of the steps by skipping only the comment step. In addition, you can collapse (fold) the comment step to temporarily hide the related steps. To skip and unskip steps 1 In the Test Case editor, select the steps (use Ctrl+click or Shift+click for multi-select). 2 Click Skip 3. Click the button again to unskip the step. In the steps grid, skipped steps are dimmed (grayed-out). In the example, steps 5 and 6 are skipped. EXECUTING TEST CASE AND RESPONSE VIEW Executing the test case 1 1. After opening or creating the test case, on the Develop a test case activity page, click Execute test case.

20 2. The Execute Test Case activity page opens. The current test case module5_testcase is identified at the top 2of the page and a topology ff_device_topology file associated with the test case, is also identified. 3To start execution, click. Use the following tools to control execution. You will notice that two sessions are executing the commands from our Test Case

21 When execution finishes, you will notice that both the sessions get closed. If you want to keep the sessions open after the execution completes, then uncheck the following setting under Windows>Preference>iTest>Execution

22 During execution, the Message view displays the severity and execution message that is generated for each execution issue. Icons represent the severity of the execution issues: Information, Warning, OK, and Error. Execution messages appears in the Message cell and describe execution events like test case pass/fail, results of analysis rules, execution pause/resume, and so on. Some execution messages are built-in (identifying the topology used for execution or generated by events for example, Execution started); others are defined by the test case developer (generated by analysis rule actions we will cover the analysis rules in the next module). Execution messages also appear in the Execution view and Step Issues view. As you notice the execution message tells us that Execution has started Which testbed used in execution The comments appear in the messages as we had checked the box Generate an execution issue for every comment step executed on Test Case editor General page. There is a warning saying that pass/fail criteria has not been set. The reason is because we have not set the analysis rules yet Click the message in the Message View, the execution window will open. For each execution issue, the Execution View and the Test Report view displays the following information

23 The time remaining bar displays the best estimate of the time remaining until the test finishes. The estimate is based on previous execution times and takes into account the optional execution speed setting. By default, tests run at the fastest possible speed. By default, the speed control does not appear in the Execution view. To display the control, set the preference setting as described in the itest > Execution section of the Preferences page. On the Preferences page, click itest > Views > Execution View. Check the box to display the speed control in the Execution view.

24 Default: unchecked You can change the execution speed setting during execution to any one of the following settings or any setting in between. Fast: Submit commands as quickly as the computer can send them while allowing each step run to completion before starting the next step. Asynchronous (concurrent) steps, in contrast, are executed at original speed. Original: Execute no faster than the original capture. Execution may be slightly slower because each step will start no sooner than the original delay from the previous step end, but may be later because it will wait for the previous step to complete before starting. Slow: Use this setting to give you a chance to observe behavior that you might miss at a higher speed. The Response view The Response view is one of the most useful views for developing test cases. As you select any step, the response returned during the most recent execution of the test (if any) is displayed in the Response view. Due to screen space you will generally not want to have the properties section expanded and the Response view docked. For now, collapse the Properties section of the Steps page and dock the Response view (which should be part of the view group that is minimized on the bottom of the interface).

25 Restore the view group and ensure that the Response view is selected. Select the show version step from the test case Open the Response view to see the response from the commands, For example, click the show version command and you can see the response in the response window.

26 The command response may not be populated. If this step has never been executed as part of a test case or was not associated with a step that was captured on this system the response may not currently be known. The Response view is populated by a response that is derived from either the last test report for this test case (if there is one) or the capture database (if this step was brought in from the capture history). This will most likely occur when you add steps manually to the test case. To populate the response if it is blank or to update it, just execute the test case. If executing the entire test case is too much, you can leverage the skip step functionality to only execute the minimum number of steps to harvest the response. REVIEW TEST REPORTS By default, itest saves test reports to a database within your workspace. itest users that use other workspaces might find it cumbersome to access test reports in your workspace. To make it easier for everyone on your team to share report data, you can configure itest to save test reports to an external centralized database that is accessible to all itest and itestrt users rather than to the default standalone database within your workspace. Note: To use an external database, your system administrator must first set up a database server. For instructions, see the chapter on Setting up an external database for storing itest Test Reports in the itest Installation Guide. Configure itest to save reports to the external database For this module, you can install a local database and configure itest to save reports to the external database Follow these instructions after you have configured a local database server for use with itest Install itest on a client computer Start itest and click Window > Preferences On the Preferences page, in the itest group, navigate to General > Test Reports > Test Report Database. 4. Select Use an external database to store test reports and then specify the following settings (the 4 information should be available from your system administrator).

27 5. You can configure the connection in one of the following ways: For any database type other than Other : Specify the Database type, hostname or IP address and IP port of the database server, the database/catalog name or SID and, if required, the User ID / Password credentials. or For a database type of Other: Specify the Java class for the custom JDBC driver, JDBC connection string, and, if required, the User ID / Password credentials. 6. In any case, you must specify the User ID / Password credentials for the account Here is how the settings from a working system: 7. Click Test Connection to check the connectivity with the database server. You should be able to get the message as below - Use the Review test reports page to fetch test reports from the database for review. The view varies slightly to support the internal (default) or an external test report database: Click Develop Test Case to go back to the Develop Test Case activity page.

28 Click Review test reports Wherein the example, the database server is installed on the local machine.

29 Search the database Use these settings to perform a database search that populates the list of reports (that is, reports that meet the search criteria are listed). Host - External database only. The search returns reports from the specified DBMS host. Result - The search returns reports with the specified execution result: Pass, Fail, Abort, Indeterminate, or All (all of the result types). Show only latest - If there is more than one test report for a test case that matches the other criteria, then fetch only the most recent test report. Fine-tune the database search criteria Click the More search options arrow to access additional search settings. If you populate any of the following options, then the view is populated with the reports that meet both sets of search criteria. Specify any or all of the following optional search criteria.

30 Group - External database only. Optional. The search returns reports from the specified workspace Subgroup - External database only. Optional. The search returns reports from the specified project Time period - Specify the time period during which the test case was executed. Default: Last week. Apply a filter to the reports listed on the Test Reports view Once the database search fetches the reports that meet the search criteria, you can further limit the reports that appear in the view by typing part or all of the text in any of the reported values, for example, the Subgroup name, the into the text box. Only reports for test cases that pass the filter now appear in the list. To reset so that no filter is applied, delete the text. Right-click the Test Reports view to see more options.. The warning icon on each report gives us the indication that analysis rule has not been set.

31 Test Report editor Double-click a report to view it in the Test Report editor. By default, the Test Report editor displays the report as soon as execution ends. For older test reports, double-click the report in the Test Reports view to open the report in the Test Report editor. In the report, the steps are organized into a hierarchy matching the procedures and steps that were executed. To make it easier for you to troubleshoot execution, the report looks very much like the Test case editor: a grid of steps and analysis rules with events occurring during execution nested under step row. n n 1. While working on a test case in the Test Case editor, the fastest way to view a recent test report is to click in the toolbar. Click to open the most recent report in the Test Report editor. 2. The Test Report editor displays only executed steps, skipped steps are not included. 3. You can click and to open and close procedures, QuickCalls, analysis rules, and nested step constructs in the report. 4. You can specify a preference for how long to store test reports in itest s built-in database (that is, when to start discarding old reports). To make it easy to distinguish between a test report and its associated test case, the background color for test nreports is blue by default. You can configure a different background color under preferences Summary information on the executed test case This section (collapsible by clicking the arrow ) displays the URI of the test case, the URI of the topology or local or global testbed used for execution, time and duration of execution, counts of execution issues, final test result, and a Report ID that uniquely identifies the report. Toolbar: Read more about the tools on the toolbar and the various columns of the test report in the online help

32 You can save the test report as an HTML, XML, or text file. This is useful for sharing with someone who does not use itest. Sharing test reports with others To ensure high performance, itest does not, by default, automatically save test reports as files. So, to share a test report, you must first export it as a file. There are two options: 1. Export or auto-export the report as an HTML, XML, or text file. This is useful for sharing with someone who does not use itest. Manually saving a test report as an HTML, XML, or text file. You can save a test report from either of the following starting points: a. While viewing a test report in the Test Report editor, click the Save Test Report As button. b. Let s save it as module5_testcase_year-month-date_time.html. It will save it under the folder that we created earlier under - /my_project/saved_test_reports

33 Or you can set a preference to auto-export a test report whenever a test case executes. On the Preferences page, navigate to itest > General > Test Reports > Auto Export Test Reports 2. Export the report as a compressed itest Test Report file (fftz format) When you export a report as a compressed file, other itest users can open it in the Test Report editor. You can the resulting file to a coworker or tell the coworker the path of the file (typically, in a shared workspace under revision control). The coworker then uses itest to import the file into their workspace. The person importing the compressed file will follow the instructions in importing itest test reports that are in compressed file format (fftz). Follow these steps to export a report in fftz format - 1 Select the report to export and start the Export wizard. Use any of the following methods: In the Test Reports view, select the report. On the main menu, click File > Export. While working on a test report in the Test Report editor, click File > Export on the main menu. For a report saved in any of the other formats (HTML, XML, or text): In the itest Explorer, right-click the report and select Export. Lets select itest > Test Reports as Compressed File. Click Next.

34 2. Specify the location in your workspace to export the file to. Click OK. 3. On the next page, click Finish. When you export a report as a compressed file, you can share it with other itest users for opening in the Test Report editor. To share a report with persons who do not have access to itest, save a test report as an HTML, XML, or text file. To import an.fftz file into itest Copy the fftz file on file system and follow the steps. 1. Go to file and click Import. Import window will pop up. 2. Select option Test Report and click Next.

35 3. Click the Browse option. 4. Select the fftz file that you copied on file system and then click OK. 5. Click Finish. 6. Finally you will see result in Test Reports View with time stamp. Find in Test Report Did you ever want to find something you were looking for in an itest test report but because the test report is so long, it is difficult to find? Suppose, for example, that you d like to find a certain step during execution where one of your devices produced a certain message? Press Ctrl+F in the Test Report editor (or select Find/Replace from the main Edit menu). The Find in Test

36 Report dialog lets you specify the text you are looking for. You can even narrow your search into certain fields and can provide patterns to match. Use the toolbar buttons to jump to the next (or previous) step that has an issue. For long test reports, this can be a very quick way to navigate through steps of interest.

37 Lab Add more steps to the existing test Create a new test case with different commands

BASIC USER TRAINING PROGRAM Module 4: Topology

BASIC USER TRAINING PROGRAM Module 4: Topology BASIC USER TRAINING PROGRAM Module 4: Topology Objective Students will learn to work in the Topology editor to create devices, specify links between devices, create and set properties. In addition, students

More information

Working with Actions Stratum.Viewer 6

Working with Actions Stratum.Viewer 6 Working with Actions Stratum.Viewer 6 Getting Started Access to Actions Accessing Actions Functionality Introduction to Actions Quick Start Set up an Action Tasks Add an Email Action Add a File Share Action

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Using the Prime Performance Manager Web Interface

Using the Prime Performance Manager Web Interface 3 CHAPTER Using the Prime Performance Manager Web Interface The following topics provide information about using the Cisco Prime Performance Manager web interface: Accessing the Prime Performance Manager

More information

Load testing with WAPT: Quick Start Guide

Load testing with WAPT: Quick Start Guide Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

ChemSense Studio Client Version 3.0.7

ChemSense Studio Client Version 3.0.7 Quick Start Guide: ChemSense Studio Client Version 3.0.7 January 5, 2005 Comments/Questions/Bug Report? E-mail: chemsense-contact@ctl.sri.com Background The ChemSense Studio Client software supports the

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server Chapter 3 SQL Server Management Studio In This Chapter c Introduction to SQL Server Management Studio c Using SQL Server Management Studio with the Database Engine c Authoring Activities Using SQL Server

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Every project requires communication and collaboration and usually a lot of

Every project requires communication and collaboration and usually a lot of Collaborating on Projects with SharePoint CHAPTER 25 Every project requires communication and collaboration and usually a lot of both. With small project teams, you and your team members may interact in

More information

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version.

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version. NetBeans Tutorial For Introduction to Java Programming By Y. Daniel Liang This tutorial applies to NetBeans 6, 7, or a higher version. This supplement covers the following topics: Getting Started with

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

Quark XML Author for FileNet 2.5 with BusDocs Guide

Quark XML Author for FileNet 2.5 with BusDocs Guide Quark XML Author for FileNet 2.5 with BusDocs Guide CONTENTS Contents Getting started...6 About Quark XML Author...6 System setup and preferences...8 Logging in to the repository...8 Specifying the location

More information

SeeSnake HQ User Guide

SeeSnake HQ User Guide SeeSnake HQ User Guide SeeSnake HQ Version 1.53.85.1426 23 May 2010 About SeeSnake HQ 3 Digital Technology 3 Installation and Updates 5 Windows XP 5 Windows Vista 5 Windows 7 5 The Home Window 6 Home Toolbar

More information

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY VERSION 2015.1 JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY TEST STUDIO QUICK-START GUIDE CONTENTS Create your First Test.2 Standalone Web

More information

Module 3: Working with C/C++

Module 3: Working with C/C++ Module 3: Working with C/C++ Objective Learn basic Eclipse concepts: Perspectives, Views, Learn how to use Eclipse to manage a remote project Learn how to use Eclipse to develop C programs Learn how to

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

ACL Compliance Director Tutorial

ACL Compliance Director Tutorial Abstract Copyright 2008 Cyber Operations, Inc. This is a tutorial on ACL Compliance Director intended to guide new users through the core features of the system. Table of Contents Introduction... 1 Login

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Quark XML Author October 2017 Update for Platform with Business Documents

Quark XML Author October 2017 Update for Platform with Business Documents Quark XML Author 05 - October 07 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository...3 Creating a new document from

More information

9.4 Authentication Server

9.4 Authentication Server 9 Useful Utilities 9.4 Authentication Server The Authentication Server is a password and account management system for multiple GV-VMS. Through the Authentication Server, the administrator can create the

More information

The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity

The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity User Manual Ecliptic Technologies, Inc. Copyright 2011 Page 1 of 99 What is The Connector? The Connector is a Microsoft Project

More information

MALAYSIAN BUSINESS REPORTING SYSTEM (MBRS)

MALAYSIAN BUSINESS REPORTING SYSTEM (MBRS) MALAYSIAN BUSINESS REPORTING SYSTEM (MBRS) USER MANUAL MBRS PREPARATION TOOL (mtool) ANNUAL RETURN Table of Contents 1 Introduction to the MBRS Preparation Tool (mtool)... 3 1.1 Type of submission... 3

More information

Ecert Onsite: User Guide for Inspectors

Ecert Onsite: User Guide for Inspectors Introduction to Ecert Onsite 2 Description and Overview 2 Ecert Onsite Basics 2 How to Access Orders from MyCCOF 4 Check Out Orders 4 Check In Orders 6 Deleting Orders from Ecert Onsite 6 Open and Edit

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing Objective Student will be able to install itest and connect to an appropriate license source Outline Installation Windows Linux Setting

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities.

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities. Introduction to 9.0 Introduction to 9.0 Getting Started Guide Powering collaborative online communities. TABLE OF CONTENTS About FirstClass...3 Connecting to your FirstClass server...3 FirstClass window

More information

SOAPware, Inc. Installation Guides

SOAPware, Inc. Installation Guides Installation Guides Installation Guides 1 Installation Guides 1.1 1.2 1.3 1.4 1.5 1.6 Installation Guide: DataServer, SOAPware & DataManager 4 Installing the SOAPware DataServer 5 Installing SOAPware 12

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

TeamViewer Manual Manager

TeamViewer Manual Manager TeamViewer Manual Manager Rev 12/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen teamviewer.com Overview Table of Contents 1 Overview... 4 1.1 About TeamViewer Manager... 4 1.2 About this manual...

More information

WebSphere Application Server V7: Administration Consoles and Commands

WebSphere Application Server V7: Administration Consoles and Commands Chapter 5 of WebSphere Application Server V7 Administration and Configuration Guide, SG24-7615 WebSphere Application Server V7: Administration Consoles and Commands WebSphere application server properties

More information

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

MockupScreens - User Guide

MockupScreens - User Guide MockupScreens - User Guide Contents 1. Overview...4 2. Getting Started...5 Installing the software... 5 Registering... 9 3. Understanding the Interface...11 Menu Bar... 11 Tool bar... 14 Elements... 14

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents The Specification Manager 3 Specification Manager - Overview

More information

Introduction to the SAM Student Guide 4. How to Use SAM 5. Logging in the First Time as a Pre-registered Student 5 Profile Information 7

Introduction to the SAM Student Guide 4. How to Use SAM 5. Logging in the First Time as a Pre-registered Student 5 Profile Information 7 Contents Introduction to the SAM Student Guide 4 How to Use SAM 5 Logging in the First Time as a Pre-registered Student 5 Profile Information 7 Logging into SAM as a New User 9 Forgot Password 14 Grace

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Quark XML Author for FileNet 2.8 with BusDocs Guide

Quark XML Author for FileNet 2.8 with BusDocs Guide Quark XML Author for FileNet.8 with BusDocs Guide Contents Getting started... About Quark XML Author... System setup and preferences... Logging on to the repository... Specifying the location of checked-out

More information

Getting Started. In this chapter, you will learn: 2.1 Introduction

Getting Started. In this chapter, you will learn: 2.1 Introduction DB2Express.book Page 9 Thursday, August 26, 2004 3:59 PM CHAPTER 2 Getting Started In this chapter, you will learn: How to install DB2 Express server and client How to create the DB2 SAMPLE database How

More information

Appendix J: Using Shortcut Keys and Shortcut Menus

Appendix J: Using Shortcut Keys and Shortcut Menus Appendix J: Using Shortcut Keys and Shortcut Menus Introduction This appendix covers shortcuts to many of the menu options, dialog boxes, and commands used in PC-DMIS. Using shortcuts will speed up your

More information

SAP Disclosure Management Document Version: 10.0 SP SAP Taxonomy Designer

SAP Disclosure Management Document Version: 10.0 SP SAP Taxonomy Designer SAP Disclosure Management Document Version: 10.0 SP08-2014-03-13 Table of Contents 1 What is the Taxonomy Designer?.... 4 1.1 Taxonomy Designer Features....4 2 Using the Taxonomy Designer Interface...5

More information

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics Power & Water Customer Collaboration Documentum: Navigation and Working With Files Basics Module Objectives:. Basic Navigation. Use Import to Save Files in Project Folders 3. Use Export to Save Files to

More information

In the fourth unit you will learn how to upload and add images and PDF files.

In the fourth unit you will learn how to upload and add images and PDF files. Introduction Here at SUNY New Paltz, we use the Terminal Four (T4) web content management system (CMS). This puts the power of editing content on our college s webpage in the hands of our authorized users.

More information

USER MANUAL. Infoshare Web Conferencing

USER MANUAL. Infoshare Web Conferencing USER MANUAL Infoshare Web Conferencing Table of Contents Contents Table of Contents... 1 What is Infoshare?... 3 Infoshare Control Panel and Key Functions... 3 1. Launching Infoshare... 4 2. Meeting Types...

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

ZENworks 2017 Update 2 Endpoint Security Utilities Reference. February 2018

ZENworks 2017 Update 2 Endpoint Security Utilities Reference. February 2018 ZENworks 2017 Update 2 Endpoint Security Utilities Reference February 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Marthon User Guide. Page 1 Copyright The Marathon developers. All rights reserved.

Marthon User Guide. Page 1 Copyright The Marathon developers. All rights reserved. 1. Overview Marathon is a general purpose tool for both running and authoring acceptance tests geared at the applications developed using Java and Swing. Included with marathon is a rich suite of components

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Quick Reference Guide

Quick Reference Guide Quick Reference Guide Quick Reference Guide Online Courier: Direct Download Direct Download is a Java -based program that serves as a secure access channel through which information is exchanged between

More information

A Guide to Quark Author Web Edition October 2017 Update

A Guide to Quark Author Web Edition October 2017 Update A Guide to Quark Author Web Edition 2015 - October 2017 Update Contents Getting Started...1 Smart Documents...1 Introduction to the Quark Author Web Edition User Guide...1 Quark Author Web Edition configuration...1

More information

EMCO Ping Monitor Enterprise 6. Copyright EMCO. All rights reserved.

EMCO Ping Monitor Enterprise 6. Copyright EMCO. All rights reserved. Copyright 2001-2017 EMCO. All rights reserved. Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction 4 Chapter... 2: Getting Started 6

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

2 The Stata user interface

2 The Stata user interface 2 The Stata user interface The windows This chapter introduces the core of Stata s interface: its main windows, its toolbar, its menus, and its dialogs. The five main windows are the Review, Results, Command,

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

QSalesData User Guide

QSalesData User Guide QSalesData User Guide Updated: 11/10/11 Installing the QSalesData Software... 2 Licensing the QSalesData Product... 3 Build QSalesData fields in ACT Step 2 of Install Checklist... 4 Adding the QB Data

More information

Chapter 2: Clients, charts of accounts, and bank accounts

Chapter 2: Clients, charts of accounts, and bank accounts Chapter 2: Clients, charts of accounts, and bank accounts Most operations in BankLink Practice are client specific. These include all work on coding transactions, reporting, and maintaining chart of accounts

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

CTC Accounts Active Directory Synchronizer User Guide

CTC Accounts Active Directory Synchronizer User Guide i Contents Overview... 3 System Requirements... 4 Additional Notes... 5 Installation and Configuration... 6 Running the Synchronizer Interactively... 7 Automatic Updates... 7 Logging In... 8 Options...

More information

Borland StarTeam Web Client Help

Borland StarTeam Web Client Help Borland StarTeam 14.2 Web Client Help Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1998-2009 Borland Software Corporation

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

More information

Navigating Your Profile

Navigating Your Profile Part 1: Profile Login Navigating Your Profile 1. Start at the Greater Kansas City Community Foundation s home page, www.growyourgiving.org. Select Nonprofit Search. 2. This is the Nonprofit Search home

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

More information

WhatsConnected v3.5 User Guide

WhatsConnected v3.5 User Guide WhatsConnected v3.5 User Guide Contents Table of Contents Welcome to WhatsConnected Finding more information and updates... 5 Installing and Configuring WhatsConnected System requirements... 6 Installation

More information

Perforce Getting Started with P4V

Perforce Getting Started with P4V Perforce 2005.2 Getting Started with P4V December 2005 This manual copyright 2005 Perforce Software. All rights reserved. Perforce software and documentation is available from http://www.perforce.com.

More information

Getting Started with Prime Network

Getting Started with Prime Network CHAPTER 1 These topics provide some basic steps for getting started with Prime Network, such as how to set up the system and the basic parts of the Prime Network Administration GUI client. Basic Steps

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

CajunRules Policy Manager User Guide. Version 2.0

CajunRules Policy Manager User Guide. Version 2.0 CajunRules Policy Manager User Guide Version 2.0 January, 2001 Copyright Avaya Inc. 2001 ALL RIGHTS RESERVED Printed in USA, January 2001 The products, specifications, and other technical information regarding

More information

Presenting a Live Meeting Session

Presenting a Live Meeting Session Presenting a Live Meeting Session LIVE MEETING CONSOLE COMPONENTS The Live Meeting console is made up of multiple components: Presentation area in the middle of the console. Control panels (panes) accessible

More information

Expedient User Manual Getting Started

Expedient User Manual Getting Started Volume 1 Expedient User Manual Getting Started Gavin Millman & Associates Pty Ltd 281 Buckley Street Essendon VIC 3040 Phone 03 9331 3944 Web www.expedientsoftware.com.au Table of Contents Logging In...

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Wimba Classroom Version 6.1 Room Administrator Guide

Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom 6.1 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

CRA OC RDC Classic User Guide

CRA OC RDC Classic User Guide CRA OC RDC Classic User Guide Version 1.0 Page 1 of 37 TABLE OF CONTENTS Accessing OC RDC Steps for Access 3 Logging On 3 Change Password 5 Change Study 5 Laptop and System Security 6 Navigating OC RDC

More information

BasicScript 2.25 User s Guide. May 29, 1996

BasicScript 2.25 User s Guide. May 29, 1996 BasicScript 2.25 User s Guide May 29, 1996 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information