Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Iterate list items in iOS TableView(How to iterate through the rows in a UITableView in iOS?)
Iterate list items in iOS TableView [message #1708388] Wed, 16 September 2015 07:44 Go to next message
Balaram Sundaram is currently offline Balaram SundaramFriend
Messages: 8
Registered: March 2015
Junior Member
Hello guys,

I am trying to iterate through a UITableView list in an iPhone app. The test is to check the existence of a particular label/value in the available number of items in the list.

Scenario:
The list in question is a dynamically expanding list. User can add items to the list and the added item will be stored in alphabetical order in the list. I need to verify the newly added item.

My idea of the my test is:
• Check the first row in the list
• If not matching, check the next row
• Continue till the matching item is found.

Thanks in advance!

Balaram.
Re: Iterate list items in iOS TableView [message #1708418 is a reply to message #1708388] Wed, 16 September 2015 11:56 Go to previous message
Oliver Goetz is currently offline Oliver GoetzFriend
Messages: 219
Registered: May 2011
Senior Member
Hi Balaram,

what exactly is your question?
Regards
Oliver
Previous Topic:ios
Next Topic:Test Application API via command line
Goto Forum:
  


Current Time: Sat Apr 20 00:39:36 GMT 2024

Powered by FUDForum. Page generated in 0.03008 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top