How do you prefer to test pagination in automated tests? Creating enough records can be slow. Is it a good practice to reduce the number of items per page in test environment?
@rbates Dunno if it's "good" but I've yet to be burned by it.