What kind of test cases are need to be included in the
database migration testing?
Answer / jyothi
Testing should cover the hardware, the SQL Server
installation, security, database objects, data, and performance.
Physical architecture of the database. Have the data files,
transaction log, tablespaces, and other items that comprise
the database been created correctly? Has the SQL Server
instance been properly configured?
•
Security. Have the logins and users been correctly created?
Have the appropriate permissions been assigned? Is the
database physically secure?
•
Logical architecture of the database. Have the tables,
views, stored procedures, triggers, and other database
objects been created successfully?
•
Data. Have the contents of the tables been transferred
correctly? Do tables contain the correct numbers of rows? Is
the data valid?
•
Functionality. Do the stored procedures, triggers, views,
and other items comprising Transact-SQL code operate in the
same manner as the original Oracle objects?
•
Performance. Does response time and throughput meet
requirements and match user expectations?
| Is This Answer Correct ? | 1 Yes | 1 No |
can you tell me types of bug ?
How to write test cases for testing databases,especially for testing and writing test cases for stored procedures.
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
Test case preparation time Vs Test case execution Time. Say for example if 500 Man hour takes to prepare test case then how long test case exexution will take?
from user point of view wht is the test case for notepad
Wht are the Test cases do we write for Dialog box.. can anybody answer it.. Thanks in advance
Write a test case scenario for Web-based address book?
What is Bug leak or Defect leak ?
what is latent bug and golden bug.
Please give me example of - 1. High Severity and High priority Bug ? 2. High Severity and low priority Bug ? 3. High priority and low severity Bug ? 4. Low Severity and low priority Bug ? Thanks
DESCRIBE s/w quality assurence &s/w quality control
What is the different between Test Case and Use Case