#RU #Article #Course #Locators #Waits #Introducing
Цикл статей по iOS-автоматизации на XCUITest состоящий из 4 частей. Написанный простым языком, в котором затрагиваются базовые вещи такие как:
📍Как работать с accessibilityidentifier объектов
📍Как взаимодействовать с ui-элементами iOS приложения в тестах
📍Жизненный цикл iOS приложения во время прогона тестов
📍Ожидания в XCUITest
Цикл статей по iOS-автоматизации на XCUITest состоящий из 4 частей. Написанный простым языком, в котором затрагиваются базовые вещи такие как:
📍Как работать с accessibilityidentifier объектов
📍Как взаимодействовать с ui-элементами iOS приложения в тестах
📍Жизненный цикл iOS приложения во время прогона тестов
📍Ожидания в XCUITest
Хабр
Погружение в автотестирование на iOS. Часть 1. Как работать с accessibilityidentifier объектов
Всем привет! Меня зовут Борис. Я AQA iOS-engineer в Vivid Money. Это вступительная статья, в цикле статей по iOS-автоматизации, в которых хочется рассказать о пользе ui-тестов на проекте, их...
In the channel you can find material using the tag
List of tags:
- #Accessibility
- #Allure
- #Analytics
- #Article
- #Biometrics
- #CI
- #Comparison
- #Course
- #Cloud
- #CLT
- #Deeplink
- #EarlGrey
- #ENG
- #Fastlane
- #Firebase
- #Flaky
- #InAppPurchases
- #Introducing
- #Interview
- #LaunchArguments
- #Locators
- #Map
- #Mock
- #Parallelize
- #Patterns
- #Pom
- #Perfomance
- #PushNotifications
- #Report
- #Retry
- #RU
- #Simulator
- #Snapshot
- #SwiftTesting
- #Test
- #TestPlan
- #Tv
- #Unit
- #Video
- #VideoRecord
- #Waits
- #Watch
- #Xcode
- #Xcodebuild
- #Xcresult
List of tags:
- #Accessibility
- #Allure
- #Analytics
- #Article
- #Biometrics
- #CI
- #Comparison
- #Course
- #Cloud
- #CLT
- #Deeplink
- #EarlGrey
- #ENG
- #Fastlane
- #Firebase
- #Flaky
- #InAppPurchases
- #Introducing
- #Interview
- #LaunchArguments
- #Locators
- #Map
- #Mock
- #Parallelize
- #Patterns
- #Pom
- #Perfomance
- #PushNotifications
- #Report
- #Retry
- #RU
- #Simulator
- #Snapshot
- #SwiftTesting
- #Test
- #TestPlan
- #Tv
- #Unit
- #Video
- #VideoRecord
- #Waits
- #Watch
- #Xcode
- #Xcodebuild
- #Xcresult
#ENG #Article #Locators
Easily manage accessibility attributes and accessing UI elements with XCTest on iOS
Easily manage accessibility attributes and accessing UI elements with XCTest on iOS
Medium
Easily manage accessibility attributes and accessing UI elements with XCTest on iOS
The solution helped our developers and QA engineers work together on writing UI tests in a consistent fashion that is easy to understand.
#ENG #Article #Introducing #Locators
Testing UI Elements in SwiftUI with XCTest: Challenges and Solutions
Testing UI Elements in SwiftUI with XCTest: Challenges and Solutions
Medium
Testing UI Elements in SwiftUI with XCTest: Challenges and Solutions
While SwiftUI is a great way to build user interfaces, testing List elements using XCTest can sometimes be tricky. At least I encountered…