Forum Discussion
simon_glet
12 years agoRegular Contributor
Hi Elliot,
It seems that your problem is at :
// Runs the test
IntegrationObject.RunProjectTestItem(testName);
It shouldn't even compile because RunProjectTestItem takes two arguments only:
void RunProjectTestItem(string ProjectName, string ProjectTestItemName);
Sincerely
It seems that your problem is at :
// Runs the test
IntegrationObject.RunProjectTestItem(testName);
It shouldn't even compile because RunProjectTestItem takes two arguments only:
void RunProjectTestItem(string ProjectName, string ProjectTestItemName);
Sincerely