Test Cases Sample Clauses

Test Cases. Supplier will provide Buyer with available test cases upon Buyer’s request.
AutoNDA by SimpleDocs
Test Cases. For certain Problems, XxxXX may require that Customer provide XxxXX a test case and sufficient documentation to allow duplication of the Problem and the provision of Support Services. If such test case and documentation are not provided, XxxXX will be relieved of the obligation to provide any Support Services that are dependent on such test case or documentation until Customer provides such test case or documentation.
Test Cases. IBM will deliver to Vision those WAS-AE test cases which are relevant to the development effort.
Test Cases. Vision will deliver to IBM those BLS and Developer Studio test suites, its BLS/WAS-AE port of those test suites, and its BLS/WAS-AE test cases that are relevant to the development effort.
Test Cases. Describe the test case scenarios which map to requirements use cases; and,
Test Cases. After the training database ---------- requirements outlined in Section 2.8.1 are met, GEMS shall accrue a test database. Such cases shall be used by R2 solely to evaluate the R2 Product algorithm. The R2 Product algorithm shall be evaluated with R2 tools. Representatives of GEMS shall participate in running the algorithm tests at R2's offices and GEMS shall have the right to access and to receive copies of all results and analyses of such tests, only for purposes related to this Agreement. R2 represents, warrants and covenants that the test cases shall not be used by R2 for any purpose other than such testing prior to the testing and analysis of the algorithm as discussed above in this Section 2.8.5. If the results of the testing reflect that the R2 Product is not meeting the Specifications, (a) then the R2 Product shall not be released, unless otherwise agreed to in writing by GEMS, and (b) GEMS and R2 shall share equally the test database in two halves: (i) one half of the cases shall be added to the training database and (ii) the other one-half of the cases shall remain in the test database. Any remaining test cases (from subsection (ii) above) shall not be used for testing until the next planned algorithm evaluation and shall be subject to the conditions of this Section 2.8.5.
Test Cases. BST uses test cases to verify that CLECs can submit pre-order and firm order transactions and send acknowledgments for these products and services via TAG. • BellSouth’s LCSC staff will provide the actual test case data to CLECs prior to testing. • CLEC may be required to use their own data to test certain activities. • CLEC will provide actual data & accounts for SRT. (INSERT TEST CASES FOR CLEC USE) Appendix A - Contacts: Appendix A lists BellSouth testing and Account Team contacts: Contact Type Name Phone Number FAX BellSouth Account Representative TAG Test Manager (Non-LNP) TAG Test Manager (LNP) SAIC Process Manager Appendix B - CLEC/BST Specific Details / Sign Off: Types of Testing: Connectivity: Start Date: End Date: LAN to LAN Internet Application: Start Date: End Date: Validity: LNP Start Date: End Date: Validity: Non-LNP Start Date: End Date: SRT Test Cases Types: Pre-order Firm Order Both Description of the Types of Cases: Defined in Application Testing Plan Testing Procedures: General Agreements: Contact Type Name Phone FAX BST Account Representative CLEC Lead Negotiator CLEC Test Manager BST Test Manager (LNP) BST Test Manager (Non- LNP) SAIC Process Manager Addendum: Signed: Name BellSouth LNP TAG Test Manager Date: Name BellSouth Non-LNP TAG Test Manager Date: Name CLEC Project Manager Date: Name SAIC TAG Process Manager Date: Name BellSouth Account Team Representative
AutoNDA by SimpleDocs
Test Cases. Test cases is a general term that includes routines/scenarios that need to be conducted to validate solution readiness. Best practices have customers creating test cases. Customers understand the workflows, data requirements, customer needs and variances from standard procedures. These items and other intrinsic knowledge result in test cases that can thoroughly prove the production readiness of the solution. It is understood that customers may have limited resources for creating test cases. Accela is willing to assist in the creation of test cases under the following conditions: Accela will assist in the creation of the Health District’s test cases based on the following expectations.
Test Cases. (split-number (join-numbers ’(3 20 39 48) 100) 100) ;-> (3 20 39 48)
Test Cases. (chars->bytes (string->list "hello")) ; -> (104 101 108 108 111) ;;;(chars->bytes (string->list "\u0000\u0000\u0000")) ; -> (0 0 0) ;;;(chars->bytes (string->list "\u3293\u5953\uabab")) ;;; -> (255 147 50 255 83 89 255 171 171) (define bytes->chars ;; Inverse of chars->bytes. Takes a list of integers that encodes a ;; sequence of characters, and returns the corresponding list of ;; characters. Integers less than 255 are converted directly to the ;; corresponding ASCII character, and sequences of 255 <low-byte> ;; <high-byte> are converted to a 16-bit Unicode character. (lambda (bytes) (if (null? bytes) ’() (let ((b (car bytes))) (if (< b 255) (cons (integer->char b) (bytes->chars (cdr bytes))) (let ((lowbyte (cadr bytes)) (highbyte (caddr bytes)))
Time is Money Join Law Insider Premium to draft better contracts faster.