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 we conduct Regression Testing through WinRunner
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
What is Data Driven TEsting?
When do you use verify, Debug and Update modes?
what r the standard properties r u checking for pushbutton?
Difference between actions and functions
what is meant by build release note?what it contains?
How do you select multiple objects during merging the files?
one text box is there .It will takeing some number, How will u know how many no's it will takeing by useing qtp
Explain the purpose of different record methods?
What is the difference between STATIC FUNCTION & STATIC?