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 |
soft key for virtual object wizard ?
What is the function of eval function?
what are the default addin?s provided by WR
Which of the following, we cannot include in a compiled module? a)check points b)analog statements c)reporting statemnts
How do you create a startup script in winrunner and what is consists generally?
How can integration testing be done through winrunner??
what is add-in manager in WinRunner?
Tell me the function to move to the next row in a data table?
2 Answers Accenture, Landscape Technologies,
Have you ever created a start-up script?
What are the three modes of running the scripts?
How do you handle pop-up exceptions?
1. How will you load the object during run time? 2. How do you close the Task Manager through QTP? 3. How will you handle the situation when object is not captured during record? 4. How QTP support all types of applications (Platforms) 5. What is throw object? 6. Purpose of automation as many points as possible 7. What In-string function will do? 8. In website, protocol has been changed http: to https what you will do? Tell me your Approach? 9. Runtime dynamic settings. 10. Types of exception handling and script for that. 11. On resume next(recovery, do u write the script in notepad, if so, what is the script and how to call it when ever it occurs? ________PLs anyone give me the answers for these questions. Thanks a lot!