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 |
which is the latest version in Winrunner
how can we make use of virtual object wizard to identify similar object can u explain with an example
How could we Learn the Application Initially for Testing- Need Realtime Explanation? Who will Record the Application?
two file is there how will compate it by useing qtp.
what is the extension for WR files?
What is the definition of function?
How does WinRunner evaluate test results?
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
How many recording modes are provided by WR?
What are Optinal Properties and Obligation Properties? please explain in detail.
WinRunner will suppost "Cold Fusion"?
1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?