Forum Discussion

JennyH11's avatar
JennyH11
Frequent Contributor
6 years ago
Solved

Error on trying to run property checkpoint on an object in kwtests

Hi   I'm getting an error when a kwtest is checking a property of an object. The error is "You are trying to call the "cell" method or property of the following name mapping object:..." - see att...
  • tristaanogre's avatar
    6 years ago

    We've run into this problem.

     

    Take a look at your mapping.  There is a mapped object of tableGridswapsmasterDxmaintable.cell.  This is intereferering with the Cell (note the case) method of the table object itself.  Rename the lowercase "cell" to something else and try again.  We usually name our individual cells (if we need to) using the row and column like cell12 for a cell with row 1 column 2.

     

    This should resolve your problem.