1.

What are the possible test scenarios that need to be tested when a database gets migrated from one SQL server to another?

Answer»

Firstly, when migration happens, we need to be aware of all the changes and enhancements are done in the new SQL server. Based on this information, design your test case SUITE by considering the FOLLOWING points:

  • What is the data type used?
  • What is the length of the fields used in the server?
  • Are the database objects CREATED as EXPECTED in the new SQL server?
  • Perform stress testing on the new SQL server to identify any risks ASSOCIATED with the migrated environment.


Discussion

No Comment Found