STAREAST 2021 - Mobile Testing | TechWell

Conference archive

STAREAST Virtual 2021 - Mobile Testing

Wednesday, April 28

Jenny Bramble
WillowTree Apps
K1

The Human Factor of Testing

Wednesday, April 28, 2021 - 10:00am to 11:00am

What does a crash in your app mean if it just happens to one person? Not a lot, usually! But what does it mean if that app is their only way to communicate with the outside world? Or--what does even a minor defect in your app mean when it’s supposed to be safeguarding the health of your community? It can degrade your user's trust and make them less likely to use your app. There are many defects that are easy to categorize as low priority but how does the context of the app change your reaction to defects? This is the human factor of testing—the way that our users and their use cases...

Suze Bolduc
Mutual of Omaha
W7

Automation Using Geb/Spock/Groovy and a Geb Page Object Generator

Preview
Wednesday, April 28, 2021 - 2:15pm to 3:15pm

Suze will go over the general introduction to the Geb/Spock/Groovy Automation solution as a layer of abstraction over Selenium/JUnit4/Java. She will also teach the technique and advantages of Page Object Modeling where she will demonstrate a simple Geb Page Object and the associated test that runs against the google.com web search pages. Suze will then introduce a tool that she created that reads web pages and creates the application page's Geb Page Object and a test class that contains some basic tests. She will discuss the advantage this gives that allow you to accelerate your...

Ahmed Datoo
Mesmer
W8

Can Mobile Accessibility Testing be Automated via AI?

Wednesday, April 28, 2021 - 2:15pm to 3:15pm

Did you know that 20% of federal ADA & 508 lawsuits now mention violations in mobile apps? There’s legal precedence now on maintaining compliance across all digital properties. As an example, the DOJ ruled against H&R Block, citing non compliance of both their web and mobile apps. Same fate for Dominos Pizza. Does your organization have an ADA compliance strategy for your mobile applications? Attend this session if you want to learn about the ABCs of accessibility testing. We will cover the WCAG 2.0 and 2.1 standards. Discuss whether you should target Level A, Level AA, or Level...

Péter Földházi
EPAM Systems
W13

Flow Model vs Page Object Pattern

Preview
Wednesday, April 28, 2021 - 3:45pm to 4:45pm

The Page Object Pattern is widely known and used amongst Test Automation Engineers. It allows engineers to model the application for their tests, reusing certain elements, making the test solution more structured and hence decreasing maintenance cost and the learning curve of test automation. Working at large fintech and other companies, Peter got to realize: for some, Page Object is not intuitive. From a tester's point of view it could be improved. Moreover, it breaks the Single Responsibility principle, which has been one of its most criticized flaw. That's why the Flow Model...