Automating grid selection using Fitnesse

Certified Lead Developer

Is there any way to automate grids selection by row (Feature 18.2) using Fitnesse?

  Discussion posts and replies are publicly visible

Parents
  • Hi Ruby,
    when you say grid selection by row, I am assuming clicking a link you have on a grid or something to that nature. If you want to click on a specific row in a grid use the "click on grid" function provided by FitNesse. See below for a quick example.

    | click on grid | GRID_NAME or GRID_NAME[INDEX] or [GRID_INDEX] | column | COLUMN_NAME or [COLUMN_INDEX] | row | [ROW_INDEX] |
    "This is to click on an image or text link in a grid cell. Useful for clicking the "delete row" X cell to delete a row," per FitNesess documentation. For more information take a look at
    localhost:8980/FitNesseForAppian.CheatSheet.

    This is assuming you have started FitNesse on your local machine.
Reply
  • Hi Ruby,
    when you say grid selection by row, I am assuming clicking a link you have on a grid or something to that nature. If you want to click on a specific row in a grid use the "click on grid" function provided by FitNesse. See below for a quick example.

    | click on grid | GRID_NAME or GRID_NAME[INDEX] or [GRID_INDEX] | column | COLUMN_NAME or [COLUMN_INDEX] | row | [ROW_INDEX] |
    "This is to click on an image or text link in a grid cell. Useful for clicking the "delete row" X cell to delete a row," per FitNesess documentation. For more information take a look at
    localhost:8980/FitNesseForAppian.CheatSheet.

    This is assuming you have started FitNesse on your local machine.
Children
No Data