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

can anybody tell me in realtime how tester access web based build and window based build

0 Answers  


What is the purpose of regexp_label property and regexp_msw_class property?

0 Answers  


soft key for virtual object wizard ?

0 Answers   Logica CMG,


Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?

1 Answers   FCG,


How to recover the Parameter out of range error while running the script in verify mode

1 Answers  






what is the testing high level architecture

0 Answers   Wipro,


The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!

1 Answers  


which testcases do u automate?

1 Answers  


how you execute the function

1 Answers   Polaris,


What are the modes of script recording in winrunner ?

0 Answers  


how do you rate your self in winrunner

2 Answers   Infosys,


Explain the purpose of loading winrunner add-ins?

0 Answers  


Categories