آزمایش کردن
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تست نرم افزار فرآیند اجرای یک برنامه با هدف یافتن خطاها و رفتارهای غیرعادی یا غیرمنتظره است. تست و توسعه مبتنی بر آزمایش (TDD) یک مرحله بسیار مهم در فرآیند توسعه نرم افزار برای همه توسعه دهندگان اندروید است. این به کاهش نرخ نقص در نرم افزارهای تجاری و سازمانی کمک می کند.
برای آماده شدن برای آزمون Associate Developer Android، توسعه دهندگان باید:
- اصول تست را به طور کامل درک کنید
- قادر به نوشتن تست های محلی JUnit مفید باشید
- چارچوب تست UI Espresso را درک کنید
- نحوه نوشتن تست های خودکار مفید اندروید را بدانید
منابع
،
تست نرم افزار فرآیند اجرای یک برنامه با هدف یافتن خطاها و رفتارهای غیرعادی یا غیرمنتظره است. تست و توسعه مبتنی بر آزمایش (TDD) یک مرحله بسیار مهم در فرآیند توسعه نرم افزار برای همه توسعه دهندگان اندروید است. این به کاهش نرخ نقص در نرم افزارهای تجاری و سازمانی کمک می کند.
برای آماده شدن برای آزمون Associate Developer Android، توسعه دهندگان باید:
- اصول تست را به طور کامل درک کنید
- قادر به نوشتن تست های محلی JUnit مفید باشید
- چارچوب تست UI Espresso را درک کنید
- نحوه نوشتن تست های خودکار مفید اندروید را بدانید
منابع
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-07-27 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2022-07-27 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eSoftware testing is crucial for identifying errors and unexpected behavior in software, ultimately reducing defects in released products.\u003c/p\u003e\n"],["\u003cp\u003eAndroid developers preparing for the Associate Android Developer certification should have a strong grasp of testing fundamentals, including writing JUnit and Espresso tests.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers need to be proficient in creating effective automated Android tests to ensure the quality and reliability of their applications.\u003c/p\u003e\n"]]],[],null,["# Testing\n\nSoftware testing is the process of executing a program with the intent of\nfinding errors and abnormal or unexpected behavior. Testing and test-driven\ndevelopment (TDD) is a critically important step of the software development\nprocess for all Android developers. It helps to reduce defect rates in\ncommercial and enterprise software.\n\nTo prepare for the Associate Android Developer certification exam, developers should:\n\n- Thoroughly understand the fundamentals of testing\n- Be able to write useful local JUnit tests\n- Understand the Espresso UI test framework\n- Know how to write useful automated Android tests\n\nResources\n---------\n\n- [Android Developers -\\\u003e Fundamentals of testing](https://developer.android.com/training/testing/fundamentals)\n- [Android Developers -\\\u003e Automate UI tests](https://developer.android.com/training/testing/ui-testing/)\n- [Codelabs -\\\u003e Unit tests](https://codelabs.developers.google.com/codelabs/android-training-unit-tests/index.html#0)\n- [Codelabs -\\\u003e Android Testing -\\\u003e Unit testing with JUnit and Mockito](https://codelabs.developers.google.com/codelabs/android-testing/index.html#0)\n- [Codelabs -\\\u003e Android Testing -\\\u003e Espresso for UI testing](https://codelabs.developers.google.com/codelabs/android-training-espresso-for-ui-testing/index.html#0)"]]