针对测试用例进行测试 - 它的正式名称是怎样的?
准备测试策略时,我遇到了这个简单的(不是那么简单,因为我找不到正确的名称)问题 - 此测试有任何名称吗? 我将所需的测试定义为根据灰盒策略完成的手动测试。但是由于它是针对测试用例进行测试,所以它是如何调用的?相反的是探索性测试。谢谢 :)
Preparing test strategy, I have run into this simple (not so simple as I could not find the right name for that) problem - is there any name for this testing?
I defined the testing needed as manual testing done according by gray box strategy..but as it is testing against testcases, how is it called? The opposite would be exploratory testing. Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的意思是在已经指定测试用例并且有人只是执行预定义脚本的情况下进行测试,我通常将其称为脚本化测试。
If you mean testing where a test case is already specified and someone is just executing the predefined scripts, I've usually seen this referred to as scripted testing.
如果您指的是测试用例和其他测试相关产品(例如测试数据集和测试脚本)的测试,这通常称为元测试。
If you are referring to the testing of test cases and other testing-related products (such as test data sets and test scripts), that is often called meta-testing.