标签: testing
我将XML文件添加到测试项目中的目录中。
如何从测试代码中访问它?
答案 0 :(得分:1)
您没有提到您正在使用的语言或IDE,但这是我在Visual Studio中使用C#所做的事情:
在单元测试中:
string testxml = File.ReadAllText(“test.xml”)