MYJZ003
New member
- Joined
- Jun 12, 2023
- Messages
- 3
- Programming Experience
- Beginner
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 problem to pass NUnit test when reading the data from excel file?
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 problem to pass NUnit test when reading the data from excel file?