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

WHAT PURPOSE TO USE WINRUNNER

8 Answers   247Customer,


what is mean by test coverage?

1 Answers  


Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com

3 Answers   CA,


what are the different modes of executing TSL Script

3 Answers  


what is the extension for WR files?

10 Answers   AppLabs,






How do you add a property to the checkpoint from the script?

3 Answers  


What is the difference between gui map and gui map files?

0 Answers  


what is the difference between bitmap checkpoint and image checkpoint

1 Answers   Ness Technologies,


Other than Regression testing where can also it can be used.

2 Answers  


which method are using to obtain runtime property of an object

1 Answers   Polaris,


what are the stages of software development life cycle?

5 Answers   Agility e-Services, Trigent,


Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?

1 Answers  


Categories