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 |
Name the three modes of running the scripts?
Which Key is pressed to toggle between Analog and Context Sensitive Mode?
How would you define a "bug?"
How to do text matching?
i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?
what is the difference between unit testing,integration testing and interface testing?
Name the different types of checkpoints?
how many license keys are there for winrunner in your company?
What is the purpose of regexp_label property?
which checkpoint is used to analyze the appearance of AUT
In the system of coordinates used by WinRunner,the origin(0,0 coordinate)is located in the --- screen?
What is T_Exit and T_return?