Question Nunit testcase Creation & integration

Sriram

New member
Joined
Sep 15, 2020
Messages
3
Programming Experience
1-3
We need to create nunit test cases for ASP.NET application. For example we need to write a test case for login page do we need to create the test case file within the solution or in different solution & then how we call the source function in the test case file
 
Hi and welcome to the forums.

School project? Surely if you were given a task, you would have been given instructions on how to perform that task. What notes where you provided with?

Try following the sample here : dotnet/samples
Or try this tutorial : ASP.NET MVC - Unit Testing - Tutorialspoint which isn't much different.

I'd have assumed you were given instructions, and if so what where they?
 
Back
Top Bottom