RE: How to find out the length of the edit box through...
In Winrunner you can find the length of the Edit box using the follwoing function
edit_get_row_length ( edit row out_length );
edit : The logical name of the edit object. row : The row to measure. out_length : The output variable that stores the number of characters in the row.
RE: How to find out the length of the edit box through...
We can find the length of the edit box in WinRunner by using the following function
edit_get_row_length ( edit row out_length );
edit : The logical name of the edit object. row : The row to measure. out_length : The output variable that stores the number of characters in the row.
RE: How to find out the length of the edit box through...
in winrunner there is an option please go to gui check points and choose formultipul object. it will give a window in that u choose + symbol it will add properties of that object . in that properties select range option in range window ask u from and to.in that u mention ur range ok