Answer Posted / 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 |
Post New Answer View All Answers
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
Name the three modes of running the scripts?
What all are the different databases winrunner can support?
supose 10 times text data is there but it will run 8 times whtat will you do.
How to find the local host name using winrunner ?
How to check property of specific icon is highlighted or not?
Explain the use of test director software?
What is the use of gui map and what happens when the gui map file get loaded?
Difference between winrunner and test director?
What information is contained in the checklist file?
What is a checkpoint and what are different types of checkpoints?
How do you identify which files are loaded in the gui map?
How you integrated your automated scripts from TestDirector?
How do you filter the objects in the gui map?
How to have winrunner insert yesterdays date into a field in the application?