GroceriesFridge / Calyx-Calculator

0 stars 1 forks source link

Testing Currency Conversion Feature functionality/Market Rate Accuracy #30

Open temmytopeqa opened 8 months ago

temmytopeqa commented 8 months ago

Test Scenario: Currency Conversion Feature

Test Case ID: TC_CALCULATOR_008

Test Objective: To ensure that the currency conversion feature of the calculator app works as expected.

Preconditions:

  1. The calculator app is installed and launched on the device.
  2. The device has an active internet connection.
  3. The Flask backend server for currency conversion is running and accessible.

Test Steps:

  1. Navigate to the currency conversion section of the app.
  2. Select a base currency and a target currency from the available options.
  3. Enter an amount to be converted.
  4. Initiate the currency conversion process.
  5. Verify that the converted amount is displayed accurately.

Expected Results:

Actual Results:

Test Data:

Test Result: Pass

Test Conclusion: