TESTING WITH DIFFERENT PROFILES

Size: px
Start display at page:

Download "TESTING WITH DIFFERENT PROFILES"

Transcription

1 TESTING WITH DIFFERENT PROFILES Another simple, practical guide for getting started with Provar

2 Introduction 3 Testing with Different Profiles 3 Introduction 3 Creating the Callable Test Case 3 Creating the Calling Test Case 13 Exercise: Testing with Different Profiles 19 Appendix: Adding a Secondary (Non-Admin) Connection 21 Obtaining User Details 21 Creating a Login-As Connection 23

3 Introduction Welcome to the Testing with Different Profiles module of the Provar Quickstart Extension. This guide is intended to increase your knowledge of Provar through topics not covered in the original Quickstart Guide. This guide is currently in BETA. If you want to know about features not covered in this guide, or if you have any questions about the topics covered here, please contact us at Testing with Different Profiles Introduction In this lesson you ll be creating a Test Case and learning how to execute it from the perspective of a different user. This is a useful facility of Provar but setting it up the first time can seem complex. We will run through the process step by step. Creating the Callable Test Case Start by opening Provar Desktop and creating a new Test Case titled CallableAccount : 3

4 Leave Launch Test Builder Session ticked, and press the Finish button. Once Test Builder has launched, map the steps to create a new Account record, where the Name of the Account is Test Account. Follow the steps below to complete this. Start by clicking on the Account tab. Once you are on the tab, right-click on the New button and select Add to Test Case : Once the draft Test Step appears, click the Add & Do button: 4

5 On the new Account screen, right-click on the Account Name screen and select Add to Test Case : 5

6 Once the draft Test Step appears, enter Test Account in the Value field and then click the Add & Do button: Finally, map a click of the Save button so that the new Account record is created. Now you will delete the new Account record and handle the confirmation alert. On the newly created Account, right-click on the Delete button and select Add to Test Case : 6

7 Then click Add & Do in the draft Test Step: 7

8 The following alert will appear in the browser: At this point leave the Test Builder session running but navigate back into Provar Desktop. Go to the Test APIs Palette and locate the UI Handle Alert, then click and drag it into the Test Case: 8

9 If the new Test Step is not indented to the same level as Click the Delete button, click and drag the Test Step up so that it is indented as follows: In the Expected Message parameter of the Test Step, type out the message body of the alert: 9

10 Check that the Response is set to OK, not Cancel, to indicate that the OK button should be clicked on the alert. Then save the Test Case and navigate back to Test Builder. Click Step Forwards ( Builder to execute the new step. ) on the Test Once the step has been executed, the Account will be deleted and you will be navigated back to the Account home screen: This completes the steps needed for this Test Case. Click Stop ( ) to close this Test Builder session and navigate back to Provar Desktop. Make the Test Case callable by setting the Callable parameter on the topmost Test Step: 10

11 Finally, set the Test Case so that it can receive different Connection details when it is called. To do this, click the Add Parameter ( ) icon on Test Case Parameters: 11

12 In the dialog box that opens, click the Expand icon ( ) against the Salesforce Connect Test Step. Locate the Override Connection parameter and click on it: This will automatically populate Name, Title, Summary and Default Value. 12

13 Then click OK. On the Salesforce Connect Test Step, check that the variable {ReuseConnectionName} has been created in the Override Connection parameter. In the same section, set the If already open parameter to Re-use the Connection : This means that, if the Test Case is run independently, it will use its default Admin Connection (as defined above, in the Connection parameter of the Salesforce Connect Test Step). However, if it is called by another Test Case which passes an Override Connection value to it, it will accept and re-use the Connection that is passed. Finally, save the Test Case. Creating the Calling Test Case Finally, you will create a new Test Case using a different Connection that represents a different (nonadmin) user group, e.g. a Sales user. If you were provided with a Provar test project file to use alongside this document, a non-admin Connection, SalesUser, has probably already been set up for you. You can check whether this exists by referring to the Connections tab in the Test Settings view. 13

14 If you do not have a non-admin Connection already set up, you should create one before proceeding. Refer to the Appendix for more information on setting up a non-admin Connection. Once you have a non-admin Connection set up, you can return to this point and continue creating the new Test Case. In this new Test Case, we will connect to Salesforce as SalesUser, call the CallableAccount Test Case you built earlier, and execute it from the perspective of the SalesUser. Start by creating a new Test Case called CallAccount (Sales). This time, set Connection Name to your new non-admin Connection (e.g. SalesUser ), and untick Launch Test Builder Session : 14

15 Then click the Finish button. Once the Test Case is created, find the CallableAccount Test Case in the Navigator and drag it into the new Test Case to create a new Test Step: 15

16 Then in the Override Connection parameter of the Call Test Step, select the non-admin Connection (e.g. SalesUser ): If you do not get this option in a picklist, make sure the Editor is set to Connection Editor and then try again: 16

17 Once SalesUser is selected, save the new Test Case and run it in Debug mode. To check that the callable Test Case is being executed as Sales User, click on the Salesforce Connect Test Step of the callable Test Case and check the Encoding Username : Alternatively, go to the Variables view for the same Test Step and check Variables (after) > Admin: Another option is to check the browser as the Test Case is executing and look for the Logged in as banner in the top-right corner: 17

18 Congratulations! You have completed Testing with Different Profiles. 18

19 Exercise: Testing with Different Profiles Now that you have completed this lesson, practice your skills with the following exercise. In this exercise you will create a Test Case which connects to Salesforce using a non-admin Connection (e.g. SalesUser ). This Test Case will call two other Test Cases which create an Account and a related Contact record respectively. After the Account is created, the Account Owner hyperlink will be clicked and a printscreen taken of the Account Owner s Chatter profile: Please ensure the following: The CreateAccount and CreateContact Test Cases can re-use any Connection which is passed to them when called. The CreateContact Test Case creates the Contact via the related list on the Account record: All three Test Cases are stored in a new folder within /tests called ProfileExercise. Here are some hints to help you complete this exercise: Create your CreateAccount Test Case by copying the ManageAccount Test Case and modifying its steps. Use the Click Interaction to click the Account Owner hyperlink and take a printscreen of the Account Owner s Chatter profile. After creating the Account, make sure you add add an Output Parameter to capture the Account ID, and consider the scope required for the parameter (defaults to Test Case ): To make sure the Contact is linked to the correct Account, you will need to parameterize the field which defines the Account ID, so that this value can be passed from the calling Test Case. 19

20 If you are not sure how to get started, use the screenshot below to get an idea of how this Test Case could be structured: These tasks are covered in depth in the Data Driven Testing lesson, so refer back to this lesson if you are unsure of what steps to take. After you have completed the Test Case, watch the exercise solution video to check your work: vimeo.com/

21 Appendix: Adding a Secondary (Non-Admin) Connection This appendix describes how to set up a secondary (non-admin) Connection in Provar. You will need to do this to complete the Testing with Different Profiles lesson of this guide. Obtaining User Details To set up a non-admin Connection from scratch, you will first need to obtain some user details. You will need one of the following combinations: Username + confirmation that the user has granted Account Login Access to their company s administrator. Username + password + Security Token Note that the first option is preferred, as there will be no requirement to maintain the Connection. If you choose the second option, you will need to keep the password and Security Token updated. If you have a non-admin test user already set up that you can use, go ahead and retrieve the above user details, then move on to the section below, Creating a Login-As Connection. If you do not have a non-admin test user already set up, follow the steps below to create one. First log into your test environment using your admin Connection details. A fast way to do this from Provar is to open the Org Browser, click on any Object, then when the records load, click on a hyperlinked record ID): 21

22 Once you are logged into Salesforce, go into Setup > Users > Manage Users, and click the New button to create a test user. For example: Once your test user is set up, you will need to check that your test user has granted Account Login Access (if you are using this option). To check this, go to the Manage Users page in Setup. If the user has provided Account Login Access, there will be a Login hyperlink next to their name: If this is not present, you should to log in as your secondary user to grant this access their settings. To grant Account Login Access, log in as the secondary user, go to My Settings > Personal > Grant Account Login Access, then apply an Access Duration for Your Company s Administrator, e.g. 1 Year : 22

23 Then click Save. If you choose not to grant Account Login Access, make sure that you have the user s password and Security Token before proceeding to create the Connection. Creating a Login-As Connection Now that you have your Secondary user details, you can a new Connection for this user. Navigate back to Provar Desktop and into the Test Settings view, making sure it is open to the Connections tab: Then click New ( ): Provide a relevant name for the Connection, e.g. SalesUser, set the Connection Type to Salesforce and the secondary dropdown to Normal Salesforce Connection : 23

24 If your secondary user has granted Account Login Access, select the radio button Use Log-on As via an Admin Connection. This option will not require you to set a password and Security token. In Log-on As Connection, select your Admin connection, then enter the Username: If your secondary user has not granted Account Login Access, leave selected the radio button Normal Log-in, and provide Username, Password, Security Token and Environment in the relevant fields: Note that you will need to update the Connection each time the user s password or Security Token changes. Click the Test Connection button to check the details entered are correct: 24

25 Once you have this confirmation, click OK on the Test Connection dialog, then OK again to create the new Connection. Once this Connection has been created, it will appear under Connections in Test Settings, and the Org Browser will open to the new Connection: With this Connection created, you can now return to complete the Testing with Different Profiles lesson. 25

PROVAR QUICKSTART GUIDE

PROVAR QUICKSTART GUIDE PROVAR QUICKSTART GUIDE A simple, practical guide for getting started with Provar www.provartesting.com info@provartesting.com Introduction 4 How to use this guide 4 SECTION 1: Setup 5 What is Provar?

More information

Account Plan Pro Set Up Guide

Account Plan Pro Set Up Guide Account Plan Pro Set Up Guide Version 7 PLAN2WIN SOFTWARE TABLE OF CONTENTS INSTALLING THE APPLICATION 4 SET UP CUSTOM PROFILE 4 SET PERMISSIONS 5 ENABLE VISUALFORCE PAGE ACCESS 7 MANAGE LICENSES/ SET

More information

Introduction & Navigation

Introduction & Navigation Introduction & Navigation Logging In to Marketing Cloud 1. Open a tab in either the Chrome or Firefox web browser. 2. Place your cursor in the URL bar then type mc.exacttarget.com. 3. Strike the Enter

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Getting Started with Outlook Web App (OWA)

Getting Started with Outlook Web App (OWA) Getting Started with Outlook Web App (OWA) Office 365 User Guide When first accessing your new Office 365 account, or if you are having any issues with your regular email client, use the below directions

More information

Admin Guide Hosted Applications

Admin Guide Hosted Applications Admin Guide Hosted Applications DOCUMENT REVISION DATE: December, 2010 Hosted Applications Admin Guide / Table of Contents Page 2 of 32 Table of Contents OVERVIEW... 3 1. ABOUT THE GUIDE... 3 1.1 AUDIENCE

More information

Two factor authentication for Microsoft Remote Desktop Web Access

Two factor authentication for Microsoft Remote Desktop Web Access Two factor authentication for Microsoft Remote Desktop Web Access logintc.com/docs/connectors/rd-web-access.html Overview The LoginTC RD Web Access Connector protects access to your Microsoft Remote Desktop

More information

1/26/2017 Autochartist - MetaTrader Plugin. MetaTrader Plugin.

1/26/2017 Autochartist - MetaTrader Plugin. MetaTrader Plugin. MetaTrader Plugin http://www.autochartist.com/metatrader-plugin/index.jsp?download=true 1/10 1. Installation Step 1 The first window will ask you to select the language you wish to display during the rest

More information

MeetingSquared Pro Administration User Guide

MeetingSquared Pro Administration User Guide MeetingSquared Pro Administration User Guide Contents Accessing MeetingSquared Pro... 1 Creating a Meeting Group... 2 Editing or Deleting a Meeting Group... 4 Creating a Meeting... 6 Editing a Meeting...

More information

Clinical Looking Glass Introductory Session In-Class Exercise Two: Congestive Heart Failure

Clinical Looking Glass Introductory Session In-Class Exercise Two: Congestive Heart Failure Clinical Looking Glass Introductory Session In-Class Exercise Two: Congestive Heart Failure Document Conventions Keyboard keys are identified by italics (Enter, Return) Most on-screen buttons are presented

More information

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d Install Guide WINTER '15 REVISION C C o p y r i g h t 2 0 1 4 C l o u d A p p s L t d 1 Table of Contents Introduction... 3 Version History... 4 Requirements... 5 Salesforce Organisation Types... 5 Salesforce

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Administration Essentials for New Admins (Managing Data) Exercise Guide

Administration Essentials for New Admins (Managing Data) Exercise Guide Administration Essentials for New Admins (Managing Data) Exercise Guide Table of Contents 6-1: Prepare the Import File... 1 6-2: Import Leads Using Wizard... 3 6-3: Export Using Data Loader... 4 6-4:

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

Internet Key Administration

Internet Key Administration Internet Key Administration An Internet Key allows multiple users access to a common Earthwork 4D software license. Users are created by the Internet Key s administrator. As an Internet Key administrator

More information

Polytechnic e-learning: LMS Manual - LECTURER

Polytechnic e-learning: LMS Manual - LECTURER Polytechnic e-learning: LMS Manual - LECTURER JPP & USTM 2014 TABLE OF CONTENTS 1. ACCESSING LMS... 1 2. LOG IN... 1 3. MANAGE STUDENT SELF-ENROLMENT... 1 4. MANAGE COURSE LANDING PAGE... 1 5. MANAGE COURSE

More information

LinkedIn Sales Navigator for Salesforce Installation Guide: Lightning View

LinkedIn Sales Navigator for Salesforce Installation Guide: Lightning View LinkedIn Sales Navigator for Salesforce Installation Guide: Lightning View The installation process will take less than 30 minutes. Note: This guide is for Salesforce Lightning. If you need to install

More information

Interlink Express Desktop Printing Service Installation Guide

Interlink Express Desktop Printing Service Installation Guide Interlink Express Desktop Printing Service Installation Guide Page 1 of 10 Introduction This guide is intended to provide guidance on how to install and configure the new Interlink Express Desktop Printing

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Data Dictionary User Guide Version 1.1 (20 May 2016) Prepared By: (On behalf of Alion Science and Technology) For: US Army

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Joomla Installer User Guide. Version 1.0

Joomla Installer User Guide. Version 1.0 Joomla Installer User Guide Version 1.0 Contents 0. Document History... 3 1. Introduction... 4 1.1. Navigation... 5 2. Install... 6 3. Uninstall... 8 4. Go to... 9 5. Manage... 10 6. Application Changes...

More information

Refreshing the Dashboard allows you to make sure you are seeing the most recent data in your visualizations.

Refreshing the Dashboard allows you to make sure you are seeing the most recent data in your visualizations. SECTION: DISPLAYING MOST RECENT DATA DASHBOARDS Dashboards are an easy way to see lots of Salesforce data all in one place. They show charts, graphs, and other visualizations of reports that already exist

More information

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule In this lab you will feed both the data records and the error records to a match processor and define a match rule. At the end

More information

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections Welcome to InSite: A GUIDE TO PROOFING ONLINE Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections PROOF.REGISTERGRAPHICS.COM *NOTE: There is no www in this address.

More information

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite MY MEDIASITE https://mediasite.ecu.edu/ms/mymediasite My Mediasite provides tools for managing your recordings. All faculty have access to My Mediasite and the ability to download the Desktop Recorder.

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Integrate Salesforce. EventTracker v8.x and above

Integrate Salesforce. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 27, 2019 Abstract This guide provides instructions to configure Salesforce, to report its logs to EventTracker Enterprise. Scope The configurations detailed

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

JOB AID: Contractor: Timecard and Expense Entry in the New UI

JOB AID: Contractor: Timecard and Expense Entry in the New UI JOB AID: Contractor: Timecard and Expense Entry in the New UI This job aid highlights how to enter a timecard and an expense report in the New User Interface as a contractor. 1. Access the IQNavigator

More information

Lab - Remote Desktop in Windows 8

Lab - Remote Desktop in Windows 8 Lab - Remote Desktop in Windows 8 Introduction In this lab, you will remotely connect to another Windows 8 computer. Recommended Equipment The following equipment is required for this exercise: Two Windows

More information

Instructor User Guide for EconPortal Macroeconomics, Third Edition

Instructor User Guide for EconPortal Macroeconomics, Third Edition Instructor User Guide for EconPortal Macroeconomics, Third Edition Krugman/Wells Getting Started with EconPortal for Krugman/Wells Macroeconomics, 3e Table of Contents Overview... 1 Online Help... 1 System

More information

Security Management System Camera Configuration Axis IP Device (Stream Profile Support)

Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Introduction Security Management System software supports several video source makes and models. This includes IP

More information

Document revision 1.0

Document revision 1.0 Document revision 1.0 Contents Installing the Application... 3 Basic Setup... 4 Lightning New/Edit Page Configuration... 6 Lightning App Page Configuration... 8 Standardization Options... 12 Enabling and

More information

IBM Smart Cloud Entry Hosted Trial Guide 3.2

IBM Smart Cloud Entry Hosted Trial Guide 3.2 IBM Smart Cloud Entry Hosted Trial Guide 3.2 SmartCloud Entry Team: Cloud Solutions Beta cloudbta@us.ibm.com Page 1 Table of Contents Chapter 1: Introduction...3 Chapter 2: Getting Started...4 Request

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide for Dynamics GP 2015 Forms Printer Build Version: 14.00.149 System Requirements Microsoft Dynamics GP 2015 (desktop client, web client) Microsoft SQL Server 2005 or Higher Reporting

More information

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On Topics covered Vea Web... 2 User Access Changes... 4 Dashboard Sharing... 7 Component Upgrade... 8 System Manager Geocode Function... 9 Installer Changes... 11 VEA WEB The initial version of Vea Web, included

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

UNITY CRM INTEGRATION USER GUIDE

UNITY CRM INTEGRATION USER GUIDE UNITY CRM INTEGRATION USER GUIDE CONTENTS 1 Overview... 1 2 Configuring Salesforce Integration... 2 3 Configuring AGILE CRM Integration... 5 4 Configuring MS Dynamics Integration... 7 4.1 Integrating MS

More information

PACS ADMIN. Quick Reference Guide

PACS ADMIN. Quick Reference Guide Quick Reference Guide PACS ADMIN Creating Domain Users.......................................................... Adding NOVARAD Users......................................................... Adding Console

More information

EntraPass (W10) Installation Guide Kantech-OnBoard systems

EntraPass (W10) Installation Guide Kantech-OnBoard systems Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through the process of installing and

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

Maintain an ILE RPG application using Remote System Explorer

Maintain an ILE RPG application using Remote System Explorer Maintain an ILE RPG application using Remote System Explorer ii Maintain an ILE RPG application using Remote System Explorer Contents Maintain an ILE RPG application using Remote System Explorer.......

More information

Importing Merit Calendar to Outlook 2010

Importing Merit Calendar to Outlook 2010 Page 1 of 12 Importing Merit Calendar to Outlook 2010 Transferring your calendar from the Merit Mail system to your new Outlook Exchange account is a quick and easy process. There are only two steps to

More information

How to Login, Logout and Manage Password (QRG)

How to Login, Logout and Manage Password (QRG) How to Login, Logout and Manage Password (QRG) This Quick Reference Guide covers the following topics: 1. How to login in to the DCC. How to change (reset) your password 3. What to do if you have forgotten

More information

Roadmap to UPK 3.1 Session #1 UPK 3.1 Practice Exercises. A Solbourne White Paper April 2008

Roadmap to UPK 3.1 Session #1 UPK 3.1 Practice Exercises. A Solbourne White Paper April 2008 Roadmap to UPK 3.1 Session #1 UPK 3.1 Practice Exercises A Solbourne White Paper April 2008 COPYRIGHT & TRADEMARKS Copyright 2008, Solbourne. The information contained in this document is subject to change

More information

2012 Learning Guide Employee. StaffReady.

2012 Learning Guide Employee. StaffReady. 2012 Learning Guide Employee StaffReady http://www.staffready.com Table of Contents 1 MODULE ONE (1): INTRODUCTION, LOGIN, AND WELCOME TAB... 3 1.1 SCHEDULEREADY OVERVIEW... 3 1.2 TECHNOLOGY UPGRADES...

More information

How to Export a Report in Cognos Analytics

How to Export a Report in Cognos Analytics IBM Cognos Analytics How to Export a Report in Cognos Analytics Reports viewed in IBM Cognos Analytics can be exported in many formats including Excel. Some of the steps for exporting are different depending

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

IM L07 Configuring Enterprise Vault Data Classification Services

IM L07 Configuring Enterprise Vault Data Classification Services IM L07 Configuring Enterprise Vault Data Classification Services Description This lab will enable you to configure Data Classification Services (DCS) to work with Enterprise Vault. See how DCS can help

More information

AgentWorks Administrator/Manager Functions Guide R10

AgentWorks Administrator/Manager Functions Guide R10 AgentWorks Administrator/Manager Functions Guide R10 11/21/2012 2012 MoneyGram InternationalAll rights reserved. Table of Contents 1. App Configuration... 2 2. Create Users... 4 3. Edit User Profile...

More information

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop.

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop. Quick Start Bocconi Cloud Service, based on Novell Filr, allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition, you can promote collaboration

More information

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps.

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. Quick Start Guide This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. NOTE: All devices need active internet connectivity. Google Chrome is a browser that

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Registering at the PNC Developer Portal

Registering at the PNC Developer Portal Registering at the PNC Developer Portal 1.) Navigate to the Developer Portal at: https://developer.pnc.com 2.) Click the Join button on the upper right corner of the Developer Portal page: 3.) Enter in

More information

e-snaps Online Training Navigation Tutorial

e-snaps Online Training Navigation Tutorial e-snaps Online Training Navigation Tutorial e-snaps Online Training Navigation Tutorial Topic Table of Contents Page Orientation to the Online Training...1 Home tab...1 Reference Room tab...2 Administration

More information

User Guide. Avery Dennison Web Ordering Solution for Steinmart

User Guide. Avery Dennison Web Ordering Solution for Steinmart User Guide Avery Dennison Web Ordering Solution for Steinmart March 2012 Copyright 2012 A very Dennison The information in this document is subject to change without notice and should not be construed

More information

PEOPLEADMIN USER S GUIDE. Sam Houston State University

PEOPLEADMIN USER S GUIDE. Sam Houston State University PEOPLEADMIN USER S GUIDE Sam Houston State University Revised 05/2015 PeopleAdmin, Inc. 816 Congress Avenue Suite 1800 Austin, TX 78701 TABLE OF CONTENTS INTRODUCTION... 5 GETTING STARTED... 6 SYSTEM

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Lab 9- UI Customization Simple Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you are responsible

More information

Organizing Your Network with Netvibes 2009

Organizing Your Network with Netvibes 2009 Creating a Netvibes Account 1. If you closed your Internet browser from the last exercise, open it and navigate to: htt://www.netvibes.com. 2. Click Sign In in the upper right corner of the screen. 3.

More information

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.)

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.) Quick Start Guide If you are an App Developer, you can get started by adding a new app and configuring it to consume Deere APIs on developer.deere.com. Use this Quick Start Guide to find and try our APIs.

More information

Unit 4 Agresso. Introduction to Desktop

Unit 4 Agresso. Introduction to Desktop Unit 4 Agresso Introduction to 5.7.1 Desktop Author S J Price June 2018 CONTENTS Installation - Agresso Desktop (formerly known as Smart Client or Back Office)... 3 For Users on a Supported (centrally

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

ADMINISTRATION ESSENTIALS FOR EXPERIENCED ADMINS (AUTOMATION) Exercise Guide

ADMINISTRATION ESSENTIALS FOR EXPERIENCED ADMINS (AUTOMATION) Exercise Guide ADMINISTRATION ESSENTIALS FOR EXPERIENCED ADMINS (AUTOMATION) Exercise Guide Table of Contents 8-1: Create an Email Footer... 1 8-2: Create a Folder and Letterhead... 2 8-3: Create an Email Template...

More information

New Dropbox Users (don t have a Dropbox account set up with your Exeter account)

New Dropbox Users (don t have a Dropbox account set up with your Exeter  account) The setup process will determine if you already have a Dropbox account associated with an Exeter email address, and if so, you'll be given a choice to move those contents to your Phillips Exeter Dropbox

More information

RingCentral for Salesforce Classic. UK Administrator Guide

RingCentral for Salesforce Classic. UK Administrator Guide RingCentral for Salesforce Classic UK Administrator Guide 1 RingCentral for Salesforce Classic UK Administrator Guide Introduction Contents Introduction... 3 About RingCentral for Salesforce.................................................

More information

Getting Started with IBM Cognos 10 Reports

Getting Started with IBM Cognos 10 Reports UNIVERSITY OF SUSSEX Getting Started with IBM Cognos 10 Reports ITS CIS 9/2/2015 Introduction to some of the features in the Cognos Connection reporting portal. Guides users through initial configuration

More information

CompClass Solo User Guide for Instructors

CompClass Solo User Guide for Instructors CompClass Solo User Guide for Instructors CompClass Solo User Guide for Instructors Table of Contents Overview... 1 Online Help... 1 System Requirements... 2 Adopting CompClass... 2 Student Access to CompClass...

More information

Laredo v8.0 Release Notes

Laredo v8.0 Release Notes Laredo v8.0 Release Notes The latest version of Laredo consists of the following 4 applications: 1. Laredo Desktop 2. Laredo Admin 3. Iris 4. Laredo Anywhere The following document will describe each of

More information

<Partner Name> RSA ARCHER GRC Platform Implementation Guide. Gurucul Risk Analytics. <Partner Product>

<Partner Name> RSA ARCHER GRC Platform Implementation Guide. Gurucul Risk Analytics. <Partner Product> RSA ARCHER GRC Platform Implementation Guide Jeffrey Carlson, RSA Partner Engineering Last Modified: August 1 st, 2017 Solution Summary Gurucul is changing the way enterprises

More information

Integration Note for. OmniStream. Atlona Integration Note

Integration Note for. OmniStream. Atlona Integration Note for OmniStream Atlona Integration Note Version Information Version Release Date Notes 1 06/18 Initial release OmniStream 2 Atlona OmniStream products support AES67 audio which delivers high-performance

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Obtaining and Using the Camtasia Relay Software at Simpson College. Download Camtasia Relay to your computer for use.

Obtaining and Using the Camtasia Relay Software at Simpson College. Download Camtasia Relay to your computer for use. Obtaining and Using the Camtasia Relay Software at Simpson College If you have questions contact: Chuck Johnson, Academic Software Specialist 961-1866 chuck.johnson@simpson.edu Jule Thorsen, Instructional

More information

Citrix Working Remotely Reference Guide

Citrix Working Remotely Reference Guide Citrix is the remote access solution that can be used on Home PCs, Mac s, ipads and iphones and in DBR Visitor offices while traveling. Citrix allows individuals to connect securely and work remotely from

More information

Educator Portal: Creating a Practice Formative Test Session

Educator Portal: Creating a Practice Formative Test Session Educator Portal: Creating a Practice Formative Test Session Revision Date: March 6, 2014 Table of Contents About the Educator Portal... 1 Required Software... 1 Logging Into Educator Portal... 2 Resetting

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

CRM Integration. SalesForce 06/01/2016

CRM Integration. SalesForce 06/01/2016 CRM Integration SalesForce 06/01/2016 CRM Integration Contents Intro... 2 Information You ll Need... 2 Configuration... 2 Testing... 3 (407) Proxy Authentication Required Error... 3 Functionality... 4

More information

Managing GSS Devices from the GUI

Managing GSS Devices from the GUI CHAPTER 1 This chapter describes how to configure and manage your Global Site Selector Manager (GSSM) and Global Site Selector (GSS) devices from the primary GSSM graphical user interface. It includes

More information

COLLEGE OF WILLIAM AND MARY

COLLEGE OF WILLIAM AND MARY Position Management Instructional or Executive Position Descriptions COLLEGE OF WILLIAM AND MARY Human Resources 0 P a g e Table of Contents Topic Page Create a New Position Description 2 Classification

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID QuickStart Guide Protect Your Investment In Asure ID Save Valuable Time And Money With Asure ID Protect! Asure ID Protect is a comprehensive customer care program designed to ensure that you receive the

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Computer Basics. Logging onto Windows

Computer Basics. Logging onto Windows Computer Basics DRN uses Windows PCs for all of its day-to-day operations. You will need to master the details of this section in order to perform your daily tasks. Fortunately, these basics are very simple

More information

Web-based Configuration. First, setup motion detection windows in the web-based configuration of the camera.

Web-based Configuration. First, setup motion detection windows in the web-based configuration of the camera. How do I record motion using IP surveillance? To schedule video recording with motion detection, you must first enable this feature on the Internet camera. This can serve as a security device by recording

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Moodle The Basics of Editing a Content Management Course

Moodle The Basics of Editing a Content Management Course Logging In Moodle The Basics of Editing a Content Management Course 1. Using Firefox or Internet Explorer, navigate to: http://learn.district196.org 2. Click on the Login link in the upper right corner

More information

Legal Library. In this guide we will review how to download and use our Legal Library tool. Commercial Brokers Association May 2018

Legal Library. In this guide we will review how to download and use our Legal Library tool. Commercial Brokers Association May 2018 Legal Library In this guide we will review how to download and use our Legal Library tool Commercial Brokers Association May 2018 Downloading Legal Library The Legal Library provides both fast and easy

More information

PO Processor Installation and Configuration Guide

PO Processor Installation and Configuration Guide PO Processor Installation and Configuration Guide Revised: 06/06/2014 2014 Digital Gateway, Inc. - All rights reserved Page 1 Table of Contents OVERVIEW... 3 HOW TO INSTALL PO PROCESSOR... 3 PO PROCESSOR

More information

R9.7 erwin License Server:

R9.7 erwin License Server: R9.7 erwin License Server: Installation and Setup This is a quick guide to setting-up a erwin DM License Server. NOTES: - Concurrent licensing is available for only erwin r8.2 and later releases! - Concurrent

More information

Tutorial 1: Simple Parameterized Mapping

Tutorial 1: Simple Parameterized Mapping Tutorial 1: Simple Parameterized Mapping 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services

Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services Overview Before you can develop a web app, you must set up the back-end services for the data providers that the web app will use.

More information

WCM 6.0 Pro MS/SP Software Recovery Installation Guide

WCM 6.0 Pro MS/SP Software Recovery Installation Guide Release Date: 2013/09/23 WCM 6.0 Pro MS/SP Software Recovery Installation Guide Once the OS is restored or re-imaged successfully on the system, please follow below installation guide to complete all the

More information

Updating Firmware on the Trimble R2

Updating Firmware on the Trimble R2 May 2017 1 Updating Firmware on the Trimble R2 May 2017 2 Table of Contents Section 1: Downloading the Latest R2 Firmware Page 3 Section 2: Connecting the R2 to a Wifi Enabled Personal Computer (PC) Page

More information

Migration Instructions for All Users

Migration Instructions for All Users Introduction: Migration Instructions for All Users Welcome to HBU s Outlook Live email system. This document provides guidance on how to migrate your emails, calendar entries, tasks and personal contacts

More information

Posting Photos of CORE trips on the CORE Website 10 Aug 2017

Posting Photos of CORE trips on the CORE Website 10 Aug 2017 Posting Photos of CORE trips on the CORE Website 10 Aug 2017 There are several ways that you can upload photos to the CORE Fotki albums, both from the perspective of how you organize your photos on your

More information

IBM / ST SensorTile Watson IoT Workshop

IBM / ST SensorTile Watson IoT Workshop IBM / ST SensorTile Watson IoT Workshop Connect the ST Microelectronics SensorTile to IBM Watson IoT Download this PDF and Node-RED flows at https://github.com/johnwalicki/sensortile-watsoniot-workshop

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER SHAREPOINT 2016 POWER USER SharePoint 2016 Power User (SHP2016.2 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. Accompanying Class Files This manual comes with accompanying

More information

RingCentral for Salesforce. Administrator Guide

RingCentral for Salesforce. Administrator Guide RingCentral for Salesforce Administrator Guide 1 RingCentral for Salesforce Administrator Guide Introduction Contents Introduction...3 About RingCentral for Salesforce..................................................

More information