Ginger Action - Use GA.AddError and verify no errors using Assert
[GingerAction("ReadExcelCell","Read From Excel")]publicvoidReadExcelCell(refGingerActionGA,stringFileName,stringsheetName,stringrow,stringcolumn){if(!FileExist(filePath)){GA.AddError("File not found at: "+filePath);}// ...}