GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  WinRunner
Go To First  |  Previous Question  |  Next Question 
 WinRunner  |  Question 2 of 146    Print  
Winrunner : Write a program to count the number of items in a list box?

  
Total Answers and Comments: 5 Last Update: December 07, 2006     Asked by: manojreddi 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 18, 2006 11:32:34   #1  
Lakshmi        

RE: Winrunner : Write a program to count the number of...
Using list_get_item_count function we can count the items
 
Is this answer useful? Yes | No
May 11, 2006 12:23:56   #2  
mani        

RE: Winrunner : Write a program to count the number of...

Hi,

 To count no. of items in the list box ,use this function

list_get_info("Listboxname","Count",variable);

printf(variable);


 
Is this answer useful? Yes | No
September 09, 2006 17:37:37   #3  
surya        

RE: Winrunner : Write a program to count the number of...

hi

list_get_row_count() can return no of items in list 


 
Is this answer useful? Yes | No
September 15, 2006 06:07:44   #4  
subhra ranjan        

RE: Winrunner : Write a program to count the number of...

Using list_get_info and 'count' function we can able to get the number of items in a list


 
Is this answer useful? Yes | No
December 06, 2006 16:14:13   #5  
scott.dachishen        

RE: Winrunner : Write a program to count the number of...

folks you may want to fall in love with obj_get_info. Instead of managing all the class specifi get infor ( edit_get_info, list_get_info.....)

write a routine that accepts the element name and the property you wish to query. this will save you tons of mainenance and i am pretty confident that 80-90% of your class properties can be handled by obj_get_info....

winrunner has over 450 api/function chances are 70-80 percent of your core testing can be accomplished using 10-15

test automation is expensive enough look to make it cheaper not more costly....


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape