Acceptance Test Plan

Size: px
Start display at page:

Download "Acceptance Test Plan"

Transcription

1 Acceptance Test Plan

2 CURRENT DOCUMENT STATUS Version Number 1.0 File Name POS Connect Delivery Date 1/22/2013 Owner Description Taite Hughes, Martin Barbella, Sidhant Garg, Pradit Modi, Ryan Christen, Mohamadou Kone POS Connect Testing guidelines REVISI ON HISTO RY Revision Version Description of Change Changed By Effective Date Initial Revision Taite Hughes, Martin Barbella, Sidhant Garg, Pradit Modi, Ryan Christen, Mohamadou Kone 1/22/2013

3 TABLE OF CONTENTS 1 INTRODUCTION 1.1 Overview 1.2 Summary 1.3 Definitions and Acronyms 2 ACCEPTANCE TEST APPROACH 2.1 Acceptance Test Approach Summary 3 ACCEPTANCE TEST PROCESS 3.1 Establish Acceptance Test Framework 3.2 Plan Acceptance Test Activities 3.3 Develop Acceptance Test Cases Sources for Test Cases Test Procedures Development Testing Priority Test Tools Develop Test Traceability Documentation 3.4 Set Up the Acceptance Testing Environment 3.5 Execute Tests Record Issues/Defects Retesting Corrected Software Document Acceptance Test Results 4 ACCEPTANCE TEST ENTRANCE / EIT CRITERIA 4.1 Acceptance Test Entrance Criteria 4.2 Acceptance Test Exit Criteria 5 TEST CASES 5.1 Customer Test Cases Common Browsing a Store Cart Management and Checkout 5.2 POS Connect Website Test Cases

4 5.2.1 Common Downloading the Client 5.3 Online Store Management Test Cases Common Logging In Inventory Management Theme Management 5.4 Sales Test Cases Common Shipping Inventory Management 5.5 Client Test Cases Common Modifications Syncing 5.6 Conflict Test Cases Common Conflicts 5.7 Logging Test Cases Common Logged Information 6 RISKS 6.1 Insufficient Test Time 6.2 Incomplete Requirements 6.3 A Test Environment is not the same as the Production Environment 7 TRACEABILITY MATRI

5 1. INTRODUCTION 1.1 Overview This document is the Acceptance Test Plan (ATP) for POS_Connect software. This document is to be used to compare against the system created to ensure that the correct functionality has been implemented. The ATP contains the information and tests necessary for the acceptance testing. These tests are for validating that the system performs the functions that are required of it. The contents of the ATP are created with accordance to the requirement specification document, and thus the document traces back to the specifications in the requirement specification document. 1.2 Summary POS_Connect is a self contained standalone product. It is targeted at small businesses for the purpose of integrating with an existing local POS and creating a client editable web store with a focus on simple

6 user interface controls for clients that have little to no technical knowledge. 1.3 Definitions and Acronyms POS_Connect : The name of the product for which this document is being written. POS : Point of Sale, the part of the system that deals with transactions of goods or services for companies. ATP : Acceptance Test Plan. It is the document responsible for the information reguarding testing and building a correct and functional product. Visual Studio 2010 : A development environment for coding in specific microsoft developed languages. NetBeans IDE : A development environment that uses PHPUnit plug in order to do unit test. PHP Unit A testing framework we use to do unit test of the web application. Github : A web based hosting service for software development projects that handles source control. Github Issue Tracker : A system for monitoring the code and code progress within a Github environment. 2. ACCEPTANCE TEST APPROACH 2.1 Acceptance Test Approach Summary The test teams use a combination of white and black box testing with a primary focus on testing for success of components. There are some some testing for failure of systems where test for pass is inadequate. Test teams are also required to achieve maximum code coverage. This means that ideally 100% of all code written is executed, but 95% or higher is acceptable. 3. ACCEPTANCE TEST PROCESS 3.1 Establish Acceptance Test Framework The Acceptance Test Plan establishes the acceptance test framework used by the to plan, execute, and document acceptance testing of POS_Connect. Industry best practices for acceptance testing and data derived from the acceptance test team s interface with the software development processes form the basis for the Acceptance Test framework. 3.2 Plan Acceptance Test Activities A successful acceptance test effort requires planning. The acceptance test team identifies the tasks that need to be accomplished, including milestones. The functional requirements and POS_Connect documents are the primary drivers for identifying those tasks. The acceptance test schedule is the timeline of acceptance testing activities and deliverable due dates. For each acceptance testing effort, a test schedule is developed identifying the major test preparation, test execution, and test reporting activities, as well as providing interim checkpoints to measure the

7 progress of acceptance testing. 3.3 Develop Acceptance Test Cases Sources for Test Cases The acceptance test team uses the requirements, existing documentation, and actual execution of the existing test software to aid in development of the acceptance test cases. The acceptance test team reviews the software documentation, other documentation, and existing software to identify software components and features. The acceptance test team also attends requirements and design meetings and interviews persons involved in the system analysis, development, test, and operations to identify gaps and clarify questions Test Procedures Development All tests cases must follow the same procedure to be tested. They must be properly researched, assigned a priority, added to the Acceptance Test Plan, properly executed, and documented, in this order. This method allows for a universally known process making test teams more efficient Assigning Test Priority Assigning a test priority provides built in mitigation for schedule risks. Therefore, prior to the test effort, the most critical system features are identified and assigned a priority level. The most critical items are tested first, followed by progressively less critical items. This ensures the critical items are tested when insufficient test time is allocated for acceptance testing. This approach also provides immediate feedback on the critical system features early in the acceptance test so the developers can begin addressing serious defects immediately. Any test cases that are not run are recorded and all parties (stakeholders and development team) will be made aware of the problem in the test summary report Test Tools a Windows Visual Studio 2010 b Netbeans IDE NetBeans IDE is a development environment that uses PHPUnit plug in order to do unit test. c PHPUnit PHPUnit is a testing framework we use to do unit test of the web application. d Github issue tracker for recording and tracking known bugs Develop Test Traceability Documentation Test traceability is used to verify that functional requirements are accounted for, and appropriately tested, in the delivered software. It provides traceability between the requirements and the test cases. The acceptance test team develops the traceability from the requirements documents for the software. (See section 7 for Traceability Matrix)

8 3.4 Establish Testing Environment The acceptance test environment is made up of two different testing environments. Test teams are expected to be familiar with and have both environments functional prior to executing any test cases. The first environment is Windows Visual Studio 2010 for testing all client based C# related code. The other environment is Netbeans IDE running PHPUnit for testing all PHP related server code. Both environments are linked to the project s Github Issue tracking service where all information regarding bugs is recorded. 3.5 Execute Tests Acceptance test execution is an iterative process that begins with the initial execution of the planned tests. If no defects are discovered, then the test procedure have passed. If defects are discovered, they are documented, the defect is assigned to and fixed by a member of the development team, and the module is retested. Ideally, acceptance testing continues until all the acceptance tests are successfully executed. However, the acceptance test team recognizes that the system has firm deadlines. Thus, early in acceptance testing, the acceptance test team focuses on critical functionality and new features. If test time expires before completion of the acceptance tests, the acceptance test team provides the stakeholder with a list of the untested tests along with a risk analysis regarding the untested functionality Record Issues/Defects As the acceptance test team identifies issues and defects, the acceptance test team records them. For each incident, the defect tracking system, hosted on Github, documents what occurred, how it occurred, when it occurred, the tester who discovered it, and a preliminary assessment of the severity or priority of the problem. The acceptance test team tracks and reports on open defects until they are closed Retesting Corrected Software Upon receipt of a software correction, the acceptance test team re executes acceptance test procedures to retest each corrected defect. If the incident does not re occur the acceptance test team recommends closure of the defect. If the incident continues to occur, the acceptance test team informs the stakeholder and the development team and the defect remains open Document Acceptance Test Results At the end of the acceptance test, the acceptance test team produces a report summarizing the results of the acceptance test. The Test Summary Report is a short report summarizing the test activities, and identifies outstanding deficiencies and issues. The acceptance test team delivers

9 this report on a mutually agreed upon time frame shortly after the end of acceptance test. This report provides the stakeholder with information to make an informed system software acceptance or rejection decision. 4. ACCEPTANCE TEST ENTRANCE / EIT CRITERIA 4.1 Acceptance Test Entrance Criteria The acceptance test plan can be initiated when: POS Connect undergoes Unit Tests, Integration Tests, and System Tests A copy of the latest version of the Software Requirements Specification is received Consent of the Project Leader is obtained Consent of the Project Advisor is obtained Consent of the Project Stakeholder is obtained 4.2 Acceptance Test Exit Criteria The acceptance test plan is terminated when one of the following conditions has been met: All of the requirements outlined in the Software Requirements Specification is met (Success) At least one requirement deviated from the specification (Failure) 5. TEST CASES 5.1 Customer Test Cases Common For all customer test cases, a user is browsing a web store that is set up by POS Connect in a web browser Browsing a Store The user s cart is empty. The user navigates to a store located on a subdomain of the POS connect domain. The main page for the expected store is displayed. The main page for a particular store is rendered in a user s browser. The user clicks on the Products Page link on the navigation.

10 Products are displayed along with short descriptions, images (if they are available), buttons to add products directly to the cart, and options to filter by categories and search the products. A user is on the products page. The user clicks on a particular product. The product detail page for the product in question is displayed, which contai picture of the product (if available), the long description of the product, price, and a button to add the product to the cart. A user is on the products page. The user enters keywords into the search box and presses enter. A subset of the products are displayed which match the keywords entered by user. A user is on the products page. The user selects a product category by clicking on the link for the category in question. A subset of the products are displayed which belong to the selected category Cart Management and Checkout A user is somewhere on an individual store s site. The user selects the view cart option from the navigation. The user is brought to the cart page, which allows them to view the items pres in their cart, change quantities of the items, remove items entirely, or proceed checkout. A user is on the checkout page on a site that has chosen to use PayPal for checkout. The user provides the requested information and presses a button to proceed t

11 the payment page. The user is directed to PayPal to finish the checkout process. A user is on the checkout page on a site that has chosen to use authorize.net fo checkout. The user provides the requested information and presses a button to proceed t the payment page. The user is directed to authorize.net to finish the checkout process. 5.2 POS Connect Website Test Cases Common For POS Connect Website test cases, a user is someone who has navigated to the main page for POS Connect in a web browser. These users are potential clients who are seeking to learn more about POS connect, or who want to start using POS Connect Downloading the Client None. A user navigates to the main page for POS Connect. A link for the home page is displayed in the navigation. It shows up with a different background color than the other links from the home page. Other lin show up with a different background color. A search box is displayed on the top right hand side of the page. A user is on the main page for POS Connect. The user selects the download option in the navigation. The download page is displayed. A user is on the POS Connect download page. The user fills out the required information to create an account and clicks the submit button.

12 The installer is downloaded through the user s web browser, and an account i created for the user. 5.3 Online Store Management Test Cases Common For Online Store Management test cases, users are the owners of web stores managed by POS Connect. Unless otherwise noted, they already have authenticated using their credentials on their own store s site Logging In The user is not yet authenticated and clicks on the log in link on their own sto site. This leaves them on the login page for their store. User tries to log in with valid credentials. The user is brought to the main administration page. The user is not yet authenticated and clicks on the log in link on their own sto site. This leaves them on the login page for their store. User tries to log in with invalid credentials. An error is displayed, and the user is unable to proceed to the administration page Inventory Management A user is on the product administration page. This displays a list of items that a part of the store s inventory. The user selects a particular product. The administrative detail page for that product is displayed. A user is on the administrative product detail page for a particular item. The user edits the long description, stock, image, name, or any other displaye information about the product.

13 These changes are immediately reflected on the web store, and are also made the local POS after the next sync occurs Theme Management A user is on the theme administration page. The user selects a new theme from a preselected set of themes. The theme used by the web store in question is changed to the newly selected theme. 5.4 Sales Test Cases Common For sales test cases, the user is a store owner who has already authenticated to the administration page for their store and has navigated to the sales section Shipping Sales have previously been made that have not yet been processed. User clicks on a button to print shipping labels for an order that has previousl been made. The shipping label is printed with the correct receiver's name and address on i and the items that are a part of the order are listed Inventory Management The user has just finished entering payment processing via the applicable serv (PayPal or authorize.net). POS Connect receives a message from the service that payment was successfu Stocks for the items that are a part of the order are reduced by the proper amounts, and the next time the store owner views the administrative page they will see this order listed as ready to ship. The user has just finished entering payment processing via the applicable serv (PayPal or authorize.net).

14 POS Connect receives a message from the service that payment was unsuccessful. Stocks for the items are not changed. The users see an entry in a list of denied payments the next time they log in to the system. 5.5 Client Test Cases Common For Client test cases, the user has already installed the POS Connect software on the same computer that is running their POS Modifications The user makes a change to their inventory via the normal methods used by In POS. POS Connect starts its next update cycle. Before sending sync information, these changes are reflected in the database used by POS Connect Syncing POS Connect has done all pre processing necessary (outlined above) for syncing. POS Connect begins a sync. Changes are sent to the web server, and these changes are reflected in the remote database. Changes that are made on the web server are received by the client, updated in the local database, and pushed to the database used by Intui POS. No additional preconditions. A user selects the force sync option in the POS Connect client. All preprocessing for a sync is done, even if it has not been scheduled to happ yet. After preprocessing, the normal sync procedure happens as outlined abov

15 5.6 Conflict Test Cases Common For conflict test cases, multiple orders are made which cannot be satisfied. The parties involved are a store owner, the owner of the store that POS Connect is managing a web store for, a local customer, a customer that has made a purchase in the physical store, and an online customer, a customer that made a purchase in the web store Conflicts A purchase was made in store that caused the inventory for an item to drop below what would be required to satisfy an order in the web store that was ma after the last sync. The sync process occurs, notifying the web server that the stock for the item i question has changed. The local customer is not affected in any way. The web store refunds or cance the payment for the web customer, and sends them an notifying them th the item they ordered was no longer in stock. Stock for that item are adjusted the stock of the physical store. 5.7 Logging Test Cases Common Logging test cases refer to test cases that demonstrate what information should be logged by the POS Connect system, and where it should be logged Logged Information A web store has already been configured with accurate inventory information A conflict has occurred. A new entry is added to the log of conflicts. This is logged both by the web server and by the client at the time of the next sync. A web store has already been configured with accurate inventory information A sale has happened on the web store. A new entry is added to the log of sales. This is logged both by the web serve

16 and by the client at the time of the next sync. 6. RISKS 6.1 Insufficient Test Time Risk: If the amount of time available is too short, the acceptance test team may not have enough time to complete acceptance testing or perform regression testing. Mitigation: Develop a critical path of tests, prioritized by importance. 6.2 Incomplete Requirements Risk: May result in insufficient testing of the system. Mitigation: Use the traceability matrices to track the testing/requirements relationship. 6.3 A Test Environment is not the same as the Production Environment Risk: May prevent the detection of some defects and issues. Mitigation: Note the differences and work to have them as close as possible. 7. TRACEABILITY MATRI REQ 1.1 REQ 2.1 REQ 3.1 REQ 4.1 REQ 4.2 REQ 5.1 REQ 6.1 REQ 7.1 REQ 8.1 REQ 8.2 REQ 9.1 REQ 10.1 REQ 10.2 REQ 11.1 REQ 11.2 REQ 12.1 REQ 12.2 REQ 13.1 REQ 13.2 REQ 14.1 REQ 14.2 REQ 15.1

17 REQ 15.2 REQ 15.3 REQ 15.4 REQ 15.5 REQ 15.6 REQ 15.7 REQ 15.8 REQ 15.9 REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ REQ 15.30

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

1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for.

1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for. FAQ FREQUENTLY ASKED QUESTIONS HOW TO ORDER 1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for. 2. Once you find an item click the

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

HOW TO REGISTER FOR THE TEAS ASSESSMENT

HOW TO REGISTER FOR THE TEAS ASSESSMENT How to Register for the TEAS Assessment 1 HOW TO REGISTER FOR THE TEAS ASSESSMENT You can now register for the TEAS Assessment through our Online Store. How you access the Online Store depends on whether

More information

1 Visible deviation from the specification or expected behavior for end-user is called: a) an error b) a fault c) a failure d) a defect e) a mistake

1 Visible deviation from the specification or expected behavior for end-user is called: a) an error b) a fault c) a failure d) a defect e) a mistake Sample ISTQB examination 1 Visible deviation from the specification or expected behavior for end-user is called: a) an error b) a fault c) a failure d) a defect e) a mistake 2 Regression testing should

More information

QA Best Practices: A training that cultivates skills for delivering quality systems

QA Best Practices: A training that cultivates skills for delivering quality systems QA Best Practices: A training that cultivates skills for delivering quality systems Dixie Neilson QA Supervisor Lynn Worm QA Supervisor Maheen Imam QA Analyst Information Technology for Minnesota Government

More information

Welcome to the USF Computer Store Web Store. Or navigate directly to:

Welcome to the USF Computer Store Web Store. Or navigate directly to: Welcome to the USF Computer Store Web Store Access via: http://www.usf.edu/techpurchases/ for complete USF Tech Purchases guidelines Or navigate directly to: https://usm.channelonline.com/bellind/usfstore/login/?destination=/bellind/usfstore/

More information

WEB SITE GUIDE. PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL

WEB SITE GUIDE. PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL WEB SITE GUIDE PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL Place an Order To place an order, roll over the Place Order tab. From here, you will be able to add items to your cart using the Reorder,

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Service Description: Identity Services Engine Implementation-Subscription Service

Service Description: Identity Services Engine Implementation-Subscription Service Page 1 of 6 Service Description: Identity Services Engine Implementation-Subscription Service Services Summary This document describes the Identity Services Engine Implementation. Subscription Service.

More information

Center for Science Outreach Public View

Center for Science Outreach Public View Vanderbilt University Center for Science Outreach Public View Destiny One Page 1 Contents Create a Student Profile/Account... 3 Browse for a Course... 5 Register for a Course and Checkout... 7 Page 2 Create

More information

TRAINING GUIDE 03/03/05

TRAINING GUIDE 03/03/05 TRAINING GUIDE 1 Creating an Order Go to HopkinsSelect emarketplace and click on the Office Depot logo - Follow instructions below. Any of the following options can be used to add items to your Shopping

More information

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Test Plan Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University 1 TABLE

More information

Cat ARCTIC CAT Dealer & Distributor Network

Cat ARCTIC CAT Dealer & Distributor Network Cat ARCTIC CAT Dealer & Distributor Network TUTORIAL Part 01 Content: Shop / Parts Ordering Service & Support Cat TUTORIAL Welcome to the Arctic Cat Europe Dealer online platform called Cat. This network

More information

ORDERING FROM TEMPLATES Click on the My Accounts tab at the top of the screen, and then select Templates.

ORDERING FROM TEMPLATES Click on the My Accounts tab at the top of the screen, and then select Templates. ONLINE ORDERING INSTRUCTIONS LOGGING IN Visit the All Med Website at www.amms.net LOG-IN with your User Name and Password User Name: Password (case-sensitive): ORDERING FROM TEMPLATES Click on the My Accounts

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

Rail Mall 4.0. User manual

Rail Mall 4.0. User manual Rail Mall 4.0 User manual siemens.com/railmall Table of content Rail Mall 4.0 At a glance 3 Search Options 5 Registration at Rail Mall 8 Order Process 11 Price and Material Request 17 Miscellaneous 19

More information

1. Introduction and overview

1. Introduction and overview 1. Introduction and overview 1.1 Purpose of this Document This document describes how we will test our code for robustness. It includes test cases and other methods of testing. 1.2 Scope of the Development

More information

Electronic Certificate Submission Process. Michael Guymon;Dharshun Sharma;Harsimran Mann;Christian Green;Diondre Montgomery

Electronic Certificate Submission Process. Michael Guymon;Dharshun Sharma;Harsimran Mann;Christian Green;Diondre Montgomery SPACEX PROCESS DOCUMENT Title: Document No.: Procedure Owner: Department: Electronic Certificate Submission Process SPD-00035912 Debra Randel SUPPLY CHAIN MANAGEMENT DOCUMENT APPROVAL Approved Version:

More information

Acceptance Test Plan. HCDocs

Acceptance Test Plan. HCDocs Acceptance Test Plan For HCDocs Version 1.0 Prepared by: Somil Parikh Min Yaung Dhruv Salhotra Gregory Bajgier Bernard Wolff Drexel University Document Information Title Authors Reviewers Healthcare Document

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

Creating a New Registration

Creating a New Registration This job aid will outline the steps necessary to electronically submit an application to register with the. Step 1: Access the PLIS Website: Enter www.phila.gov/lobbying in your internet browser s address

More information

EMPLOYEE STORE ORDERING INSTRUCTIONS

EMPLOYEE STORE ORDERING INSTRUCTIONS STEP 1: Create an Account/Log-In STEP 2: Place an Order STEP 3: Enter delivery/shipping information STEP4: Payment EMPLOYEE STORE ORDERING INSTRUCTIONS STEP 1: CREATE AN ACCOUNT/LOG-IN Once you have clicked

More information

Authorize.Net Magento 2.x Payment Module

Authorize.Net Magento 2.x Payment Module Authorize.Net Magento 2.x Payment Module User Guide Revision 1.0.1 September 17, 2018 Sep 17 2018 Authorize.Net Global Payment Management for Magento 2.x 1 Contents Document History... 4 1. Introduction...

More information

Shopping Basket and Order Requirements

Shopping Basket and Order Requirements Page 1 of 41 Page 2 of 41 1. The user can browse the site and select the product items to be added to the Shopping basket. Use the Catalog link to search and add products to the shopping basket or click

More information

Lesson 4: Bug Reporting and STLC

Lesson 4: Bug Reporting and STLC Lesson 4: Bug Reporting and STLC Website https://letslearnqa.wordpress.com Home Work, Class Notes 2 Activity for Every Class: Status Call Please come few minutes early. Sit with with another one or two

More information

International Journal of Computer Science Trends and Technology (IJCS T) Volume 4 Issue 3, May - Jun 2016

International Journal of Computer Science Trends and Technology (IJCS T) Volume 4 Issue 3, May - Jun 2016 RESEARCH ARTICLE Import Sourcing of Defect Life Cycle and Defect Management Process Dr V.Goutham Department of Computer Science and Engineering TKR Engineering College, JNTU Hyderabad Telangana - India

More information

parts.cat.com In 5 minutes.

parts.cat.com In 5 minutes. parts.cat.com In 5 minutes. Contents Welcome to parts.cat.com 1 Getting Started 2 Site Search 3 Part Number and Serial Number Search 4 Understanding your Search Results 5 Find Parts by Category 6 Find

More information

Rail Mall 4.0. User manual

Rail Mall 4.0. User manual Rail Mall 4.0 User manual siemens.com/railmall Table of content Rail Mall 4.0 At a glance 3 Search Options 5 Registration at Rail Mall 8 Order Process 11 Wishlist 17 Price and Material Request 20 Miscellaneous

More information

B2B Portal User Guide

B2B Portal User Guide B2B Portal User Guide Table of Contents Introduction..3 Logging In.4 Changing your original password......6 Ordering Product....7 Product Waiting Lists......8 Payment Options.. 14 Finalizing your Order...

More information

Amazon Business End User FAQ Library

Amazon Business End User FAQ Library Amazon Business End User FAQ Library Getting Started How do I register as part of the Campus Marketplace Amazon Business account? Please read the following instructions prior to accessing Amazon Business.

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

More information

FedRAMP Training - Continuous Monitoring (ConMon) Overview

FedRAMP Training - Continuous Monitoring (ConMon) Overview FedRAMP Training - Continuous Monitoring (ConMon) Overview 1. FedRAMP_Training_ConMon_v3_508 1.1 FedRAMP Continuous Monitoring Online Training Splash Screen Transcript Title of FedRAMP logo. Text

More information

Appendix 5 Operational Support Systems Verification Test Plan

Appendix 5 Operational Support Systems Verification Test Plan Appendix 5 Operational Support Systems Verification Test Plan DRAFT December 13, 2006 Revision XX Qwest Government Services, Inc. 4250 North Fairfax Drive Arlington, VA 22203 A5-1 RFP: TQC-JTB-05-0001

More information

Visual EstiTrack - Chapter 9 9 QUALITY CHAPTER

Visual EstiTrack - Chapter 9 9 QUALITY CHAPTER CHAPTER 9 QUALITY Chapter 9 QUALITY...1...3 Engineering Change Order Maintenance...4 Action Request (NONCONFORMANCE CONCERN IMPROVEMENT)...10 Action Request Tab...12 Related Corrective Action...20 Corrective

More information

What personal data we collect and why we collect it

What personal data we collect and why we collect it Who we are Jinny Beyer Studio is a two-story shop located in Great Falls, Virginia. We also have a mailorder business run through our website. Our website address is: https://jinnybeyer.com. What personal

More information

Elizabethtown College OFFICE SUPPLIER CONTRACT July

Elizabethtown College OFFICE SUPPLIER CONTRACT July INTRODUCTION... 2 PHILLIPS GUARANTEE... 2 ONLINE ORDERING... 2 RECYCLING EMPTY BOXES... 2 CONTACT INFORMATION... 2 Guernsey Office Supplies - Support Team... 2 Elizabethtown College... 2 LOG IN TO EZ ORDER...

More information

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008 Synergy Distributed Meeting Scheduler Project Plan Revision 2.0 CS 6361 Advance Requirements Engineering Fall 2008 Team Members: Name Email Phone Student ID Animesh Roy animesh.roy@student.utdallas.edu

More information

PTP Registration: Credit Card

PTP Registration: Credit Card Page 1/7 PTP Registration: Credit Card 1. Visit www.aatcc.org/test/proficiency/#register. 2. To register and pay for AATCC Proficiency Testing Programs by credit card, click Register online. To pay by

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

Dell Premier. Shopping and Ordering Guide

Dell Premier. Shopping and Ordering Guide Dell Premier Shopping and Ordering Guide Designed for business. Customized for you. New Premier provides you with a customized, secure online toolset for purchasing, reporting, researching product and

More information

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih OpenCart E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih Introduction OpenCart is free open source ecommerce platform for online merchants. It is a module based system which allows users

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ We offer free update service for one year Exam : ISEB-SWT2 Title : ISTQB-ISEB Certified Tester Foundation Level Vendor : ISEB Version : DEMO Get Latest & Valid ISEB-SWT2 Exam's Question and

More information

New York University Computer Science Department Courant Institute of Mathematical Sciences

New York University Computer Science Department Courant Institute of Mathematical Sciences New York University Computer Science Department Courant Institute of Mathematical Sciences Course Title: Adaptive Software Engineering Course Number: g22.3033-007 Instructor: Jean-Claude Franchitti Session:

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan for LEMA Family Accountability System Version 3.3 Quality Management Plan (QMP) PROJECT TITLE LEMA FAMILY ACCOUNTABILITY SYSTEM TEAM NO #04 TEAM MEMBERS & ROLES NAME ROLES Teawon

More information

Prototyping. Ratna Wardani Pertemuan #11

Prototyping. Ratna Wardani Pertemuan #11 Prototyping Ratna Wardani Pertemuan #11 What is a Prototype? Concept which reflects the elements of the end state Includes critical functionality Partially operational Not necessarily able to implement

More information

Access ACS. Administrator s User Guide

Access ACS. Administrator s User Guide Access ACS Administrator s User Guide Copyright Copyright 2009 ACS Technologies Group, Inc. All rights reserved. Reproduction of any part of this publication by mechanical or electronic means, including

More information

Managed Access Gateway One-Time Password Guide Version 1.0 February 2017

Managed Access Gateway One-Time Password Guide Version 1.0 February 2017 1 Managed Access Gateway One-Time Password Guide Version 1.0 February 2017 2 Contents About One Time Password (OTP)... 3 OTP Credential Types... 3 What is the Proofing Upgrade?... 3 How to Determine if

More information

WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS. Office Supplies & Business Print

WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS. Office Supplies & Business Print WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS Office Supplies & Business Print Table of Contents Log In... 2 Updating My User Information... 4 Creating Favorites List... 6 Viewing Saved Carts... 9 Creating

More information

Service Description: CNS Federal High Touch Technical Support

Service Description: CNS Federal High Touch Technical Support Page 1 of 1 Service Description: CNS Federal High Touch Technical Support This service description ( Service Description ) describes Cisco s Federal High Touch Technical support (CNS-HTTS), a tier 2 in

More information

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING Copyright 2014. All Rights Reserved. Mónica Villavicencio and Alain Abran Permission to copy all or part of this material is

More information

Certified Tester Foundation Level(CTFL)

Certified Tester Foundation Level(CTFL) Certified Tester Foundation Level(CTFL) ISTQB : International Software Testing Qualifications Board Heading: The International Software Testing Qualifications Board (ISTQB) is an internationally recognized

More information

Agile Tester Foundation E-learning Course Outline

Agile Tester Foundation E-learning Course Outline Foundation E-learning Course Outline General Description This course provides testers and test managers with an understanding of the fundamentals of testing on agile projects. Attendees will learn how

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use Resellers WebStore Brief User Guide Invite Resellers must be invited to use the SIPHON WebStore. This is important as we need to approve your email address against your account. If you would like to register

More information

Alamo Ag Customer Service Interface Guide

Alamo Ag Customer Service Interface Guide Alamo Ag Customer Service Interface Guide - Rev 12/2014 2 Contents Logging On...4 Request Access 5 Opening Screen.6 What s New Screen.8 Edit Profile.10 E-Parts Look-up.12 Navigation Tree.14 Product Line/Printable

More information

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA UNITED STATES OF AMERICA, v. Plaintiff, MICROSOFT CORPORATION, Civil Action No. 98-1232 (CKK) Next Court Deadline: May 12, 2006 Joint Status

More information

Service Description: Cisco Security Implementation Services. This document describes the Cisco Security Implementation Services.

Service Description: Cisco Security Implementation Services. This document describes the Cisco Security Implementation Services. Page 1 of 12 Service Description: Cisco Security Implementation Services This document describes the Cisco Security Implementation Services. Related Documents: This document should be read in conjunction

More information

SAFILONET MANUAL REVISION SAFILONET Sàfilo Group s e-business system

SAFILONET MANUAL REVISION SAFILONET Sàfilo Group s e-business system SAFILONET Sàfilo Group s e-business system Revision 2014 1 INDEX 1. INTRODUCTION TO SAFILONET 1.1 Hardware and Software 1.2 Username and Password 1.3 Advice on using the site 1.4 Content visibility 1.5

More information

Solidifi. Online Appraisal Order Guide

Solidifi. Online Appraisal Order Guide Solidifi Online Appraisal Order Guide Welcome to Solidifi We would like to take this moment to thank you for being a part of the Solidifi Network. Our mission is to be recognized as a leader in the appraisal

More information

How to Place a Catering Order. Step by Step Guide

How to Place a Catering Order. Step by Step Guide How to Place a Catering Order Step by Step Guide Creating an Account NOTE: Log in emails and passwords are case sensitive Click here to create a new account Entering in Your Required Information Type in

More information

The Straumann eshop Now simpler than ever. Straumann eshop

The Straumann eshop Now simpler than ever. Straumann eshop The Straumann eshop Now simpler than ever. Straumann eshop www.straumann.com/eshop Now simpler than ever! Online Only Special online offers New Features Order Templates State-of-the-art usability Product

More information

ASTQB TA12. ISTQB-BCS Certified Tester Advanced Level - Test Analyst.

ASTQB TA12. ISTQB-BCS Certified Tester Advanced Level - Test Analyst. ASTQB TA12 ISTQB-BCS Certified Tester Advanced Level - Test Analyst http://killexams.com/exam-detail/ta12 QUESTION: 54 You are starting to review some of the incident reports that have been submitted as

More information

Acceptance Test Plan. for WAVED. Version 3.0. Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos

Acceptance Test Plan. for WAVED. Version 3.0. Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos Acceptance Test Plan for WAVED Version 3.0 Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos Advisor: Kurt Schmidt Stakeholder: Climate Central 2 Table of Contents

More information

To ensure the best customer service you can now register a service or repair request online.

To ensure the best customer service you can now register a service or repair request online. To ensure the best customer service you can now register a service or repair request online. Then, you can enter your request, view the status of existing requests, and view your documents. We will keep

More information

Wells Fargo Merchant Services. Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2

Wells Fargo Merchant Services. Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2 Wells Fargo Merchant Services Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2 Table of Contents Overview...3 Key Features...3 Download Wells Fargo...4 Mobile Merchant...4 Demo Mode...4

More information

Integrating with Microsoft Visual Studio Team System. For Borland CaliberRM Users

Integrating with Microsoft Visual Studio Team System. For Borland CaliberRM Users Integrating with Microsoft Visual Studio Team System For Borland CaliberRM Users Micro Focus may have patents and/or pending patent applications covering subject matter in this document. Please refer to

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

How to Create a Dell Punchout in PeopleSoft. A Quick Reference Guide for Dell Punchout Procurement February 2016

How to Create a Dell Punchout in PeopleSoft. A Quick Reference Guide for Dell Punchout Procurement February 2016 A Quick Reference Guide for Dell Punchout Procurement February 2016 Table of Contents What are the Advantages of using Dell Punchout Page 2 How to Create a Dell Punchout in Creating an equote Pages 3-10

More information

Using McKesson Specialty Care Solutions US Oncology Order Center

Using McKesson Specialty Care Solutions US Oncology Order Center Using Specialty Care Solutions US Oncology Order The, mscs.mckesson.com, is an online destination that provides easy access to everything you need to manage your purchasing relationship with Specialty

More information

<PROJECT NAME> IMPLEMENTATION PLAN

<PROJECT NAME> IMPLEMENTATION PLAN IMPLEMENTATION PLAN Version VERSION HISTORY [Provide information on how the development and distribution of the Project Implementation Plan was controlled and tracked.

More information

Reference Guide For Purchasers And Approvers.

Reference Guide For Purchasers And Approvers. Reference Guide For Purchasers And Approvers www.grandandtoy.com Table Of Contents Sign in 3 Selecting an Account 4 Order Details Main Order Page 5 Order Details Adding to an Order 6 Order Details Changing

More information

Electronic Ordering Instructions with Credit Card Option. For Hilton Hotels Punch Out

Electronic Ordering Instructions with Credit Card Option. For Hilton Hotels Punch Out Electronic Ordering Instructions with Credit Card Option For Hilton Hotels Punch Out July 2005 Table of Contents Home Page... 3 Finding Products... 4 Browse Catalog... 4 Search Catalog... 7 Add To Cart...

More information

P&G Customer Online FAQs Frequently Asked/Answered Questions

P&G Customer Online FAQs Frequently Asked/Answered Questions P&G Customer Online FAQs Frequently Asked/Answered Questions Customer Online Frequently Asked Questions ACCESS/LOGIN 1. What is the website/link for Customer Online? The website link is: https://us.online.pg.com

More information

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2 Lecturer: Dr. Meena Jha Tutor: Aries Tao Prepared by: AXXXX XXXX: S0XXXXXX AXXXX MXXXXX: BisXXXXX BaXXXX: S0XXXXX S02XXXX SXXXXX

More information

Sample Exam Syllabus

Sample Exam Syllabus ISTQB Foundation Level 2011 Syllabus Version 2.9 Release Date: December 16th, 2017. Version.2.9 Page 1 of 46 Dec 16th, 2017 Copyright 2017 (hereinafter called ISTQB ). All rights reserved. The authors

More information

Copyright 2017 Exostar LLC. All rights reserved. Phone One-Time Password User Guide October 2017

Copyright 2017 Exostar LLC. All rights reserved. Phone One-Time Password User Guide October 2017 Phone One-Time Password User Guide October 2017 Table of Contents Activation Process... 2 How do I know if I need Phone OTP?... 2 Purchase Information... 2 Activation... 7 Live Video Proofing... 9 Schedule

More information

Step 1: Click on Purchasing, Payment & Reimbursement (Concur/Ariba/eRequest)

Step 1: Click on Purchasing, Payment & Reimbursement (Concur/Ariba/eRequest) Flagscape Employees can access the stationery ordering site through Flagscape by clicking on Purchasing, Payment & Reimbursement (Concur/Ariba/eRequest) within the Essential Links. Step 1: Click on Purchasing,

More information

User Manual Shopping Basket. Proximus Proximus ICT Self- Service Portal. Date 30/09/2014 Sensitivity Unrestricted Contact Peggy Booten

User Manual Shopping Basket. Proximus Proximus ICT Self- Service Portal. Date 30/09/2014 Sensitivity Unrestricted Contact Peggy Booten User Manual Shopping Basket Proximus Proximus ICT Self- Service Portal Date 30/09/2014 Sensitivity Unrestricted Contact Peggy Booten Table of contents Table of contents... 2 1. Welcome!... 3 2. Service

More information

DOWNLOAD PDF SIXTY MILESTONES OF PROGRESS,

DOWNLOAD PDF SIXTY MILESTONES OF PROGRESS, Chapter 1 : About Your Privacy on this Site Sixty Milestones of Progress, Ladd and Tilton Bank, Portland, Oregon by Martin E. Fitzgerald Myers' Perpetual Calendar and Reference Book A Compendium of Calendars,

More information

Testing User Guide. Prepared By: Neville Turbit Version Feb 09

Testing User Guide. Prepared By: Neville Turbit Version Feb 09 User Guide Prepared By: Neville Turbit Version 1.0 1 Feb 09 Table of Contents Document History... 2 Overview... 3 Definitions - Types of testing... 4 Activities... 6 Test Strategy... 7 Test Plan... 9 Test

More information

Guidebook ONLINE ORDERING MADE EASY!

Guidebook ONLINE ORDERING MADE EASY! www.boltsupply.com Guidebook ONLINE ORDERING MADE EASY! ONLINE ORDERING MADE EASY! www.boltsupply.com Guidebook Here are some of the highlights of the new boltsupply.com New Home Page It s now easier than

More information

Exam Questions

Exam Questions Exam Questions 70-498 Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management https://www.2passeasy.com/dumps/70-498/ 1. You are the application architect on your team. You

More information

Test Planning Guide. Summary: The purpose of this document is to define and document requirements in order to create and execute a test plan.

Test Planning Guide. Summary: The purpose of this document is to define and document requirements in order to create and execute a test plan. Test Planning Guide Summary: The purpose of this document is to define and document requirements in order to create and execute a test plan. Process: 1. Follow the guideline for each of the document below:

More information

TABLE OF CONTENTS. V1.0 Nov 2017 IVE Group Online Ordering

TABLE OF CONTENTS. V1.0 Nov 2017 IVE Group Online Ordering TABLE OF CONTENTS V1.0 Nov 2017 TABLE OF CONTENTS 1. Navigating the Website 1.1 HOME Page 1.2 MENU bar 1.3 EXPLORER Panel 1.4 CATALOGUE Panel 1.5 Product Details 2. Placing an Order 2.1 Adding items to

More information

ecommerce Solutions Electronic Ordering Instructions bsd.officedepot.com

ecommerce Solutions Electronic Ordering Instructions bsd.officedepot.com ecommerce Solutions Electronic Ordering Instructions bsd.officedepot.com Logging In 2. Open your Internet browser to access the Internet. In the address field, type the URL http://bsd.officedepot.com At

More information

Lecture 17: Testing Strategies. Developer Testing

Lecture 17: Testing Strategies. Developer Testing Lecture 17: Testing Strategies Structural Coverage Strategies (White box testing): Statement Coverage Branch Coverage Condition Coverage Data Path Coverage Function Coverage Strategies (Black box testing):

More information

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page.

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page. User Guide Table of Contents Login... 3 Choose a Location... 4 Home Page... 5 Header Bar... 6 My Catalog... 6 Menu Bar... 7 My Profile... 8 Contact Us... 9 Change Location... 10 Shopping Lists... 11 Quick

More information

ECT Business Interface System Instructions

ECT Business Interface System Instructions 1.) STARTING SCREEN From this Screen select Customer Interface System to access Souriau s new web based customer interface. Souriau.com Links to Souriau s Corporate web site. Other Options: News Will keep

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) LEMA Pilot School Integrated Scheduling Team Number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

Case IH Agriculture Dealer User s Manual

Case IH Agriculture Dealer User s Manual Case IH Agriculture Dealer User s Manual December 2014 2 P age Table of Contents Introduction... 5 Site Overview... 5 Product Search... 6 Searching for an Item... 6 Using the Pull Downs... 6 Autosuggest

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary

More information

Caliber 11.0 for Visual Studio Team Systems

Caliber 11.0 for Visual Studio Team Systems Caliber 11.0 for Visual Studio Team Systems Getting Started Getting Started Caliber - Visual Studio 2010 Integration... 7 About Caliber... 8 Tour of Caliber... 9 2 Concepts Concepts Projects... 13 Baselines...

More information

Client User Manual. Page 1 of 31

Client User Manual. Page 1 of 31 Client User Manual Page 1 of 31 C o n t e n t 1. Introduction... i. System & Client qualifications... ii. Accessing e-volve Online... iii. e-volve Client Home Page overview iv. Site Navigation... 2. Client

More information

VALO Commerce. Beam Suntory User Guide

VALO Commerce. Beam Suntory User Guide VALO Commerce Beam Suntory User Guide Beam Suntory User Guide Access Your VALO Commerce Site through CONNECT Navigate to https://intlconnect.beamsuntory.com and click on the InnerWorkings tile to access

More information

ASTQB Advance Test Analyst Sample Exam Answer Key and Rationale

ASTQB Advance Test Analyst Sample Exam Answer Key and Rationale ASTQB Advance Test Analyst Sample Exam Answer Key and Rationale Total number points = 120 points Total number points to pass = 78 points Question Answer Explanation / Rationale Learning 1 A A is correct.

More information

On Premise. Service Pack

On Premise. Service Pack On Premise Service Pack 02.0.01 - This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

HOW TO PURCHASE A TEAS TRANSCRIPT

HOW TO PURCHASE A TEAS TRANSCRIPT How to Purchase a TEAS Transcript 1 HOW TO PURCHASE A TEAS TRANSCRIPT ATI has made it possible for students to purchase a TEAS Transcript after your test date via the ATI Web site Online Store. Complete

More information

Internet Data Exchange - General Navigation - View and Confirm Purchase Orders and Scheduling Agreements

Internet Data Exchange - General Navigation - View and Confirm Purchase Orders and Scheduling Agreements Internet Data Exchange - General Navigation - View and Confirm Purchase Orders and Scheduling Agreements Table of Contents Page 3 What is Internet Data Exchange (IDE) Page 4 - Benefits / Access Page 5

More information

Placing Order from the Catalogs:

Placing Order from the Catalogs: Placing Order from the Catalogs: 1. Choose the Mechanical Solutions or the Controls & Instrumentation Tab. 2. Pick a category and drill down to a specific item. 3. Click on the item number to see the following

More information