단위 테스트 oor Engels

단위 테스트

Vertalings in die woordeboek Koreaans - Engels

unit test

naamwoord
en
A test that confirms the functionality and peformance of specific modules and behaviors of code. Often a subset of unit tests are also used as check-in test to discover bugs before a build.
단위 테스트 케이스 재사용 기반의 함수 테스트 장치 및 그 함수 테스트 방법
Function test device based on unit test case reuse and function test method therefor
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

Soortgelyke frases

데이터베이스 단위 테스트
database unit test

voorbeelde

wedstryd
woorde
Advanced filtering
단위 테스트 케이스 재사용 기반의 함수 테스트 장치 및 그 함수 테스트 방법
Function test device based on unit test case reuse and function test method thereforpatents-wipo patents-wipo
Google Ads와 애드센스 인터페이스에서 보고되는 데이터의 정확도를 높이기 위해 종합적인 단위 테스트 절차가 사용되고 있습니다.
Comprehensive unit test procedures are utilized to ensure the accuracy of reported data in the Google Ads and AdSense frontends.support.google support.google
그런 다음 변경이 이루어지며, 필요한 경우 변경사항의 특성에 따라 자동화된 테스트 도구나 수동 테스트(예: 단위 테스트)를 통해 테스트됩니다.
Changes are then made and tested using either automated testing tools or manual testing (i.e. unit testing) as necessary depending upon the nature of the change.support.google support.google
이러한 노력의 일환으로 현재 Google 광고 및 링크 의 결합 단위 테스트를 소규모로 진행 중입니다.
As part of this objective, we're currently running a small-scale test of combined Google ad / link units.support.google support.google
모든 단위 테스트가 완료되면 최근 변경사항이 모두 포함된 빌드가 생성되어 병렬 테스트 환경에서 테스트됩니다.
Once all unit testing is complete, a build is produced containing all the recent changes, which are tested in a parallel test environment.support.google support.google
그러나 보고서의 내용은 앞서 언급한 단위 테스트 및 사용자 피드백을 통해 검증됩니다.
The content of the reporting, however, is primarily verified through the aforementioned unit tests and user feedback.support.google support.google
앱을 개발하는 동안 테스트 광고 단위가 앱에 광고를 반환하므로 구현 코드가 제대로 작동하는 것을 알 수 있습니다.
While developing your app, test ad units return ads to your app so you know that your implementation code is working properly.support.google support.google
인벤토리를 클릭한 다음 테스트하려는 광고 단위를 선택합니다.
Click Inventory, then select the ad unit you'd like to test.support.google support.google
스마트 자동 분류가 사용 설정된 광고 단위를 만들 때 실험 모드로 테스트하거나 전체 모드로 사용할 수 있습니다.
When you create an ad unit with smart segmentation enabled, you can choose to test it in experiment mode or use it in full mode.support.google support.google
그러나 테스트 기간에 게시자 페이지의 일반 광고 단위에 결합 단위가 나타나는 경우는 매우 드물 것입니다.
During this test, combined units will be served to a small number of regular ad units on publisher pages.support.google support.google
프레임워크를 모방한 단위 테스트를 작성하는 기본 샘플 Android에서 단위 테스트를 처음 사용하는 경우 이 샘플을 먼저 사용해 보세요.
Basic sample for writing unit tests that mocks the framework If you are new to unit testing on Android, try this sample first.ParaCrawl Corpus ParaCrawl Corpus
단위 테스트는 개발용 컴퓨터의 로컬 JVM에서 실행됩니다.
Unit tests run on a local JVM on your development machine.ParaCrawl Corpus ParaCrawl Corpus
"Room은 단위 테스트와 대화형 테스트를 위한 데이터베이스를 빠르게 만들 수 있는 뛰어난 방법을 제공했습니다."
"Room provided a great way to create databases quickly for unit and interactive testing."ParaCrawl Corpus ParaCrawl Corpus
본 발명의 OFDM 기반 다중접속 방법은 불특정 다수의 단말에 대하여 미리 결정된 동기제어 신호를 송신하고, 상기 다수의 단말로부터 상기 동기제어 신호에 대한 응답으로 테스트 메시지를 수신하는 단계; 상기 동기제어 신호의 송신 후 미리 결정된 기준시로부터 제1 단위시간 내에 상기 테스트 메시지가 수신되는 단말을 제1 그룹으로 분류하고, 상기 기준시로부터 임의의 n 번째 단위시간 내에 상기 테스트 메시지가 수신되는 단말을 제n 그룹으로 분류하는 단계; 서브채널들의 사용 허용 시간을 상기 그룹별로 할당하는 단계; 및 상기 단말들이 해당 그룹에 할당된 시간에 상기 서브채널들 및 심볼들을 부분적으로 점유하여 데이터를 송수신하는 단계를 포함하는 것을 특징으로 한다.
According to the present invention, the overhead of time synchronization is significantly reduced over typical WiMAX, thereby largely increasing the amount of data processed and the number of concurrent users.patents-wipo patents-wipo
Kotlin 프레임워크를 모방한 단위 테스트를 작성하는 기본 샘플(Kotlin) Android에서 단위 테스트를 처음 사용하는 경우 이 샘플을 먼저 사용해 보세요.
Basic sample (in Kotlin) for writing unit tests that mocks the framework If you are new to unit testing on Android, try this sample first.ParaCrawl Corpus ParaCrawl Corpus
로컬 단위 테스트를 추가하려면 test 폴더와 이에 중첩된 java 폴더를 확장하고, 계측 테스트를 추가하려면 androidTest 폴더와 이에 중첩된 java 폴더를 확장합니다.
To add a local unit test, expand the test folder and the nested java folder; to add an instrumented test, expand the androidTest folder and the nested java folder.ParaCrawl Corpus ParaCrawl Corpus
물론, 로컬 단위 테스트에서 Android API 호출을 테스트하는 Mockito 및 계측 테스트에서 사용자 상호작용을 시험하는 Espresso 또는 UI Automator 를 통합하여 테스트 기능을 확장할 수도 있습니다.
Of course, you can also extend your test capabilities by integrating test frameworks such as Mockito to test Android API calls in your local unit tests, and Espresso or UI Automator to exercise user interaction in your instrumented tests.ParaCrawl Corpus ParaCrawl Corpus
테스트는 한정된 기간에만 실시되며 향후 결합 광고 단위가 정식 기능으로 출시될 것인지에 대해서는 아직 정해진 바가 없습니다.
This test is only for a limited time, and we cannot make any commitments as to whether these ad units will be available on a broader basis in the future.support.google support.google
또한 단위 테스트 등을 할 수도 있습니다. 여러분은 Node Packaged Modules (npm)으로부터 생성기를 설치할 수 있으며 거기에는 오픈소스 커뮤니티에서 작성한 많은 그리고 현재 사용 가능한 220개 이상의 생성기 가 있습니다.
It can also run your unit tests and more. You can install generators from npm (Node Packaged Modules ) and there are over 220 generators now available, many of which have been written by the open-source community.ParaCrawl Corpus ParaCrawl Corpus
개발자가 애플리케이션에 적용한 변경 사항이 병합되면 이러한 변경 사항이 애플리케이션을 손상시키지 않도록 자동으로 애플리케이션을 구축하고 각기 다른 레벨의 자동화 테스트 (일반적으로 단위 테스트 및 통합 테스트) 실행을 통해 변경 사항이 애플리케이션에 제대로 적용되었는지를 확인합니다.
Once a developer's changes to an application are merged, those changes are validated by automatically building the application and running different levels of automated testing, typically unit and integration tests, to ensure the changes haven't broken the app.ParaCrawl Corpus ParaCrawl Corpus
핵심요약: 관리자에게 메일을 보내거나 로깅을 하는 것과 같은 에러 처리는 에러가 발생할 때 모든 엔드포인트(예를 들어 Express 미들웨어, cron 작업, 단위 테스트 등)가 호출하는 에러전용 중앙집중 객체로 캡슐화 되어야한다.
TL;DR: Error handling logic such as mail to admin and logging should be encapsulated in a dedicated and centralized object that all endpoints (e.g. Express middleware, cron jobs, unit-testing) call when an error comes inParaCrawl Corpus ParaCrawl Corpus
테스트는 전체 페이지 조회 수의 2% 미만의 페이지를 임의로 선정하여 실시하고 있으므로, 귀하의 페이지에서 이러한 결합 단위가 나타날 수도 있습니다.
This test is taking place on less than 2% of all page views on a random basis, so you may or may not see these units on your pages.support.google support.google
위한 도구, 테스트 (단위, 통합, 기능), 프로파일, continuos 통합 빌드, 코드 커버리지 등 크게 플렉스에 관한 Adobe의 제품 개발에 남아있다.
Tools for; testing (unit, integration, functional), profiling, continuos integration builds, code coverage, etc have been largely left behind in Adobe's product development concerning Flex.ParaCrawl Corpus ParaCrawl Corpus
기존 시스템의 단위당 시간별 테스트 비용은 NI STS의 두 배에 달했습니다.
Hourly test costs per unit on these older systems were as much as twice that of the NI STS.ParaCrawl Corpus ParaCrawl Corpus
이러한 각 시스템에는 압력 범위, 측정 단위 및 대기 데이터 테스트 세트와 RVSM 준수 대기 데이터 기기 교정과 관련된 기능이 포함됩니다.
Each of these systems feature pressure ranges, measurement units and features specific to calibrate air data test sets and RVSM compliant air data instruments.ParaCrawl Corpus ParaCrawl Corpus
34 sinne gevind in 14 ms. Hulle kom uit baie bronne en word nie nagegaan nie.