How to do batch testing and compare the modernized application output result with the legacy application output?

0

How can we perform batch testing and compare the modernized application output result with the legacy application output? For online testing I found the capture and replay to capture the test case and automate it and compare with modernized output but what about batch testing? Who will provide test cases and how to compare result of modern and legacy batch output?

Saumya
asked 15 days ago52 views
2 Answers
1

Hi to test the batch (or any testcase in general) we can proceed as follow :

  1. Take a snapshot of the the legacy database (initial data)
  2. play the test case on legacy application
  3. Take snapshot of the legacy data base and migrate it to modern data base ( expected data )
  4. Migrate and load the initial snapshot to the modern database
  5. play the test case on modern application
  6. Compare the database with the expected data ( should be the same)

Test cases must be discussed with customer who can provide the them based on his regular activity using his application

AWS
Alae
answered 15 days ago
profile picture
EXPERT
reviewed 15 days ago
1
AWS
YouRide
answered 14 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions