Answer Posted / nanda.d reddy
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 |
Post New Answer View All Answers
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
what is black box system in software development in system analysis and design?
write test cases for hospitality management system
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
What are basic types of test cases?
Pls tell me test cases for pepper grinder
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Can anybody help me out to write test cases for booking train ticket online???
How would you do " Keeping two folders in sync testing"
Write test cases for 8+4?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
What are all the companies are doing manual testing till now ?
how to write test cases for online restaurant table booking system?
How should I maintain the test cases and Test Log for different versions/builds of the application.