HI Guys,
I have a web table with number of rows with unique column with date created. Rows gets added or deleted based on the action performed on the page. I can certainly assert that a row has been added to the table because its rendered on the page.
But how do I test that row has been deleted and does not exists on the page?
Any help would be much appreciated. Thanks.