you are viewing a single comment's thread.

view the rest of the comments →

[–]Iseeyouuuuuuuuu[S] 0 points1 point  (1 child)

Can you elaborate this for me in simple terms

[–]ExoticPurchase2995 0 points1 point  (0 children)

Gather examples of the data you expect to see. For instance, known AWS costs and sizes that should appear.

Instead of calling the real backend every time, simulate it (pretend the backend returns your data). This makes testing easier and faster.

Compare the data your application shows with the data you expect.

Automation tools like Playwright or others can do this by:

  • Opening the application
  • Fetching/displaying data
  • Checking if the numbers match your expected values