Hello MbUniters - Could someone point me to the documentation to the method's of the ITestcase interface -
//Assume this property retuens the TESTCASE description
string Description { get; }
//Assume this property returns the TESTCASE name
string Name { get; }
//What do the arguments o & args represent and what does the
"object" return val
//indicate
object Invoke(object o, IList args);
Thanks for your assistance.
Ranji
