dimanche 3 mai 2020

Flutter Testing: Retrieving values from text field

I am currently testing my login page in flutter and I want to make sure that the values I am entering are the ones being passed when I click log-in (username and password). I want to do more than just validate if the inputs are in a certain format. I would like to see if I wrote "Tom123" it returns "Tom123". What is the best way to go about testing this?

Aucun commentaire:

Enregistrer un commentaire