2
Answers

Nunit test design

Blake

Blake

8y
2.3k
1
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)