I've a table as below: [b]Structure No Structure Name Structural Requirements Status 475 [u]GVpv[/u] Complete 490 [u]PQpO[/u] In-complete 511 [u]ppor[/u] Not Started 517 [u]tBzv[/u] Not Started[/b]
The underlined texts are links. When any Structureal reqmt status is Not Started/In-complete, links are to be clicked, further steps are performed & coming back to the same page with status changed to Complete. This is done till all structures are Complete & when all structures'r complete, user signs out. For this I'm using a while loop till the last row in the table. Inside that I've two if blocks, one for when Structure 'Complete' & one for Structure not 'Complete'. Again in the 1st if block, one more if...else block, when the row is last row, user signs out, otherwise just goes to the next iteration (for that I used Next as said by Nathan) . --------------------------------------------------------------------- Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6187&messageID=17462#17462 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
