How to calculate the edit field length

Answers were Sorted based on User's Feedback



How to calculate the edit field length..

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 to calculate the edit field length..

Answer / radha

With boundary value analysis

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

How can we stop a automation program in middle of execution time?

3 Answers  


How does WinRunner recognize objects on the application?

3 Answers  


what is the function key to toggle a breakpoint

1 Answers  


what is meant by CMMI standards

5 Answers   iGate,


winrunner & QTP both are developed by mercury interactive,what is main difference between these two? Thanks in ADVANCE

3 Answers  


What do you mean by S/W Testing Automation Framework? What are different types of automation framework?

1 Answers  


How to calculate the edit field length

2 Answers   Wipro,


What is the difference between writing a function and writing a script?

0 Answers  


How do you find the number of elements in a list box in winrunner?

1 Answers   BeBo Technologies,


Difference between winrunner and test director?

0 Answers  


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

1 Answers   Ness Technologies,


Categories