Answer Posted / swarup
Wat, i understood from ur Question is? How to execute a
function right?
First step: Create a function Like
public function add( in a, in b, out c)
{
c=a+b;
printf(c);
}
2nd Step: Convert the File type to Complie module (File ->
Test properties -> General tab -> conver the test type to
Complie module)
3rd step: Save and write the load statement for the file and
store at start up script to activate this function parmanently.
4th step: call the function by the fun name with paramenters
{add(2,3)} in any file script.
This is the method how the functions are designed and used in WR
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the resolution settings?
How do u check FONTS in Login Window?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
What are the virtual objects and how do you learn them?
when start testing
Explain the purpose of gui map configuration?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
Why don’t we normally load the gui maps through start up scripts?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
How to find the local host name using winrunner ?
How to do text matching?
Which are default codes winrunner generates when we start the application?
What is the use of test director testing tool?
What in contained in the GUI map?
How should we write and execute a user define function using WinRunner.