How do Facebook engineers ship features to a billion people every two weeks? Learn how we continuously test mobile applications. We will also talk about stress testing and how to measure the impact of code changes on performance.
.goToStatusComposer() .openAudiencePicker() .selectAudience(Audience.FRIENDS); .type("Droidcon London is the best!”) .post(); ! // Check the story in the backend FeedStory story = wait.until(GraphApi.visibilityOfStory(user)); assertEquals( "Story audience should respect selection", Audience.FRIENDS, story.getAudience()); }