What is the different between ACTION and LIBRARY functions

Showing Answers 1 - 3 of 3 Answers

adisgee

  • Jul 11th, 2007
 

A Test Script can have multiple actions and each actions can access multiple functions. A function usually will be limited to processing a calculation or perfrom a small series of operations before returing some value for further manipulation. You would want to keep a function as small and compact as possible.

With an action it basically will perfrom the act of testing (as in executing a particular test script) by using functions for intermediate calculations / processing.

Library funtions usually will be placed within external files , typicall a txt or a vbs file, while actions will be an inherrent part of the test script.

Hope the answer helps,
Thanks,
Aditya.

  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