Skip to content
Advertisement

Tag: nunit

How to combine file to a folder path in NUnit C#

I’ve written a test using NUnit Testcase. I’ve defined the file name ‘irm_xxx_tbbmf_xu.csv.ovr’ and what data I expect that file to output. I’ve defined a variable processFilePath containing the location of where that file will be and the file name within a NUnit TestCase attribute parameter. My question is the way I’ve written the processFilePath how can I write it

Advertisement