Answer Posted / 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 |
Post New Answer View All Answers
What happens when the gui map file get loaded?
write a compilemodule function for loginscreen.
What is the disadvantage of loading the GUI maps through start up scripts?
What is tsl? What 4gl is it similar too?
What are the Win Runner tools for functional testing?
Explain the purpose of gui map configuration?
What is the purpose of regexp_label property and regexp_msw_class property?
What are the different modes of recording in winrunner?
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
How to break infinite loop?
what is risk?
What is debug mode in Winrunner?
What is the difference between writing a function and writing a script?
What do you mean by the logical name of the object.
What is toogle breakpoints? How does it differ from break points?