Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 638 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 638 Bytes

QuoteGenie Mobile App

Type the commmand flutter run on terminal to view this random quote generating mobile app

Simple steps

  • Add the flutter_test dependency.
  • Create a widget to test.
  • Create a testWidgets test.
  • Build the widget using the WidgetTester.
  • Search for the widget using a Finder.
  • Verify the widget using a Matcher

Widget testing using keys