基于模型的测试
Sign in to saveAlso known as model-driven testing
application of model-based design for designing and optionally also executing artifacts to perform software testing or system testing
In the Vinony graph
Within Vinony's link graph, 基于模型的测试 is referenced by 82 other articles, and connects out to finite-state machine, International Standard Book Number and Python.
It is catalogued under the topic Software testing.
Its subject is documented across 12 Wikipedia language editions.
Article · 中文
基于模型的测试(英語:Model-based testing)属于软件测试领域的一种测试方法。按照此方法,测试用例可以完全或部分的利用模型自动产生。以上所说的模型通常是指对被测系统(SUT,system under test)某些(通常是功能性的)方面的描述。 模型一般都是对被测系统预期行为动作的抽象描述。这些测试用例的集合就是抽象测试套件(abstract test suite)。抽象测试套件不可以直接执行于需测试的系统,因为,他们不在同一抽象级别。 测试套件(test suites)是由模型生成,而不是由源代码生成。因此,基于模型的测试又常常被当作黑盒测试的一种形式。但从某种层面来说,这并不十分准确。毕竟,基于模型的测试是与源代码级的测试覆盖率,以及对代码的功能测试都有着很大的关系。 对于复杂的软件系统中,如何应用基于模型的测试还在探索中。
Abstract from DBpedia / Wikipedia · CC BY-SA