This version control tool has the strongest JIRA integration.
What is BitBucket?
________ should be used wherever testing needs are highly repetitive or tedious.
What are Automated Tests?
The most dangerous level of access that can be granted in your Salesforce instance.
What is Modify & Delete All Data?
The two types of Apex Triggers.
What are Before and After Triggers?
The company that owns BitBucket.
Who is Atlassian?
The practice of tracking and managing changes to software code.
What is Version Control?
A generic automated testing tool with Salesforce-specific functionality that is partnered with AutoRABIT.
What is AccelQ?
CodeScan’s ________ Plug-in allows you to scan code as it is being written.
What is IDE?
Provides a Visualforce Page with the data and business logic it needs to run.
What is an Apex Controller?
In order for this testing tool to access your environment’s metadata, you must enable “Modify All Data”.
What is Provar?
Metadata in Salesforce is represented in version control as _________.
What are XML files?
This testing tool was purpose-built for Salesforce and uses a similar UI.
What is Provar?
You can run rules on CodeScan based on best practices laid out by CWE, SANS, and _________.
What is OWASP?
This enables developers to access the Salesforce platform back-end database and client-server interfaces to create third-party SaaS applications.
What is Apex?
This type of development makes version control your source of truth.
What is Source-Driven Development?
A version control tool that has the most integrations with other tools.
What is GitHub?
This testing tool does not offer a built-in report generator.
What is Selenium?
Most sensitive data loss or misuse in a company’s Salesforce instance comes from ______.
What are Their Employees?
This automates the flagging of a new healthcare account as “RED” before it is saved to the database.
What is an Apex Trigger?
In JIRA, smaller projects that are a part of epics are called _______.
What are Stories?
What TFVC stands for.
What is Team Foundation Version Control?
Salesforce native testing options are focused on the developer, and mostly on ________ testing.
What is Unit?
Many companies overlook the importance of managing _________ access, as it controls who can download information from your Salesforce instance.
What is Export?
These consist of user-defined methods, variables, exception types, and static initialization code.
What are Apex Classes?
The syntax of this language looks 70% the same as Java.
What is Apex?