How to calculate the edit field length
Answers were Sorted based on User's Feedback
Answer / guest
For edit boxes in winrunner direct function is not
available to find length of text.We can use length()
function.
EX:- edit_get_text("button logical name",outvariable);
//In outvariable entered text will be stored.
x=length(outvariable);
//The length function returns the length of the text.
report_msg(x);
| Is This Answer Correct ? | 0 Yes | 0 No |
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
How to connect TestDirector from winrunner tool?
what sould come under "tell about ur self"? need tempelate
is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.
how many options are provided in WR login screen
Difference between actions and functions
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
What is the purpose of regexp_label property and regexp_msw_class property?
Testing work start at once
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
what is the TSL statement for pass/fail crieteria appear in the test results of TD?
Whats a difference between Verification Point and Syncronization point?