Update database statistics with expectation to improve performance of
queries (usually after a large number of data were inserted or deleted) by
analyzing the modified tables.
Delete all instances of tested data object that were previously
constructed for a specified parent using the specified prefixes for
values used to populate column one and two.
Convenience method to delete all instances of tested data object that were
previously constructed for a specified parent using the specified prefixes
for values used to populate column one and two.
If the tested data object requires any kind of "parent" records, it should
create them in this method using the two passed string values and return
it.
Test loading pages by browsing through the whole list page by page from
the first to the last therefore retrieving every page of the list in
sequential order.
Test loading pages by browsing through the whole list page by page from
the last to the first therefore retrieving every page of the list in
sequential order and testing the retrieved data to make sure that we have
retrieved the correct data.
Test loading pages by browsing through the whole list page by page from
the last to the first therefore retrieving every page of the list in
sequential order.