User Acceptance Flashcards
Test scripts
are often written by the BA for the defined testers.
Performance Testing
this type of testing evaluates how the system responds when large volumes of records or operations are being handled.
In-App Prompt
a notification that alerts Salesforce users about what’s new, in context of the tool, at the right time.
Technical Debt
unnecessary complexity in an org that increases the time to deploy new innovations in the future.
User Acceptance testing
gives end users the opportunity to accept or reject the final feature delivery.
Unit tests
focus on the smallest bits of code you’ve added to an org
Integration tests
need to be done whenever you have code interacting with anything not native in your org.
Functional tests
verify that features work as defined in your technical requirements.