Application Testing Report
1. Setup Instructions
1. Install Flutter SDK and ensure it is added to your system's PATH.
2. Set up an Android Emulator or a physical Android device for testing.
3. Install dependencies by running 'flutter pub get' in the project directory.
4. Use 'flutter run' to start the application on the emulator.
5. Open the application in a Chrome browser using 'flutter run -d chrome'.
2. Testing on Android Emulator
- The application was tested on an Android Emulator running Android 12.
- Functionalities such as login, adding products to the cart, and checkout were verified.
- Below is a placeholder for the emulator screenshot:
[Android Emulator Screenshot Placeholder]
3. Testing on Chrome Browser
- The application was also tested on Google Chrome.
- All functionalities worked as expected, ensuring compatibility.
- Below is a placeholder for the Chrome browser view screenshot:
[Chrome Browser Screenshot Placeholder]
4. Conclusion
The application has been thoroughly tested on both Android Emulator and Chrome browser.
All major functionalities were verified, including login/logout, product management,
cart operations, and checkout. The app is functioning as expected on both platforms.