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 |
1.What is the different b/w error,defect,Bug?
which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.
What is your experience with change control? Our development team has only 10 members. Do you think managing change is such a big deal for us?
How do you detemine wat to be tested?
can we do database testing in manual testing? then how we write the test case?
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?
What is the difference between smoke an sanity testing with example ?
how to test if there are 2000 requirements ro be tested in an application ?
how we maintain buid versions without using CVS or any other tools ? are tools neccesary for maintaining versions?
various scenarios in any banking project.please give this in detail.
What is meant by Multi Unit Testing?
in atm when we type password it displays password in encrypted form *****.what kind of testing is this?