At ExcelReader.cs, I got the code:
At ExcelReader_Tests.cs, I have the code:
I have the excel file, "Registration_Data.xlsx" and I put in the following:
Name | Email | Phone | Password
Mark | Testing | 12345678 | M456912
After I run, the result is exited with code 0.
How will I solve this...
I have to write nunit test cases for the huge application made of aspx.cs files tat too in Visual studio 2013 professional , can I auto generate the test cases if possible with this version or any other better ideas to write test cases, as it contains more number of dependencies & complexities
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.