2
Reply

Nunit test design

Blake

Blake

Nov 23 2015 3:00 PM
2.3k
I'm designing tests via selenium for the first time.
 
My testing is against a web application, logging in, filling out data, confirming and submitting etc.
 
Is it better to have a long script (NUnit test method) with multiple asserts or console messages; 
 
Or is it better to have multiple tests each logging into the application and flowing through the same process checking and stopping at different points?

Answers (2)