function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Savi3Savi3 

Testing for Android Mobile applications

Hi,

 

   Can we test salesforce visualforce pages for Android mobile applications other than using phones??

 

Thank You ,

Sav3

admintrmpadmintrmp

If you are using Visualforce pages and Apex Classes, then you can write unit tests for these.

Gaurav KheterpalGaurav Kheterpal

You can do it using the Android simulator that ships along with the SDK.

 

Regards,
Gaurav

nagalakshminagalakshmi

Hi ,

 

Can you tell me how can we run the salesforce vf pages and apex classes using Android simulator. I have installed android sdk. But i am unable to run the vf pages. can you suggest me.

 

Thanks

 

MariaBrownMariaBrown

Mobile apps that tie into Salesforce are not new, but creating them is about to become much simpler. In software, simplicity makes everything better: fewer bugs due to fewer oversights, faster development due to removed complexities, and better maintainability due to fast ramp-up for new maintainers.