How to enter a useful bug report into Bugzilla. SoberIT Software Business and Engineering Institute

Size: px
Start display at page:

Download "How to enter a useful bug report into Bugzilla. SoberIT Software Business and Engineering Institute"

Transcription

1 T Software Project T Software Testing and Quality Assurance Bugzilla Tutorial Mikko Rusama Researcher, Contents Introduction What is Bugzilla? Who is using Bugzilla? Before entering a bug How to enter a useful bug report into Bugzilla Bug life-cycle Querying existing bug reports In this course students are allowed to... Bugzilla advanced features 1 2 What is Bugzilla? Bugzilla is a bug- or issue-tracking system. Bug-tracking systems allow individual or groups of developers effectively to keep track of outstanding problems with their product. An Open Source product covered by the Mozilla Public License WritteninPerl,uses MySQL database De-facto standard defect-tracking system against which all others are measured See: Who is using Bugzilla? Netscape/AOL Mozilla.org NASA Red Hat Software SuSe Corp The Horde Project AbiSource Real Time Enterprises, Inc Eggheads.org Strata Software RockLinux Creative Labs (makers of SoundBlaster) The Apache Foundation The Gnome Foundation Ximian Linux-Mandrake Before entering a bug Make sure the bug has not been previously reported! Use the Bugzilla Query Form For more information, see the tutorial of how to find reported bugs. Next, be sure that you've reproduced your bug using the latest build released Development process may produce new builds even daily, and the bug you've found may already have been fixed. How to enter a useful bug report into Bugzilla 5 6

2 A useful bug report has two qualities 1.Reproducible If an engineer can't see it or conclusively prove that it exists, the engineer will probably stamp it "WORKSFORME" or "INVALID", and move on to the next bug. Every relevant detail you can provide helps. 2.Specific The quicker the engineer can isolate the issue to a specific problem, the more likely it'll be expediently fixed. If a programmer or tester has to decipher a bug, they may spend more time cursing the submitter than solving the problem In testing WWW pages, try to isolate what on the page is triggering the crash, and include it as an HTML snippet in the bug report if possible. A useful bug report Useful bug reports are ones that get bugs fixed! Be non-judgmental in reporting bugs. Bug reports need to be non-judgmental, non-personal and noninflammatory. Reports should be written against the product, not the person, and state only the facts. 7 8 Getting started Creating A Bug Report From the Bugzilla main page, choose "Enter a new bug report". T T Select the product that you've found a bug in Your product name = your group name If you haven't logged into Bugzilla already, you'll need to enter your address, password, and press the "Login" button. Userid is your address as specified in Trapoli Password is the same as in Trapoli 9 Where did you find the bug?

3 Who will be following up on the bug? How important is the bug? What can you tell the engineer about the bug? Who is allowed to view this bug? Where did you find the bug? Product - In which product did you find the bug? Version - In which product version did you find the bug? Component - In which component does the bug exist? Platform - On which hardware platform did you find this bug? OS - On which Operating System (OS) did you find this bug? Submit! Create a template? 18

4 Where did you find the bug? Product - In which product did you find the bug? In this course, group name is same as the product name Version - In which product version did you find the bug? We're not yet using this field. Just leave the default value as you found it. Component - In which component does the bug exist? By default, your product has only the default component Click on the Component link to see descriptions of each component. Platform - On which hardware platform did you find this bug? e.g. Macintosh, SGI, Sun, PC,... If you know the bug happens on all hardware platforms, choose 'All'. Otherwise, select the platform that you found the bug on, or "Other" if your platform isn't listed. OS - On which Operating System (OS) did you find this bug? e.g. Linux, Windows NT, Mac OS 8.5. If you know the bug happens on all OSs, choose 'All'. Otherwise, select the OS that you found the bug on, or "Other" if your OS isn't listed. 19 Severity - How important is the bug? Severity: How damaging is the bug? The impact of a bug. This item defaults to unspecified'. To determine the most appropriate severity for a particular bug, click on the Severity link for a full explanation of each choice, from Critical to Enhancement. You should specify what severities you are planning to use 20 Severity Values Unspecified the default value, severity not specified Blocker - Blocks development and/or testing work Critical - crashes, loss of data, severe memory leak Major - major loss of function Minor - minor loss of function, or other problem where easy workaround is present Trivial - cosmetic problem like misspelled words or misaligned text Enhancement - Request for enhancement, ideas Priority This field describes the importance and order in which a bug should be fixed. Utilized by the managers and programmers or engineers to prioritize their work to be done. The available priorities are: P1 Most important P2 P3 P4 P5 Least important Who will be following up on the bug? Assigned To - Which engineer should be responsible for fixing this bug? Cc - Who else should receive updates on changes to this bug? You would not normally change either of these fields from their default values! In this course default component owner is randomly chosen, so you may need to change the values. 23 Who will be following up on the bug? Assigned To: Which engineer should be responsible for fixing this bug? Bugzilla will automatically assign the bug to a default engineer upon submitting a bug report; the text box exists to allow you to manually assign it to a different engineer. Default owner is one of the students (the first one listed in the CSV input file) To see the list of default engineers for each component, click on the Component link. Every time this field changes, the status changes to NEW to make it easy to see which new bugs have appeared on a person's list Cc: Who else should receive updates on changes to this bug? List the full addresses of other individuals who should receive an update upon every change to the bug report. You can enter as many addresses as you'd like; addresses must be separated by commas, with no spaces between the addresses. 24

5 To change settings page footer prefs link settings What can you tell about the bug? URL - On what URL did you discover this bug? Summary - How would you describe the bug, in approximately 60 or fewer characters? Description - What else can you tell the engineer about this bug? What can you tell about the bug? URL - On what URL did you discover this bug? If you encountered the bug on a particular URL, please provide it (or, them) here. If you've isolated the bug to a specific HTML snippet, please also provide a URL for that, too or, preferably, return to the bug after you've submitted it and add the HTML snippet as an attachment. Summary - How would you describe the bug, in approximately 60 or fewer characters? A good summary should quickly and uniquely identify a bug report. Otherwise, developers cannot meaningfully query by bug summary, and will often fail to pay attention to your bug report when reviewing a 10 page bug list. Think of it as a "title". A summary of "Drag-scrolling any web page crashes Mac builds" is a useful title. "Crash" or "Drag Crash" would be examples of a bad title. 27 What can you tell about the bug? - Description What else can you tell the engineer about this bug? Provide as detailed of a problem diagnosis in this field as possible, including as much as possible of the following information: Overview Description - More detailed expansion of summary. Steps to Reproduce - The minimal set of steps necessary to trigger the bug. Include any special setup steps. Actual Results - What the application did after performing the above steps. Expected Results - What the application should have done, were the bug not present. Build Date & Platform - Date and platform of the build that you first encountered the bug in. Additional Builds and Platforms - Whether or not the bug takes place on other platforms or browsers. Additional Information - Minimized HTML snippets, Talkback crash IDs, and any other debugging information. (ATTACHEMENT) 28 Bug life-cycle Bug Life-Cycle Unconfirmed Transition is allowed from any open state to the Resolved state Status and Resolution New Assigned Resolved Verified Reassign Reopened Closed 29 Open States End States

6 Bug Status Open States NEW - This bug has recently been added to the assignee's list of bugs and must be processed. Bugs in this state may be accepted, and become ASSIGNED, passed on to someone else, and remain NEW, or resolved and marked RESOLVED. ASSIGNED - This bug is not yet resolved, but is assigned to someone who thinks they can fix it. From here bugs can be given to another person and become NEW, or resolved and become RESOLVED. REOPENED - The bug was once resolved, but the resolution was deemed incorrect. For example, a WORKSFORME bug is REOPENED when more information shows up and the bug is now reproducible. From here bugs are either marked ASSIGNED or RESOLVED. Bug Status Unconfirmed State UNCONFIRMED - Nobody has validated that this bug needs to be fixed. Users who have the correct permissions may confirm this bug, changing its state to NEW. A bug may be directly resolved and marked RESOLVED but usually a bug will be confirmed by the person to whom it is assigned. Usually, an UNCONFIRMED bug will be left unconfirmed until someone has verified that the bug the reporter submitted actually occurs. Bugzilla administrator may specify the number of votes a bug in this product needs to automatically get out of the UNCONFIRMED state. THIS BUG STATE IS NOT USED IN THIS COURSE! Bug Status End States RESOLVED - A resolution has been made, and it is awaiting verification by the QA. From here bugs are either re-opened and become REOPENED, are marked VERIFIED, or are closed for good and marked CLOSED. VERIFIED- QA has looked at the bug and the resolution and agrees that the appropriate action has been taken. Bugs remain in this state until the product they were reported against actually ships, at which point they become CLOSED. CLOSED - The bug is considered dead, the resolution is correct, and the product the bug has been reported against is terminated or shipped. Any zombie bugs who choose to walk the earth again must do so by becoming REOPENED. This state is rarely ever used. NOTE: Resolution values can only be specified for bugs being in one of the end states! 33 Resolution The resolution field indicates what happened to this bug. Only bugs in Resolved state will be marked with one of the resolutions. All bugs which are in one of the Open states have no associated resolution. Bug Life-Cycle Unconfirmed New Assigned Reassign Reopened Open States Transition is allowed from any open state to the Resolved state Resolved Closed End States Verified 34 Resolution FIXED - A fix for this bug is checked into the tree and tested. INVALID - The problem described is not a bug. WONTFIX - The problem described is a bug which will never be fixed. LATER - The problem described is a bug which will not be fixed in this version of the product. REMIND - The problem described is a bug which will probably not be fixed in this version of the product, but might still be. DUPLICATE - The problem is a duplicate of an existing bug. Marking a bug duplicate requires the bug number of the duplicate and that number will be placed in the bug description. WORKSFORME - All attempts at reproducing this bug were futile, reading the code produces no clues as to why this behavior would occur. If more information appears later, please re-assign the bug, for now, file it. Querying existing bug reports 35 36

7 Specify Product Search Options Hints about querying You don't have to fill out any field on the query page you don't need. On the list boxes, such as Status, you can Ctrl- Click to unselect an option. You may save your queries My bugs link In this course students are Allowed For TestProduct and their own product (with default component) to submit bug reports to modify bug reports to query to view summary reports Not allowed to create new products or components to modify product or component properties (version numbers, descriptions), bug severities, etc Bugzilla Advanced Features Not Used In This Course! 41 Voting Voting allows users to be given a pot of votes which they can allocate to bugs, to indicate that they'd like them fixed. This allows developers to gauge user need for a particular enhancement or bugfix. By allowing bugs with a certain number of votes to automatically move from "UNCONFIRMED" to "NEW", users of the bug system can help highpriority bugs garther attention so they don't sit for a long time awaiting triage. 42

8 Milestones Milestones are "targets" that you plan to get a bug fixed by. For example, you have a bug that you plan to fix for your 3.0 release, it would be assigned the milestone of 3.0. Milestone options must be enabled by the Administrator "usetargetmilestone" Param in the"edit Parameters" screen. To create new Milestones, set Default Milestones, and set the Milestone URL: Select "Edit milestones" from the "Edit product" Enter the name of the Milestone in the "Milestone" field. You can optionally set the "sortkey", which is a positive or negative number (-255 to 255) that defines where in the list this particular milestone appears. This is because milestones often do not occur in alphanumeric order For example, "Future might be after "Release 1.2". Select "Add". 43

COSMO BUGZILLA tutorial. Cosmin BARBU Massimo MILELLI

COSMO BUGZILLA tutorial. Cosmin BARBU Massimo MILELLI COSMO BUGZILLA tutorial Cosmin BARBU Massimo MILELLI COSMO BUGZILLA: A BRIEF TUTORIAL INDEX What is bugzilla?...1 How do I gain access?...2 How do I change my account settings?...5 How are bugs organized?...6

More information

DRAFT. Standard Procurement System Bugzilla (SPS-B) Training Manual. Version 1.2

DRAFT. Standard Procurement System Bugzilla (SPS-B) Training Manual. Version 1.2 Standard Procurement System Bugzilla (SPS-B) Training Manual Version 1.2 21 February 2006 TABLE OF CONTENTS: 1.0 Overview 1 2.0 Opening SPS Bugzilla 2 3.0 Create a New Account 4 4.0 Log In and Log Out

More information

DRAFT. Wide Area Workflow (WAWF) Trouble Ticket Tracker (T3) Training Manual

DRAFT. Wide Area Workflow (WAWF) Trouble Ticket Tracker (T3) Training Manual Wide Area Workflow (WAWF) Trouble Ticket Tracker (T3) Training Manual Version 1.0 October 2012 TABLE OF CONTENTS: 1.0 Overview 1 2.0 Opening T3 2 3.0 Create a New Account 3 4.0 Log In and Log Out of System

More information

Broner Issue Tracking System User Guide

Broner Issue Tracking System User Guide Broner Issue Tracking System User Guide Preliminary Pages Address Copyright 2015, Broner Metals Solutions Ltd. All rights reserved Broner product names which are mentioned in this document and the Broner

More information

Beanbasket Help Desk User Guide

Beanbasket Help Desk User Guide Beanbasket Help Desk User Guide www.beanbasket.com 1 Beanbasket utilizes a Help Desk system for effectively handling enhancement requests and bugs from open to close. The Help Desk is also closely aligned

More information

Software Configuration Management

Software Configuration Management Software Configuration Management 1 Software Configuration Management Four aspects Version control Automated build Change control Release Supported by tools Requires expertise and oversight More important

More information

Ticket Center Quick Start

Ticket Center Quick Start AdNovum Informatik AG. May 13 2 What is the purpose of the? By continuously submitting your software error messages, requests and suggestions to, you are helping us to file and manage the information from

More information

Customer Support Services

Customer Support Services i n s i g h t d e l i v e r e d Your guide to our i n s i g h t d e l i v e r e d i n s i g h t d e l i v e r e d Customer Support Services PANTONE 2597C CMYK 82 100 7 3 RGB 87 6 140 HTML 57068C Making

More information

Testing Best Practices

Testing Best Practices ALMComplete, QAComplete, DevComplete This document is used as a guide to improving your testing and quality assurance processes. 1 Test Case Creation Once requirements have been created and approved, while

More information

Change Request Process Overview

Change Request Process Overview Industry Best Practices Process Overview by Garth Wilcox This white paper outlines a process for requesting and managing changes to an application during the product development cycle. It also discusses

More information

Manual. Ticket Center Manual. Ticket Center 2: 1.0 1.1. May 17, 2013. AdNovum Informatik AG. Released. AdNovum Informatik AG. All rights reserved.

Manual. Ticket Center Manual. Ticket Center 2: 1.0 1.1. May 17, 2013. AdNovum Informatik AG. Released. AdNovum Informatik AG. All rights reserved. DESCRIPTION: Ticket Center RELEASE: Ticket Center 2: 1.0 DOCUMENT VERSION: 1.1 DATE: May 17, 2013 AUTHORS: AdNovum Informatik AG STATUS: Released AdNovum Informatik AG. All rights reserved. Contents 1

More information

Validated Enterprise Dynamics Customers

Validated Enterprise Dynamics Customers JIRA Tracking System Version: 1.1 Written for: Written by: Validated Enterprise Dynamics Customers Development team Papendorpseweg 77 3528 BJ The Netherlands Support@EnterpriseDynamics.com Jira_user_manual.doc

More information

Connect Ticket Entry. Quick Reference Guide

Connect Ticket Entry. Quick Reference Guide Connect Ticket Entry Quick Reference Guide Davisware 514 Market Loop West Dundee, IL 60118 Phone: (847) 426-6000 Fax: (847) 426-6027 Contents are the exclusive property of Davisware. Copyright 2015. All

More information

Comprehensive training to maximize your software investment

Comprehensive training to maximize your software investment Vertex Training Comprehensive training to maximize your software investment Vertex Virtual and Hands-on Training Overview and Requirements With more than 30 years of experience, Vertex Inc. is the leading

More information

FAQS. You can schedule a WebEx session ahead or start it instantly in your choice of ways:

FAQS. You can schedule a WebEx session ahead or start it instantly in your choice of ways: FAQS What is WebEx? WebEx is an easy way to exchange ideas and information with anyone, anywhere. It combines real-time desktop sharing with phone conferencing, so everyone sees the same thing as you talk.

More information

PaymentNet Federal Card Solutions Cardholder FAQs

PaymentNet Federal Card Solutions Cardholder FAQs PaymentNet Federal Card Solutions It s easy to find the answers to your questions about PaymentNet! June 2014 Frequently Asked Questions First Time Login How do I obtain my login information?... 2 How

More information

Working of Call Center. Sanad centers, Investors, Regional Offices, MOCI staff can contact the Support Call Center for their queries and issues

Working of Call Center. Sanad centers, Investors, Regional Offices, MOCI staff can contact the Support Call Center for their queries and issues Customer Support Channels Multiple channels available to the public: Support phone (working hours) E-mail (24/7) Social media (Twitter, Facebook) Self service desk in Muscat and Salalah front offices 2

More information

Part II. Managing Issues

Part II. Managing Issues Managing Issues Part II. Managing Issues If projects are the most important part of Redmine, then issues are the second most important. Projects are where you describe what to do, bring everyone together,

More information

BC OnLine. Introduction to BC OnLine. Last Updated January 20, 2015

BC OnLine. Introduction to BC OnLine. Last Updated January 20, 2015 BC OnLine Introduction to BC OnLine Last Updated January 20, 2015 Copyright 2015 Province of British Columbia. All rights reserved. This user s guide is for users of the BC OnLine services who have accepted

More information

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you!

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you! Documentation http://mid.as/ldap v1.02 making your facilities work for you! Table of Contents Table of Contents... 1 Overview... 2 Pre-Requisites... 2 MIDAS... 2 Server... 2 AD Users... 3 End Users...

More information

OET Cloud Services Getting Started Guide

OET Cloud Services Getting Started Guide OET Cloud Services Getting Started Guide Introduction OET Cloud Services uses Google Drive to let you store and access OET files anywhere -- on the web, and access them on your PC, or on any device connected

More information

bank zweiplus email Gateway user manual

bank zweiplus email Gateway user manual bank zweiplus email Gateway user manual T +41 (0)58 059 22 22, F +41 (0)58 059 22 44, www.bankzweiplus.ch 1/29 Table of contents 1 Foreword... 3 2 Important Notes... 3 2.1 General... 3 2.2 Password...

More information

Support Request Ticketing System User Guide

Support Request Ticketing System User Guide Support Request Ticketing System User Guide Prepared by: Last Updated Document Ref: Document Version: Rapid4Cloud March 2016 Support Request Ticketing System User Guide 1.1 Copyright 2016, Rapid4Cloud

More information

Send and receive encrypted e-mails

Send and receive encrypted e-mails Manual Send and receive encrypted e-mails Bank J. Safra Sarasin Ltd Document Owner Security Classification Document Type Bank J. Safra Sarasin Ltd internal and external use Manual Document change history

More information

How to move email to your new @students.ecu.edu account with MAC Mail

How to move email to your new @students.ecu.edu account with MAC Mail How to move email to your new @students.ecu.edu account with MAC Mail 1. Open Mail, and then do one of the following: If you've never set up any e mail accounts using Mail, the Welcome to Mail page appears.

More information

AccXES Account Management Tool Administrator s Guide Version 10.0

AccXES Account Management Tool Administrator s Guide Version 10.0 AccXES Account Management Tool Administrator s Guide Version 10.0 701P41531 May 2004 Trademark Acknowledgments XEROX, AccXES, The Document Company, and the identifying product names and numbers herein

More information

IT Support Tracking with Request Tracker (RT)

IT Support Tracking with Request Tracker (RT) IT Support Tracking with Request Tracker (RT) Archibald Steiner AfNOG 2013 LUSAKA Overview What is RT? A bit of terminology Demonstration of the RT web interface Behind the scenes configuration options

More information

Support System User Guide

Support System User Guide Support System User Guide The Virtual Office support system provides users with a useful way to submit and track issues and resolutions. This feature- rich system is one more way that VO provides customers

More information

User guide for the Cskills Awards Awards Online system

User guide for the Cskills Awards Awards Online system User guide for the Cskills Awards Awards Online system Published by Cskills Awards, CITB, Bircham Newton, King s Lynn, Norfolk PE31 6RH First published 2008 Revised July 2013, January 2014, April 2014,

More information

CC File Transfer. User Manual

CC File Transfer. User Manual CC File Transfer User Manual Youngzsoft 2008 0 1 Index 1 Introduction...2 2 Features...3 3 Installation...4 4 FAQs...11 5 Contact...12 1 2 Introduction CC File Transfer is web based file transfer software

More information

Process: Self Service

Process: Self Service How Do I Login to the Online Vendor Self-Service Application? 1. Using the information provided in the email sent to the primary Contact: Navigate to the URL for the application, the PeopleSoft Sign In

More information

Error Code Quick Reference Guide Updated 01/28/2015

Error Code Quick Reference Guide Updated 01/28/2015 Error Code Quick Reference Guide Updated 01/28/2015 Note: this list includes all error codes that may appear in TestNav across all states and some may not apply to Minnesota. 1/28/15 v.1.0 2 TestNav 7

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

Florida Interim Assessment Item Bank and Test Platform (IBTP) Pilot 2 Toolkit

Florida Interim Assessment Item Bank and Test Platform (IBTP) Pilot 2 Toolkit Florida Interim Assessment Item Bank and Test Platform (IBTP) Pilot 2 Toolkit Table of Contents Florida Interim Assessment Item Bank and Test Platform (IBTP) Overview... 3 Tested Subjects and Grade Levels...

More information

CUSTOMER PORTAL USER GUIDE FEBRUARY 2007

CUSTOMER PORTAL USER GUIDE FEBRUARY 2007 CUSTOMER PORTAL USER GUIDE FEBRUARY 2007 CONTENTS INTRODUCTION 1. Access to the system 2. Case Management 2.1 Create a case 2.2 Review & Access existing cases 2.3 Update a Case 2.4 Resolve and Close a

More information

CollabNet TeamForge 5.3. User Guide

CollabNet TeamForge 5.3. User Guide CollabNet TeamForge 5.3 User Guide CollabNet TeamForge 5.3 TOC 3 Contents Chapter 1: Plan and track anything...11 Estimate effort for agile development...12 Find tracker artifacts...12 Display tracker

More information

CRAY GOLD SUPPORT SUPPORT OPERATIONS HANDBOOK. GOLD-SOHB 2.2-90213 Page 1 of 22 www.cray.com

CRAY GOLD SUPPORT SUPPORT OPERATIONS HANDBOOK. GOLD-SOHB 2.2-90213 Page 1 of 22 www.cray.com CRAY GOLD SUPPORT SUPPORT OPERATIONS HANDBOOK GOLD-SOHB 2.2-90213 Page 1 of 22 www.cray.com Table of Contents Document Version History... 4 About Cray Customer Service... 5 About this document... 6 1.

More information

Go2Group JaM Plugin. Atlassian JIRA add-on for HP Quality Center. Quick Install Guide

Go2Group JaM Plugin. Atlassian JIRA add-on for HP Quality Center. Quick Install Guide Go2Group JaM Plugin Atlassian JIRA add-on for HP Quality Center Quick Install Guide Version 5.5 April 2009 Table of Contents Go2Group JaM Plugin Requirements... 3 What s Needed... 3 Go2Group JaM Plugin

More information

Quality Assurance Guide. IRMS-5.8.4.0c-Quality Assurance Guide.doc 01.0 November 2, 2009

Quality Assurance Guide. IRMS-5.8.4.0c-Quality Assurance Guide.doc 01.0 November 2, 2009 Quality Assurance Guide IRMS-5.8.4.0c-Quality Assurance Guide.doc 01.0 November 2, 2009 IRMS Quality Assurance Guide 1011 State Street, Suite 210 Lemont, IL 60439 Phone: 630-243-9810 Fax: 630-243-9811

More information

HELP DESK MANUAL INSTALLATION GUIDE

HELP DESK MANUAL INSTALLATION GUIDE Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation

More information

HOW IT WORKS E-SIGNLIVE 1 INTRODUCTION 2 OVERVIEW

HOW IT WORKS E-SIGNLIVE 1 INTRODUCTION 2 OVERVIEW HOW IT WORKS E-SIGNLIVE 1 INTRODUCTION With e-signlive, Silanis hosted service, you can invite other people to conveniently and securely sign documents over the web. Your documents can be easily signed

More information

eservice Portal Overview

eservice Portal Overview eservice Portal Overview About this Guide Purpose The eservice Portal Overview Guide provides a differences overview of Support Online to eservice Portal migration. The new eservice portal provides the

More information

Single Sign-On (SSO) for Applications

Single Sign-On (SSO) for Applications Single Sign-On (SSO) for Applications User Guide October 2008 1 Contents Introduction... 3 Overview... 3 Extra Information... 3 1. Registering for an SSO Account... 4 SSO Registration... 4 2. Configuring

More information

Bahamas Tax Information Exchange Portal Documentation

Bahamas Tax Information Exchange Portal Documentation Bahamas Tax Information Exchange Portal Documentation This sub section of the Portal Documentation covers the following Topics: Portal Overview Portal Login Account Status Reportable Account File Processing

More information

MindGenius SharePoint Integration

MindGenius SharePoint Integration MindGenius SharePoint Integration Summary The following document provides an overview of the setup steps required to achieve integration of MindGenius with Microsoft SharePoint. MindGenius is capable of

More information

IT Service Manager Agent Guide

IT Service Manager Agent Guide IT Service Manager Agent Guide Issue Training - Online Tutorials & Guides http://www.it.northwestern.edu/service-manager/ IT Service Manager Login Page https://itsm-fp.northwestern.edu/footprints/ Contents

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Development & Maintenance of Web Based Portal and MIS for Monitoring & Evaluation of Vocational Training Improvement Project Version 1.0 Help Desk: support.dget@wipro.com 0120

More information

Your Gateway to Electronic Payments & Financial Services. Getting Started Guide - English

Your Gateway to Electronic Payments & Financial Services. Getting Started Guide - English Your Gateway to Electronic Payments & Financial Services Getting Started Guide - English Contents Introduction Register online for noqodi How to fund? How to execute Transactions and Payments? Conclusion

More information

FI to FI Transfer Frequently Asked Questions

FI to FI Transfer Frequently Asked Questions FI to FI Transfer Frequently Asked Questions FI to FI allows you to transfer money between your accounts at Minnesota National Bank and accounts you have at other financial institutions. This new service

More information

Labour Market Programs Support System. LaMPSS Computer Compatibility Guide

Labour Market Programs Support System. LaMPSS Computer Compatibility Guide Labour Market Programs Support System LaMPSS Computer Compatibility Guide Prepared by: LaMPSS Operations Support June 2012 Version: 1.1 2011 Nova Scotia Department of Labour and Advanced Education This

More information

Get Started MyLab and Mastering for Blackboard Learn Students

Get Started MyLab and Mastering for Blackboard Learn Students Get Started MyLab and Mastering for Blackboard Learn Students March 21, 2013 Copyright Notice Copyright 2013 by Pearson Education. All rights reserved. No part of the contents of this book may be reproduced

More information

New Participant Digital Certificate Enrollment Procedure

New Participant Digital Certificate Enrollment Procedure New Participant Digital Certificate Enrollment Procedure Now that your account has been setup in the ETS system, you need to access it. As this is a secure site, a digital certificate will be required

More information

BCM EMR Quick Start Guide

BCM EMR Quick Start Guide BCM EMR Quick Start Guide 1 Copyright 2015 BCM Consulting. All rights reserved. Your rights to the software are governed by the accompanying software license agreement. The owner or authorized user of

More information

Heroix Longitude Quick Start Guide V7.1

Heroix Longitude Quick Start Guide V7.1 Heroix Longitude Quick Start Guide V7.1 Copyright 2011 Heroix 165 Bay State Drive Braintree, MA 02184 Tel: 800-229-6500 / 781-848-1701 Fax: 781-843-3472 Email: support@heroix.com Notice Heroix provides

More information

You're reading an excerpt. Click here to read official APPLE REMOTE DESKTOP 1.2 user guide http://yourpdfguides.com/dref/1168427

You're reading an excerpt. Click here to read official APPLE REMOTE DESKTOP 1.2 user guide http://yourpdfguides.com/dref/1168427 You can read the recommendations in the user guide, the technical guide or the installation guide for APPLE REMOTE DESKTOP 1.2. You'll find the answers to all your questions on the APPLE REMOTE DESKTOP

More information

Introduction... 4. Purpose... 4 Scope... 4 Manitoba ehealth Change Management... 4 Icons... 4. RFC Procedures... 5

Introduction... 4. Purpose... 4 Scope... 4 Manitoba ehealth Change Management... 4 Icons... 4. RFC Procedures... 5 Remedy Change Management Version 3.0 Modified: 10/27/2015 Table of Contents Introduction... 4 Purpose... 4 Scope... 4 Manitoba ehealth Change Management... 4 Icons... 4 RFC Procedures... 5 Process Flow

More information

Google Docs A Tutorial

Google Docs A Tutorial Google Docs A Tutorial What is it? Google Docs is a free online program that allows users to create documents, spreadsheets and presentations online and share them with others for collaboration. This allows

More information

Remember, this is not specific to your email address alone... the METHOD you retrieve your email is equally important.

Remember, this is not specific to your email address alone... the METHOD you retrieve your email is equally important. Securing Your Email Skip to Page 2 to Begin or Read this FYI Using Security Certificates: Background and FYI Securing email requires the use of a certificate in order to work. Once you sign up for a certificate

More information

Juniper Secure Analytics Release Notes

Juniper Secure Analytics Release Notes Juniper Secure Analytics Release Notes 2014.5 February 2016 Juniper Networks is pleased to introduce JSA 2014.5. Juniper Secure Analytics (JSA) 2014.5 Release Notes provides new features, known issues

More information

BEST / Act 230 Funding

BEST / Act 230 Funding BEST / Act 230 Funding GRANTIUM APPLICATION INSTRUCTIONS FOR FY 16 (2015 2016 Academic Year) Table of Contents Logging into Grantium and Changing Your Password... 3 Forgot Your Password?... 4 How to Get

More information

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB Compiere Learning Services Division Copyright 2007 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a

More information

Instructions for the Integrated Travel Manager (ITM) Self Service Password Reset (May 2011)

Instructions for the Integrated Travel Manager (ITM) Self Service Password Reset (May 2011) How to Complete the Challenge Questions and Responses Setup Process 1a 1b Open an Internet Explorer window Point your browser to: https://itm-prod.rdc.noaa.gov/cgibin/90ipi/docprep/login.w If the Web Security

More information

Florida Department of Transportation Electronic. Review Comments (ERC) System User Manual. December 2015

Florida Department of Transportation Electronic. Review Comments (ERC) System User Manual. December 2015 Florida Department of Transportation Electronic Review Comments (ERC) System User Manual December 2015 TABLE OF CONTENTS LOG IN... 4 RACF... 4 INTERNET SUBSCRIBER ACCOUNT (ISA)... 4 UPDATING INTERNET SUBSCRIBER

More information

INSTUCTIONS FOR SUBMITTING SERVICE REQUESTS THROUGH THE FAMIS WORK ORDER SYSTEM

INSTUCTIONS FOR SUBMITTING SERVICE REQUESTS THROUGH THE FAMIS WORK ORDER SYSTEM Page 1 of 7 INSTUCTIONS FOR SUBMITTING SERVICE REQUESTS THROUGH THE FAMIS WORK ORDER SYSTEM To Access the facility work order system: From the ASU website, click the Faculty and Staff link; under the Administrative

More information

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

PHP+MYSQL, EASYPHP INSTALLATION GUIDE PHP+MYSQL, EASYPHP INSTALLATION GUIDE EasyPhp is a tool to install and configure an Apache server along with a database manager, MySQL. Download the latest version from http://www.easyphp.org/ as seen

More information

Command Alkon. esupport Customer Guide

Command Alkon. esupport Customer Guide Command Alkon esupport Customer Guide June 24, 2010 1 2010 Command Alkon Incorporated. All rights reserved. Command Alkon Incorporated believes the statements contained herein are accurate as of the date

More information

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING Application testing remains a complex endeavor as Development and QA managers need to focus on delivering projects on schedule, controlling costs,

More information

Government buyer user manual System Requirements and Administration Version 2.0

Government buyer user manual System Requirements and Administration Version 2.0 Queensland Government etendering website Government buyer user manual System Requirements and Administration Version 2.0 July 2011 etender Help Desk phone 07 3836 0141 Table of contents 1 Introduction...

More information

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using

More information

CAMMS ONLINE SUPPORT PORTAL USER MANUAL

CAMMS ONLINE SUPPORT PORTAL USER MANUAL CAMMS ONLINE SUPPORT PORTAL USER MANUAL September 2014 PREPARED BY CAM Management Solutions Level 17, 45 Grenfell St, Adelaide SA 5000 Telephone: 08 8212 5787 Facsimile: 08-8212-5288 www.cammanagementsolutions.com

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

Note: A WebFOCUS Developer Studio license is required for each developer.

Note: A WebFOCUS Developer Studio license is required for each developer. WebFOCUS FAQ s Q. What is WebFOCUS? A. WebFOCUS was developed by Information Builders Incorporated and is a comprehensive and fully integrated enterprise business intelligence system. The WebFOCUShttp://www.informationbuilders.com/products/webfocus/architecture.html

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

SQL Injection Attack Lab Using Collabtive

SQL Injection Attack Lab Using Collabtive Laboratory for Computer Security Education 1 SQL Injection Attack Lab Using Collabtive (Web Application: Collabtive) Copyright c 2006-2011 Wenliang Du, Syracuse University. The development of this document

More information

Reference Manual. FootPrints version 5.5. UniPress Software Inc.

Reference Manual. FootPrints version 5.5. UniPress Software Inc. Reference Manual FootPrints version 5.5 UniPress Software Inc. FootPrints Reference Manual FootPrints Reference Manual FootPrints version 5.5 from UniPress Software FootPrints Reference Manual: Rev 5.5

More information

Lync Online Deployment Guide. Version 1.0

Lync Online Deployment Guide. Version 1.0 Date 28/07/2014 Table of Contents 1. Provisioning Lync Online... 1 1.1 Operating System Requirements... 1 1.2 Browser Requirements Administrative Centre... 1 2. Obtaining your login Credentials & Logging

More information

CourseBuilder Extension ADOBE elearning SUITE 6

CourseBuilder Extension ADOBE elearning SUITE 6 CourseBuilder Extension ADOBE elearning SUITE 6 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: Getting Started Overview..............................................................................................................

More information

How to Activate and Gain Access to your Pearson Digital ebook

How to Activate and Gain Access to your Pearson Digital ebook How to Activate and Gain Access to your Pearson Digital ebook This guide will walk you through the process of activating your Pearson digital ebook using a computer (PC or Mac). After purchasing your ebook

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

Creating an Apple ID on an iphone, ipad, or ipod touch with a Credit / Debit Card

Creating an Apple ID on an iphone, ipad, or ipod touch with a Credit / Debit Card To purchase and download from the itunes Store, you'll need to have an Apple ID. If you have used other Apple services such as icloud, the Mac App Store, or have purchased from the Apple Online Store,

More information

Frequently Asked Questions

Frequently Asked Questions Barclaycard Spend Management Frequently Asked Questions Access/Login 1. Is the user name case-sensitive? The user name is not case-sensitive. It must be a minimum of 6 characters and up to 100 characters.

More information

A Guide To Evaluating a Bug Tracking System

A Guide To Evaluating a Bug Tracking System A Guide To Evaluating a Bug Tracking System White Paper By Stephen Blair, MetaQuest Software Published: October, 2004 Abstract Evaluating a bug tracking system requires that you understand how specific

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Service Desk help topics for printing

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Service Desk help topics for printing HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Service Desk help topics for printing Document Release Date: July 2014 Software Release Date: July 2014 Legal

More information

CentreSuite Expense Management Cardholder USER GUIDE

CentreSuite Expense Management Cardholder USER GUIDE CentreSuite Expense Management Cardholder USER GUIDE CentreSuite Expense Management Cardholder User Guide Table of Contents 3 First Time User Log On 6 Quick Links From Your Home Screen 7 Statements 9 Reviewing

More information

Deltek Touch Time & Expense for Vision 1.3. Release Notes

Deltek Touch Time & Expense for Vision 1.3. Release Notes Deltek Touch Time & Expense for Vision 1.3 Release Notes June 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

OWA User Guide. Table of Contents

OWA User Guide. Table of Contents OWA User Guide Table of Contents 1. Basic Functionality of Outlook Web Access... 2 How to Login to Outlook Web Access (OWA)... 2 Change Password... 3 Mail... 3 Composing Mail... 5 Attachments - Web Ready

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

AMS Advantage Vendor Self Service. Registration Quick Start Guide Release 3.9

AMS Advantage Vendor Self Service. Registration Quick Start Guide Release 3.9 AMS Advantage Vendor Self Service Registration Quick Start Guide Release 3.9 Copyright 2001, 2011 CGI Technologies and Solutions Inc. All rights reserved. These materials contain the intellectual property

More information

HVCBank Online Banking FAQ

HVCBank Online Banking FAQ This document is designed to answer questions that may be asked before, during and after HVCBank s Upgrade to our new Internet Banking System. Please use this document as a guide. If you have any further

More information

mbank Introduces Personal Security Image MFA* for Consumer on-line banking *Multi-Factor Authentication

mbank Introduces Personal Security Image MFA* for Consumer on-line banking *Multi-Factor Authentication mbank Introduces Personal Security Image MFA* for Consumer on-line banking *Multi-Factor Authentication Enhanced security for your on-line banking activities. Beginning 24 January 2007 all mbank clients

More information

Instructions on registering in the Portal

Instructions on registering in the Portal Instructions on registering in the Portal Aim To use the DAAD Portal and, for example, submit an application, you have to register first. You only have to register once, and in doing so you make yourself

More information

Using the Westat Secure Transfer System (WSTS)

Using the Westat Secure Transfer System (WSTS) Welcome to the National Hospital Care Survey! You now have a username and password to sign on to the Westat Secure Transfer System (WSTS) maintained by Westat, an agent of the CDC s National Center for

More information

Jive Connects for Openfire

Jive Connects for Openfire Jive Connects for Openfire Contents Jive Connects for Openfire...2 System Requirements... 2 Setting Up Openfire Integration... 2 Configuring Openfire Integration...2 Viewing the Openfire Admin Console...3

More information

imhosted Web Hosting Knowledge Base

imhosted Web Hosting Knowledge Base imhosted Web Hosting Knowledge Base FTP & SSH Category Contents FTP & SSH 1 What is SSH and do you support it? 1 How do I setup and use SSH? 1 Will I have unlimited access to update my pages? 2 What is

More information

Troubleshooting AVAYA Meeting Exchange

Troubleshooting AVAYA Meeting Exchange Troubleshooting AVAYA Meeting Exchange Is my browser supported? Avaya Web Conferencing supports the following browser clients for joining conferences (with the described limitations). The supported browsers

More information

User Guide Anti-Spam Filter

User Guide Anti-Spam Filter TABLE OF CONTENTS About the filter...2 Accessing your filter...2 SPAM...3 Held Messages...3 Release...3 Delete...3 Allow...3 Educate your filter with IsSpam NotSpam...3 Settings...4 Filtering...5 Friends...6

More information

ilinc Implementation Guide: Preparation, Setup, Rollout, & Follow-up

ilinc Implementation Guide: Preparation, Setup, Rollout, & Follow-up ilinc Implementation Guide: Preparation, Setup, Rollout, & Follow-up ILINC COMMUNICATIONS, INC PHOENIX, ARIZONA Implementation Guide: Contents ilinc Implementation Guide...2 Section 1: Preparation...2

More information