How to check Google Plus API (Google Plus test account)?

I'm sure I missed something, but could not find (i.e. google) the ability to create test accounts for Google Plus. However, of course, it is not allowed to create a fake user account for tests, so how do I check my G + applications for multiple accounts (mine)?

+8
google-plus
source share
1 answer

As you indicate, your Google+ account must be created using a 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, this is probably an inefficient approach. Your tests will consume your quota to mock the client library whenever possible in order to test your code.

+3
source share

All Articles