From the course: Building Cloud Connected Universal Windows Apps

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Test the app for multiple user accounts

Test the app for multiple user accounts

- [Instructor] Now that our UWP app is complete, functional, and more presentable, let's test everything. So far we've built everything in a single user context. We've been unable to test multiple user scenarios because we only have one Facebook account. Well, we can leverage a Facebook developer tool. Test accounts to test our multi user scenarios. Return to developers.facebook.com and in the top right, find your app. On the far left, you can see Roles. And on the far left again, after expanding Roles, you'll see Test Users. Click on Test Users, and then in the top right, click Add. For now we can just add one test user. We can leave the rest as default, so Create Test Users. Your test user has an email, and ID, and a name. Let's give it a password that you'll remember to be able to sign into your app. Change the name or password for this test user after clicking Edit. Go ahead and give it a password you'll remember. Let's return to your app in Visual Studio and try signing in with…

Contents