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
What is the purpose of regexp_label property?
Define parameterizing?
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.
When do you feel you need to modify the logical name?
Explain the synchronization points?
Explain data parameterization in winrunner?
What is test parameter
How do you find out which is the start up file in winrunner?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
How do you handle dynamically changing area of the window in the bitmap checkpoints?
you hae a inbox and got a mail how can you know it is there or not write script.
What is parameterizing?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
Have you used winrunner in your project?