QTP Private Functions

What are Private Functions in QTP? How they can be called from the function library?

Questions by manoj.katare

Showing Answers 1 - 6 of 6 Answers

Private funtion is a type of function which other functions can call within a script i.e. is only accessible to functions inside the script, not accessible outside the script.

If any private function recites in function library, then it can only be called by the functions under function library. So inorder to call a private function from function library, we have to call a public function which is dependent on the private function (i.e. a public function that calls that private function) from the function library.

  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