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 |
wat is meant by frontend and backend testing
What are the recommended sites or books for software testing?
How do you determine user load for a performance test of a Web application?
What is meant by Testware?
How do you test if you have minimal or no documentation about the product?
What is the main theme of doing Regression Testing
11 Answers HCL, vCentric Technologies,
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
i have a little confusion about asp.net and vb.net is that the web applications called asp.net and windows application called as vb.net please guide if there is a difference between vb.net and windows application or what????I am just a beginner ..pls guide..
write test 5 negative test cases for pen?
What is the difference between smoke testing and sanity testing?
what is sanity testing and smoke testing?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?