Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
@isTest public class BIInformation{ public static testMethod void updateTest(){ Account a=new Account(); a.name='acct Test.startTest(); insert a; Account c=new Account(); c.Name='Test Account'; c.type='customer'; Account d=new Account(); d.Name='Test Account2'; d.type='customer'; Test.stopTest(); insert c; insert d; BIInformation bi=new BIInformation(); bi.execute(null); } }
Try like this
Let us know if it helps.