GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Testing Scenarios
Go To First  |  Previous Question  |  Next Question 
 Testing Scenarios  |  Question 8 of 35    Print  
How to find out the length of the edit box through WinRunner?
pls anybody give me Answer


  
Total Answers and Comments: 8 Last Update: June 14, 2006     Asked by: kishore.gp 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 03, 2005 07:54:11   #1  
Ashok        

RE: How to find out the length of the edit box through...
obj_get_text( text );L length(text);by using get text in winrunner get text from the field and assign the length to one variable Ex: L
 
Is this answer useful? Yes | No
October 25, 2005 23:13:03   #2  
imran        

RE: How to find out the length of the edit box through...
through GUI spy point it to the edit box and it with show its coordinates or try out the TSL function through function generator
 
Is this answer useful? Yes | No
October 31, 2005 12:07:07   #3  
Suresh        

RE: How to find out the length of the edit box through...

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);


 
Is this answer useful? Yes | No
October 31, 2005 12:09:55   #4  
Suresh        

RE: How to find out the length of the edit box through...

In Winrunner you can find the length of the Edit box using the follwoing function

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.

Example:

edit_get_row_length ( Agent Name: 0 row_len);

Printf(row_len);

thank you

):


 
Is this answer useful? Yes | No
October 31, 2005 12:21:07   #5  
qaanalyst Member Since: October 2005   Contribution: 3    

RE: How to find out the length of the edit box through...

We can find the length of the edit box in WinRunner by using the following function

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.

Example:

edit_get_row_length ( Agent Name: 0 row_len);

printf(row_len);


 
Is this answer useful? Yes | No
November 02, 2005 08:47:13   #6  
eswar        

RE: How to find out the length of the edit box through...
in winrunner there is an option please go to gui check points and choose formultipul object. it will give a window in that u choose + symbol it will add properties of that object . in that properties select range option in range window ask u from and to.in that u mention ur range ok
 
Is this answer useful? Yes | No
December 26, 2005 06:37:59   #7  
kishore.gp        

RE: How to find out the length of the edit box through...

hi

without knowing length how can we put the range .


 
Is this answer useful? Yes | No
June 13, 2006 22:42:50   #8  
Raghu Gupta        

How to find the regular expression for Yahoo user ID using WinRunner

Hi

What is the regular expression for yahoo user ID in Win Runner.

conditions: only underscore sign can be used as a special character and also cannot use two under score signs simultaneously.

eg: raghu__ggupta@yahoo.com is wrong ( two under scores./

raghu_g_gupta@yahoo.com is correct. Can use only two under scores in the userID.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape