Technical Testing: Load/Stress Testing and Migration Testing

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:32 PM on 5/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

What is Load/Stress Testing?

Load and Stress testing are about reliability and stability under pressure.

2
New cards

What does Load/Stress Testing check?

Load/Stress testing checks if your app collapses when 10,000 people try to use it at once.

3
New cards

What is Migration Testing?

Migration testing is the process of verifying that an application and its data can be successfully moved from one environment or infrastructure to another without data loss or functional breakage.

4
New cards

What is an example of the locations where data is moved in Migration Testing?

EXAMPLE:

From an on-premise server to the Cloud, or from an old database version to a new one

5
New cards

What does Migration Testing focus on?

Data integrity and system compatibility during the transition.

6
New cards

What are some different scenarios of Migration Testing?

Database Migration

Cloud Migration

OS/Platform Migration

Version Upgrade

7
New cards

What is the key focus of Database Migration?

Schema changes, stored procedures, and data type mapping.

8
New cards

What is the key focus of Cloud Migration?

Security groups, latency, and scalability in the new environment (e.g., AWS/Azure).

9
New cards

What is the key focus of OS/Platform Migration?

Compatibility of third-party libraries and file system paths.

10
New cards

What is the key focus of Version Upgrade?

Backward compatibility and ensuring "old" data works with "new" features.