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 |
Please let me know how to write a test case for Digital Watch. Please any body can give the answer
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
Writing Test cases based on the understanding of the UX document
how do u knw when to stop writing test case for a given project.
Write few functional & non-functional test cases for a payment gateway system
how to prepare unit test scripts for accrued interest calculation.
You have to give me test cases for sending a mail through outlook express.
How to write test case for the library system?
How should the test cases be framed to validate the excel sheet?
Test Case for Text Editor!
how will we know test cases are written by us are correct
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.