Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I am pretty sure I missed something, but I couldn't find (ie. google) a possibility to create test accounts for Google Plus. However, it is surely not allowed to create fake user account for tests, so, how do I test my G+ apps with more than one (my) account?

share|improve this question

1 Answer

up vote 3 down vote accepted

As you point out, your Google+ account should be created using your common name, but you are not limited to one profile. For manual testing you can create a second profile.

If you are doing automated testing, though, this is probably not an effective approach. Your tests will consume your quota so whenever possible mock the client library to test your code.

share|improve this answer
Sure, mocking is the way to go, however, it would have been nice to do some final real world testing. How do I create a second profile? – Ice09 Apr 17 '12 at 22:37
I suspect you're over-thinking it ;) Simply log out, navigate to plus.google.com and sign up using the regular sign up flow. – Jenny Murphy Apr 18 '12 at 16:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.