InterviewSolution
Saved Bookmarks
| 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:
|
|