27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
একটি পরীক্ষা রানার গঠন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
পরীক্ষার রানার হল আমন্ত্রণ প্রবাহের কার্যকরী ইউনিট। এখানে আসলে পরীক্ষা চালানো হয়।
ইন্টারফেস
টেস্ট রানারদের IRemoteTest ইন্টারফেসের মাধ্যমে সংজ্ঞায়িত করা হয়, যা বাস্তবায়নের জন্য একটি সহজ run
পদ্ধতি প্রদান করে যা পরীক্ষা চালানোর সময় বলা হবে।
এটি একটি পরীক্ষা চালানোর সহজতম সংজ্ঞা ঘটতে দেয়। কিন্তু অনুশীলনে, পরীক্ষা লেখকদের তাদের পরীক্ষা সঠিকভাবে লিখতে, সাধারণত নির্মাণ এবং ডিভাইস তথ্যের জন্য আরও তথ্যের প্রয়োজন হবে। এখানে নিচের ইন্টারফেসগুলো কাজে আসে।
মৌলিক
এই দুটি ইন্টারফেস আজ সবচেয়ে ব্যাপকভাবে ব্যবহৃত হয়, কারণ তারা বেশিরভাগ পরীক্ষার মৌলিক চাহিদাগুলিকে উপস্থাপন করে।
- IBuildReceiver পরীক্ষাটিকে বিল্ড প্রোভাইডার ধাপে তৈরি করা
IBuildInfo
অবজেক্ট পেতে দেয় যাতে পরীক্ষা সেটআপ সম্পর্কিত সমস্ত তথ্য এবং নিদর্শন থাকে। - IDeviceTest টিএফকে
ITestDevice
অবজেক্ট গ্রহণ করতে দেয় যা পরীক্ষার অধীনে ডিভাইসটিকে উপস্থাপন করে এবং এটির সাথে ইন্টারঅ্যাক্ট করার জন্য একটি API প্রদান করে।
উন্নত
অতিরিক্ত ইন্টারফেস রয়েছে যা পরীক্ষার জোতা এবং পরীক্ষার রানার মধ্যে আরও জটিল মিথস্ক্রিয়া করার অনুমতি দেয়:
- ITestFilterReceiver , যা পরীক্ষাকে শুধুমাত্র নির্দিষ্ট পরীক্ষা চালানোর জন্য ফিল্টারের একটি সেট পেতে দেয়। এটি পরীক্ষার একটি উপসেট চালানোর জন্য দরকারী।
- ITestCollector , যা একজন পরীক্ষার্থীকে প্রকৃতপক্ষে পরীক্ষা চালানোর পরিবর্তে শুধুমাত্র ড্রাই-রান করতে দেয়। এটি সমস্ত পরীক্ষার ক্ষেত্রে তালিকা সংগ্রহ করতে দরকারী।
বর্তমান টেস্ট রানার
বিভিন্ন ধরনের টেস্ট রানার ইতিমধ্যেই বিদ্যমান, কিছু বড় ধরনের পরীক্ষার জন্য:
উপরোক্ত ছাড়াও প্রচুর সংখ্যক কাস্টম টেস্ট রানার বিদ্যমান; তারা কিছু কার্যকরী পরীক্ষার জন্য বিশেষ উদ্দেশ্যে পরিবেশন করে, উদাহরণস্বরূপ বুট টেস্ট।
একটি নতুন পরীক্ষা রানার লিখুন
নতুন পরীক্ষার রানার লেখার আরও নির্দেশিকা লেখার পরীক্ষা বিভাগে পাওয়া যায়।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 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-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Structure of a test runner\n\nThe test runner is the execution unit of the invocation flow. This is where\ntests actually run.\n\nInterfaces\n----------\n\nTest runners are defined via the [IRemoteTest\ninterface](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/invocation_interfaces/com/android/tradefed/testtype/IRemoteTest.java),\nwhich provides a simple `run` method to implement that will be called when the\ntests is to run.\n\nThis allows the simplest definition of a test run to occur. But in practice,\ntest writers will need more information to properly write their tests, typically\nbuild and device information. This is where the following interfaces come handy.\n\n### Basic\n\nThese two interfaces are the most widely used today, as they represent the basic\nneeds of most tests.\n\n- [IBuildReceiver](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/src/com/android/tradefed/testtype/IBuildReceiver.java) allows the test to get the `IBuildInfo` object created at the [build\n provider](/docs/core/tests/tradefed/architecture/build-provider) step containing all the information and artifacts related to the test setup.\n- [IDeviceTest](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/src/com/android/tradefed/testtype/IDeviceTest.java) allows TF to receive the `ITestDevice` object that represents the device under test and provides an API to interact with it.\n\n### Advanced\n\nThere are additional interfaces that allow more complex interaction between the\ntest harness and the test runner:\n\n- [ITestFilterReceiver](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/src/com/android/tradefed/testtype/ITestFilterReceiver.java), which allows the test to receive a set of filters for running certain tests only. This is useful in running a subset of the tests.\n- [ITestCollector](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/src/com/android/tradefed/testtype/ITestCollector.java), which allows a test runner to only dry-run the tests instead of actually executing them. This is useful in collecting the list of all test cases.\n\nExisting test runners\n---------------------\n\nA variety of test runners already exists, some for major test types:\n\n- [AndroidJUnitTest / InstrumentationTest](/reference/tradefed/com/android/tradefed/testtype/AndroidJUnitTest) (associated with AJUR on the device side)\n- [GTest](/reference/tradefed/com/android/tradefed/testtype/GTest) (device and host side) with [googletest library](https://github.com/google/googletest)\n- [Host-driven\n tests](/reference/tradefed/com/android/tradefed/testtype/HostTest) (Java tests that execute on the host and call the device from there)\n- [Pure Java unit\n tests](/reference/tradefed/com/android/tradefed/testtype/HostTest) (our runner does both)\n- [Python tests](/reference/tradefed/com/android/tradefed/testtype/python/PythonBinaryHostTest)\n- [Google Benchmark\n tests](/reference/tradefed/com/android/tradefed/testtype/GoogleBenchmarkTest) with [benchmark library](https://github.com/google/benchmark)\n\nA large number of custom test runners exist besides the above; they serve\nspecialized purposes for some functional testing, for example Boot Test.\n\nWrite a new test runner\n-----------------------\n\nMore guidance of writing a new test runner is available in the [writing tests\nsection](/docs/core/tests/tradefed/testing/through-tf/new-test-runner)."]]