Can we use Data Driver to parameterize the VBScript functions in QTP?
You cannot use the Data Driver to parameterize the values of arguments for user-defined methods or VBScript functions. Notes from From HP QTP User Guide: Notes: – When finding multiple occurrences of a selected value, QTP conducts a search that is case sensitive and searches only for exact matches. (It does not find values that include the selected value as part of a longer string.) – You cannot use the Data Driver to parameterize the values of arguments for user-defined methods or VBScript functions. Answer 6: How can we add the same comment to every action that we create? If you want to add the same comment to every action that you create, you can add the comment to an action template To create an action template: 1. Create a text file containing the comments, function calls, and other statements that you want to include in your action template. The text file must be in the structure and format used in the Expert View. 2. Save the text file as ActionTemplate.mst in your \dat folder.