NEW INTERVIEW QUESTIONS.COM
TESTING INTERVIEW QUESTIONS
TESTING SCENARIOS INTERVIEW QUESTIONS DETAILS
NewInterviewQuestions.com - Home for World's Largest Interview Questions Website.
A D V E R T I S E M E N T
Question |
How to find out the length of the edit box through WinRunner?
|
Answer
|
We can find the length of the edit box using the
edit_get_row_length ( edit, row, out_length );
edit:The logical name of the edit object.Row The row to measure. out_length The output variable that stores the number of characters in the row.
edit_get_row_length ("Agent Name:", 0, row_len);
printf(row_len);
© NewInterviewQuestions.com
|
If you have the better answer, than send it to us. We will display your answer after the approval.
Rate the above answer. Help us to know about the answer.
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
A D V E R T I S E M E N T
|