How to call functions in test case when they are decleared within library under a class defination?

Showing Answers 1 - 1 of 1 Answers

swanand

  • Sep 9th, 2007
 

Create Class object in testcase...and Call function as
ClassObjectName.functionname(ArgList)

if within class your function is defined as Private this will not work....please change declaration to public for function .

Thanks
Swanand

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions