How to calculate the edit field length
Answers were Sorted based on User's Feedback
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 |
can anybody give me example of 5 critical,major,& low severity and priority bug
Explain data parameterization in winrunner?
i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?
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
what is risk?
1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?
what is the difference between copy and call?
Some of the importent functions in data driven test(ddt)?
what is the difference between bitmap checkpoint and image checkpoint
What is the purpose of different record methods?
Which are default codes winrunner generates when we start the application?
How does WinRunner evaluate test results?