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 is parameterizing?
What is the purpose of set_window command?
Where do you found that you can't use winrunner for automation?
How do you identify which files are loaded in the gui map?
How to test Fonts and its size thru "Font Expert" in Win Runner.
When do you feel you need to modify the logical name?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
What are different types of checkpoints?
what is the difference between toggle checkpoint and checkpoint?
Explain the difference between gui map and gui map files?
What is the usage of Test case Design Techniques,in Integration/System Testing?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
What are the two modes of recording?
What are the virtual objects and how do you learn them?