Where to use the public or private functions in your script?
Answers were Sorted based on User's Feedback
Answer / jagadish
public: basically this use of access the number of
condition,loops in our script any position.
private: this is use of onlly that condition
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narendra
public: we can use this function,we can call corresponding
function in any test when ever it is required.
private: we can call only for that particular test only
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the Winrunner Framework in your organisation?
How do you create a startup script in winrunner and what is consists generally?
What are the Win Runner tools for functional testing?
How do you invoke a text file from winrunner?
When would you use 'set_window' and when would you use 'win_activate'?
How do you unload the GUI map?
The Concatenation Operator in TSL is?
how to open an application
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example
WHAT PURPOSE TO USE WINRUNNER
After saving the tsl script of winrunner in TestDirector, if suppose any changes made to the script in ur winrunner would it get updated in TestDirector also???????
How can we stop a automation program in middle of execution time?