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

which method are using to obtain runtime property of an object

1 Answers   Polaris,


How do you run your sciripts in Win Runner?

2 Answers   Logica CMG,


supose 10 times text data is there but it will run 8 times whtat will you do.

0 Answers  


Can anyone explain me abt Winrunner Automation framework in detail and what r the steps involved in it

1 Answers  


What is the disadvantage of loading the GUI maps through start up scripts?

0 Answers  






Name the three modes of running the scripts?

0 Answers  


How to handle exceptions in for loop of DDT script.

1 Answers   HP,


when start testing

0 Answers   MNC, Verizon,


what is the winrunner framework?

1 Answers   Agile Software, GE,


Which are default codes winrunner generates when we start the application?

0 Answers  


How to have winrunner insert yesterdays date into a field in the application?

0 Answers  


What is the usage of Test case Design Techniques,in Integration/System Testing?

0 Answers  


Categories