1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Add XCUI testing resources (#3115)

Update tutorial Xcuitest end to end testing with example video
This commit is contained in:
Heru Purnama
2023-01-04 21:43:09 +07:00
committed by GitHub
parent 671d7085a6
commit 01437af3bb

View File

@@ -4,4 +4,5 @@ Mobile app testing, and more specifically, app UI testing involves checking how
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://developer.apple.com/documentation/xctest/'>Official Documentation</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.browserstack.com/guide/getting-started-xcuitest-framework'>Getting Started with XCUITest</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.browserstack.com/guide/getting-started-xcuitest-framework'>Getting Started with XCUITest</BadgeLink>
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://testautomationu.applitools.com/learningpaths.html?id=mobile-swift-path'>Xcuitest - End to End Testing</BadgeLink>