翻訳と辞書
Words near each other
・ Tetanus vaccine
・ Tetany
・ Tetapaga Lake
・ Tetapaga Syncline
・ Tetara
・ Testing Mom
・ Testing Positive 4 the Funk
・ Testing reliability
・ Testing the Waters
・ Testing the waters
・ Testing Times
・ Testing, adjusting, balancing
・ Testis determining factor
・ TestLink
・ Testman, U.S. Virgin Islands
TestNG
・ Testo (rapper)
・ Testo Junkie
・ Testolactone
・ Teston
・ Teston (disambiguation)
・ Teston Bridge
・ Teston Crossing Halt railway station
・ Teston, Ontario
・ Testoni
・ Testonites
・ Testoni–Valla rivalry
・ Testor Corporation
・ Testore
・ Testorf-Steinfort


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

TestNG : ウィキペディア英語版
TestNG

TestNG is a testing framework for the Java programming language inspired by JUnit and NUnit. The design goal of TestNG is to cover a wider range of test categories: unit, functional, end-to-end, integration, etc., with more powerful and easy-to-use functionalities.
== Features ==
TestNG's main features include:
# Annotation support.
# Support for parameterized and data-driven testing (with @DataProvider and/or XML configuration).
# Support for multiple instances of the same test class (with @Factory)
# Flexible execution model. TestNG can be run either by Ant via build.xml (with or without a test suite defined), or by an IDE plugin with visual results. There isn't a TestSuite class, while test suites, groups and tests selected to run are defined and configured by XML files.
# Concurrent testing: run tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.), and test whether the code is multithread safe.
# Embeds BeanShell for further flexibility.
# Default JDK functions for runtime and logging (no dependencies).
# Dependent methods for application server testing.
# Distributed testing: allows distribution of tests on slave machines.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「TestNG」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.