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 |
What is parameterizing in winrunner?
what is the main diff of Qtp9.2 and 9.5 plz tell me
what is the automation framework?
Hi,please help me out with my ques:in winrunner the object will be reconzined in the form of label or class.
can anybody give me example of 5 critical,major,& low severity and priority bug
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Which function to use to compare the application date with system date?
Please any one Knows Send the Website for Writing different TestCases with different Examples
How do you run your sciripts in Win Runner?
what is the diff. Between GUI_unload() and GUI_close()?
is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.
Which of the following, we cannot include in a compiled module? a)check points b)analog statements c)reporting statemnts