Skip to main content

Maggie Yu

Blogs from this Author

Android UI tests using Espresso

Why During Android mobile testing, we will think about various tools to implement UI automation. Here we talk about Espresso, but why Espresso? The basic thinking here, we know IDE-Android studio is most popular which mobile developer is using. And Espresso is a UI test framework within Android studio. And google released the Espresso framework […]

IOS UI automation testing with XCode Server&CI

About During IOS project developing, old features are always broken after new code merged in. As tester, we will run tests to verify the old features work well or not. XCTest is one kind of testing framework supplied for our use, starting with XCode 5. XCTest framework could create and run unit tests, performance tests, and UI tests […]