Details
| since | 1.2 |
|---|---|
| action-pack | Selenese |
| action-list.json entry | "verifyNotTable" : "actions.verify.Table" |
| author | JOSF-core team |
| status | active |
To check whether a table cell does not has the expected value.
Example
A simple data table with some costumer data which has an id attribute with the value customers. The object field needs to be filled with the table location, a row number (starting from 0) and a column number (starting from 0). A few examples below.

| Action name | Object | Data | Result |
|---|---|---|---|
| verifyNotTable | id=customers.1.0 | Helen Bennett | Results to PASS (actual value is Alfreds Futterkiste) |
| verifyNotTable | //table.5.1 | Helen Bennett | Results to FAIL |
| verifyNotTable | id=customers.2.5 | Giovanni Rovelli | Results to ERROR as the object cannot be found |