Hi everyone,
I am newbie, and I am having trouble with syntax. I need help to figure out this step.
In my web application, I have two tables named ItemsTable1 and ItemsTable2. Each table has its own items listed under itself.
Some of these items have an image/icon in column #7 which means the particular item has "workplan" on it.
-If the item has "workplan"(icon in the column #7), I need to click anywhere in the row except the icon.
-My two table (ItemsTable1 and ItemsTable2) will stay on the left hand side and a new table will populate on the right hand side to show item's details.
-I will verify total amount is bigger than $0.00.
-If the item doesn't have icon in the column #7, then jump to next row.
-If tableTable1 doesn't have any item with workplan (icon in the column #7), then go to ItemsTable2 and check each row.
-If there is no item with workplan at all, fail the test with taking screenshot.