ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
การทดสอบเฟรมเวิร์กและอินเทอร์เฟซผู้ใช้
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
หน้านี้อธิบายเครื่องมือที่คุณใช้ทดสอบอินเทอร์เฟซผู้ใช้ได้
หากต้องการทดสอบ UI และเฟรมเวิร์ก ให้ใช้เครื่องมือต่อไปนี้
-
หากต้องการทำให้การทดสอบอินเทอร์เฟซผู้ใช้จากต้นทางถึงปลายทางเป็นแบบอัตโนมัติ ให้ใช้ UI Automator และ Helpers แบบโอเพนซอร์สเฉพาะสำหรับการทำงานอัตโนมัติที่มาพร้อมกับ AOSP
-
หากต้องการทำให้การทดสอบการเชื่อมต่อบลูทูธจากต้นทางถึงปลายทางเป็นแบบอัตโนมัติ ให้ใช้เฟรมเวิร์กแบบโอเพนซอร์สของ Google Mobly
-
หากต้องการเขียนการทดสอบ UI ของ Android ที่กระชับ สวยงาม และเชื่อถือได้ ให้ใช้ Espresso
-
หากต้องการสร้าง ติดตั้ง และเรียกใช้การทดสอบ Android ในเครื่อง ให้ใช้เครื่องมือบรรทัดคำสั่ง Atest
$ atest [optional-arguments] test-to-run
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# User interface tests and frameworks\n\nThis page describes the tools you can use to test the user interface.\n\nTo test the UI and frameworks, use these tools:\n\n- To automate end-to-end user interface testing, use the\n [UI Automator](https://developer.android.com/training/testing/ui-automator) and\n the open source auto-specific [Helpers](https://android.googlesource.com/platform/platform_testing/+/refs/heads/android16-release/libraries/app-helpers/interfaces/auto/src/android/platform/helpers)\n provided with\n AOSP.\n\n- To automate the testing of end-to-end Bluetooth connectivity, use the open source\n [Google Mobly](https://github.com/google/mobly) framework.\n\n- To write concise, beautiful, and reliable Android UI tests, use\n [Espresso](https://developer.android.com/training/testing/espresso).\n\n- To build, install, and run Android tests locally, use the\n [Atest](/compatibility/tests/development/atest) command line\n tool.\n\n ```bash\n $ atest [optional-arguments] test-to-run\n ```"]]