TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Blake
NA
3
2.8k
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?
Reply
Answers (
2
)
How to store access token after login in angularjs
I want to save data into sql server table using javascript