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 are the reasons Winrunner fails to identify an object in the GUI?
3 Answers Bristle Cone, Logica CMG,
What is the purpose of Wdiff utility?
what type of licence key r u using for winrunner software in your company?
The default type of Constants and variables supported by TSL are..
How do you handle pop-up exceptions?
How do you clear a gui map files?
which testcases do u automate?
In an Interview on person asked me about WR frame work. in what way i have to explain and what is the answer?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
Explain the use of test director software?
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.