table tester - actionShowTableColumn

WindowTester allows you to easily create and run unit tests for every GUI they build. It can also be used to generate system level tests.

Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, Phil Quitslund

table tester - actionShowTableColumn

Postby clausvp » Tue Nov 25, 2008 6:32 am

Hi,

I made the following code to be able to test if a column was correctly sorted.

It worked fine for columns which where visible in the view, but when the column is not visible it comes with an error.

Then i found the function actionShowTableColumn on the tabletester. From the description it should do exactly what i was looking for, but when i execute the code, a line "offset to large(870)" is written in the console.

Code: Select all
      TableTester tt = new TableTester();
      TableColumn [] cols = tt.getColumns(table);

      int nofCols = cols.length;

      ItemTester it = new ItemTester();
      for (int x=0 ; x < nofCols ; x++) {
         String text = it.getText(cols[x]);

         if (text.equals(headerName)){
            tt.actionShowTableColumn(table, cols[x]);
            tt.actionClickTableColumnHeader(table, cols[x]);
            break;
         }
      }


Am i doing something wrong?
clausvp
 
Posts: 2
Joined: Wed Oct 01, 2008 3:35 am

Re: table tester - actionShowTableColumn

Postby Phil Quitslund » Tue Nov 25, 2008 2:28 pm

TableTester is a class provided by abbot. We parcel it up with our distribution for convenience. If you want to debug it, fetch the source from here: http://abbot.sourceforge.net/doc/download.shtml. On the other hand, this sounds like something the WT runtime should be able to do. If you haven't yet, could you submit a feature request to: wintest-support@instantiations.com.

Many thanks!
--
Phil Quitslund
Software Engineer
Google, Inc.
Phil Quitslund
Moderator
 
Posts: 491
Joined: Fri Apr 28, 2006 6:26 am


Return to Window Tester

Who is online

Users browsing this forum: No registered users and 1 guest