How do we call Library Files(.vbs) in the Test Script
Thanks in Advance...
Answer Posted / ram.polavarapu
we need to associate file to qtp and
call function name
executefile "path.vbs"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
desribe a situation where u faced a stressful situation and how did u cope with it
Why bpt?
How we can import data from database?
Hi All, How to Compare two strings character by character in QTP
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Mention the different actions types of qtp.
what is the diffrence bw qtp architectute and qtp framework?
What is throw object?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Mention what are the different types of recording modes in qtp? Which will be used when?
Is QTP supports Unix. If yes, then how the test automation is done?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)