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
gefragt vor einem Monat72 Aufrufe
2 Antworten
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
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat
1
AWS
YouRide
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen