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 |
What are the modes of script recording in winrunner ?
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
What is the default type of constant TSL supports?
WHAT PURPOSE TO USE WINRUNNER
which function you will use to compare the application date with system date?..
What is test parameter
Tell me the Script to close winrunner from the script itself..
When do you feel you need to modify the logical name?
descriptive program for web application.
What is the purpose of set_window command?
what is batch mode, how can u run ur tests in batch mode?
What are the functions generate when u use GUI Check point?give me some of ones?