dimanche 22 mars 2015

Unit testing a multi step flow in C#

I have an authorization flow I want to test that involves making a request and obtaining a token, and using the token inside different test methods.


What would be the best way to test this scenario?


Can I run the test methods in a sequence and pass the token as a parameter, or am I taking a wrong approach at testing this?


Aucun commentaire:

Enregistrer un commentaire