Integration with the Salesforce Apex Test Suit Object
FormTitan is a powerful online forms builder that can easily integrate with salesforce apex test suit object. Not only does this require no coding skills on your part, but the salesforce connector is seamless and powerful, allowing you to Integrate online forms with salesforce in a powerful way. Unlike other products, our salesforce connector not only writes to your salesforce apex test suit object, but it can also read from them and populate your online form fields instantly. Furthermore, You can read from multiple objects at a time, with or without dependencies and query your objects based on any value from your form.
About the Salesforce Apex Test Suit Object
Represents a suite of Apex classes to include in a test run. A TestSuiteMembership object associates each class with the suite. This object is available in API version 36.0 and later.
Usage
Insert a TestSuiteMembership object using an API call to associate an Apex class with an ApexTestSuite object. (ApexTestSuite and TestSuiteMembership aren’t editable through Apex DML.) To remove the class from the test suite, delete the TestSuiteMembership object. If you delete an Apex test class or test suite, all TestSuiteMembership objects that contain that class or suite are deleted.
Read more about the Salesforce Apex Test Suit ObjectWatch how it works