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.
Capybara is a web application testing framework for Rack applications, such as Rails, Sinatra and Merb.
0
votes
1answer
30 views
Whats the best way to integration test a facebook application?
So, I have a facebook App that I am testing. I'd like to test a user's interaction on the app, and I'm having an issue.
The user flow that I'm testing is relatively simple: when a user comes to ...
4
votes
2answers
360 views
How to click Facebook Like button using Webdriver
I'm trying to click Facebook Like button using Webdriver. You can see an example Like button at this page.
After switching to iframe I've tried:
...
8
votes
2answers
3k views
Testing a web application's Facebook integration with Cucumber
I'd like to use Cucumber with Capybara to test my Rails application's Facebook registration procedure by executing the following scenario:
@javascript
Scenario: Connect account
When I go to the ...
3
votes
1answer
1k views
Facebook test accounts using selenium - failing to log in my fake users
I am programmatically creating test accounts, and then immediately trying to log in w/ them using a selenium driven browser. Unfortunately, the browser is just redirected to the facebook homepage. I ...
0
votes
1answer
645 views
Capybara+Selenium not finding FB-Connect link/button
I have the following snippet in my html displaying a FB-Connect link:
<fb:login-button id="mylogin" onlogin="try {
window.location.href = "http://localhost:3000/";
} catch (e) { alert('RJS ...