November 2020

Salesforce

How to just validate the package with Specific test classes using ANT tool in Salesforce?

How to just validate the package with Specific test classes using ANT tool in Salesforce?    build.xml:            <target name="validateSpecified">        <sf:deploy            username="${sf.username}"            password="${sf.password}"            serverurl="${sf.sandboxurl}"   ....