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 are data driven tests?
Explain the purpose of gui map configuration?
How do you modify the logical name or the physical description of the objects in gui map?
What are the two modes of recording?
What is the purpose of different record methods?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
How should we write and execute a user define function using WinRunner.
What are the modes of script recording in winrunner ?
How do you find an object in an gui map.
What is toogle breakpoints? How does it differ from break points?
How do you clear a gui map files?
What is the use of test director testing tool?
How to break infinite loop?
How to test Fonts and its size thru "Font Expert" in Win Runner.
What are the virtual objects and how do you learn them?