Software Test Plan. Basic Order Tracking System. Digital Publications LLC. Document ID: BOTS-CUST-STP Version: / 44.

Size: px
Start display at page:

Download "Software Test Plan. Basic Order Tracking System. Digital Publications LLC. Document ID: BOTS-CUST-STP Version: / 44."

Transcription

1 Basic Order Tracking System Prepared For: Prepared By: Highland Office Supply John Zoltai Digital Publications LLC Document ID: Version: 1.0 Planning Installation & Acceptance Integration & Test Requirements Definition Design Development 1 / 44

2 Copyright 2005 Digital Publications LLC 2

3 TABLE OF CONTENTS INTRODUCTION... 5 PURPOSE... 5 SCOPE... 5 METHODOLOGY... 5 TEST PROCEDURES ACCEPTANCE TEST PROCEDURE REGRESSION TEST PROCEDURE DATABASE ENGINE VALIDATION TEST CASES TEST CASE 1: DATABASE ENGINE DICTIONARY AND ACCESS TEST CASE 2: DATABASE ENGINE VALIDATION DATABASE TRIGGERS TEST CASES TEST CASE 3: CUSTOMER TRIGGERS TEST CASE 4: DEMOGRAPHIC TRIGGERS CUSTOMER DATA AREA TEST CASES TEST CASE 5: CUSTOMER DATA AREA SELECTION & TOP TEST CASE 6: CUSTOMER SEARCHES TEST CASE 7: CUSTOMER SUMMARY LISTING TEST CASE 8: CUSTOMER DETAIL DISPLAY TEST CASE 9: CUSTOMER REPORTS TEST CASE 10: CUSTOMER OPERATIONS DEMOGRAPHICS DATA AREA TEST CASES TEST CASE 11: DEMOGRAPHICS SELECTION & TOP TEST CASE 12: DEMOGRAPHIC SEARCHES TEST CASE 13: DEMOGRAPHIC SUMMARY LISTING TEST CASE 14: DEMOGRAPHIC DETAIL DISPLAY TEST CASE 15: DEMOGRAPHIC REPORTS TEST CASE 16: DEMOGRAPHIC OPERATIONS ANALYSIS LISTING

4 GLOSSARY OF PROJECT-SPECIFIC TERMS Glossary of Software Engineering Terms Glossary of Project- Specific Terms A standard Glossary of Software Engineering Terms is maintained online. Terms specific to this project are maintained below. A common Glossary of Project-Specific Terms is maintained on the project Web site. 4

5 INTRODUCTION This is the Software Test Plan (STP) for the Customer Management (BOTS- CUST) database application. PURPOSE The purpose of this test plan is to validate the structure and feature set of the software defined in the BOTS-CUST Design Document and associated Physical Database Description. A test plan defines what will be tested and how, in order to ensure that the software is complete and correctly implemented to specifications. SCOPE The BOTS-CUST application has two primary components: A database engine and an end-user interface. This test plan focuses on validating the database structure, database engine performance, and the feature set presented by the end user interface. METHODOLOGY The organization of this test plan is based on three key concepts: Test Classes, Test Procedures, and Test Cases. Basically, test cases belong to one of three test classes and each test case may be utilized by one or more test procedures, as shown in the diagram below. 5

6 Application Usage Validation Test Classes Application Internal Validation Database Engine Validation TEST CLASSES The three test classes include black-box testing, white-box testing, and database engine validation. Any single test case will belong to only one of these three test classes. BLACK-BOX TESTING Test cases of this class are generally performed by knowledgeable end-users and are used to validate the features that are presented to the end-user via the user interface. In simple terms, these test cases validate the usage of the features available to the end-user, treating the software as a black box, because the internal functionality of the software is not visible. Test cases of this class are sometimes referred to as external testing. Black-box tests fall into six categories: 1. Module entry & flow 2. Precondition business rules 3. Initialization business rules 4. Interaction business rules 5. Conclusion business rules 6. Performance testing 6

7 WHITE-BOX TESTING Test cases of this class are generally performed by members of the development team and are used to validate the internal operations of the software that are visible to the developer. To accomplish this, members of the development team use special tools, such as a debugger, to validate the internal operation of the software. Test cases of this class are sometimes referred to as glass-box testing (because you can see inside the software) or internal testing. White-box tests fall into two categories: 1. Database engine validation 2. Access control validation Database Engine Validation Test cases of this class are generally performed by members of the development team and are used to validate that the structure of the database as implemented matches the design as specified. This class of tests also validates that the performance of the database engine meets the constraints identified in the design document. To validate the structure, members of the development team use the administrative interfaces of the database engine to compare stored dictionary information with the physical database description developed during the design stage of this project. To validate database engine performance, testers may use specialized software to perform load testing (simultaneous users) and volume testing (database capacity) on a database server configured to match the production server. Access Control Validation Access control is validated by examining the user roles defined in the database engine and comparing them to the roles defined in the PDD, and then examining the table access restrictions to validate they are associated with the proper roles. This is typically a white-box test conducted by a database administrator using a standard engine administration tool. TEST PROCEDURES This test plan utilizes two classes of test procedures: 1. Acceptance testing 2. Regression testing One or more of these test procedures may utilize any single test case. 7

8 ACCEPTANCE TESTING The acceptance test procedure uses a "lightweight" set of test cases intended to validate that the software is functioning correctly at the top level. Acceptance tests are used for two reasons: Acceptance into testing, and acceptance into production. When the application (or a portion thereof) is deemed ready for test by the development team, the acceptance test procedure is run to ensure that the test instances of the database server and application software are basically functional. If the software fails to pass this limited set of tests, the software is returned to the development team for correction. If the software passes the acceptance tests, it is then subjected to comprehensive test procedures as described below. Once the application has passed the comprehensive test procedure, a production instance of the application is installed. The acceptance test procedure is run once again to ensure that the software was properly migrated, without forcing a repetition of the comprehensive test procedure. Successful completion of the acceptance test procedure on the production instance of the application, coupled with the documentation showing that the software has previously passed the comprehensive test procedure, serves as the basis for acceptance of the software by the customer. REGRESSION TESTING The regression test procedure makes use of test cases that perform a detailed examination of the software and database engine. A regression test is a comprehensive test, incorporating all known features of the application. The objective of a regression test procedure is to examine everything in detail. During production, the occasional bug may be discovered. Regression tests are also designed to ensure that all reported bugs have been fixed in all subsequent releases of the software. This becomes especially important when developers other than the original team are performing bug fixes. Certain test cases are specifically designed to make sure a bug has been fixed. The regression test procedure also uses test cases involving functions and features that may have been impacted by the bug fixing process. TEST CASES Each test case describes a specific set of goals designed to validate the correct operation of a specific subset of the software. Test cases come in a variety of forms, each specific to the task at hand. In general, each test case is written specifically for end-users and developers that are familiar with the application. 8

9 CRITICAL SUCCESS FACTOR: APPLICATION FAMILIARITY Familiarity with the application under test is the single critical success factor of this test plan, as it allows the specification of test cases that are focused on testing a specific area of the application, rather than broad spectrum test cases that walk a tester through, step-by-step, from the top of the application to the desired test areas. For example, when a test case specifies the examination of a specific data entry screen, it does not provide a step-by-step checklist to arrive at that screen. Instead, the tester is expected to be familiar enough with the application that accessing the screen is not a mystery. This allows each test case to be tightly focused on a specific feature set. PERSONNEL ROLES AND RESPONSIBILITIES Personnel responsible for ensuring that testing activities take place are the Primary End-user Representative (PER) and the Primary Developer Representative (PDR). Together, the PER and the PDR are responsible for ensuring that appropriate end-user and developer personnel conduct the testing activities. The PER and the PDR are also responsible for coordinating the responses to any test incident reports that arise. TEST RESULTS REPORTING Test results are reported on a case-by-case basis. The functional area being examined by a test case either performs as expected or not. Test results are reported to the PER or PDR as appropriate, generally via electronic mail with attachments of the appropriate form. Successful completion of a test is reported via a Test Completion Report form, available at Any test failure is reported via a Test Incident Report form, available at: The test incident report form is used to record not only the details of the failure, but also the actions taken to correct the problem. TEST ENVIRONMENT The hardware and software environment for both database server and end-user workstations shall closely replicate the actual production environment: 9

10 DATABASE SERVER The anticipated database server environment consists of: DBServerDescription END-USER WORKSTATIONS The anticipated end-user workstation environment consists of: WorkstationDescription DELIVERABLES A summary of successful test reports for test cases associated with the comprehensive test procedure and regression test procedure (if appropriate) are incorporated into the acceptance plan during the integration & test stage. Once the application has been migrated to production, the acceptance test procedure is run once again, and if successful, recorded as defined by the acceptance plan. At this point, sufficient evidence exists to justify the acceptance of the software by the customer. 10

11 TEST PROCEDURES Each test procedure consists of a series of defined test cases, falling under one of the three major test classes. The following test procedures are defined under this plan: ACCEPTANCE TEST PROCEDURE BLACK-BOX TESTING Test Case 5: Customer Data Area Selection & Top Test Case 7: Customer Summary Listing Test Case 11: Demographics Selection & Top Test Case 13: Demographic Summary Listing REGRESSION TEST PROCEDURE DATABASE ENGINE VALIDATION Test Case 1: Database engine data dictionary and access roles. Test Case 2: Database engine performance. BLACK-BOX TESTING Test Case 5: Customer Data Area Selection & Top Test Case 6: Customer Searches Test Case 7: Customer Summary Listing Test Case 8: Customer Detail Display Test Case 9: Customer Reports Test Case 10: Customer Operations Test Case 11: Demographics Selection & Top Test Case 12: Demographic Searches Test Case 13: Demographic Summary Listing Test Case 14: Demographic Detail Display 11

12 Test Case 15: Demographic Reports Test Case 16: Demographic Operations WHITE-BOX TESTING Test Case 3: Customer Triggers Test Case 4: Demographic Triggers 12

13 DATABASE ENGINE VALIDATION TEST CASES TEST CASE 1: DATABASE ENGINE DICTIONARY AND ACCESS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies DB Engine Validation. Database engine data dictionary and access roles. Perform a dictionary comparison to assure that the database engine data dictionary matches design specifications. BOTS-PDD: Physical Database Description (PDD). Database engine data dictionary or catalog output. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance. Database Administrator access to the database engine is required to be able to perform this test. A correctly structured data dictionary is essential for virtually all test cases. That s why we re checking it first. TEST STEPS Validate each of the following statements: T1a-D1 T T1b-D1 T1c-D1 T1d-D2 T1e-D2a T1f-D3 All tables described in the PDD are named correctly in the database engine. All field definitions and constraints in the database engine match the Data Dictionary specifications in the PDD. All roles defined in the Access Control Matrix of the PDD are accurately implemented in the database engine. The system restricts access to those users who have been granted privileges to access this component by the database administrator. The system enforces access rights according to membership in one or more user roles according to the Access Control Matrix in the Physical Database Description. It is not necessary for this component to encrypt the information passing between users and the database server. Conversely, if encryption is a default operation of the implemented database platform, encryption does not have to be deactivated as a prerequisite for acceptance by Highland Office Supply. 13

14 TEST CASE 2: DATABASE ENGINE VALIDATION Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies DB Engine Validation. Database engine performance. This is a performance test of a fully loaded database engine to validate that engine performance meets design constraints. BOTS-CUST-LDD: Logical Database Description and BOTS- CUST-SRD: Requirements Document, Design Constraints paragraphs. Timing results. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. Custom developed scripts will need to have access to the database engine to be able to perform this test. TEST STEPS Validate each of the following statements: T2a-D1 T T2b-D1 T2c-D1 T2d-D1 T2e-D1 The database engine has enough records loaded to meet the Scalability design constraint described in BOTS-CUST-SRD, based on first year load figures for each major entity described in BOTS-CUST-LDD. The database engine has enough simulated clients connected to meet the Multiple Users and Scalability design constraints described in BOTS- CUST-SRD. The database engine meets or exceeds the Summary Listing Performance constraint at full load. The database engine meets or exceeds the Data Entry & Detail Display Performance constraint at full load. The database engine meets or exceeds the Report Generation Performance constraint at full load. 14

15 DATABASE TRIGGERS TEST CASES TEST CASE 3: CUSTOMER TRIGGERS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies White Box Testing Customers Table database triggers Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. Using a database direct table manipulation tool, directly insert/update/delete records as appropriate to evaluate the following test conditions. TEST STEPS Validate each of the following statements: 15

16 T3a-D4 T3b-D4a T3c-D4b T3d-D4c T3e-D4d T3f-D4e T3g-D4f T3h-D4g T3i-D4h T3j-D4i T3k-D4j T3l-D4k Customer_ID is a unique field. On insert, if Customer_ID is null, Customer_ID is automatically populated with a unique number by the database. Billing_Addr1 cannot be null. Billing_City cannot be null. Billing_State cannot be null. Billing_Zip cannot be null. Contact_Name cannot be null. Phone cannot be null. Shipping_Addr1 cannot be null. Shipping_City cannot be null. Shipping_State cannot be null. Shipping_Zip cannot be null. 16

17 TEST CASE 4: DEMOGRAPHIC TRIGGERS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies White Box Testing Demographics Table database triggers Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. Using a database direct table manipulation tool, directly insert/update/delete records as appropriate to evaluate the following test conditions. TEST STEPS Validate each of the following statements: T4-D5 T T4a-D5a T4b-D5b Demog_ID is a unique field. On insert, if Demog_ID is null, Demog_ID is automatically populated with a unique number by the database. Demog_Name cannot be null. 17

18 CUSTOMER DATA AREA TEST CASES TEST CASE 5: CUSTOMER DATA AREA SELECTION & TOP Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing CustomerTop Page Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T5-D6 T T5a-D6a T5b-D6b The Customer data area provides the ability to enter, update, and maintain information in the Customer and CustDemogs tables. A link to the Customer data area top page appears in the Operational Data Areas section of the application top page. The system restricts user access to this Data Area according to membership in the user roles described in the Access Control Matrix in the Physical Database Description. 18

19 DATA AREA TOP T5c-D7 When the user selects the customer data area link from the Application Top page, the Customer Data Area page is presented. This page allows the user to choose to perform a predefined search, develop an ad hoc search, or add new records, has shown below. The data area top page also provides links to separate reporting and operations pages. Form CustomerTop is used. The core business rules for this form are the same as for the Data Area Top page described in the Core Functions component. Additional business rules for this form are described below. CustomerTop PRECONDITIONS None INITIALIZATION RULES T5d-D7a T T5e-D7b T5f-D7c T5g-D7d T5h-D7e A Quick Search link and description is installed in the Pre-defined search section of this form. A Back orders search link and description is installed in the Pre-defined search section of this form. A Product purchasers search link and description is installed in the Predefined search section of this form. An Active customers search link and description is installed in the Predefined search section of this form. An Inactive customers search link and description is installed in the Predefined search section of this form. 19

20 INTERACTION RULES T5i-D7f T T5j-D7g T5k-D7h T5l-D7i T5m-D7k Clicking on the Quick search link initiates a Quick Search as described in the searches section below. Clicking on the Back orders link initiates the pre-defined search as described in the searches section below. Clicking on the Product purchasers link initiates the pre-defined search as described in the searches section below. Clicking on the Active customers search link initiates the pre-defined search as described in the searches section below. Clicking on the Inactive customers search link initiates the pre-defined search as described in the searches section below. CONCLUSION RULES None 20

21 TEST CASE 6: CUSTOMER SEARCHES Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing CustomerTop Page, Searches Section Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: QUICK SEARCH T6-D8 A dialog is presented consisting of a popup list of indexed fields for the main table of the data area, along with a popup list of comparison operators, an enterable Value field, and Submit/Cancel buttons. Form Quick.Qry is used: The user is allowed to select one field, one comparison operator, and enter a value to be compared against. Clicking the Submit button executes the search as constructed by the user. The result set is presented in the summary listing. Clicking the Cancel button returns to the CustomerTop page. BACK ORDERS T6a-D9 T The OrderLines table is searched for records with OrderLines.Back_Ordered fields with nonzero dates. The result set is joined to the Orders table, and the subsequent set is joined to the Customers table. The final result set is presented in the summary listing. 21

22 PRODUCT PURCHASERS T6b-D10 A dialog is presented consisting of a list of Product_ID and Product_Name fields, along with Submit/Cancel buttons. Form ProdPurch.Qry is used: The user may select one or more products in the list. When the Submit button is pressed, the OrderLines table is searched for records where OrderLines.Product_ID is among the products selected in the dialog. The result set is joined to the Orders table, and the subsequent set is joined to the Customers table. The final result set is presented in the summary listing. ACTIVE CUSTOMERS T6c-D11 A dialog is presented consisting of Start Date and End Date enterable variables, and Submit/Cancel buttons. Form ActiveCust.Qry is used: Both Start and End Date variables must be filled in by the user before the Submit button will function. When the Submit button is pressed, the Orders table is searched for records where Orders.Order_Date falls on or between the Start and End date variables. The result set is joined to the Customers table. The final result set is presented in the summary listing. 22

23 INACTIVE CUSTOMERS T6d-D12 A dialog is presented consisting of Start Date and End Date enterable variables, and Submit/Cancel buttons. Form InactiveCust.Qry is used: Both Start and End Date variables must be filled in by the user before Submit button will function. When the Submit button is pressed, the Orders table is searched for records where Orders.Order_Date DOES NOT FALL on or between the Start and End date variables. The result set is joined to the Customers table. The final result set is presented in the summary listing. 23

24 TEST CASE 7: CUSTOMER SUMMARY LISTING Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Customers.L Page Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T7-D13 After completing a search or add records operation, the user is presented with a summary listing of records that match the search criteria, or the newly entered records. Form Customers.L is used. The business rules for this form are the same as for the Summary Listing page described in the Core Functions component. Customers.L 24

25 TEST CASE 8: CUSTOMER DETAIL DISPLAY Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Customers.D Page Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in BOTS-CUST-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T8-D14 The detail display for each data area is presented when a user clicks on a record link from a summary page, or on a Next / Previous / First / Last button on another record. Form Customers.D is used. Core business rules for this form are the same as for the Detail Display page described in the Core Functions component, as well as the field defaults, formats, ranges, and special rules described in the Data Dictionary. Specific business rules for this form are described below. 25

26 Customers.D PRECONDITIONS None INITIALIZATION RULES T8a-D14a T T8b-D14b T8c-D14c If a new record is being added, the Customer ID is automatically assigned by the system. All other fields are either empty or set to their default value, as appropriate. If an existing record is being displayed, the Customer ID is non-enterable, and the Demographics list is filled with related Demog_Names from the Demographics table. Transaction processing and associated record locking is initiated for this form. 26

27 INTERACTION RULES T8d-D14d T T8e-D14e T8f-D14f T8g-D14g T8h-D14h T8i-D14i When Shipping_Addr_1 is modified, AND Billing_Addr_1 is empty, copy the entered contents of Shipping_Addr_1 to Billing_Addr_1. When Shipping_Addr_2 is modified, AND Billing_Addr_2 is empty, copy the entered contents of Shipping_Addr_2 to Billing_Addr_2. When Shipping_City is modified, AND Billing_City is empty, copy the entered contents of Shipping_City to Billing_City. When Shipping_State is modified, AND Billing_ State is empty, copy the entered contents of Shipping_ State to Billing_ State. When Shipping_Zip is modified, AND Billing_ Zip is empty, copy the entered contents of Shipping_ Zip to Billing_ Zip. When the button next to the Demographics list is pressed, a dialog is presented with a list of available Demog_Name values from the Demographics table, and submit/cancel buttons: T8j-D14j When the user selects an item on the list and presses the submit button, the user is returned to the Customers.D page with the new demographic value inserted into the sorted Demographics list. Pressing the cancel button closes the dialog with no further action. When a Demographic item in the Demographics list is selected, AND the button next to the Demographics list is pressed, the Demographic item is removed from the list. CONCLUSION RULES T8k-D14k T T8l-D14l When the user presses the Submit button, the current set of transactions are committed to the database, associated records are unlocked, and the user is returned to the summary listing. When the user presses the Cancel button, the current set of transactions are cancelled, associated records are unlocked, and the user is returned to the summary listing. 27

28 TEST CASE 9: CUSTOMER REPORTS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Customers.Rpt and associated reports Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T9-D15 When the user follows the reporting link from the data area top page, the data area reporting page is displayed. Form Customers.Rpt is used. The business rules for this form are the same as for the Reports page described in the previous Core Application Elements section. Customers.Rpt 28

29 REFERENCE CARDS T9a-D16 T Customer information as presented in the detail display form is formatted for printing 2-up, horizontal, on 4x5 index card stock, Avery #8387. Form CustRefCards.Rpt is used to generate the report. CustRefCards.Rpt 29

30 MAILING LABELS T9b-D17 A dialog is presented requesting whether the customer shipping address or billing address information is to be printed. Form MailLabelsRpt.Parm is used: After the user makes a selection, the current selection of records is used to print Company_Name, Contact_Name, and appropriate address fields onto Avery 5196 mailing label stock. Pressing the cancel button returns the user to the Customers.Rpt page. Form MailLabels.Rpt is used to generate the report. MailLabels.Rpt 30

31 TEST CASE 10: CUSTOMER OPERATIONS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Customers.Opr page and associated operations Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T10-D18 When the user follows the operations link from the data area top page, the data area operations page is displayed. Form Customers.Opr is used. The core business rules for this form are the same as for the Operations page described separately in the Core Features component. The operations page displays the pre-defined operations available for this data area as described below. Operation Selection 31

32 EXPORT MAIL MERGE DATA T10a-D19 A dialog is presented requesting whether the customer shipping address or billing address information is to be exported. MailLabelsRpt.Parm is used: After the user makes a selection, the current selection of records is used to send appropriate header and detail information in a format compatible with Microsoft Word s merge function. Fields to be exported are Company_Name, Contact_Name, and appropriate address fields. 32

33 DEMOGRAPHICS DATA AREA TEST CASES TEST CASE 11: DEMOGRAPHICS SELECTION & TOP Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing DemogTop Page Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: DATA AREA SELECTION T11-D20 T T11a-D20a T11b-D20b The Demographics data area provides the ability to enter, update, and maintain information in the Demographics table. A link to the Demographics data area top page appears in the Support Data Areas section of the application top page. The system restricts user access to this Data Area according to membership in the user roles described in the Access Control Matrix in the Physical Database Description. 33

34 DATA AREA TOP T11c-D21 When the user selects the customer data area link from the Application Top page, the Demographics Data Area page is presented. This page allows the user to choose to perform a predefined search, develop an ad hoc search, or add new records, has shown below. The data area top page also provides links to separate reporting and operations pages. Form DemogTop is used. The core business rules for this form are the same as for the Data Area Top page described separately in the Core Features component. Additional business rules for this form are described below. DemogTop PRECONDITIONS None INITIALIZATION RULES T11d-D21a T A Quick Search link and description is installed in the Pre-defined search section of this form. No other predefined searches are available. INTERACTION RULES T11e-D21b T Clicking on the Quick search link initiates a Quick Search as described in the searches section below. 34

35 CONCLUSION RULES None 35

36 TEST CASE 12: DEMOGRAPHIC SEARCHES Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing DemogTop searches section and associated searches Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: QUICK SEARCH T12-D22 A dialog is presented consisting of a popup list of indexed fields for the main table of the data area, along with a popup list of comparison operators, an enterable Value field, and Submit/Cancel buttons. Form Quick.Qry is used: The user is allowed to select one field, one comparison operator, and enter a value to be compared against. Clicking the Submit button executes the search as constructed by the user. The result set is presented in the summary listing. Clicking the Cancel button returns to the DemogTop page. 36

37 TEST CASE 13: DEMOGRAPHIC SUMMARY LISTING Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Demog.L Page Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T13-D23 After completing a search or add records operation, the user is presented with a summary listing of records that match the search criteria, or the newly entered records. Form Demog.L is used. The core business rules for this form are the same as for the Summary Listing page described separately in the Core Features component. Demog.L 37

38 TEST CASE 14: DEMOGRAPHIC DETAIL DISPLAY Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Demog.D Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T14-D24 The detail display for each data area is presented when a user clicks on a record link from a summary page, or on a Next / Previous / First / Last button on another record. Form Demog.D is used. The core business rules for this form are the same as for the Detail Display page described separately in the Core Features component, as well as the field characteristics described in the Data Dictionary section of the PDD and the range limitations and other special rules described in the Database Triggers section of this document. Specific business rules for this form are described below. Demog.D PRECONDITIONS None INITIALIZATION RULES T14a-D24a T If a new record is being added, the Demographic ID is automatically assigned by the system. 38

39 INTERACTION RULES None CONCLUSION RULES None 39

40 TEST CASE 15: DEMOGRAPHIC REPORTS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Demog.Rpt Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T15-D25 When the user follows the reporting link from the data area top page, the data area reporting page is displayed. Form Demog.Rpt is used. The core business rules for this form are the same as for the Reports page described separately in the Core Features component. The reports page displays the pre-defined reports available for this data area as described below. Demog.Rpt 40

41 TEST CASE 16: DEMOGRAPHIC OPERATIONS Test Class Test Item(s) Description Input Specifications Output Specifications Environmental Needs Special Procedural Requirements Intercase Dependencies Black Box Testing Demog.Opr and associated operations Validate that the page functions as specified. Manual data entry. Screen response. Client and server hardware + software connected via network, as specified in PROJ-COMP-SDD: Design Document, Design Constraints Compliance paragraphs. TEST STEPS Validate each of the following statements: T16-D26 When the user follows the operations link from the data area top page, the data area operations page is displayed. Form Demog.Ops is used. The core business rules for this form are the same as for the Operations page described separately in the Core Features component. The operations page displays the pre-defined operations available for this data area as described below. Demog.Opr EXPORT DEMOGRAPHIC DATA T16a-D27 T All fields for all Demographic records are exported as a tab-delimited text file, compatible with Microsoft Excel. 41

42 ANALYSIS LISTING The following listing is automatically maintained by the word processor for this document. It is of use only to systems analysts when verifying requirements traceability across documents. T1A-D1 T1B-D1 T1C-D1 T1D-D2 T1E-D2A T1F-D3 T2A-D1 T2B-D1 T2C-D1 T2D-D1 T2E-D1 T3A-D4 T3B-D4A T3C-D4B T3D-D4C T3E-D4D T3F-D4E T3G-D4F T3H-D4G T3I-D4H T3J-D4I T3K-D4J T3L-D4K T4-D5 T4A-D5A T4B-D5B T5-D6 T5A-D6A T5B-D6B T5C-D7 T5D-D7A 42

43 T5E-D7B T5F-D7C T5G-D7D T5H-D7E T5I-D7F T5J-D7G T5K-D7H T5L-D7I T5M-D7K T6-D8 T6A-D9 T6B-D10 T6C-D11 T6D-D12 T7-D13 T8-D14 T8A-D14A T8B-D14B T8C-D14C T8D-D14D T8E-D14E T8F-D14F T8G-D14G T8H-D14H T8I-D14I T8J-D14J T8K-D14K T8L-D14L T9-D15 T9A-D16 T9B-D17 T10-D18 T10A-D19 T11-D20 T11A-D20A T11B-D20B T11C-D21 T11D-D21A T11E-D21B T12-D22 T13-D23 T14-D24 T14A-D24A T15-D25 T16-D26 T16A-D27 43

44 44

MarkLogic Server. Database Replication Guide. MarkLogic 6 September, Copyright 2012 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Database Replication Guide. MarkLogic 6 September, Copyright 2012 MarkLogic Corporation. All rights reserved. Database Replication Guide 1 MarkLogic 6 September, 2012 Last Revised: 6.0-1, September, 2012 Copyright 2012 MarkLogic Corporation. All rights reserved. Database Replication Guide 1.0 Database Replication

More information

MarkLogic Server. Database Replication Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Database Replication Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved. Database Replication Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-3, September, 2017 Copyright 2017 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Database Replication

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

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

Software design descriptions standard

Software design descriptions standard Tuffley Computer Services Pty Ltd Quality Management System Software design descriptions standard Version: 2.0 Date: 09/05/11 Status: Approved Copy no.: Controlled Approved by: Approver s name: Approver

More information

Release Notes for ExtraView Date: Sep 5, 2017

Release Notes for ExtraView Date: Sep 5, 2017 Release Notes for ExtraView 11.2 Date: Sep 5, 2017 Module: Add & Edit 349107 Autosizing of HTML Area fields When entering multiple lines of text into an HTML Area field, the height of the field will grow

More information

TEXAS DEPARTMENT OF INFORMATION RESOURCES. Test Scenario. Instructions. Version DEC 2006

TEXAS DEPARTMENT OF INFORMATION RESOURCES. Test Scenario. Instructions. Version DEC 2006 TEXAS DEPARTMENT OF INFORMATION RESOURCES Test Scenario Instructions Version 1.1 8 DEC 2006 Version History Current Framework documents, including a glossary, are available at www.dir.state.tx.us/pubs/framework/.

More information

Implementing A Final Regression Testing Process

Implementing A Final Regression Testing Process Implementing A Final Regression ing Process Jeff Tatelman SQuAD Conference 2007 March 15th, 2007 Final Regression ing Definition The testing of software after a modification has been made to ensure that

More information

12/05/2017. Geneva ServiceNow Custom Application Development

12/05/2017. Geneva ServiceNow Custom Application Development 12/05/2017 Contents...3 Applications...3 Creating applications... 3 Parts of an application...22 Contextual development environment... 48 Application management... 56 Studio... 64 Service Creator...87

More information

DREAMFACTORY SOFTWARE INC. Snapshot User Guide. Product Usage and Best Practices Guide. By Sathyamoorthy Sridhar June 25, 2012

DREAMFACTORY SOFTWARE INC. Snapshot User Guide. Product Usage and Best Practices Guide. By Sathyamoorthy Sridhar June 25, 2012 DREAMFACTORY SOFTWARE INC Snapshot User Guide Product Usage and Best Practices Guide By Sathyamoorthy Sridhar June 25, 2012 This document describes Snapshot s features and provides the reader with notes

More information

MET CS 669 Database Design and Implementation for Business Term Project: Online DVD Rental Business

MET CS 669 Database Design and Implementation for Business Term Project: Online DVD Rental Business MET CS 669 Database Design and Implementation for Business Term Project: Online DVD Rental Business Objective Create an initial design for the database schema for an online DVD rental business that is

More information

Business Requirements Document (BRD) Template

Business Requirements Document (BRD) Template Business Requirements Document (BRD) Template Following is a template for a business requirements document (BRD). The document includes many best practices in use today. Don t be limited by the template,

More information

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

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

MIS Week 9 Host Hardening

MIS Week 9 Host Hardening MIS 5214 Week 9 Host Hardening Agenda NIST Risk Management Framework A quick review Implementing controls Host hardening Security configuration checklist (w/disa STIG Viewer) NIST 800-53Ar4 How Controls

More information

Overview of KC Resources and Resource Usage

Overview of KC Resources and Resource Usage Overview of KC Resources and Resource Usage Overview of KC Resource Allocation (0.00) Introduction (0.01) Module: Overview of KC Resource Allocation Introduction Knowledge Center has a set of tools that

More information

Pearson Education 2005 Chapter 9 (Maciaszek - RASD 2/e) 2

Pearson Education 2005 Chapter 9 (Maciaszek - RASD 2/e) 2 MACIASZEK, L.A. (2005): Requirements Analysis and System Design, 2 nd ed. Addison Wesley, Harlow England, 504p. ISBN 0 321 20464 6 Chapter 9 Testing and Change Management Pearson Education Limited 2005

More information

Desktop Charge Capture

Desktop Charge Capture Version 4.2 Quick Start Guide for Healthcare Providers Desktop Charge Capture Physician Information System Contents Logging Into Desktop Charge Capture... 1 Introduction to Desktop Charge Capture... 3

More information

MadCap Software. What's New Guide. Doc-To-Help 5

MadCap Software. What's New Guide. Doc-To-Help 5 MadCap Software What's New Guide Doc-To-Help 5 Copyright 2017 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager Service Manager powered by HEAT Migration Guide for Ivanti Service Manager June 16, 2017 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc.

More information

TRICARE Operations Manual M, February 1, 2008 TRICARE Duplicate Claims System - TRICARE Encounter Data (TED) Version. Chapter 9 Section 5

TRICARE Operations Manual M, February 1, 2008 TRICARE Duplicate Claims System - TRICARE Encounter Data (TED) Version. Chapter 9 Section 5 TRICARE Duplicate Claims System - TRICARE Encounter Data (TED) Version Chapter 9 Section 5 This section is a detailed user s guide to essential system functions. It provides examples to illustrate system

More information

Unit 10: Advanced Actions

Unit 10: Advanced Actions Unit 10: Advanced Actions Questions Covered What other action types are available? How can we communicate with users without sending an email? How can we clone a record, mapping just the fields we want?

More information

A detailed comparison of EasyMorph vs Tableau Prep

A detailed comparison of EasyMorph vs Tableau Prep A detailed comparison of vs We at keep getting asked by our customers and partners: How is positioned versus?. Well, you asked, we answer! Short answer and are similar, but there are two important differences.

More information

Getting Started with Transaction Express. Transaction Express User Guide

Getting Started with Transaction Express. Transaction Express User Guide Getting Started with Transaction Express Transaction Express User Guide Table of Contents Transaction Express User Guide... 5 Section 1 Getting Started... 5 Welcome Email... 5 Merchant List... 5 Navigation...

More information

Helix Test Case Management Best Practices

Helix Test Case Management Best Practices The following information provides best practices for test case management activities in Helix ALM. These best practices are guidelines. Your testing process and business rules should dictate whether or

More information

Acceptance Test Plan

Acceptance Test Plan Acceptance Test Plan 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,

More information

ipcr Web Training Manual

ipcr Web Training Manual ipcr Web Training Manual Technical support: (800) 464-1740 Technical support email address: support@ipcrems.com [1] Table of Contents Accessing ipcr Web... 4 ipcr Web Sign In... 5 Persistent ipcr Web Features...

More information

WinFlexOne - Importer MHM Resources LLC

WinFlexOne - Importer MHM Resources LLC WinFlexOne - Importer 2008 MHM Resources LLC WinFlexOne Importer - Employee 2 This module provides: Overview Log In Source File Importer Profile Download Activate Import Source File WinFlexOne Importer

More information

IBM. Database Database overview. IBM i 7.1

IBM. Database Database overview. IBM i 7.1 IBM IBM i Database Database overview 7.1 IBM IBM i Database Database overview 7.1 Note Before using this information and the product it supports, read the information in Notices, on page 39. This edition

More information

Release Preview Test Plan

Release Preview Test Plan Overview of Release Preview Information 1 Overview of Release Preview Information Preparing for Testing Recommended Test Plan Overview of Release Preview Information The Release Preview environment enables

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Price ƒ(x) Release 'Mojito' Release Notes Go-live Date:

Price ƒ(x) Release 'Mojito' Release Notes Go-live Date: Price ƒ(x) Release 'Mojito' Release Notes Go-live Date: Release 'Mojito' Page 1 of 10 This document summarizes major improvements introduced in the latest Price f(x) release the

More information

Project Manager User Manual

Project Manager User Manual Project Manager User Manual Overview Welcome to your new Project Manager application. The Project Managaer is implemented as a web site that interfaces to an SQL database where all of the project and time

More information

Add Manual Test Script Template Xls

Add Manual Test Script Template Xls Add Manual Test Script Template Xls How to: Add Test Steps to a Manual Test Case from a Microsoft Excel or For example, if each test case has to log on to the application under test, you can. Create manual

More information

CIP Cyber Security Configuration Management and Vulnerability Assessments

CIP Cyber Security Configuration Management and Vulnerability Assessments Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Development Steps Completed

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Asset Management Migration Guide

Asset Management Migration Guide www.novell.com/documentation Asset Management Migration Guide ZENworks 11 Support Pack 2 March 20, 2012 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

OPENING A LEADS.TXT FILE IN EXCEL 2010

OPENING A LEADS.TXT FILE IN EXCEL 2010 From the project manager to a team of administrative, programming, and technical specialists, ATS believes in a team approach that brings together all of the necessary elements pre-conference and onsite

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

IBM i Version 7.2. Database Database overview IBM

IBM i Version 7.2. Database Database overview IBM IBM i Version 7.2 Database Database overview IBM IBM i Version 7.2 Database Database overview IBM Note Before using this information and the product it supports, read the information in Notices on page

More information

Team Member Management

Team Member Management Introduction Team Member Management When viewing this job aid electronically, click within the Contents to advance to desired page. Contents Introduction... 2 About STARS -... 2 Technical Assistance and

More information

Fastening Review Overview Basic Tasks DMU Fastening Review Interoperability Workbench Description Customizing Index

Fastening Review Overview Basic Tasks DMU Fastening Review Interoperability Workbench Description Customizing Index Fastening Review Overview Conventions Basic Tasks Displaying Joined Parts in a Balloon Running the Fastening Rules Analysis Reporting Creating Structural Reports Creating Flat Reports DMU Fastening Review

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made,

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made, Assignments Assignments The topics in this section provide information about Assignments. To begin managing Assignments on the Assignments console: 1. On the Navigation bar, click Assignments 2. The Assignments

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C Loop Placing

More information

Salto Offline Lock Integration Guide

Salto Offline Lock Integration Guide Salto Offline Lock Integration Guide August 2015 SATEON Salto Offline Lock Integration Guide Issue 1.0, released August 2015 Disclaimer Copyright 2015, Grosvenor Technology. All rights reserved. SATEON

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

ControlPoint. Managing ControlPoint Users, Permissions, and Menus. February 05,

ControlPoint. Managing ControlPoint Users, Permissions, and Menus. February 05, Managing Users, Permissions, and Menus February 05, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2018 All rights reserved. No part or section of the contents

More information

TestCenter User Manual. User Manual. v

TestCenter User Manual. User Manual. v TestCenter User Manual User Manual v1.0 2017-03-31 Table of Content 1 Introduction... 4 2 Getting started... 5 2.1 TestCenter User Interface... 5 2.2 Menu bar... 6 2.3 Message bar... 6 2.4 Forms for record

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

VEDATRAK CRM 3.0. User Guide

VEDATRAK CRM 3.0. User Guide VEDATRAK CRM 3.0 User Guide 2 (C) 2006-2012 SUI SOLUTIONS Ltd. All rights reserved. 3 Contents Overview...9 System Requirements...12 Installation Notes...13 Vedatrak Basics...14 User Roles...14 System

More information

Atlassian JIRA Introduction to JIRA Issue and Project Tracking Software Tutorial 1

Atlassian JIRA Introduction to JIRA Issue and Project Tracking Software Tutorial 1 Atlassian JIRA Introduction to JIRA Issue and Project Tracking Software Tutorial 1 Once again, we are back with another tool tutorial. This time it s the Issue and Project Tracking Software Atlassian JIRA.

More information

TXSMARTBUY ONLINE ORDERING SYSTEM

TXSMARTBUY ONLINE ORDERING SYSTEM TEXAS COMPTROLLER OF PUBLIC ACCOUNTS TXSMARTBUY ONLINE ORDERING SYSTEM USER GUIDE May 2015 1 Page TxSmartBuy.com User Guide Table of Contents WHO CAN USE THIS SYSTEM?... 4 SYSTEM REQUIREMENTS AND BROWSER

More information

Decision Manager Help. Version 7.1.7

Decision Manager Help. Version 7.1.7 Version 7.1.7 This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary information. The document and product are protected by copyright and distributed

More information

BIG-IP Analytics: Implementations. Version 13.1

BIG-IP Analytics: Implementations. Version 13.1 BIG-IP Analytics: Implementations Version 13.1 Table of Contents Table of Contents Setting Up Application Statistics Collection...5 What is Analytics?...5 About HTTP Analytics profiles... 5 Overview:

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

DTT Reference Manual (v3.3)

DTT Reference Manual (v3.3) DTT Reference Manual (v3.3) DTT 8.2 Publication Date: August 3, 2012 Notice The content in this document represents the current view of the DTT (Direct-To-Test) 8.20 application as of the date of publication.

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

Data Protection. Plugging the gap. Gary Comiskey 26 February 2010

Data Protection. Plugging the gap. Gary Comiskey 26 February 2010 Data Protection. Plugging the gap Gary Comiskey 26 February 2010 Data Protection Trends in Financial Services Financial services firms are deploying data protection solutions across their enterprise at

More information

User Guide Respond to Request for Information (RFI)

User Guide Respond to Request for Information (RFI) OVERVIEW This User Guide describes how Suppliers participates in Request for Information (RFI) events related to Pre- Qualification, Category Related Qualifications, Sourcing Pre-Screenings or Communications

More information

Migration Guide Service Manager

Migration Guide Service Manager Migration Guide 2017.3.1 Service Manager powered by HEAT Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to

More information

Chapter 9 Quality and Change Management

Chapter 9 Quality and Change Management MACIASZEK, L.A. (2007): Requirements Analysis and System Design, 3 rd ed. Addison Wesley, Harlow England ISBN 978-0-321-44036-5 Chapter 9 Quality and Change Management Pearson Education Limited 2007 Topics

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

Pearson Education 2007 Chapter 9 (RASD 3/e)

Pearson Education 2007 Chapter 9 (RASD 3/e) MACIASZEK, L.A. (2007): Requirements Analysis and System Design, 3 rd ed. Addison Wesley, Harlow England ISBN 978-0-321-44036-5 Chapter 9 Quality and Change Management Pearson Education Limited 2007 Topics

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

TeamDynamix Project Manager User Guide. November TeamDynamix Project Manager User Guide rev. 11/2015 Page 1

TeamDynamix Project Manager User Guide. November TeamDynamix Project Manager User Guide rev. 11/2015 Page 1 TeamDynamix Project Manager User Guide November 2015 TeamDynamix Project Manager User Guide rev. 11/2015 Page 1 Table of Contents I. Introduction... 3 II. Accessing TeamDynamix... 3 III. Create a Project/Workspace...

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

More information

Follow all of the steps indicated below for each process. Some steps may require IT assistance.

Follow all of the steps indicated below for each process. Some steps may require IT assistance. The instructions provided below are for upgrading EnergyCAP Enterprise from Release 6.0 to Release 6.1SP1. The version number of EnergyCAP 6.1 is 6.1.60.xx. (xx will correspond to the current build, and

More information

Manage Workflows. Workflows and Workflow Actions

Manage Workflows. Workflows and Workflow Actions On the Workflows tab of the Cisco Finesse administration console, you can create and manage workflows and workflow actions. Workflows and Workflow Actions, page 1 Add Browser Pop Workflow Action, page

More information

EMIT SIM Software Installation and User Manual

EMIT SIM Software Installation and User Manual TECHNICAL BULLETIN TB-6579 EMIT SIM Software Installation and User Manual Made in the United States of America Description EMIT SIM (Smart Ionization and Monitoring) is designed to monitor and record the

More information

AWS Service Delivery Program AWS Database Migration Service (DMS) Consulting Partner Validation Checklist

AWS Service Delivery Program AWS Database Migration Service (DMS) Consulting Partner Validation Checklist AWS Service Delivery Program AWS Database Migration Service (DMS) May 2018 Version 1.0 AWS Service Delivery: v1.0 pg. 1 AWS DMS - Service Delivery Table of Contents Introduction... 3 Expectations of Parties...

More information

Teamcenter Getting Started with Workflow. Publication Number PLM00194 C

Teamcenter Getting Started with Workflow. Publication Number PLM00194 C Teamcenter 10.1 Getting Started with Workflow Publication Number PLM00194 C Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Supplier Quality Optimization Program ecert User Manual

Supplier Quality Optimization Program ecert User Manual Supplier Quality Optimization Program ecert User Manual Document Approval Name of Approver Defined in PDM Defined in PDM Defined in PDM Defined in PDM Role of Approver (per GSM) Author Project Manager

More information

Xton Access Manager GETTING STARTED GUIDE

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

More information

Conference Users Guide for the GCFA Statistical Input System.

Conference Users Guide for the GCFA Statistical Input System. Conference Users Guide for the GCFA Statistical Input System http://eagle.gcfa.org Published: November 29, 2007 TABLE OF CONTENTS Overview... 3 First Login... 4 Entering the System... 5 Add/Edit Church...

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

Quality Inspection Management Implementation

Quality Inspection Management Implementation Oracle SCM Cloud Quality Inspection Management Implementation Activity Guide Important! You ve been assigned a unique, two-digit student number for this course. In the following pages, wherever you see

More information

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE Test Plan KSU Student Portal Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents 1.

More information

To access EasyIEP, you must have a user name and a unique password.

To access EasyIEP, you must have a user name and a unique password. 2014 I. Logging into EasyIEP To access EasyIEP, you must have a user name and a unique password. Open a web browser and enter your districts URL in the address bar o URL: https://go3.pcgeducation.com/njirvington

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

SpiraTest Quick Start Guide Inflectra Corporation

SpiraTest Quick Start Guide Inflectra Corporation SpiraTest Quick Start Guide Inflectra Corporation Date: January 28, 2018 Contents Introduction 2 1. Logging In and Selecting a Project 3 2. Define the Requirements 5 3. Create the Release and Iteration

More information

Salesforce Enterprise Edition Upgrade Guide

Salesforce Enterprise Edition Upgrade Guide Salesforce Enterprise Edition Upgrade Guide Salesforce, Spring 16 @salesforcedocs Last updated: February 11, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Cooperation with other Certification Systems

Cooperation with other Certification Systems ISCC 254 Cooperation with other Certification Systems Cooperation with other Certification Systems ISCC 11-01-14 V 1.16 11-01-14 Copyright notice ISCC 2010 This ISCC document is protected by copyright.

More information

The Crypt Keeper Cemetery Software v.8.0. Table of Contents

The Crypt Keeper Cemetery Software v.8.0. Table of Contents The Crypt Keeper Cemetery Software v.8.0 Table of Contents Defining Custom Data Fields pg 3 o The default database comes with many data fields for you to input your record. But occasionally you may have

More information

Interaction Center Business Manager Supervisor Functions

Interaction Center Business Manager Supervisor Functions Interaction Center Business Manager Supervisor Functions CIC 2016 RX 1 Contents Interaction Supervisor... 10 Introduction... 10 Views... 10 Access to Views is controlled by License Assignment... 11 Alerts...

More information

Communications Hub. Relay. Version 2.0. Print Manager Administrator Guide

Communications Hub. Relay. Version 2.0. Print Manager Administrator Guide Relay Version 2.0 Communications Hub Table of Contents 1 - About This Guide 6 - Defining Access Pools Version History 5 Related Documentation 5 2 - Overview Print Manager 7 Print Streams 7 The Administrator

More information

SSID User Guide and Policy

SSID User Guide and Policy OSPI SSID User Guide and Policy Using the Comprehensive Education Data and Research System to obtain State Student Identifiers Customer Support September 2017 Table of Contents Introduction... 3 Using

More information

File-Mate FormMagic.com File-Mate 1500 User Guide. User Guide

File-Mate FormMagic.com File-Mate 1500 User Guide. User Guide User Guide File-Mate 1500 FormMagic.com File-Mate 1500 User Guide User Guide User Guide - Version 7.5 Chapters Application Overview 1500 Form Printing Import and Export Install and Update Registration

More information

SmartCollaboration Admin Panel for

SmartCollaboration Admin Panel for SmartCollaboration Admin Panel for Version 4.5 Part Number E62377-01 TOA Technologies 2014 Table of Contents 1 Introduction... 3 1.1 Document Overview... 3 1.2 Basic Terms and Concepts... 3 2 Functionality

More information

Decision First Lawyer Existing Members

Decision First Lawyer Existing Members Decision First Lawyer Existing Members User Guide Document Reference: DF 1 Document Version Number: 3 Compiled by/document Owner: Issue Date: 06.08.2014 Approved by: Nicola Wrighton/ Victoria Gould Tom

More information

e-builder User Guide Views

e-builder User Guide Views Views 2016 e-builder, Inc. e-builder 8.12 Help by e-builder, Inc. 2016 e-builder, Inc. All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or

More information

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide IBM Internet Security Systems IBM Proventia Management SiteProtector Policies and Responses Configuration Guide Version2.0,ServicePack8.1 Note Before using this information and the product it supports,

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

Using the BuyBoard V.5

Using the BuyBoard V.5 1 Using the BuyBoard V.5 The first screen that opens after logging in is the BuyBoard News page, an overview of new contracts and other helpful information regarding the BuyBoard. BROWSING THE BUYBOARD

More information

Task Management User Guide

Task Management User Guide Task Management User Guide Version 18 April 2018 Contents About This Guide... 5 Tasks Overview... 5 Create a Project for Task Management... 5 Project Templates Overview... 5 Add a Project Template...

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

Table Conversion Guide Release 9.2

Table Conversion Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Table Conversion Guide Release 9.2 E53571-01 October 2015 Describes Oracle's JD Edwards EnterpriseOne Table Conversion tool and how it is used to convert tables and copy

More information

Altiris IT Management Suite 7.1 from Symantec Enhanced Console Views Getting Started Guide. Version 7.1

Altiris IT Management Suite 7.1 from Symantec Enhanced Console Views Getting Started Guide. Version 7.1 Altiris IT Management Suite 7.1 from Symantec Enhanced Console Views Getting Started Guide Version 7.1 Contents Section 1 Chapter 1 Altiris IT Management Suite 7.1 from Symantec Enhanced Console Views

More information

Export out report results in multiple formats like PDF, Excel, Print, , etc.

Export out report results in multiple formats like PDF, Excel, Print,  , etc. Edition Comparison DOCSVAULT Docsvault is full of features that can help small businesses and large enterprises go paperless. The feature matrix below displays Docsvault s abilities for its Enterprise

More information

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM Proprietary Materials No use of these Proprietary materials is permitted without

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information