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
已提問 1 個月前檢視次數 74 次
2 個答案
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
已回答 1 個月前
profile picture
專家
已審閱 1 個月前
1
AWS
YouRide
已回答 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南