14.62But don't create a giant "god helper"
Bad:
salesforce.doEverything();
Useful helpers expose clear operations:
getAccountByExternalId()
countAccountsByExternalId()
createAccount()
deleteTestAccount()
getContactsForAccount()
Readable test intent matters.