pirap2's avatar
pirap2
Occasional Contributor
7 years ago
Status:
New Idea

Implement Table checkpoint for Sencha (Ext JS Grid Panel) control

Hello All,

 

I propose to implement table checkpoint for Sencha Grid (Ext JS Grid Panel) control like for JTable objects (Java Swing).

For now we use Regions checkpoints or "if...else" construction for checking Sencha Grid, but table checkpoint is more user-friendly, because it is easier to view differencies during test execution, Regions checkpoint fails often for different computers due to diff column width or something else (I think it's not good itea to set 500-700-so on for Pixel Tolerance).

For Table checkpoint we will get passed tests with correct values in grid regardless of external factors (mouse pointer, diff column width, tooltips, etc.)

 

Thanks.

No CommentsBe the first to comment