Checking the Content of HTML Cells
Saturday, April 24th, 2004There is a nice method on JWebUnit that lets you check the content of cells. What you do is build a two dimensional array of the cells that you expect to find, and then it will lookup the table and compare the contents of it against the 2d array that you pass in. […]