II.
LibraryProcess overview
Reference · livelib-process:mobile-development--mobile-testing-strategy
specializations/mobile-development/mobile-testing-strategy overview
Mobile App Testing Strategy - Comprehensive testing framework including unit tests, integration tests, UI tests, E2E tests, and device testing across iOS and Android platforms.
Attributes
displayName
specializations/mobile-development/mobile-testing-strategy
description
Mobile App Testing Strategy - Comprehensive testing framework including unit tests,
integration tests, UI tests, E2E tests, and device testing across iOS and Android platforms.
libraryPath
library/specializations/mobile-development/mobile-testing-strategy.js
specialization
mobile-development
references
- - XCTest: https://developer.apple.com/documentation/xctest
- - Espresso: https://developer.android.com/training/testing/espresso
- - Detox: https://wix.github.io/Detox/
- - Maestro: https://maestro.mobile.dev/
example
const result = await orchestrate('specializations/mobile-development/mobile-testing-strategy', {
appName: 'MyApp',
platforms: ['ios', 'android'],
framework: 'react-native',
testingFrameworks: { unit: 'jest', e2e: 'detox', ui: 'maestro' }
});
usesAgents
- mobile-testing
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area2
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
Incoming edges
None.