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 can we stop a automation program in middle of execution time?
How does WinRunner recognize objects on the application?
what is the function key to toggle a breakpoint
what is meant by CMMI standards
winrunner & QTP both are developed by mercury interactive,what is main difference between these two? Thanks in ADVANCE
What do you mean by S/W Testing Automation Framework? What are different types of automation framework?
How to calculate the edit field length
What is the difference between writing a function and writing a script?
How do you find the number of elements in a list box in winrunner?
Difference between winrunner and test director?
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
what is the difference between bitmap checkpoint and image checkpoint