In this class will teach you about Salesforce testing basics and different clouds in Salesforce like sales, service and marketing cloud. Also will assist in your interviews and interview questions. As there is huge demand for Salesforce testing, you can add this as a advantage in your profile along with your functional testing which will highlight your profile and you receive more interview calls
Topics to be covered
- Salesforce CRM basics
- Salesforce admin concepts
- Salesforce projects overview
- Salesforce interview
- 1. Unit Testing ·
- 2. Integration Testing ·
- 3. Regression Testing ·
- 4. Smoke Testing ·
- 5. Alpha Testing ·
- 6. Beta Testing ·
- 7. System Testing
Testing
Unit Testing
It focuses on the smallest unit of software design. In this, we test an individual unit or group of interrelated units. It is often done by the programmer by using sample input and observing its corresponding outputs.
Example:
a) In a program we are checking if loop, method or function is working fine b) Misunderstood or incorrect, arithmetic precedence. c) Incorrect initialization
2. Integration Testing
The objective is to take unit tested components and build a program structure that has been dictated by design. Integration testing is testing in which a group of components is combined to produce output.