1. Edit the .csproj file in Notepad and insert the following line:
Just before the first tag in the file
2. Right-click the solution in Solution Explorer and Add New Item... Choose new Test Run Configuration.
3. If your test cases need some data files (such as xml files) you can either edit the Test Run Configuration and add them to Deployment, or add the attribute
[DeploymentItem("MyXMLFile.xml")]
No comments:
Post a Comment