CTT: CAI Testing Tool

Size: px
Start display at page:

Download "CTT: CAI Testing Tool"

Transcription

1 CTT: CAI Testing Tool Mary Dascola, Genise Pattullo and Jeff Smith, University of Michigan 1. Introduction In 2006 Survey Research Operations (SRO), a unit within the University of Michigan s Institute for Social Research, initiated the development of a tool for testing Computer Assisted Interviewing (CAI) instruments. Without adequate tools for systematic testing of the instruments, a research study may experience production delays, interviewer frustration with instruments that don t function properly, or collection of imperfect or incomplete data that fails to meet the needs of the research project. Prior to the development of the tool, testing comments were recorded in an Excel spreadsheet or a Word document. After months of testing and iterative testing rounds these documents were cumbersome and time consuming to maintain. To increase the overall quality of Computer Assisted Interviewing (CAI) through standardized testing procedures, reduce the cost of testing, increase access to information concerning CAI development and software de-bugging through preset and ad hoc performance metrics reports, the Computer Assisted Interviewing Testing Tool (CTT) was developed. The CTT is a comprehensive tool set that is used for testing and reviewing survey instruments and reporting on the testing process. The CTT application was developed to facilitate the testing of Blaise survey instruments by a variety of local and remote users. The CTT application automatically captures and consolidates testing comments, provides bug reports, assigns items to application developers and records testing outcomes. This paper will discuss the major components of the CTT application which will include the Preload builder, Instrument testing, bug recording, random case generator and reporting on testing notes. The CTT Administration system will be reviewed as well. 2. Objective In the past, research staff developing CAI applications did not have adequate tools for systematic testing of the instruments. As a result, projects would often have to send out revised data models during the production phase which added to the cost of administering each interview. After careful review of current products on the market, we made an internal decision to develop our own CAI testing application. We wanted an application that would minimize the costs of modifying data models and sending updates to the field staff, and the costs of missing data callbacks to respondents. Secondly, standardization of testing across projects. Our testing components are generic and can be used by all projects. Each project prepares study specific preload and scripts that run through CTT to ensure testing of critical path scenarios. In addition, standard quality assurance checks are performed on the resulting data and ad hoc testing performance metric reports are available and used to guide future testing efforts. CTT has increased the overall quality of CAI instruments through standardized testing procedures and reduced the cost of testing through automated regression testing and

2 random case generation. We were also able to facilitate development of risk-based testing plans and increase access to information concerning CAI development and software de-bugging through preset and ad hoc performance metrics reports. CTT will facilitate testing at various stages of development (individual modules, sets of modules, the complete instrument), with or without a sample management system. Our system is adaptable for testing on multiple platforms, i.e., on the network, desktop, or interviewer laptop. Replaying previous test cases with new data models and creating preload strings for different testing scenarios will reveal past errors to project staff quickly. CTT automatically captures and consolidates testing comments and bug reports, reviewing and assigning items to programmers, and recording outcomes. Development of CTT was in C#.NET with Visual Basic.Net components with a SQL Server 2005 Database. 3. Components The CAI Testing Tool includes six components for implementing and managing the testing process at various stages of instrument development. The Preload Builder and Instrument Testing modules are the main tools for actual testing of the instrument. Managing Problems and Reports facilitate maintenance of testing bugs found, fixed, or needing additional attention from the Testing Coordinator. The Random Case Generator tests skip patterns using data randomly generated by the system. The final module, Admin, manages administration of the entire testing tool, including adding projects for testing, assignment of testers to projects, and access rights Preload Builder To begin the testing process, preload lines are needed that contain data appropriate to the instrument being tested; that is, data that closely resemble the actual sample that will be used for production interviewing. The Preload Builder allows a tester to enter data and create preload lines without having to wait for another staff member to add different scenarios. A bit of intelligence about the production sample and questionnaire is necessary when entering preload data. Following is the first screen you come to when you choose to create preload.

3 Figure 1. Preload Builder Once a preload line is completed, it can be updated any number of times. It can also be updated and saved as new preload, thus creating additional lines representing different sample situations. Preload lines can be saved to the User tab so that only the tester has access to the lines; or lines can be saved to the Master tab, making the lines available to all testers assigned to the project Instrument Testing Preload lines created in the Preload Builder are presented for selection in the Instrument Testing module. A preload line is not altered in any way when it is selected for testing the instrument. It is possible, though, to create a scenario that captures all data a tester entered while testing the instrument. Using a preload line to create a scenario is akin to accessing a sample line and conducting an interview. It is not a requirement that a scenario is saved from every testing session. A tester can access a preload line, test the instrument, enter testing notes, and exit the instrument without saving. Following is the first screen you are presented when you select Instrument Testing.

4 Figure 2. Instrument Testing Screen The Master tab allows you to view scenarios and preloads that have been determined to be useful, thus eliminating the need for each tester to make their own preload. If you wish to test a scenario or preload on the Master tab, you simply select the button Copy to User and that scenario/preload will be copied to the User tab. Scenarios can be updated as many times as needed. A scenario can also be updated and saved as a new scenario, creating additional lines representing different interview situations. Scenarios are significantly useful when re-testing problems that were recorded in a previous testing session and fixed by the programmer. Scenarios are also important for testing revised data models. In both situations, using a scenario prevents a tester from having to re-answer questions in the instrument. A tester only needs to use the Jump to Field (shift F9) feature to get to the desired field for re-testing. During testing, all problems are saved to a master database that records important information about each problem, such as the problem ID, the tester who created the Testing Note, the data model used, the section and field indicator, question text, and the description of the problem. Prior to CTT, if the tester made an error recording the question the problem occurred on, it would become difficult for the programmer to find the question the tester was talking about. This tool eliminates the confusion and wasted time. Pressing a single key, F8, will bring up the Testing Notes screen and allow the tester to easily record their comments and resume testing.

5 Figure 3. Entering a New Problem If a bug or change has been requested already for a question, a list of the reported issues will be displayed for the tester. This feature has proved to be a big time saver since the tester can review previously entered comments, thus reducing the number of duplicate entries. Figure 4. Re-Testing an Existing Problem

6 3.3. Reports Reports are available to assist in the management of the testing process. When the testing round has been completed, the programmer will generate the Not Fixed by Programmer Detail Report from the Reports menu. Figure 5. Available Reports Figure 6. Main Report The report option allows the programmer to easily view the problems that have been reported. Previously, the programmer would have to pick out the problems from a large document that could get up to 30 or more pages in length. The tester was not forgotten either. They have a report in the Details Report menu called Ready to Test. As the name indicates, this report lists all the items that the programmer has fixed and the tester needs to review.

7 Several summary reports are available that provide information on test performance metrics such as number of problems found, fixed, and remaining for each data model tested. Figure 7. Summary Reports 3.4. Problem Management The Manage Problems feature is used by project managers and testing coordinators to review and manage the bugs/enhancements that are reported during testing. For example, the testing coordinator can change the problem status or level of priority of a problem on the screen. The programmer uses the Manage Problems module to locate New and Not Fixed problems. When a problem is resolved and ready for re-testing, the programmer sets problem status to Ready to Test, and the Testing Note is made available to testers once again for re-testing. Figure 8. Manage Problems Screen

8 3.5. Random Case Generator Automatically generating cases with random data in the Random Case Generator has the advantage of testing the entire instrument and every path within the instrument over many cases. It allows for focused generation of data and testing targeted skip patterns. The output generated, a file containing frequencies for all fields, is useful in determining whether or not all questions that should be on a path and answered actually have a response. Figure 9. Output Developed by Random Case Generator 3.6. Administrative Features CTT was designed to be a code driven system and contains an Admin module that allows CTT to be customized to meet different user needs without requiring changes from a programmer. You indicate in CTT the rights assigned to different users. This feature is only available for users with Admin rights. Some tasks completed in the module are adding users, setting up new studies, adding or modifying codes, assigning users to a study and importing preload files. Figure 10. Admin Options

9 4. Summary In summary, the CAI Testing Tool (CTT) is a very useful tool to manage the problemreporting process for Blaise instrument testing. The system provides the testers an easy interface to record problems and produce reports to use during testing cycles. CTT provides the programmers with accurate details regarding where the problem is located and provides reports to help make the changes to the Blaise application. During the last year of using CTT, we have been capturing end user s suggestions for improvements. These enhancements include: Adding the ability to copy all the Problem Type/Priority codes setup from one study to another one in the Admin menu item- Assign Priority. The studies are using the standard items and may change one or two. This enhancement would speed up the project setup and improve the usability of the tool. Enhancing CTT to be able to record problems/enhancements while testing in the Sample Management System SurveyTrak. Enhancing the Problem Management Window with several suggestions such as adding the ability to delete unwanted records; adding a fast way to change a group of problems to ready to test; adding the ability for the end user to create filters to control what displays for them in the Problem Mangemet window. Adding two new Detail reports: All Problems and Closed Problems. These reports would be useful to the testing coordinator to review all the problems regardless of status. Both reports are sorted by project, then Blaise field name. Adding the Synchronize Database feature to the CTT menu. Currently it is a shortcut on the desktop. The addition of the above features or changes will make this system more robust and user friendly. We have found that the CTT has achieved what it set out to accomplish and that the system is greatly appreciated by the users.

Baltimore Health and Mental Health Study Training Manual Page II - 1

Baltimore Health and Mental Health Study Training Manual Page II - 1 Baltimore Health and Mental Health Study Training Manual Page II - 1 II. COMPUTER SYSTEMS A. Blaise CAPI/CATI Instructions The ECA Survey s interview data will be collected using a computerized interview.

More information

Questionnaire Specification Database for Blaise Surveys

Questionnaire Specification Database for Blaise Surveys Questionnaire Specification Database for Blaise Surveys Lilia Filippenko, Valentina Grouverman, Joseph Nofziger, RTI International 1 Introduction Developing large scale, complex Computer Assisted Interview

More information

The Three-Legged Stool Is Now a Four- Legged Chair: Specification Guidelines for Blaise Survey Instruments

The Three-Legged Stool Is Now a Four- Legged Chair: Specification Guidelines for Blaise Survey Instruments The Three-Legged Stool Is Now a Four- Legged Chair: Specification Guidelines for Blaise Survey Instruments James R. Hagerman, Jody L. Dougherty, and Sue Ellen Hansen The University of Michigan 1. Introduction

More information

Foundation Level Syllabus Usability Tester Sample Exam

Foundation Level Syllabus Usability Tester Sample Exam Foundation Level Syllabus Usability Tester Sample Exam Version 2017 Provided by German Testing Board Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.

More information

Answer keys for Assignment 16: Principles of data collection

Answer keys for Assignment 16: Principles of data collection Answer keys for Assignment 16: Principles of data collection (The correct answer is underlined in bold text) 1. Supportive supervision is essential for a good data collection process 2. Which one of the

More information

TABLE OF CONTENTS. TECHNICAL SUPPORT APPENDIX Appendix A Formulas And Cell Links Appendix B Version 1.1 Formula Revisions...

TABLE OF CONTENTS. TECHNICAL SUPPORT APPENDIX Appendix A Formulas And Cell Links Appendix B Version 1.1 Formula Revisions... SPARC S INSTRUCTIONS For Version 1.1 UNITED STATES DEPARTMENT OF AGRICULTURE Forest Service By Todd Rivas December 29, 1999 TABLE OF CONTENTS WHAT IS SPARC S?... 1 Definition And History... 1 Features...

More information

2/18/2009. Introducing Interactive Systems Design and Evaluation: Usability and Users First. Outlines. What is an interactive system

2/18/2009. Introducing Interactive Systems Design and Evaluation: Usability and Users First. Outlines. What is an interactive system Introducing Interactive Systems Design and Evaluation: Usability and Users First Ahmed Seffah Human-Centered Software Engineering Group Department of Computer Science and Software Engineering Concordia

More information

QDS V4.0. New Features Documentation. NOVA Research Company

QDS V4.0. New Features Documentation. NOVA Research Company QDS V4.0 New Features Documentation NOVA Research Company Design Studio Features... 3 Data Element: Ranking Response Type... 3 Adding a Ranking Item... 3 Ranking Variables... 4 Automatic Variable New Type:

More information

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3)

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) COURSE STRUCTURE Introduction to Business Analysis Module 1 Needs Assessment Module 2 Business Analysis Planning Module

More information

NubiS Interviewer Manual

NubiS Interviewer Manual NubiS Interviewer Manual Version 1.1 August 2016 Preface Supporting every successful survey is a strong data collection tool. At the University of Southern California s Center for Economic and Social Research

More information

Extending Blaise Capabilities in Complex Data Collections

Extending Blaise Capabilities in Complex Data Collections Extending Blaise Capabilities in Complex Data Collections Paul Segel and Kathleen O Reagan,Westat International Blaise Users Conference, April 2012, London, UK Summary: Westat Visual Survey (WVS) was developed

More information

Software Testing Interview Question and Answer

Software Testing Interview Question and Answer Software Testing Interview Question and Answer What is Software Testing? A process of analyzing a software item to detect the differences between existing and required conditions (i.e., defects) and to

More information

Donor Database Management Survey Report

Donor Database Management Survey Report Donor Database Management Survey Report April 2018 TABLE OF CONTENTS Page I. Preface... 1 II. Analysis... 3 III. Conclusions... 9 IV. Survey Results... 10 Paul J. Strawhecker, Inc. I. PREFACE In March

More information

Problem and Solution Overview: An elegant task management solution, that saves busy people time.

Problem and Solution Overview: An elegant task management solution, that saves busy people time. An elegant task management solution, that saves busy people time. Team: Anne Aoki: Storyboarding, design, user studies, writing Alex Anderson: User studies, design Matt Willden: Ideation, writing, user

More information

A Blaise Editing System at Westat. Rick Dulaney, Westat Boris Allan, Westat

A Blaise Editing System at Westat. Rick Dulaney, Westat Boris Allan, Westat A Blaise Editing System at Westat Rick Dulaney, Westat Boris Allan, Westat Introduction Editing and delivering survey data pose challenges often quite separate from developing Blaise applications for data

More information

Configuration Configuration

Configuration Configuration Falcon Hotlink Table Of Contents Configuration...1 Configuration...1 ODBC Driver...1 Installation...1 Configuration...2 Data Sources...2 Installation...2 Configuration...4 Hotlink.xls...4 Installation...4

More information

CATI MANAGEMENT: Behind the Scenes

CATI MANAGEMENT: Behind the Scenes CATI MANAGEMENT: Behind the Scenes David Dybicki & Grant Benson, University of Michigan 1 1. Abstract The Blaise CATI management system has a series of built-in features designed to maximize calling efficiencies.

More information

Contact File Maintenance in ZonePro SQL

Contact File Maintenance in ZonePro SQL Contact File Maintenance in ZonePro SQL When your parcel data is converted and installed into ZonePro there is typically one record per parcel. Each of these records in turn has one owner name listing.

More information

STAFFING COORDINATOR S USER S GUIDE

STAFFING COORDINATOR S USER S GUIDE STAFFING COORDINATOR S USER S GUIDE Michigan State University COMPASS System TABLE OF CONTENTS INTRODUCTION... 2 VIEWING APPLICANTS TO YOUR POSTINGS... 2 Sorting & Filtering Applicants by Different Criteria...

More information

Chapter 5 Viewing Results, Generating Reports, and Administrative Functions

Chapter 5 Viewing Results, Generating Reports, and Administrative Functions Chapter 5 Viewing Results, Generating Reports, and Administrative Functions Q-interactive User Guide March 2017 1 Introduction This chapter focuses on how to organize and store data on Central, how to

More information

Heuristic Evaluation Project

Heuristic Evaluation Project INFSCI 2470: Interactive System Design Heuristic Evaluation Project Evaluated System: Course Agent http://wwwsispittedu/~cagent Group Members Abdul Raqeeb Abdul Azeez Arash Farsi Sriranjani Mandayam Denis

More information

Performance and security enhancements on the Blaise IS standard stylesheet

Performance and security enhancements on the Blaise IS standard stylesheet Performance and security enhancements on the Blaise IS standard stylesheet Arnaud Wijnant, Edwin de Vet CentERdata, Tilburg University, The Netherlands 1 Abstract CentERdata has several years of experience

More information

In version that we have released on October 5, 2015 you will find the following helpful new features:

In version that we have released on October 5, 2015 you will find the following helpful new features: Dear friends of Survey Solutions, In version 5.1.0 that we have released on October 5, 2015 you will find the following helpful new features: Export of commentaries; Export of meta information to DDI format;

More information

Formatting documents for NVivo, in Word 2007

Formatting documents for NVivo, in Word 2007 Formatting documents for NVivo, in Word 2007 Text in an NVivo document can incorporate most of the familiar richness of appearance that word processors provide, such as changes in font type, size and style,

More information

Conducting Remote Studies of Web Users Using WebLab UX

Conducting Remote Studies of Web Users Using WebLab UX Copyright 2006. Jan H. Spyridakis. All rights reserved. Designing the Future of Communication Conducting Remote Studies of Web Users Using WebLab UX Jan H. Spyridakis, Ph.D. Professor November 2006 Overview

More information

UNESCO, Division for Planning and Development of Education Systems, Section for Sector Policy Advice and ICT in Education (ED/PDE/PAD)

UNESCO, Division for Planning and Development of Education Systems, Section for Sector Policy Advice and ICT in Education (ED/PDE/PAD) Guidelines for On- line Data E ntry and Downloading Impact of the Global Financial and Economic Crisis on Education in Selected Developing Countries (DFID RIVAF) UNESCO, Division for Planning and Development

More information

Foundation Level Syllabus Usability Tester Sample Exam Answers

Foundation Level Syllabus Usability Tester Sample Exam Answers Foundation Level Syllabus Usability Tester Sample Exam s Version 2017 Provided by German Testing Board Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.

More information

Sample Exam. Advanced Test Automation - Engineer

Sample Exam. Advanced Test Automation - Engineer Sample Exam Advanced Test Automation - Engineer Questions ASTQB Created - 2018 American Software Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

Reporter User Guide RapidFire Tools, Inc. All rights reserved Ver 4T

Reporter User Guide RapidFire Tools, Inc. All rights reserved Ver 4T Reporter User Guide 2017 RapidFire Tools, Inc. All rights reserved 20171102 Ver 4T Contents Overview... 3 Components of the Reporter... 3 Reporter Appliance... 3 Network Detective Application... 3 Diagnostic

More information

HyundaiCX.com The new Customer Experience Platform replacing HyundaiCustomerInsights.com Quick Reference Guide

HyundaiCX.com The new Customer Experience Platform replacing HyundaiCustomerInsights.com Quick Reference Guide HyundaiCX.com The new Customer Experience Platform replacing HyundaiCustomerInsights.com Quick Reference Guide Log In Process: There will be 2 ways to access the site. 1. By clicking the HyundaiCX Survey

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

IRMA Researcher User Guide v2 DRAFT. IRMA Researcher User Guide

IRMA Researcher User Guide v2 DRAFT. IRMA Researcher User Guide IRMA Researcher User Guide v2 IRMA Researcher User Guide IRMA Researcher User Guide 1. Overview 1.01 What is IRMA? 1.02 What are the Benefits? 1.03 ISLHD Research and IRMA 2. Key Terms in IRMA 2.01 Coversheets

More information

What s New in Ideagen Pentana 4.2

What s New in Ideagen Pentana 4.2 --- What s New in Ideagen Pentana 4.2 Table of Contents 1 Introduction... 2 2 Major New Features... 3 2.1 Key Issues/Strategic Risks... 3 2.2 Definition Sign Offs... 3 2.3 Sampling... 4 2.4 Audit Problems...

More information

The BLR Employee Handbook Builder allows you to create your own customized employee handbook. Benefits include:

The BLR Employee Handbook Builder allows you to create your own customized employee handbook. Benefits include: Introduction to BLR s Employee Handbook Builder The BLR Employee Handbook Builder allows you to create your own customized employee handbook. Benefits include: Ability to work on a handbook from any computer

More information

CONDUCTING AN ACASI INTERVIEW

CONDUCTING AN ACASI INTERVIEW Use of Social Media to Improve Engagement, Retention, and Health Outcomes along the HIV Care Continuum Initiative ACASI Quick-start Guide Version 1 CONDUCTING AN ACASI INTERVIEW Installation (details given

More information

Folsom Library & RensSearch Usability Test Plan

Folsom Library & RensSearch Usability Test Plan Folsom Library & RensSearch Usability Test Plan Eric Hansen & Billy Halibut 1 Table of Contents Document Overview!... 3 Methodology!... 3 Participants!... 3 Training!... 4 Procedure!... 4 Roles!... 4 Ethics!5

More information

Dear friends of Survey Solutions,

Dear friends of Survey Solutions, Dear friends of Survey Solutions, In version 5.12.0 that we have released on September 06, 2016 we release the interviewer cover page and improvements related to functioning of rosters, as well as other

More information

Managing the CaseMap Admin Console User Guide

Managing the CaseMap Admin Console User Guide Managing the CaseMap Admin Console User Guide CaseMap Server, Version 2.3 Accessing the CaseMap Admin Console Registering CaseMap Servers Registering SQL Servers Setting Up Roles and Users Managing SQL

More information

Slide 1 & 2 Technical issues Slide 3 Technical expertise (continued...)

Slide 1 & 2 Technical issues Slide 3 Technical expertise (continued...) Technical issues 1 Slide 1 & 2 Technical issues There are a wide variety of technical issues related to starting up an IR. I m not a technical expert, so I m going to cover most of these in a fairly superficial

More information

TABLE OF CONTENTS. For questions,

TABLE OF CONTENTS. For questions, RTOG1016@OSU ipad and CASI Survey User Manual For questions, email RTOG1016@osumc.edu TABLE OF CONTENTS I. RTOG 1016 CASI SURVEY APPLICATION...... 2 A. First steps before administering surveys to participants...

More information

To access the PAC please direct your browser to the SMG Main Website located at

To access the PAC please direct your browser to the SMG Main Website located at 1 To access the PAC please direct your browser to the SMG Main Website located at www.selfmgmt.com. Enter your Username and Password. If a branded website has been created for your organization, login

More information

The Effectiveness of Mailed Invitations for Web Surveys

The Effectiveness of Mailed Invitations for Web Surveys The Effectiveness of Mailed Invitations for Web Surveys Wolfgang Bandilla 1, Mick P.Couper 2, Lars Kaczmirek 1 1 GESIS Leibniz Institute for the Social Sciences 2 University of Michigan Background 1 If

More information

Master Every Stage of Your Mobile App Lifecycle: Micro Focus Mobile Center. Brochure. Application Development, Test & Delivery

Master Every Stage of Your Mobile App Lifecycle: Micro Focus Mobile Center. Brochure. Application Development, Test & Delivery Master Every Stage of Your Mobile App Lifecycle: Micro Focus Mobile Center Brochure Application Development, Test & Delivery Brochure Master Every Stage of Your Mobile App Lifecycle: Center Master the

More information

Getting Started with SSI Web v3 A 45-Minute Hands-On Tour

Getting Started with SSI Web v3 A 45-Minute Hands-On Tour Getting Started with SSI Web v3 A 45-Minute Hands-On Tour What is SSI Web? SSI Web is a software system for creating Web-based questionnaires. These questionnaires can include standard survey questions,

More information

The Office of Information and Organizational Systems. MCPS Online Administrative Student Information System (OASIS) Emergency Card.

The Office of Information and Organizational Systems. MCPS Online Administrative Student Information System (OASIS) Emergency Card. The Office of Information and Organizational Systems MCPS Online Administrative Student Information System (OASIS) Emergency Card User Manual July 10, 2007 Table of Contents 1 Introduction... 1 2 Add Student

More information

Advanced Software Engineering: Software Testing

Advanced Software Engineering: Software Testing Advanced Software Engineering: Software Testing COMP 3705(L4) Sada Narayanappa Anneliese Andrews Thomas Thelin Carina Andersson Web: http://www.megadatasys.com Assisted with templates News & Project News

More information

needs, wants, and limitations

needs, wants, and limitations In broad terms Process in which the needs, wants, and limitations of end users of a product are given extensive attention at each stage of the design process. ISO principles which says that the design

More information

Load Watch SM Distributed Resources System Operations Center

Load Watch SM Distributed Resources System Operations Center DTE Energy Generator and Energy Monitoring Services Load Watch SM Distributed Resources System Operations Center Users Guide V.8 March 00 For Technical Support or Questions Call --5-5590 Log-in Screen

More information

Introducing Qualtrics. A Guide to CofC s Electronic Survey Program

Introducing Qualtrics. A Guide to CofC s Electronic Survey Program Introducing Qualtrics A Guide to CofC s Electronic Survey Program Index What is Qualtrics? Creating a survey Qualtrics online tutorials My Surveys Accessing Your Surveys Closing Your Surveys Creating Your

More information

CONFERENCE PROCEEDINGS QUALITY CONFERENCE. Conference Paper Excerpt from the 28TH ANNUAL SOFTWARE. October 18th 19th, 2010

CONFERENCE PROCEEDINGS QUALITY CONFERENCE. Conference Paper Excerpt from the 28TH ANNUAL SOFTWARE. October 18th 19th, 2010 PACIFIC NW 28TH ANNUAL SOFTWARE QUALITY CONFERENCE October 18th 19th, 2010 Conference Paper Excerpt from the CONFERENCE PROCEEDINGS Permission to copy, without fee, all or part of this material, except

More information

Sample Exam. Advanced Test Automation Engineer

Sample Exam. Advanced Test Automation Engineer Sample Exam Advanced Test Automation Engineer Answer Table ASTQB Created - 08 American Stware Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

IRMA Human Ethics Researcher User Guide

IRMA Human Ethics Researcher User Guide IRMA Human Ethics Researcher User Guide IRMA Researcher User Guide 1. Overview 1.01 What is IRMA? 1.02 What are the Benefits? 1.03 ISLHD Research and IRMA 2. Key Terms in IRMA 2.01 Coversheets 2.02 Templates

More information

FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker

FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker User s Guide 2003-2004 FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc., registered

More information

Assigning an Assessment for Online Delivery in Edusoft

Assigning an Assessment for Online Delivery in Edusoft Assigning an Assessment for Online Delivery in Edusoft The ability to assign assessments for online delivery depends on your level of access to Edusoft. Only the designated Edusoft Account Administrator

More information

Discovering Information through Summon:

Discovering Information through Summon: Discovering Information through Summon: An Analysis of User Search Strategies and Search Success Ingrid Hsieh-Yee Professor, Dept. of Library and Information Science, Catholic University of America Shanyun

More information

Usability Test Report: Homepage / Search Interface 1

Usability Test Report: Homepage / Search Interface 1 Usability Test Report: Homepage / Search Interface 1 Summary Emily Daly, Bendte Fagge, and Steph Matthiesen conducted usability testing of the homepage and search interface in the newly redesigned Duke

More information

EBSCO Discovery Service (EDS): a Research Study for NYU Libraries!!!!!!

EBSCO Discovery Service (EDS): a Research Study for NYU Libraries!!!!!! EBSCO Discovery Service (EDS): a Research Study for NYU Libraries Juliana Culbert, Houda El-Mimouni, Nadaleen Tempelman-Kluit NYU Bobst Library, UX Department Spring 2014 Table of Contents Executive Summary

More information

Scheduler Plug-In PTC Inc. All Rights Reserved.

Scheduler Plug-In PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Plug-In Interface 5 Schedule Properties 7 Exception / Recurrence Group - General Properties 7 Recurrence General Properties

More information

Version Operator Orientation. TIMMS Client. A guide to using the TIMMS System. Training & Navigation Notes

Version Operator Orientation. TIMMS Client. A guide to using the TIMMS System. Training & Navigation Notes Version 7.2.4 Operator Orientation TIMMS Client A guide to using the TIMMS System Training & Navigation Notes Disprax Pty Ltd 2015 WHAT IS TIMMS? TIMMS Stands for: Total Industry Management and Marketing

More information

SOFTWARE DEVELOPMENT: DATA SCIENCE

SOFTWARE DEVELOPMENT: DATA SCIENCE PROFESSIONAL CAREER TRAINING INSTITUTE SOFTWARE DEVELOPMENT: DATA SCIENCE www.pcti.edu/data-science applicant@pcti.edu 832-484-9100 PROGRAM OVERVIEW Prepare for a life changing career as a data scientist

More information

2S00012W -Selling the Avaya IP Office Platform Overview. Selling the Avaya IP Office Platform Overview. October, S00012W

2S00012W -Selling the Avaya IP Office Platform Overview. Selling the Avaya IP Office Platform Overview. October, S00012W 1 2S00012W Selling the Avaya IP Office Platform Overview October, 2014 Welcome to Avaya IP Office Overview. To help you extract the most value for your customers via IP Office s deployment options and

More information

Sample Exam. Certified Tester Foundation Level

Sample Exam. Certified Tester Foundation Level Sample Exam Certified Tester Foundation Level Answer Table ASTQB Created - 2018 American Stware Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT MANAGING THE DIGITAL FIRM, 12 TH EDITION Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT VIDEO CASES Case 1: Maruti Suzuki Business Intelligence and Enterprise Databases

More information

Better, Faster, Cheaper? Completing Intercept Surveys on Cell Enabled ipads

Better, Faster, Cheaper? Completing Intercept Surveys on Cell Enabled ipads Better, Faster, Cheaper? Completing Intercept Surveys on Cell Enabled ipads James Dayton, ICF International Katelyn Muir, ICF International Rob Pels, ICF International 2012 AAPOR Conference Orlando, FL

More information

Atlas LCC Legal Hold Notice Tips

Atlas LCC Legal Hold Notice Tips LCC Legal Hold Notice Tips LCC Hold Notices Content Revision History...3 Introduction...4 Request and Scoping...4 How to scope a new request...4 Adding People manually to scope...5 Adding Data Sources

More information

Shift Left, Automation, and Other Smart Strategies for Getting Ahead in QA

Shift Left, Automation, and Other Smart Strategies for Getting Ahead in QA Welcome! Test Early, Test Often Shift Left, Automation, and Other Smart Strategies for Getting Ahead in QA A little bit about us Jeff Van Fleet President and CEO Lighthouse Technologies 30+ years software/qa

More information

Public Speaking Goes Mobile

Public Speaking Goes Mobile Public Speaking Goes Mobile SpeakEasy Allisyn Jones Sheilia Campbell Samar Aleem Paula Croisetiere Christine Wessels Agenda Overview User Research Plan Usability Testing- Round 1 Usability Testing-Round

More information

TestingPal. User Guide. Chemuturi Consultants Version Date Description Approved By

TestingPal. User Guide. Chemuturi Consultants   Version Date Description Approved By TestingPal User Guide Chemuturi Consultants www.effortestimator.com murali@chemuturi.com Version Date Description Approved By 1.0 9th Sep Baseline Version Murali Chemuturi 2006 Table of Contents 1. INTRODUCTION...

More information

Blaise Questionnaire Text Editor (Qtxt)

Blaise Questionnaire Text Editor (Qtxt) Blaise Questionnaire Text Editor (Qtxt) Grayson Mitchell, Statistics New Zealand 1. Abstract Qtxt is a program designed to reduce the amount of work involved with the production of large questionnaires.

More information

sqamethods Approach to Building Testing Automation Systems

sqamethods Approach to Building Testing Automation Systems sqamethods Approach to Building Testing Automation Systems By Leopoldo A. Gonzalez leopoldo@sqamethods.com BUILDING A TESTING AUTOMATION SYSTEM...3 OVERVIEW...3 GOALS FOR AN AUTOMATION SYSTEM...3 BEGIN

More information

Standard Glossary of Terms used in Software Testing. Version 3.2. Foundation Extension - Usability Terms

Standard Glossary of Terms used in Software Testing. Version 3.2. Foundation Extension - Usability Terms Standard Glossary of Terms used in Software Testing Version 3.2 Foundation Extension - Usability Terms International Software Testing Qualifications Board Copyright Notice This document may be copied in

More information

PrintStream Interface User Guide

PrintStream Interface User Guide PrintStream Interface User Guide Table Of Contents Overview...1 How the Interface Works...1 Set Up...5 DAT-MAIL STATEMENT PRINTING AND POST MASTER SETUP:...6 PRINTSTREAM SETUP...8 DAT-MAIL Standard Operating

More information

EPRI Software Development 2016 Guide for Testing Your Software. Software Quality Assurance (SQA)

EPRI Software Development 2016 Guide for Testing Your Software. Software Quality Assurance (SQA) EPRI Software Development 2016 Guide for Testing Your Software Software Quality Assurance (SQA) Usability Testing Sections Installation and Un-Installation Software Documentation Test Cases or Tutorial

More information

Web Manual: Checkbox Surveys March 2014

Web Manual: Checkbox Surveys March 2014 March 2014 Suite 115, 1665 West Broadway, Vancouver, BC V6J 5A4 T. 1800.665.2262 F. 604.638.2916 www.divisionsbc.ca Table of Contents Getting Started... 3 Survey Checklist... 4 Group & User Management...

More information

Great Start to Quality STARS Quality Improvement Consultants User Manual STARS - Systematic Tiered Assessment and Rating Solution

Great Start to Quality STARS Quality Improvement Consultants User Manual STARS - Systematic Tiered Assessment and Rating Solution STARS Quality Improvement Consultants User Manual STARS - Systematic Tiered Assessment and Rating Solution Table of Contents 1 Great Start to Quality... 4 1.1 Welcome... 4 1.2 Introduction to the Great

More information

Washington State Office of Superintendent of Public Instruction. Direct Certification System User s Manual

Washington State Office of Superintendent of Public Instruction. Direct Certification System User s Manual Washington State Office of Superintendent of Public Instruction Direct Certification System Contents Introduction... 1 Who Uses the Direct Certification System?... 1 Why Use the Direct Certification System?...

More information

STRATEGY STATEMENT OF QUALIFICATIONS

STRATEGY STATEMENT OF QUALIFICATIONS STRATEGY STATEMENT OF QUALIFICATIONS STOK IS YOUR VALUES- ALIGNED PARTNER IN THE DISCOVERY, CO-CREATION, AND DELIVERY OF HIGH- PERFORMANCE SPACES Salesforce Tower San Francisco, CA SERVICES LEED Platinum

More information

Usability Test Report: Bento results interface 1

Usability Test Report: Bento results interface 1 Usability Test Report: Bento results interface 1 Summary Emily Daly and Ian Sloat conducted usability testing on the functionality of the Bento results interface. The test was conducted at the temporary

More information

Experience with Blaise 5 Layouts and Templates

Experience with Blaise 5 Layouts and Templates Experience with Blaise 5 Layouts and Templates Sharon Johnson, Richard Squires, and Michael Johnson, U.S. Census Bureau 1. Abstract Moving a current Blaise 4 survey instrument to Blaise 5 involves much

More information

Automating the Capture of Data Transformation Metadata

Automating the Capture of Data Transformation Metadata Automating the Capture of Data Transformation Metadata H.V. Jagadish Univ. of Michigan http://www.eecs.umich.edu/~jag George Alter, University of Michigan Why Metadata? Data are useless without Metadata

More information

Guide for Candidates: Online Progress Reports

Guide for Candidates: Online Progress Reports Guide for Candidates: Online Progress Reports What is Quest Quest is our comprehensive research management system used to administer and support research activity at Victoria University. All Progress Reports

More information

A CONFUSED TESTER IN AGILE WORLD

A CONFUSED TESTER IN AGILE WORLD A CONFUSED TESTER IN AGILE WORLD QA A LIABILITY OR AN ASSET THIS IS A WORK OF FACTS & FINDINGS BASED ON TRUE STORIES OF ONE & MANY TESTERS!! J Presented By Ashish Kumar, A STORY OF TESTING. WHAT S AHEAD

More information

FIDO Webinar Training - Exercise 1: Basic Navigation

FIDO Webinar Training - Exercise 1: Basic Navigation FIDO Webinar Training - Exercise 1: Basic Navigation Created with FIDO version 1.5.1.05 the screen shots may not match exactly with other versions. Shaded font indicates specific instructions for you to

More information

TRAINING MANAGEMENT SYSTEM MANUAL

TRAINING MANAGEMENT SYSTEM MANUAL TRAINING MANAGEMENT SYSTEM MANUAL Publication SPI82-0811 Table of Contents OVERVIEW... 1 INTRODUCTION... 1 ABOUT SAFE PASSAGE AND YOU... 2 SOFTWARE... 2 TRAINING... 2 UNDERSTANDING SAFE PASSAGE... 3 USING

More information

Appointment System User Manual

Appointment System User Manual Appointment System User Manual August 20, 2018 This appointment system was developed by AARP Foundation Tax-Aide volunteers from Colorado to replace various paper or spreadsheet type systems. It provides

More information

Create quick link URLs for a candidate merge Turn off external ID links in candidate profiles... 4

Create quick link URLs for a candidate merge Turn off external ID links in candidate profiles... 4 Credential Manager 1603 March 2016 In this issue Pearson Credential Management is proud to announce Generate quick link URLs for a candidate merge in the upcoming release of Credential Manager 1603, scheduled

More information

Business Continuity Planning

Business Continuity Planning Information Systems Audit and Control Association www.isaca.org Business Continuity Planning AUDIT PROGRAM & INTERNAL CONTROL QUESTIONNAIRE The Information Systems Audit and Control Association With more

More information

KIAS - Kansas Integrated Accountability System

KIAS - Kansas Integrated Accountability System Quick Start Guide for LEA Users IDEA Indicator 11 2018 Leader Services Introduction This document will explain how LEAs can use the Kansas Integrated Accountability System (KIAS) to complete the IDEA Indicator

More information

Online Evaluation Tool: Dashboards and Reports

Online Evaluation Tool: Dashboards and Reports Slide 1 Online Evaluation Tool: Dashboards and DeLea Payne, Tad Piner Donna Albaugh, Kim Simmons, Robert Sox, Savon Willard, & Beth Ann Williams Welcome to our Online Evaluation Tool: Completing the Teacher

More information

CTI Meeting Technology March 1, It s new! Announcing upgrades to cslide security and UX/UI

CTI Meeting Technology March 1, It s new! Announcing upgrades to cslide security and UX/UI It s new! Announcing upgrades to cslide security and UX/UI New administrative login offers maximum access from the get-go Full access at your highest level of permission if you ve been given access, you

More information

School of Computing and Information Sciences

School of Computing and Information Sciences Course Title: Date: 3/5/009 Course Number: Number of Credits: 3 Subject Area: Application Development Subject Area Coordinator: Kip Irvine email: irvinek@cis.fiu.edu Catalog Description: Application development

More information

Usability Testing Methodology for the 2017 Economic Census Web Instrument

Usability Testing Methodology for the 2017 Economic Census Web Instrument Usability Testing Methodology for the 2017 Economic Census Web Instrument Rebecca Keegan Economic Statistical Methods Division March 8th, 2017 FCSM Disclaimer: Any views expressed are those of the author

More information

Streaming Presentation Manager User Guide

Streaming Presentation Manager User Guide Streaming Presentation Manager User Guide This user guide is intended to be used in conjunction with Slides, Audio with Slides Streaming or Video with Slides Streaming. First we will review the product

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT File Integrity Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one

More information

Google Drive is: After you login in to your Burlington Township Google Apps account, please click the Drive icon on your homepage.

Google Drive is: After you login in to your Burlington Township Google Apps account, please click the Drive icon on your homepage. Google Drive is: A personal cloud storage service from Google that helps users store, synchronize, and share content (powerpoints, docs, presentations, surveys, spreadsheets, etc.) across computers, laptops

More information

POPSCREEN. Introduction

POPSCREEN. Introduction 1 POPSCREEN The POPSCREEN TM provides an efficient and economical solution to the challenge of targeting and screening a high number of potential recruits. The POPSCREEN TM : is an on-line 24/7 screening

More information

CIS 890: Safety Critical Systems

CIS 890: Safety Critical Systems CIS 890: Safety Critical Systems Lecture: Requirements Introduction Copyright 2011, John Hatcliff. The syllabus and all lectures for this course are copyrighted materials and may not be used in other course

More information

Opening a Data File in SPSS. Defining Variables in SPSS

Opening a Data File in SPSS. Defining Variables in SPSS Opening a Data File in SPSS To open an existing SPSS file: 1. Click File Open Data. Go to the appropriate directory and find the name of the appropriate file. SPSS defaults to opening SPSS data files with

More information

Using Blaise for Implementing a Complex Sampling Algorithm. By Linda Gowen and Ed Dolbow, Westat Inc.

Using Blaise for Implementing a Complex Sampling Algorithm. By Linda Gowen and Ed Dolbow, Westat Inc. Using Blaise for Implementing a Complex Sampling Algorithm By Linda Gowen and Ed Dolbow, Westat Inc. Introduction A new in-person household survey using Blaise as the tool to perform computer aided interviewing

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT Disk Change Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one to

More information