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 do you make the configuration and mappings permanent?
What is the Winrunner Framework in your organisation?
How many check points are there in winrunner? what are they?
How do you invoke a text file from winrunner?
What is the use of Merge option provided in WR
pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent
How to fetch a value which is in a particular cell in a html table?
how u can connect database without using any wizard in winrunner?
Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?
what is the regular expression for dd-mm-yyyy?
What are the synchronization points?
what is compile module in WinRunner?