how do u call a from library file
Answers were Sorted based on User's Feedback
Hi,
it is not executive. it is executefile method.
first save ur function file in .vbs format.
u can call them in two ways.
1) with out storing them in associated library files, by
using executefile and call methods.
2) with storing in associated library files and using call
method.
coming to first method:
executefile "<file Path>"(ex: "d:\mydocuments\nanda\login.vbs"
call login_open()
Here executefile executes the funtion file but not a single
function.
call method calls a function in that executed file.
(remember that diff. between xecutefile and call methods.
Executefile executes a script file, and call functions calls
a single function in that execute file)
coming to second method:
go to menu bar--select test menu---select settings--select
resources--click on add(+) button in associated library
files section)--browse the script file and click on
open---click on apply--click on OK.
now come to expert view--write
call function() (Here Function refers the function which
available in that stored file)
the interviewer may ask that what is the diff. between above
two methods...
executefile method uses only in single action where it written.
but second method will use entire test.
I think u got my answer....if no...let me know pls..
sudhanandareddy@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raveendra
whenever u want to call the functions using
executivefile.path/file .vbs file method
Ex: excutive"\*.*\countchar(textvalue)"/*calling the vb
script file
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the processes / steps invovled in Defect Prevention meeting?
What is the basic stuff you require to begin creating test cases?
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
What are the test cases for mouse?
write a test cses for sending mails through microsoft- outlook xpress?
Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.
Who will take care of test plan and test case?
Who will take care of test plan and test case?
Explain the smoke testing?
Do you write test plan and test case?
what is black box system in software development in system analysis and design?
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,