Write Apex Test Classes efficiently with Tesforce
- Oct
- 15
- Posted by Lin
- Posted in Apps, Heroku, Salesforce, Salesforce DevTools, Unit Tests
1.Why Tesforce
The Test Classes are required to deploy Apex to a production environment or to be packaged and placed on Force.com AppExchange, it must provide at least 75% code coverage.That will be a huge workload to SFDC Developers if the project(application) include a lot of Apex Classes,the cost of time to write Test Classes for them even more than to write themselves.So why cannot generate the Test Code automatically,or how can we write the test code more efficiently? We(at least me) really need a application which can generate most of code that we don’t have to write, such as Test Data Creating,can solve the potential problems of reference fields and required fields for us, and more.
Tesforce is the application I created to satisfy the needs, which is dedicated to minimize our coding work and help us to focus on the application logic.
Let me show you the basic usage of Tesforce.
2.Usage of Tesforce
Sample Test Class
2.1 New a Project
Create a project with your SFDC account and password.If you don’t want your password to be saved,don’t forget to off the “Save Password” checkbox.And Tesforce also supports adding project through Salesforce OAuth2, by click “Login with Salesforce” button.
2.2 New a Test Class
Create a Test Class for the Apex Class.2.3 New a Test Case
A Apex TestMethod is handled as a Test Case in Tesforce.2.4 Select an existing data
Choose any existing data as a “Data Template”,Tesforce will solve the problems such as reference fields, required fields and the others.2.5 Make up Header and Footer
Now add Apex Test Code into header tag or footer tag by necessity,such as setting parameters for ApexPages,or run an Apex Class.2.6 Apex Code Generator
The Apex Code will be generated automatically in background.2.7 Deploy Test Class to Salesforce
2.8 Run Test
Test Results
Since it is still in beta, please do keep in mind that there may be bugs. I encourage you to send your feedback if you encounter them and also to share your ideas for what would make it even more awesome.Enjoy Tesforce. It’s better up here. ; )
Recent Posts
- Salesforce DevTools Release Notes (version 3.10.0) – mass edit custom fields on lightning
- Salesforce DevTools Release Notes (version 3.9.0) – Object Fields, SOQL Query Editor
- Salesforce DevTools Release Notes (version 3.8.0)
- Salesforce DevTools JUST HIT 10,000 USERS! THANK YOU!
- Using Promise for Apex Server-Side request in Lightning Component
Top Posts
- Salesforce DevTools – Powerful Salesforce developer tools, loved by over 50K developers - 219.6K views
- Date format and DateTime format - 204K views
- Salesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! - 158.4K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 122.3K views
- Writing a Schedulable Batch Apex in Salesforce - 118.8K views
Categories
- APEX
- Apps
- Custom Label
- Custom Metadata
- Custom Setting
- Design & UI
- Event
- Heroku
- iOS & Object-c
- Lightnint Component
- Linux & Mac OS
- Metadata API
- Node.js
- Open Source
- Other
- PHP Framework
- Release Notes
- REST API
- Salesforce
- Salesforce DevTools
- Salesforce DX
- SOQL
- Tooling API
- Unit Tests
- Validation Rule
- Visualforce
- WordPress
You must be logged in to post a comment.