ios - Is there a way to run XCTest(UI) against an archived build(.ipa)? -


i investigating how use xctest close our automation test gap. developer document, see this:

xcodebuild test -project myappproject.xcodeproj -scheme myapp

https://developer.apple.com/library/tvos/documentation/developertools/conceptual/testing_with_xcode/chapters/08-automation.html#//apple_ref/doc/uid/tp40014132-ch7-sw1

i know if there way run xctest(ui test) against archived build (.ipa)? or can seperate build , test can build first , test against build later?

thanks


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -