Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu kılavuzda, iOS testini yerel olarak nasıl çalıştıracağınız açıklanmaktadır. Böylece testi Firebase Test Lab'da çalıştırmadan önce testin davranışını kalite kontrolünden geçirebilirsiniz.
XCTest'i yerel olarak çalıştırma
Test Lab'nın uygulamanızı ve testlerinizi yükleyebileceğini, USB ile bağlı bir cihazda yerel olarak çalıştırarak aşağıdaki şekilde doğrulayabilirsiniz:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-29 UTC."],[],[],null,["\u003cbr /\u003e\n\nThis guide describes how to run an iOS test locally so you can quality check\nthe test's behavior before running it in Firebase Test Lab.\n\nRun an XCTest locally\n\nYou can verify that Test Lab will be able to install your app and tests by\nrunning locally with a USB-connected device as follows: \n\n```\nxcodebuild test-without-building \\\n -xctestrun \"Derived Data/Build/Products/YourApp.xctestrun\" \\\n -destination id=your-phone-id\n```\n\nRun a Game Loop test locally"]]