About PNSQC 2019 and What Your UI Tests Need to Say

I enjoyed speaking at the Pacific NW Software Quality Conference 2019 in Portland earlier this week. I am thankful for the support from conference attendees as well as others who allowed me to develop my presentation. My conference tech paper reviewers, Andrew Peterson and Eric Haneberg, were vital in guiding me through the process of … Continue reading About PNSQC 2019 and What Your UI Tests Need to Say

Use the Debugger When Writing XCUITest Code

I prefer to use the debugger built into Xcode, lldb, when learning how to locate elements on the screen. I have the ability to display the elements tree for every screen in my app. From that I can see accessibility identifiers, labels, values for UI elements plus coordinates for each element. From this information, I … Continue reading Use the Debugger When Writing XCUITest Code