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 |
What string of characters,when printed out to a text file,will create a new line in the text file?
Wat is the defferances between Test plan and devolopment plan?
which testcases do u automate?
ca n u give the example for low severity & low priority in ur Internet Banking project
What is checkpoints?
Explain the use of test director software?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
Name the three modes of running the scripts?
What r the recording methods in winrunner and wht r the uses and where do we use and how do we use? pls dont mention recording modes(context sensitive and analong)
can anybody give me example of 5 critical,major,& low severity and priority bug
When do you use break points?
what is agile testing