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 the use of test director testing tool?
What is contained in the test scripts?
What are data driven tests?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What do you mean by the logical name of the object.
What is the use of virtual object wizard and how it is used?
What in contained in the GUI map?
When do you feel you need to modify the logical name?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
What is the purpose of set_window command?
What do you verify with the database check point custom and what command it generates, explain syntax?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How to have winrunner insert yesterdays date into a field in the application?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
What is debug mode in Winrunner?