how do you rate your self in winrunner
Answers were Sorted based on User's Feedback
Answer / saurabh
if u dont know the answer of rating your self then alway
say 50% mean 5 out of 10 or 3 out of 6 etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
what is add-in manager in 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?
How to use winrunner?
What is Diff. between Pause() ,report_msg() statements?
What is the purpose of regexp_label property and regexp_msw_class property?
how many options are provided in WR login screen
can anybody tell me in realtime how tester access web based build and window based build
What is the function in WR for replacing the existed data to blank?
What are command line options?How to invoke winrunner with vb add in using command line options?
WHAT PURPOSE TO USE WINRUNNER
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!