Test Users – Facebook Developers

A test user is a user account associated with an app created for the purpose of testing the functionality of that application. You can use test users for manual or automated testing. We allow you to access the test account via a login_url which allows you to directly login to the account. The login_url expires […]

jsPerf: JavaScript performance playground

jsPerf — JavaScript performance playground What is jsPerf? jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks. For more information, see the FAQ. via jsperf.com Great place to do some JS tests and learn from others.