# Testing Your Integration

After creation of APP, it will enter the test mode by default.The ads request is filled and responded with the test ads in the test mode.When your app is officially launched, the system will automatically switch to the normal mode and provide the real online ads.

Serial Number
Checklist
1 Apply for ads ID.
Complete the registration and get the APP_KEY and ads placement ID.
Mint Mediation Finished configuration of Mint Mediation and other mediation platforms.
APP/Placements in good condition
2 Finished integrating Mint Mediation SDK & 3rd-party SDKs;
Finished downloading Mint Mediation SDK & 3rd-party SDKs;
Finished configuring Android Manifest.xml;
Finished obfuscating code (optional);
3 Initialization: Finished initialization of Mint Mediation SDK
4 NativeAd:
Finished creating objects, listeners and callbacks setup;
Able to fetch NativeAd elements;
Finished destorying NativeAd Objects;
5 InterstitialAd:
Finished setting up IntersitialAd objects;
Finished registration of InterstitialAd callbacks;
Able to fetch InterstitialAd data;
6 BannerAd:
Finished setting up BannerAd objects;
Finished registration of BannerAd callbacks;
Able to fetch BannerAd data;
7 VideoAd:
Finished setting up VideoAd objects;
Finished registration of VideoAd callbacks;
Able to fetch VideoAd, play the ad and reach the landing page after playing;
Finished setting up Rewarded VideoAd server callbacks with correct parameter and able to receive data correctly
8 InteractiveAd:
Finished setting up InteractiveAd objects;
Finish registration of InteractiveAd callbacks;
Able to fetch InteractiveAd data;

Great! You have integrated with Mint Mediation SDK successfully!