Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The integration_test directory contains the test scripts script files of different screens.

  • The Test Inputs directory contains the test_inputs.dart file. This file has the user actions inputs in json format. We can change user actions in this file.

...

  • Go to ./frontend/mgramseva/utils/execute_integration.sh and run the execute_integration.sh file on the virtual emulator / mobile . The integration test will start.

Files Path

User actions Inputs - .frontend/mgramseva/integration_test/Test Inputs/test_inputs.dart

Integration Test Driver - .frontend/mgramseva/test_driver/integration_test_driver.dart

Execute Integration Test - .frontend/mgramseva/utils/execute_integration.sh

Reference Links

https://docs.flutter.dev/cookbook/testing/integration/introduction