Observatory Control System Test Plan Steve Wampler High-Level Software

Size: px
Start display at page:

Download "Observatory Control System Test Plan Steve Wampler High-Level Software"

Transcription

1 Project Documentation Document PROC-0029 Rev A Observatory Control System Test Plan Steve Wampler High-Level Software June 6, 2016

2 REVISION SUMMARY: 1. Date: 6 June 2016 Revision: Rev A Changes: Initial version PROC-0029 Rev A Page 1 of 208

3 1. TEST FRAMEWORK The OCS uses the CSF-supplied software Quality Assurance Framework (QAF) to verify compliance with requirements found in the DRD. Each requirement is verified with a separate test. Requirements that are not user-interface requirements are tested using Python scripts within that framework. User interface requirement tests consist of detailed instructions on the steps a user it to take to test the requirement. No attempt is made to automate GUI testing. For the non-gui aspects of the OCS, the testing framework developed for use with the TCS is adapted for use with the TCS. This discussion draws heavily from the TCS description of its testing facility. Tests are first run using the DKIST High-Level Software end-toend test bed prior to delivery. After summit delivery the tests are repeated using the summit systems. Using the QAF allows the tests to make full use of the available services present in the CSF while keeping the testing mechanism detached from the application. This makes writing tests and updating tests easy, without the need to recompile any code. Using QAF ensures that the tests are standardized. The testing framework provides class definitions that the test scripts subclass. The testing classes ensure test comments are logged into the log database using tags that can easily be retrieved. The QAF runs each test and compares the result to the expected result, producing a summary of all test results. The required test scripts are supplied as part of the OCS deliverables and are then matched to the specific requirement that each tests in the compliance matrix (see Section 6). The testing framework provides class definitions that the test scripts subclass. The testing classes ensure test comments are logged into the log database using tags that can easily be retrieved, and also put results using predefined names that allow specialized JES widgets to pick up and display the results. Coupled with another JES widget that allows selection and execution of the test scripts results in all testing being carried out within a standard CSF environment, making use of standard CSF services and recording all test results to standard CSF logging facilities. The testing framework script locations are added to the scripting widget (relative to $(ATST) so they are portable between CSF installations) such that the test scripts themselves can simply import the required python modules. If any operator input is required, then the test scripts can invoke dialog boxes through jython as no command line interfaces are available. The available classes and methods of the testing framework are presented in the table below. Method Parameters Return Description TestStep class subclass and override the Run method. Log message void Logs the message using the CSF log service. Also posts the message and stores it into the cache for use (e.g. JES widgets). Fail message void Fail the current test step. The step is logged as failing with the reason given. The step exits at this point. Get Set component, table component, table table void Call get() on the specified component. The table is an attribute table filled with the names of attributes to get. The returned table contains the filled in values. Call set on the specified component. The table is an attribute table filled with the names and values of attributes to set. PROC-0029 Rev A Page 2 of 208

4 Submit BlockSubmit Request controller, configuration controller, configuration message, table int int table Call submit() on the specified controller. The configuration is submitted to the controller and the submit return value is returned. This does not block. Call submit() on the specified controller. The configuration is submitted to the controller and the final status of the command is returned. This does block until the action is completed/aborted/cancelled. Request user input. The names of the values requested are provided in the table input (attribute table format) and the return attribute table contains the names and values that were entered. This method blocks the test until the user has closed the popup. Message message void Open a popup to display a message to the user. This method blocks until the user has closed the popup. Test class create, add test steps and then Run the test. Test ID, description, requirements, details void Constructor for a test object. Create a test object, add the required steps to it and then run it to perform the test. AddStep Step void Add another step to this test. Run table void Execute the test, running through each step in order. An attribute table is returned that contains the report for the test, each step is included along with its pass/fail state and any failure message. Whenever a test script is executed the testing framework requests a unique ID from the CSF ID service. This ID is appended to the original test ID (that is defined as part of the test script) and all messages are logged with this unique ID. The ID is also presented to the operator making the task of retrieving old test logs in the future much easier (using standard SQL search queries). For example, if the test is called TEST.OCS.0001 and the uniquely generated ID is then every log message for this test starts with [TEST.OCS ] Details on the QAF and its use are found in PROC-0015 (Software Test Plan). PROC-0029 Rev A Page 3 of 208

5 2. STAGED TESTING Tests for the OCS are implemented in stages corresponding to the development schedule: Summit Management Support tests are implemented first Experiment Management Support test sare then implemented Operation Interface Support tests are implemented last. This staged testing allows for compliance testing to be conducted as part of the OCS' release cycles. All rests are repeated on OCS development completion. PROC-0029 Rev A Page 4 of 208

6 3. TEST COVERAGE The OCS tests are derived directly from the OCS Compliance Matrix (CMX-008) that, in turn, derives from the requirements found in the OCS Design Requirements Document (SPEC-0161). Each requirement that can be validated by a test has a separate test procedure documented Section 4. PROC-0029 Rev A Page 5 of 208

7 4. TEST DESCRIPTIONS This section describes the steps necessary to verify all requirements where the verification method was listed as either inspection or manual-test in the OCS Compliance Matrix. Those tests with a verification method of auto-test include an automated test (see OCS source tree $ATST/src/jython/atst/ocs/qa/tests) which include details of what the requirement is, what the test steps are and what conditions have to be met for the test to be considered successful. An example of one such test is provided in Appendix A, however in order to avoid double dimensioning the details for all of those tests is not repeated in this document. 4.1 BASIC SETUP Most of the requirement verification relies on the same basic setup; rather than repeat that information for each requirement the standard setup is captured here. Verifications which rely on a non-standard setup call that out in their pre-conditions section. Unless otherwise stated the OCS and its dependencies should be installed part of a DKIST End-to-End testbed. See SPEC-0022 for details on the pkgdevel framework and how to configure a system and the OCS Manual for an explanation of the OCS s pkgdevel options. The instructions here assume the use of the Tucson End-to-End testbed, but another testbed may be substituted. The OCS and the rest of the End-to-End testbed systems should be in the running state for all of its tests and unless otherwise noted may remain running between tests. The End-to-End test bed should be started following the instructions in the OCS manual. See the OCS manual for details on starting and stopping the test bed. 4.2 TESTS See the tests, one per page, on the following pages. PROC-0029 Rev A Page 6 of 208

8 4.2.1 OCS Definition Type Desugb Requirement PROC-0029 Rev A Page 7 of 208

9 4.2.2 Operator Support System Definition Type Design Requirement PROC-0029 Rev A Page 8 of 208

10 4.2.3 Experiment Execution System Definition Type Design Requirement PROC-0029 Rev A Page 9 of 208

11 4.2.4 Summit Management System Definition Type Design Requirement PROC-0029 Rev A Page 10 of 208

12 4.2.5 Best Software Practices Type Inspection Requirement PROC-0029 Rev A Page 11 of 208

13 4.2.6 Summit Software Management Type Test Requirement The OCS is running, the rest of the End-to-End testbed systems are not. Using the OCS Control screen, click on the Start Control GUIs button Using the Startup/Shutdown tab, click on the Start Tucson E2E button. HLS systems come up as configured. Some systems may not start due to lack of a simulator in the testbed, or because they must be controlled separately (e.g. the FCS). PROC-0029 Rev A Page 12 of 208

14 4.2.7 Application of Information Type Auto-test Requirement The End-to-End testbed, including the OCS, is running. PROC-0029 Rev A Page 13 of 208

15 4.2.8 Time to Accept or Reject a Comand Type Auto-test Requirement PROC-0029 Rev A Page 14 of 208

16 4.2.9 Boot Time Requirement PROC-0029 Rev A Page 15 of 208

17 Computer Resources Requirement PROC-0029 Rev A Page 16 of 208

18 Time Standard Type Auto-test Requirement PROC-0029 Rev A Page 17 of 208

19 Time Synchronization Type Auto-test Requirement PROC-0029 Rev A Page 18 of 208

20 Traceability Type Auto-test Requirement PROC-0029 Rev A Page 19 of 208

21 Logging Type Auto-test Requirement PROC-0029 Rev A Page 20 of 208

22 System States Type Auto-test Requirement PROC-0029 Rev A Page 21 of 208

23 Default State Type Auto-test Requirement PROC-0029 Rev A Page 22 of 208

24 Restart Type Auto-test Requirement PROC-0029 Rev A Page 23 of 208

25 Health Type Auto-test Requirement PROC-0029 Rev A Page 24 of 208

26 Health Check Type Inspection Requirement PROC-0029 Rev A Page 25 of 208

27 Health Report Type Auto-test Requirement PROC-0029 Rev A Page 26 of 208

28 Availability Requirement PROC-0029 Rev A Page 27 of 208

29 Persistence of Data Requirement PROC-0029 Rev A Page 28 of 208

30 User Interfaces Type Inspection Requirement PROC-0029 Rev A Page 29 of 208

31 User Interface Interaction Type Inspection Requirement PROC-0029 Rev A Page 30 of 208

32 Simultaneous Use Requirement PROC-0029 Rev A Page 31 of 208

33 Configuration Tracking Type Auto-test Requirement PROC-0029 Rev A Page 32 of 208

34 Events Type Auto-test Requirement PROC-0029 Rev A Page 33 of 208

35 Alarms Type Auto-test Requirement PROC-0029 Rev A Page 34 of 208

36 Host Computers and Operating Systems Type Design Requirement PROC-0029 Rev A Page 35 of 208

37 Computer Hardware Type Inspection Requirement PROC-0029 Rev A Page 36 of 208

38 Add-on Packages Type Inspection Requirement PROC-0029 Rev A Page 37 of 208

39 Computer Connectivity Requirement PROC-0029 Rev A Page 38 of 208

40 Acceptance Testing Traceability Type Auto-test Requirement PROC-0029 Rev A Page 39 of 208

41 Acceptance Test Failure Type Analysis Requirement PROC-0029 Rev A Page 40 of 208

42 Authorized Access Requirement PROC-0029 Rev A Page 41 of 208

43 IT Infrastructure Reliance Type Inspection Requirement PROC-0029 Rev A Page 42 of 208

44 Telescope Control System Interface Type Inspection Requirement PROC-0029 Rev A Page 43 of 208

45 Instrument Control System Interface Type Inspection Requirement PROC-0029 Rev A Page 44 of 208

46 Data Handling System Interface Type Inspection Requirement PROC-0029 Rev A Page 45 of 208

47 Operations Interface Type Inspection Requirement PROC-0029 Rev A Page 46 of 208

48 Global Interface System Interface Type Inspection Requirement PROC-0029 Rev A Page 47 of 208

49 Facility Control System Interface Type Inspection Requirement PROC-0029 Rev A Page 48 of 208

50 Facility Control System Monitoring Requirement PROC-0029 Rev A Page 49 of 208

51 Facility Control System Commands Requirement PROC-0029 Rev A Page 50 of 208

52 Health Reporting Requirement PROC-0029 Rev A Page 51 of 208

53 Health Reporting Rate Requirement PROC-0029 Rev A Page 52 of 208

54 Health Reporting User Interface Requirement PROC-0029 Rev A Page 53 of 208

55 Health Reporting Hierarchy Requirement PROC-0029 Rev A Page 54 of 208

56 Health Reporting Content Requirement PROC-0029 Rev A Page 55 of 208

57 Alarm Reporting Requirement PROC-0029 Rev A Page 56 of 208

58 Alarm Reporting Rate Requirement PROC-0029 Rev A Page 57 of 208

59 Alarm Reporting User Interface Requirement PROC-0029 Rev A Page 58 of 208

60 Alarm Reporting Hierarchy Requirement PROC-0029 Rev A Page 59 of 208

61 Alarm Reporting Content Requirement PROC-0029 Rev A Page 60 of 208

62 Alarm Reporting Response Requirement PROC-0029 Rev A Page 61 of 208

63 System Status Reporting Requirement PROC-0029 Rev A Page 62 of 208

64 System Status Display Availability Requirement PROC-0029 Rev A Page 63 of 208

65 Simultaneous Monitoring Requirement PROC-0029 Rev A Page 64 of 208

66 Scope Type Inspection Requirement PROC-0029 Rev A Page 65 of 208

67 Operational Behavior Requirement PROC-0029 Rev A Page 66 of 208

68 Default Operational Behavior Requirement PROC-0029 Rev A Page 67 of 208

69 Automatic Execution Type Design Requirement PROC-0029 Rev A Page 68 of 208

70 Manual Operation Type Design Requirement PROC-0029 Rev A Page 69 of 208

71 Experiment Management Type Design, Inspection Requirement PROC-0029 Rev A Page 70 of 208

72 Common Services Management Type Design, Inspection Requirement PROC-0029 Rev A Page 71 of 208

73 User Interaction Management Type Design, Inspection Requirement PROC-0029 Rev A Page 72 of 208

74 Telescope Control System Type Design, Manual-test Requirement PROC-0029 Rev A Page 73 of 208

75 Instrument Control System Type Design, Manual-test Requirement PROC-0029 Rev A Page 74 of 208

76 Facility Control System Type Design, Manual-test Requirement PROC-0029 Rev A Page 75 of 208

77 Data Handling System Type Design, Manual-test Requirement PROC-0029 Rev A Page 76 of 208

78 Software Resources Type Design, Manual-test Requirement PROC-0029 Rev A Page 77 of 208

79 OCS Databases Type Design, Manual-test Requirement PROC-0029 Rev A Page 78 of 208

80 Summit Database Management Type Design, Manual-test Requirement PROC-0029 Rev A Page 79 of 208

81 Import from DKIST Experiment Database Requirement PROC-0029 Rev A Page 80 of 208

82 Export to DKIST Experiment Database Requirement PROC-0029 Rev A Page 81 of 208

83 Facility Task Properties Requirement PROC-0029 Rev A Page 82 of 208

84 Facility Task Management Requirement PROC-0029 Rev A Page 83 of 208

85 Facility Task Automation Requirement PROC-0029 Rev A Page 84 of 208

86 Facility Task Step-wise Execution Requirement PROC-0029 Rev A Page 85 of 208

87 Facility Task GUI Requirement PROC-0029 Rev A Page 86 of 208

88 Facility Task -- Startup Requirement PROC-0029 Rev A Page 87 of 208

89 Facility Task Startup Completion State Requirement PROC-0029 Rev A Page 88 of 208

90 Facility Task Solar Open Requirement PROC-0029 Rev A Page 89 of 208

91 Facility Task -- Close Requirement PROC-0029 Rev A Page 90 of 208

92 Facility Task -- Shutdown Requirement PROC-0029 Rev A Page 91 of 208

93 Facility Task Non-Solar Open Requirement PROC-0029 Rev A Page 92 of 208

94 Facility Task -- Standby Requirement PROC-0029 Rev A Page 93 of 208

95 Observing Program Execution Requirement PROC-0029 Rev A Page 94 of 208

96 Observing Program Execution Scripting Language Requirement PROC-0029 Rev A Page 95 of 208

97 Observing Program Execution Script Support Requirement PROC-0029 Rev A Page 96 of 208

98 Observing Program Execution - Completion Requirement PROC-0029 Rev A Page 97 of 208

99 Observing Program Execution Time to Completion Requirement PROC-0029 Rev A Page 98 of 208

100 Observing Program Execution Testing at Night Requirement PROC-0029 Rev A Page 99 of 208

101 Observing Program Execution Testing During the Day Requirement PROC-0029 Rev A Page 100 of 208

102 Observing Program Execution TCS Passive Requirement PROC-0029 Rev A Page 101 of 208

103 Observing Program Status Tracking Requirement PROC-0029 Rev A Page 102 of 208

104 Observing Program Status Override Requirement PROC-0029 Rev A Page 103 of 208

105 Observing Program Execution Tracking Requirement PROC-0029 Rev A Page 104 of 208

106 Instrument Program Status Tracking Requirement PROC-0029 Rev A Page 105 of 208

107 Instrument Program Execution Tracking Requirement PROC-0029 Rev A Page 106 of 208

108 Observing Program Test Tracking Requirement PROC-0029 Rev A Page 107 of 208

109 Observing Program Modification Tracking Requirement PROC-0029 Rev A Page 108 of 208

110 Target Modification Tracking Requirement PROC-0029 Rev A Page 109 of 208

111 Experiment List Selection Requirement PROC-0029 Rev A Page 110 of 208

112 Experiment Selection Requirement PROC-0029 Rev A Page 111 of 208

113 Observing Program Selection Requirement PROC-0029 Rev A Page 112 of 208

114 Instrument Program Display Requirement PROC-0029 Rev A Page 113 of 208

115 Test and TCS Passive Selection Requirement PROC-0029 Rev A Page 114 of 208

116 Data Save Selection Requirement PROC-0029 Rev A Page 115 of 208

117 Observing Program Execution Selection Requirement PROC-0029 Rev A Page 116 of 208

118 Summit Experiment Repository Searching Requirement PROC-0029 Rev A Page 117 of 208

119 Observing Program TCS Control Requirement PROC-0029 Rev A Page 118 of 208

120 Observing Program ICS Control Requirement PROC-0029 Rev A Page 119 of 208

121 Observing Program ICS/TCS Sequencing Requirement PROC-0029 Rev A Page 120 of 208

122 Observing Program Execution Requirement PROC-0029 Rev A Page 121 of 208

123 Observing Program Execution Abort/Cancel Requirement PROC-0029 Rev A Page 122 of 208

124 Observing Program Instrument Execution -- Abort/Cancel Requirement PROC-0029 Rev A Page 123 of 208

125 Observing Program AO Lock-Point Adjust Requirement PROC-0029 Rev A Page 124 of 208

126 Observing Program Script Status Display and Reporting Requirement PROC-0029 Rev A Page 125 of 208

127 Telescope Mosaicking Support Requirement PROC-0029 Rev A Page 126 of 208

128 Mosaic Target Representation Requirement PROC-0029 Rev A Page 127 of 208

129 Mosaic Position Representation Requirement PROC-0029 Rev A Page 128 of 208

130 Telescope Mosaicking Interaction Requirement PROC-0029 Rev A Page 129 of 208

131 Telescope Mosaicking Coordinate System Requirement PROC-0029 Rev A Page 130 of 208

132 Manual System Control Requirement PROC-0029 Rev A Page 131 of 208

133 Manual System Control Access Requirement PROC-0029 Rev A Page 132 of 208

134 Manual System Instrument Program Modification Requirement PROC-0029 Rev A Page 133 of 208

135 Manual Execution Data Save Requirement PROC-0029 Rev A Page 134 of 208

136 Manual Instrument Control Requirement PROC-0029 Rev A Page 135 of 208

137 Manual Instrument Control Instrument Control Access Requirement PROC-0029 Rev A Page 136 of 208

138 Manual Instrument Control Instrument Program Abort/Cancel Requirement PROC-0029 Rev A Page 137 of 208

139 Experiment Operators Tool Requirement PROC-0029 Rev A Page 138 of 208

140 Operator Telescope Control Tools Requirement PROC-0029 Rev A Page 139 of 208

141 Operator Target Selection Tool Requirement PROC-0029 Rev A Page 140 of 208

142 Operator Target Selection Target Details Requirement PROC-0029 Rev A Page 141 of 208

143 Operator Target Selection -- Target Detail Modification Requirement PROC-0029 Rev A Page 142 of 208

144 Operator Target Selection Target Repositioning Requirement PROC-0029 Rev A Page 143 of 208

145 Operator Target Selection Target Selection Mosaicking Support Requirement PROC-0029 Rev A Page 144 of 208

146 Operator Target Selection Target Additions Requirement PROC-0029 Rev A Page 145 of 208

147 Operator Target Selection Target Persistence Requirement PROC-0029 Rev A Page 146 of 208

148 Operator Target Selection Predefined Target Selection Requirement PROC-0029 Rev A Page 147 of 208

149 Operator Target Selection Target Loading Requirement PROC-0029 Rev A Page 148 of 208

150 Operator Target Selection Target Association Requirement PROC-0029 Rev A Page 149 of 208

151 Operator Target Selection Non-Solar Pointing Requirement PROC-0029 Rev A Page 150 of 208

152 Operator Target Selection -- Ephemerides Requirement PROC-0029 Rev A Page 151 of 208

153 Operator Target Selection Tracking Mode Selection Requirement PROC-0029 Rev A Page 152 of 208

154 Operator Target Selection Target Order Requirement PROC-0029 Rev A Page 153 of 208

155 Target Selection Tool Observing Program Interaction Requirement PROC-0029 Rev A Page 154 of 208

156 Target Selection Tool -- Target Modification Scope Requirement PROC-0029 Rev A Page 155 of 208

157 Target Selection Tool Image Data Requirement PROC-0029 Rev A Page 156 of 208

158 Target Selection Tool TAS Image Display Requirement PROC-0029 Rev A Page 157 of 208

159 Target Selection Tool WCCS Image Display Requirement PROC-0029 Rev A Page 158 of 208

160 Target Selection Tool Remote Image Display Requirement PROC-0029 Rev A Page 159 of 208

161 Target Selection Tool Time Corrections Requirement PROC-0029 Rev A Page 160 of 208

162 Target Selection Tool Field of View Display Requirement PROC-0029 Rev A Page 161 of 208

163 Target Selection Tool Image Annotation Requirement PROC-0029 Rev A Page 162 of 208

164 Target Selection Tool Coordinate Entry Requirement PROC-0029 Rev A Page 163 of 208

165 Target Selection Tool Coordinate Display Requirement PROC-0029 Rev A Page 164 of 208

166 Target Selection Tool Image Data Rate Requirement PROC-0029 Rev A Page 165 of 208

167 Adaptive Optics Lock Point Identification Requirement PROC-0029 Rev A Page 166 of 208

168 Adaptive Options Lock Point Association Requirement PROC-0029 Rev A Page 167 of 208

169 Adaptive Options Lock Point Control Requirement PROC-0029 Rev A Page 168 of 208

170 Adaptive Optics Default Lock Point Requirement PROC-0029 Rev A Page 169 of 208

171 Environment Monitoring Requirement PROC-0029 Rev A Page 170 of 208

172 Environment Monitoring Update Rate Requirement PROC-0029 Rev A Page 171 of 208

173 Environment Monitoring Graphical Display Requirement PROC-0029 Rev A Page 172 of 208

174 Data Association Requirement PROC-0029 Rev A Page 173 of 208

175 Remote Operations Building Capabilities Requirement PROC-0029 Rev A Page 174 of 208

176 Multi-Instrument Operations Requirement PROC-0029 Rev A Page 175 of 208

177 Synchronized Data Acquisition Requirement PROC-0029 Rev A Page 176 of 208

178 Pacing Instruments Requirement PROC-0029 Rev A Page 177 of 208

179 Pacing Instrument -- Delivery Requirement PROC-0029 Rev A Page 178 of 208

180 Non-Solar Targets Requirement PROC-0029 Rev A Page 179 of 208

181 Non-Solar Targets -- Coordinates Requirement PROC-0029 Rev A Page 180 of 208

182 Non-Solar Targets -- Tracking Requirement PROC-0029 Rev A Page 181 of 208

183 Pointing Accuracy Requirement PROC-0029 Rev A Page 182 of 208

184 Data Tagging Requirement PROC-0029 Rev A Page 183 of 208

185 Completion Assessment Support Requirement PROC-0029 Rev A Page 184 of 208

186 Triggered Log Entries Requirement PROC-0029 Rev A Page 185 of 208

187 Periodic Log Entries Requirement PROC-0029 Rev A Page 186 of 208

188 Periodic Log Entry Rate Requirement PROC-0029 Rev A Page 187 of 208

189 Weather Station Log Entry Rate Requirement PROC-0029 Rev A Page 188 of 208

190 Internet-derived Log Entry Rate Requirement PROC-0029 Rev A Page 189 of 208

191 Manual Log Entries Requirement PROC-0029 Rev A Page 190 of 208

192 Software Facility Management Requirement PROC-0029 Rev A Page 191 of 208

193 Software Framework Lifecycle Control Requirement PROC-0029 Rev A Page 192 of 208

194 Connection Service Control Requirement PROC-0029 Rev A Page 193 of 208

195 Event Service Control Requirement PROC-0029 Rev A Page 194 of 208

196 Experiment Service Control Requirement PROC-0029 Rev A Page 195 of 208

197 Property Service Control Requirement PROC-0029 Rev A Page 196 of 208

198 Log Service Control Requirement PROC-0029 Rev A Page 197 of 208

199 Engineering Archive Service Control Requirement PROC-0029 Rev A Page 198 of 208

200 Health Service Control Requirement PROC-0029 Rev A Page 199 of 208

201 Alarm Service Control Requirement PROC-0029 Rev A Page 200 of 208

202 Database Access Requirement PROC-0029 Rev A Page 201 of 208

203 Subsystem Deployment Control Requirement PROC-0029 Rev A Page 202 of 208

204 Engineering Archive Behavior Requirement PROC-0029 Rev A Page 203 of 208

205 Engineering Archive Command Tracking Requirement PROC-0029 Rev A Page 204 of 208

206 Engineering Archive Persistence Requirement PROC-0029 Rev A Page 205 of 208

207 Engineering Archive Export Requirement PROC-0029 Rev A Page 206 of 208

208 Simulation Support Requirement PROC-0029 Rev A Page 207 of 208

209 Simulation Management Requirement PROC-0029 Rev A Page 208 of 208

D R A F T ICD 1.8/4.4. Target Acquisition System to Telescope Control System. Bret Goodrich, Eric Hansen. Version: Draft A2. Issued By: Software Group

D R A F T ICD 1.8/4.4. Target Acquisition System to Telescope Control System. Bret Goodrich, Eric Hansen. Version: Draft A2. Issued By: Software Group ICD 1.8/4.4 Target Acquisition System to Telescope Control System Version: Draft A2 Issued By: Software Group Date: 25 June 2013 Bret Goodrich, Eric Hansen Revision Control 1. Revision Version Draft1 Date:

More information

High Level Software Acceptance Test Plan John Hubbard, Bret Goodrich Software Group

High Level Software Acceptance Test Plan John Hubbard, Bret Goodrich Software Group Project Documentation Document PROC-0017 Revision C High Level Software Acceptance Test Plan John Hubbard, Bret Goodrich Software Group July 2017 REVISION SUMMARY: 1. Date: August 3, 2015 Revision: A Changes:

More information

Data Handling System Operator Manual Bruce Cowan, Stephen Guzzo High-Level Software

Data Handling System Operator Manual Bruce Cowan, Stephen Guzzo High-Level Software Project Documentation Document MAN-0011 Rev A Data Handling System Operator Manual Bruce Cowan, Stephen Guzzo High-Level Software August 2015 1. Date: 7 August 2015 Revision: A Changes: Initial Outline

More information

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Module 1: Google Cloud Platform Projects Identify project resources and quotas Explain the purpose of Google Cloud Resource

More information

Project Documentation Document SPEC-0098 Rev E. Camera Systems Software Functional Interface Specification

Project Documentation Document SPEC-0098 Rev E. Camera Systems Software Functional Interface Specification Project Documentation Document SPEC-0098 Rev E Camera Systems Software Functional Interface Specification Chris Berst Software Group July 10, 2017 Revision History 1. Date: July 29, 2011 Version: Draft

More information

The Mosaic Data Capture Agent

The Mosaic Data Capture Agent Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. 145, 1998 R. Albrecht, R. N. Hook and H. A. Bushouse, eds. The Mosaic Data Capture Agent Doug Tody and Francisco G. Valdes

More information

Common Services Framework: Users Manual Stephen Guzzo, John Hubbard, Steve Wampler, Bret Goodrich Software Group

Common Services Framework: Users Manual Stephen Guzzo, John Hubbard, Steve Wampler, Bret Goodrich Software Group Project Documentation Document SPEC-0022-1 Rev L Common Services Framework: Users Manual Stephen Guzzo, John Hubbard, Steve Wampler, Bret Goodrich Software Group October 2017 REVISION SUMMARY: 1. Date:

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

Object-oriented development. Object-oriented Design. Objectives. Characteristics of OOD. Interacting objects. Topics covered

Object-oriented development. Object-oriented Design. Objectives. Characteristics of OOD. Interacting objects. Topics covered Object-oriented development Object-oriented Design Object-oriented analysis, design and programming are related but distinct. OOA is concerned with developing an object model of the application domain.

More information

UK EPR GDA PROJECT. Name/Initials Date 30/06/2011 Name/Initials Date 30/06/2011. Resolution Plan Revision History

UK EPR GDA PROJECT. Name/Initials Date 30/06/2011 Name/Initials Date 30/06/2011. Resolution Plan Revision History RP unique number: GI-UKEPR-CI-01-RP 0 30/06/2011 1 of 19 Approved for EDF by: A. PETIT Approved for AREVA by: C. WOOLDRIDGE Name/Initials Date 30/06/2011 Name/Initials Date 30/06/2011 Resolution Plan History

More information

Design Specification

Design Specification MethodA Version: 10 Design Specification < S y s t e m N a m e > This document defines the that is proposed to serve the for the purpose(s) of < >. Implementation

More information

SAS Viya 3.2 Administration: SAS Infrastructure Data Server

SAS Viya 3.2 Administration: SAS Infrastructure Data Server SAS Viya 3.2 Administration: SAS Infrastructure Data Server SAS Infrastructure Data Server: Overview SAS Infrastructure Data Server is based on PostgreSQL version 9 and is configured specifically to support

More information

Rational Dash board. Automated, Web-based Metrics Collection & Analysis September 1999

Rational Dash board. Automated, Web-based Metrics Collection & Analysis September 1999 Rational Dash board Automated, Web-based Metrics Collection & Analysis September 1999 1 Introduction 1.1 Dashboard Overview Rational's Dashboard provides a graphical means to viewing large-scale software

More information

Electrical Ground Support Equipment Verification Test Support. EGSE Verification Test Support

Electrical Ground Support Equipment Verification Test Support. EGSE Verification Test Support Electrical Ground Support Equipment Verification Test Support Tom Leisgang Orbital Network Engineering tleisgang@orbitalnetwork.com T. Leisgang 1 EGSE Functions Provide common infrastructure Command and

More information

ALM120 Application Lifecycle Management 12.0 Essentials Gold Package

ALM120 Application Lifecycle Management 12.0 Essentials Gold Package Course Data Sheet ALM120 Application Lifecycle Management 12.0 Essentials Gold Package Course No: ALM120-120 For software version(s): Software version used in the labs: 12.0 Delivery formats: Instructor

More information

Data Integrity and Electronic Records Compliance with DoseControl

Data Integrity and Electronic Records Compliance with DoseControl 1.0 PURPOSE To provide detailed descriptions of the functional specifications for the GEX DoseControl Dosimetry System, related to data integrity and electronic records compliance. 2.0 BACKGROUND The DoseControl

More information

Common Services Framework Reference Guide Stephen Guzzo, Keith Cummings, John Hubbard, Steve Wampler, Bret Goodrich Software Group

Common Services Framework Reference Guide Stephen Guzzo, Keith Cummings, John Hubbard, Steve Wampler, Bret Goodrich Software Group Project Documentation Document SPEC-0022-2 Rev N (Canary 12) Common Services Framework Reference Guide Stephen Guzzo, Keith Cummings, John Hubbard, Steve Wampler, Bret Goodrich Software Group October 2017

More information

myabb/my Control System End User Manual

myabb/my Control System End User Manual myabb/my Control System End User Manual Table of Contents General... 3 User Manual Conventions... 3 My Control System... 4 Introduction... 4 Customer roles in myabb/my Control System... 4 How to login

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 3.1 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

Test Plan. Version Created

Test Plan. Version Created Test Plan Version 1.0 2008.10.24 Created 2008.10.14 Yahoo! Property View Rob Shaw Team Leader Jacob McDorman Project Leader Robert Read Technologist Brad Van Dyk Editor Table of Contents [1] Introduction...

More information

Table of Contents RURO, Inc. All Rights Reserved

Table of Contents RURO, Inc. All Rights Reserved Table of Contents ABOUT THIS GUIDE... 7 Purpose of this Guide...7 ACCESSING THE SYSTEM AS A CLIENT PORTAL USER... 7 Navigating the Client Portal...7 Creating and Submitting a New Requisition...8 Accepting

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

ICD 2.3/4.3. Wavefront Correction Control System to Data Handling System

ICD 2.3/4.3. Wavefront Correction Control System to Data Handling System ICD 2.3/4.3 Wavefront Correction Control System to Data Handling System Version: Issued By: Erik Johansson, Keith Cummings, Kit Richards, Luke Johnson Draft 19 December 2014 Wavefront Correction Group

More information

iii) Activity Definitions

iii) Activity Definitions iii) Activity Definitions A0, Preserve Electronic Records Under the control of Archival and Institutional Requirements, and limited by the possibilities available within the State of the Art of Information

More information

Wade Sheldon. Georgia Coastal Ecosystems LTER University of Georgia

Wade Sheldon. Georgia Coastal Ecosystems LTER University of Georgia Wade Sheldon Georgia Coastal Ecosystems LTER University of Georgia email: sheldon@uga.edu Regardless of Q/A procedures, data quality issues guaranteed with environmental sensor data Without good Q/C data

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Guide Star Selection Software User s Manual. SOAR Adaptive Module (SAM)

Guide Star Selection Software User s Manual. SOAR Adaptive Module (SAM) Guide Star Selection Software User s Manual SOAR Adaptive Module (SAM) Revision 2.5.2, December 2013 i Change Record Version Date Description Owner Name 2.4.0 04/01/2011 First table entry Rolando Cantarutti

More information

Fast Track to EJB 3.0 and the JPA Using JBoss

Fast Track to EJB 3.0 and the JPA Using JBoss Fast Track to EJB 3.0 and the JPA Using JBoss The Enterprise JavaBeans 3.0 specification is a deep overhaul of the EJB specification that is intended to improve the EJB architecture by reducing its complexity

More information

PowerShell for System Center Configuration Manager Administrators

PowerShell for System Center Configuration Manager Administrators Course 55133A: PowerShell for System Center Configuration Manager Administrators - Course details Course Outline Module 1: Review of System Center Configuration Manager Concepts This module explains the

More information

Measuring Border Delay and Crossing Times at the U.S./Mexico Border

Measuring Border Delay and Crossing Times at the U.S./Mexico Border Task 3 Report Test and Evaluation Master Plan (TEMP) Prepared by and Prepared for U.S. Department of Transportation Federal Highway Administration Contract No. November 21, 2008 TABLE OF CONTENTS Page

More information

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide Release 8.0.2.0.0 February 2016 E65393-01 Oracle Financial Services Governance, Risk, and Compliance Workflow Manager

More information

Contents. Why You Should Read This Manual...ix. 1. Introduction... 1

Contents. Why You Should Read This Manual...ix. 1. Introduction... 1 Contents Why You Should Read This Manual...ix 1. Introduction... 1 Understanding Security... 2 Group and User Accounts... 2 Application Features... 3 Security Areas... 3 Using Windows Security... 7 Synchronizing

More information

Table of Contents RURO, Inc. All Rights Reserved

Table of Contents RURO, Inc. All Rights Reserved Table of Contents ABOUT THIS GUIDE... 7 Purpose of this Guide...7 ACCESSING THE SYSTEM AS A CLIENT PORTAL USER... 7 Navigating the Client Portal...7 Creating and Submitting a New Requisition...8 Accepting

More information

BadgerNet Client Version 2.9.1

BadgerNet Client Version 2.9.1 BadgerNet Client Version 2.9.1 Revision History 1.0 PGB 01 Nov 2014 Scope of changes 1.1 NDM 21 Nov 2014 Proposed method of implementation 1.2 PGB 19 Dec 2014 Release notes added 1.3 PGB 27 Feb 2015 Added

More information

Introduction to ALM, UFT, VuGen, and LoadRunner

Introduction to ALM, UFT, VuGen, and LoadRunner Software Education Introduction to ALM, UFT, VuGen, and LoadRunner This course introduces students to the Application Lifecycle Management line products Introduction to ALM, UFT, VuGen, and LoadRunner

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

TopPoint User's Guide

TopPoint User's Guide TopPoint User's Guide LT2152/ 2000 Gilson, Inc. All rights reserved August 2000 Table of Contents 1 Introduction 2 Operation 3 Troubleshooting Steps to Using TopPoint... 1-2 Accessing Online Help... 1-3...

More information

CTC Information and Shortcuts

CTC Information and Shortcuts APPENDIX A This appendix describes how to navigate in the Cisco Transport Controller (CTC), change CTC table data displays, and lists menu and tool options for the Cisco ONS 15454. This appendix also describes

More information

Adaptive Risk Manager Challenge Question Cleanup 10g ( ) December 2007

Adaptive Risk Manager Challenge Question Cleanup 10g ( ) December 2007 Adaptive Risk Manager Challenge Question Cleanup 10g (10.1.4.3.0) December 2007 Adaptive Risk Manager Challenge Question Cleanup, 10g (10.1.4.3.0) Copyright 2007, Oracle. All rights reserved. The Programs

More information

Sparta Systems TrackWise Digital Solution

Sparta Systems TrackWise Digital Solution Systems TrackWise Digital Solution 21 CFR Part 11 and Annex 11 Assessment February 2018 Systems TrackWise Digital Solution Introduction The purpose of this document is to outline the roles and responsibilities

More information

truvision DVR 31 Quick Start Guide

truvision DVR 31 Quick Start Guide truvision DVR 31 Quick Start Guide Content Contact information 1 Package contents 1 Installation environment 1 Setting up the DVR 31 1 Connecting the devices 2 Turning on the DVR 31 2 Operating the DVR

More information

New Features Summary PowerDesigner 15.2

New Features Summary PowerDesigner 15.2 New Features Summary PowerDesigner 15.2 Windows DOCUMENT ID: DC10077-01-1520-01 LAST REVISED: February 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Heapy a memory profiler and debugger for Python

Heapy a memory profiler and debugger for Python Heapy a memory profiler and debugger for Python Sverker Nilsson sverker.is@home.se June 2, 2006 Goal Make a tool for the Python programming language Support memory debugging and optimization Provide data

More information

Client-server application testing plan

Client-server application testing plan Client-server application testing plan 1. INTRODUCTION The present plan contains and describes testing strategy principles applied for remote access system testing. The plan is intended to be used by project

More information

Object-oriented Design

Object-oriented Design Object-oriented Design Objectives To explain how a software design may be represented as a set of interacting objects that manage their own state and operations To describe the activities in the objectoriented

More information

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007 Siebel Application Deployment Manager Guide Version 8.0, Rev. A April 2007 Copyright 2005, 2006, 2007 Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

EXPRESSCARD COMPLIANCE CHECKLISTS. Release 1.2 Revision 1

EXPRESSCARD COMPLIANCE CHECKLISTS. Release 1.2 Revision 1 EXPRESSCARD COMPLIANCE CHECKLISTS Release 1.2 Revision 1 RELEASE 1.2 EXPRESSCARD COMPLIANCE CHECKLISTS REVISION HISTORY Date Specification Version Revisions September 17, 2004 1.0 Release Initial Release

More information

SFC Visualization (V8.0 SP1) SIMATIC. Process Control System PCS 7 SFC Visualization (V8.0 SP1) What's new in SFV? 1. SFC Visualization (SFV)

SFC Visualization (V8.0 SP1) SIMATIC. Process Control System PCS 7 SFC Visualization (V8.0 SP1) What's new in SFV? 1. SFC Visualization (SFV) What's new in SFV? 1 SFC Visualization (SFV) 2 SIMATIC Process Control System PCS 7 Programming and Operating Manual Basic SFC settings 3 Configuration 4 Operating and monitoring SFCs 5 Appendix 6 12/2012

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

Drawing Manager 2.5.1

Drawing Manager 2.5.1 www.mclarensoftware.com Drawing Manager 2.5.1 Installation Guide May 2004 Drawing Manager Installation Guide Product Version: 2.5.1 Guide Version: 1.0 McLaren Software 2004. All rights reserved. Information

More information

Simulation-based Test Management and Automation Sang-Ho Yoon Senior Application Engineer

Simulation-based Test Management and Automation Sang-Ho Yoon Senior Application Engineer 1 Simulation-based Test Management and Automation Sang-Ho Yoon Senior Application Engineer 2016 The MathWorks, Inc. 2 Today s Agenda Verification Activities in MBD Simulation-Based Test Manage and Automate

More information

TIBCO Complex Event Processing Evaluation Guide

TIBCO Complex Event Processing Evaluation Guide TIBCO Complex Event Processing Evaluation Guide This document provides a guide to evaluating CEP technologies. http://www.tibco.com Global Headquarters 3303 Hillview Avenue Palo Alto, CA 94304 Tel: +1

More information

CAE-SCRUB for Incorporating Static Analysis into Peer Reviews

CAE-SCRUB for Incorporating Static Analysis into Peer Reviews CAE-SCRUB for Incorporating Static Analysis into Peer Reviews Lyle Barner Jet Propulsion Laboratory, California Institute of Technology California Institute of Technology Government sponsorship acknowledged

More information

Practical Importance of the FOUNDATION TM Fieldbus Interoperability Test System

Practical Importance of the FOUNDATION TM Fieldbus Interoperability Test System Stephen Mitschke Applications Engineer Fieldbus Foundation Practical Importance of the FOUNDATION TM Fieldbus Interoperability System Steve Vreeland Senior Software Engineer Fieldbus Inc. Austin, TX 78759

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Mobility Services CAS. wips CHAPTER

Mobility Services CAS. wips CHAPTER 13 CHAPTER This chapter briefly describes the CAS or wips services that WCS supports and gives steps for mobility procedures that are common across all services. You can refer to the Cisco Context-Aware

More information

Title: High-Volume Automated Production Test with NI CompactRIO. Author: Robert Hoffman Signal.X Technologies, LLC

Title: High-Volume Automated Production Test with NI CompactRIO. Author: Robert Hoffman Signal.X Technologies, LLC Title: High-Volume Automated Production Test with NI CompactRIO Author: Robert Hoffman Signal.X Technologies, LLC Industry: Automotive, Automated Test Products: National Instruments LabVIEW, CompactRIO

More information

Use Plug and Play to Deploy New Devices

Use Plug and Play to Deploy New Devices About Plug and Play, page 1 Prerequisites for Using Plug and Play, page 2 Plug and Play Workflow, page 2 Use the Plug and Play Dashboard to Monitor New Device Deployments, page 4 Create Plug and Play Profiles

More information

Development of Survey and Case Management facilities for organisations with minimal survey infrastructure

Development of Survey and Case Management facilities for organisations with minimal survey infrastructure Development of Survey and Case Management facilities for organisations with minimal survey infrastructure Fred Wensing, Softscape Solutions, Australia 1. Introduction In order to conduct a survey you need

More information

800xA for DCI 5.1 Rev E Installation Upgrade Post Installation Maintenance Supplemental Instructions

800xA for DCI 5.1 Rev E Installation Upgrade Post Installation Maintenance Supplemental Instructions Installation Upgrade Post Installation Maintenance Supplemental Instructions 3BUA001686-510 E 3BUA001686-510 E 1 Table of Contents 1 Introduction... 4 2 800xA for DCI Software Release... 4 3 Composer CTK

More information

Spring & Hibernate. Knowledge of database. And basic Knowledge of web application development. Module 1: Spring Basics

Spring & Hibernate. Knowledge of database. And basic Knowledge of web application development. Module 1: Spring Basics Spring & Hibernate Overview: The spring framework is an application framework that provides a lightweight container that supports the creation of simple-to-complex components in a non-invasive fashion.

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

Veeam Endpoint Backup

Veeam Endpoint Backup Veeam Endpoint Backup Version 1.5 User Guide March, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Verification Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015

Verification Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015 Verification Plan: Mitchell Hammock Road Adaptive Traffic Signal Control System Red Bug Lake Road from Slavia Road to SR 426 Mitchell Hammock Road from SR 426 to Lockwood Boulevard Lockwood Boulevard from

More information

Protocol Insight UniPro Test Executive

Protocol Insight UniPro Test Executive Protocol Insight UniPro Test Executive Conformance Test and MIPI Alliance Product Registry Program Methods of Implementation The Protocol Insight UNI16COMP Test Executive provides complete protocol debug

More information

Java Engineering Screens User Manual

Java Engineering Screens User Manual Project Documentation Document TN-0089 Rev C Java Engineering Screens User Manual Alan Greer Observatory Sciences Ltd John Hubbard, Steve Wampler ATST Software January 2014 Revision Summary: 1. Date: 28

More information

OnCommand Insight 7.1 Planning Guide

OnCommand Insight 7.1 Planning Guide OnCommand Insight 7.1 Planning Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com

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

Managing, Monitoring, and Reporting Functions

Managing, Monitoring, and Reporting Functions This chapter discusses various types of managing, monitoring, and reporting functions that can be used with Unified CVP. It covers the following areas: Unified CVP Operations Console Server Management,

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

Mastersizer CFR Part 11 User Guide

Mastersizer CFR Part 11 User Guide Mastersizer 3000 21 CFR Part 11 User Guide Abstract This document provides details on how to use the 21 CFR Part 11 features provided for the Malvern Mastersizer 3000 software. Assumptions This document

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

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Enterprise Architect Training Courses

Enterprise Architect Training Courses On-site training from as little as 135 per delegate per day! Enterprise Architect Training Courses Tassc trainers are expert practitioners in Enterprise Architect with over 10 years experience in object

More information

CONTENTS. Cisco Internet Streamer CDS 3.0 Software Configuration Guide iii OL CHAPTER 1 Product Overview 1-1

CONTENTS. Cisco Internet Streamer CDS 3.0 Software Configuration Guide iii OL CHAPTER 1 Product Overview 1-1 CONTENTS Preface xvii Document Revision History xvii Audience xvii Objective xviii Document Organization xviii Document Conventions xix Related Publications xx Obtaining Documentation and Submitting a

More information

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17 User Manual Navigator Software Monarch Instrument Rev 0.98 May 2006 Page 1 of 17 Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3

More information

incontact On-Demand User Guide for Premises 16.2

incontact On-Demand User Guide for Premises 16.2 incontact On-Demand User Guide for Premises 16.2 www.incontact.com incontact On-Demand User Guide for Premises 16.2 Version 16.2 Revision June 2016 About incontact incontact (NASDAQ: SAAS) is leader in

More information

COURSE PROFILE: ENVISION USER TRAINING

COURSE PROFILE: ENVISION USER TRAINING COURSE PROFILE: ENVISION USER TRAINING Title Length Description Envision User Training 3 days This course teaches Envision Visual Information Portal (VIP) users how to use the tool. It is design to help

More information

Curriculum Guide. Integrity 11

Curriculum Guide. Integrity 11 Curriculum Guide Integrity 11 Live Classroom Curriculum Guide Requirements Engineering with Integrity 11 Test Management with Integrity 11 Workflows and Documents with Integrity 11 Requirements Engineering

More information

Method and system for processing event-triggered transactions

Method and system for processing event-triggered transactions ( 1 of 1 ) United States Patent Application 20050289014 Kind Code A1 Butler, James M. December 29, 2005 Method and system for processing event-triggered transactions Abstract The invention relates to a

More information

Netcool/OMNIbus Gateway for Siebel Communications Version 5.0. Reference Guide. November 30, 2012 IBM SC

Netcool/OMNIbus Gateway for Siebel Communications Version 5.0. Reference Guide. November 30, 2012 IBM SC Netcool/OMNIbus Gateway for Siebel Communications Version 5.0 Reference Guide November 30, 2012 IBM SC23-6394-03 Netcool/OMNIbus Gateway for Siebel Communications Version 5.0 Reference Guide November

More information

Opus Supervisor User Guide

Opus Supervisor User Guide Table of Contents About Opus... 2 Opening the Station... 3 Adding a New Group... 5 Adding a New Site... 7 Adding New XCM... 8 Simulation... 13 Adding Network... 13 Assign XCM IP Address... 17 Platform

More information

INFORMATION TECHNOLOGY COMMITTEE ESCB-PKI PROJECT

INFORMATION TECHNOLOGY COMMITTEE ESCB-PKI PROJECT INFORMATION TECHNOLOGY COMMITTEE ESCB-PKI PROJECT SUBSCRIBER S GUIDE VERSION 1.3 ECB-PUBLIC 15-April-2014 ESCB-PKI - Subscriber's Procedures v.1.3.docx Page 2 of 26 TABLE OF CONTENTS GLOSSARY AND ACRONYMS...

More information

Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution.

Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution. Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution. Introduction: Commodity trading, transaction and risk a changing

More information

Testing Mission Critical Applications MCP UNITE 2012

Testing Mission Critical Applications MCP UNITE 2012 Testing Mission Critical Applications MCP 4011 UNITE 2012 Who is MGS, Inc. Software Engineering, Product Development and Professional Services firm founded in 1986 We solve business problems with: Products,

More information

Using Siebel Tools. Siebel Innovation Pack 2017, Rev. A March 2018

Using Siebel Tools. Siebel Innovation Pack 2017, Rev. A March 2018 Using Siebel Tools Siebel Innovation Pack 2017, Rev. A March 2018 Copyright 2005, 2018 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

Replacing parts in an assembly

Replacing parts in an assembly Replacing parts in an assembly Publication Number spse01665 Replacing parts in an assembly Publication Number spse01665 Proprietary and restricted rights notice This software and related documentation

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

OpenECOMP SDC Developer Guide

OpenECOMP SDC Developer Guide OpenECOMP SDC Developer Guide Copyright 2017 AT&T Intellectual Property. All rights reserved. Licensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); you may not use this documentation

More information

VAULT REVISION TABLE FOR INVENTOR

VAULT REVISION TABLE FOR INVENTOR Automatically Update a Drawing s Revision Table with Vault Data AT A GLANCE ISSUE: The process of manually updating the revision tables on drawings can be time consuming. SOLUTION: The Vault Revision Table

More information

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

Software Test Plan. Basic Order Tracking System. Digital Publications LLC. Document ID: BOTS-CUST-STP Version: / 44. 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

More information

Project Upgrade Checklist v3.5 GE CIMPLICITY

Project Upgrade Checklist v3.5 GE CIMPLICITY Project Upgrade Checklist v3.5 GE CIMPLICITY This document is intended to be a guideline for the proper upgrade procedure for a CIMPLICITY project from an older release to the current release. This does

More information

New BMI App p r p o r va o l va Process April 3, 2017

New BMI App p r p o r va o l va Process April 3, 2017 New BMI Approval Process April 3, 2017 Benefits Simplified workflow There are less steps required with fewer button pushes Greater Flexibility There is increased flexibility to make changes to data fields

More information

Oracle Data Integrator: Administration and Development Volume I Student Guide

Oracle Data Integrator: Administration and Development Volume I Student Guide Oracle Data Integrator: Administration and Development Volume I Student Guide D48459GC30 Edition 3.0 December 2007 D53463 Authors Laura Hofman Miquel FX Nicolas Technical Contributor and Reviewer Sharath

More information

irods for Data Management and Archiving UGM 2018 Masilamani Subramanyam

irods for Data Management and Archiving UGM 2018 Masilamani Subramanyam irods for Data Management and Archiving UGM 2018 Masilamani Subramanyam Agenda Introduction Challenges Data Transfer Solution irods use in Data Transfer Solution irods Proof-of-Concept Q&A Introduction

More information

Verification and Validation. Assuring that a software system meets a user s needs. Verification vs Validation. The V & V Process

Verification and Validation. Assuring that a software system meets a user s needs. Verification vs Validation. The V & V Process Verification and Validation Assuring that a software system meets a user s needs Ian Sommerville 1995/2000 (Modified by Spiros Mancoridis 1999) Software Engineering, 6th edition. Chapters 19,20 Slide 1

More information

NetIQ AppManager, Version 8 New Features

NetIQ AppManager, Version 8 New Features NetIQ AppManager, Version 8 New Features January 2012 NETIQ APPMANAGER 8: NEW FEATURES 1 Table of Contents Introduction: NetIQ AppManager 8 New Features... 5 NetIQ AppManager Setup... 5 Operations... 5

More information

DOCUMENTATION AND QUALITY ASSURANCE

DOCUMENTATION AND QUALITY ASSURANCE SPECIFICATION PREFACE SHEET DEPARTMENT: Engineering / Instrumentation SHEET 1 OF 12 AREA: Grundartangi Reduction Plant SPEC No: 00/07/TS012 REV: C2 STANDARD TECHNICAL SPECIFICATION FOR DOCUMENTATION AND

More information

CERTIFICATION PLUS SM

CERTIFICATION PLUS SM CERTIFICATION PLUS SM SYSTEM WARRANTY PROGRAM Panduit Warranty Guide PROGRAM OUTLINE TABLE OF CONTENTS: MATERIALS PAGE # Program Outline 2 Table of Contents Warranty Information 3 Introduction & Installation

More information