Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in ...
-1
votes
1answer
10 views
Need Clarification on the Expiration of a Test User [closed]
The documentation states that the "The login_url expires on first use or after one hour whichever happens first". Does this mean that the login_url is valid for one-time use up to one-hour? Does ...
0
votes
0answers
16 views
FBConnect Automated testing
Our application uses FBConnect to retrieve basic profile information for use in our application. To test the flows - we use the Test User Api - which also works fine when testing end to end flows.
Is ...
1
vote
1answer
428 views
Limit of 500 test users per Facebook app - should I stub the Facebook API for automated load testing my app?
I am working on an automated test script to create test users and connect them as friends with each other to load test and profile parts of my app.
The test user documentation states a limit of a ...
4
votes
2answers
1k views
Testing a Facebook Connect application using Selenium?
Does anyone have experience using Selenium to automate testing of a webapp that uses Facebook Connect for user login? Any tips or methods that you recommend?