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
질문됨 한 달 전65회 조회
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
답변함 한 달 전
profile picture
전문가
검토됨 한 달 전
1
AWS
YouRide
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠