how you execute the function
Answer / 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 |
how do you analyze the properties associated with object
Please any one Knows Send the Website for Writing different TestCases with different Examples
winrunner supports .NET technology or not?
Where can I find a tutorial on WinRunner 7.0?
Is 'public' allowed inside of the function declarations?
How to Import(insert) data from an excel sheet to Database(table).
How to recogonise dynamically changing objects in an application(ie Web or Standalone)
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
What are the reasons Winrunner fails to identify an object in the GUI?
3 Answers Bristle Cone, Logica CMG,
What are the standards will you maintain at the timing of writing TSL script in WinRunner?
what is the key combination to terminate script execution
How do you add a property to the checkpoint from the script?