Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Institution Name Document No.
ወ/ሮ ስህን ፖሊቴክኒክ ኮሌጅ OF/WSPC /263-01
W/R SIHEEN POLYTECHNIC COLLEGE Issue No. Page No. Title: TTLM Page 1 of 2 2
Module Title: - Perform Database System Test
Name: ________________________________ Occupation: DBA ID No.: ____________ Part I. True or False: 1. Server Operating system is example of physical testing environment setup. 2. A test script is the executable form of a test. Part II. Choose the Correct answer from the given alternatives. 3. What term describes the validity of data that is the accuracy and consistency of stored data? A. Data Integrity B. Performance C. Design D. Data model 4. _____ is a document detailing a systematic approach to testing a system or product. A. Test plan B. test schedule C. test script D. test case 5. Point out the correct statement for white box testing. A. It involves testing of interfaces the database B. It involves testing the integration of the database C. It performs module testing of database functions, triggers, views, SQL queries etc D. It performs verifying incoming data testing 6. Why do we test a database? A. We ensure data is Mapped consistently with corresponding fields in the DB table B. We validate the prosperities of ACID in DB C. We ensure data is accurate and consistent for any of the CRUD operations. D. All of the above 7. In software life cycle, business requirements are gathered in _______ phase. A. Requirement gathering & analysis B. Deployment C. Design D. Implementation 8. Which one is not true for black box testing? A. It is unknown how much of the program is being tested B. Cost for development of black box test cases is lower than development of white box test cases. C. It can be eliminated internal bugs in the database D. It is not require a better programming knowledge. 9. A logical description of a test is _________. A. Test case B. Test Script Automated C. test script D. Batch testing 10. In software life cycle, you product is delivered to the customer for their use in ______phase. A. Maintenance B. Deployment C. Design D. Implementation II. Match Column A with Column B Institution Name Document No.
ወ/ሮ ስህን ፖሊቴክኒክ ኮሌጅ OF/WSPC /263-01
W/R SIHEEN POLYTECHNIC COLLEGE Issue No. Page No. Title: TTLM Page 1 of 2 2
A B
1. Constraints A. Transactions are all or nothing
B. mainly deals with the internal structure of the database 2. Atomicity C. Data manipulation language 3. Black box testing D. A transaction will always result in a valid state of the DB E. Transactions do not affect each other 4. Isolation F. Once a transaction is committed, no external factors like power to loss. G. Data definition language 5. Durability H. Data control language 6. Consistency I. Testing interfaces and the integration of the database 7. White box testing J. A piece of code that automatically executes when an event occurs K. used to limit the type of data that can go into a table II. Explain the answer in Short 1. List the 3 executable models for test script design
a) ______________________________ b) ________________________________ c) ____________________________________