Blake

Blake

  • NA
  • 3
  • 2.7k

Nunit test design

Nov 23 2015 3:00 PM
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)