Selenium Maven Test Automation
http://www.guru99.com/maven-jenkins-with-selenium-complete-tutorial.html
http://www.guru99.com/maven-jenkins-with-selenium-complete-tutorial.html
http://www.srinusfdc.com/p/interview-questions.html
https://perm-comparator.herokuapp.com/
SELECT Id, Name, OrganizationType FROM Organization
https://developer.salesforce.com/events/webinars/advanced_visualforce_development?d=70130000000NQD2
http://blogforce9.blogspot.ca/ Installation Link : https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B56AMEAZ Project Page : http://visualstrap-developer-edition.ap1.force.com/ Github : https://github.com/Avinava/VisualStrap
@isTest public class TestAcctContact { static testMethod void testInsertAcctContact() { Account a = new Account(); a.Name =’Tes123′; insert a; Contact c = new Contact(); c.FirstName = ‘TestFirstName’; c.LastName = ‘TestLastName’; c.AccountId = a.Id; insert c; } }
/* This class is a custom profile cloning process that include duplicating orig profile record and related lists: CHEMICAL CONSTITUENTS, RCRA/STATE CODES & DOT CODES author – ben.c Create Date 10-27-2015- */ global class CloneProfile { WebService static Id createNewProfile(String … Read More
https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B4mjFEAR http://www.davehelgerson.com — other clone option: http://christopheralunlewis.blogspot.com/2012/04/clone-plus-clone-salesforce-objects.html?_sm_au_=iVVFRH43fsQ2HsfM
NOT( REGEX ( Field_NAME , “^(.*?[a-zA-Z]){2,}.*$” ) )