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 could be test cases for windows calculator using risk based testing
How to write test case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact
Write test cases for bulb.
Explain the agile testing?
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
What is transaction testing?
How to test Webservices and how can we write test cases for that
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
Scenarios to test wireless Speaker via bluetooth
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
How to write test case on paper and pen.
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date