When actions are available why we use functions?

Hi, Can anybody give the answer to this question which is recently asked in interview, When we have actions available in qtp, why we use functions?

Showing Answers 1 - 9 of 9 Answers

Sarada Akurathi

  • Sep 13th, 2011
 

As per my knowledge, if you use functions then that is Keyword-driven methodology and it is useful for non-technical people and actions will be used in data driven methodology.

  Was this answer useful?  Yes

Sorry, please see correct answer

In Keyword driven framework, we will use functions. We will write a test case using keywords and each keyword will become a function and then we will make the test script.

In DataDriven Framework, we will define reusable actions and in the script we will use the actions.

  Was this answer useful?  Yes

SUMA

  • Nov 18th, 2012
 

As per my knowledge Action is specific to that particular test (with in test).

Where as Functions you can use any where not only for that particular test (Global)

Correct me if I am wrong. Thank You!

  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