If you do that, you can record a script for each piece, and then put them all together in your actual test script.
如果您那样做,您可以为每一个页面记录一个脚本,然后将它们放在你实际的测试脚本中。
Creating a decision test script.
建立一个决策测试脚本。
Go back to your empty test script.
回到您的空测试脚本中。
Test script header with todo list.
带有todo列表的测试脚本。
Creating a functional test script.
建立一个功能测试脚本。
Creating a performance test script.
建立一个性能测试脚本。
编辑测试脚本?
Listing 3 shows the new test script.
列表3显示了新的测试脚本。
Select Test script, and then click Finish.
选择test脚本,然后点击Finish。
This loads a new TAB with your test script.
这将会载入与测试脚本一起的新项。
Creating a complete regression test script.
建立一个完整的回归测试脚本。
Now we need to create an automated test script.
现在我们需要创建一个自动化的测试脚本。
For purposes of testing, I created a simple test script.
出于测试目的,我创建了一个简单的测试脚本。
To create this test script, perform the following steps.
按照下列步骤建立这个测试脚本。
A configured test case is associated with a test script.
一个配置好的测试用例都带有一个测试脚本。
Follow the steps in the manual test script to this point.
依照人工测试脚本中的步骤。
This will help with test script maintenance and reusability.
这将有助于改进测试脚本的维护性和重用性。
Next, you need to add a simple test script to your test case.
接下来,您需要向您的测试用例添加一个简单的测试脚本。
The IDE then runs the test script designated for the project.
然后,IDE将运行为项目指定的测试脚本。
The relationship between a user group and a test script is1:N.
用户组和测试脚本之间的关系是 1:N。
Examine the test script that is generated by the testing tool.
检查测试工具所生成的测试脚本。
When you stop the recording, the test script will be generated.
当您停止记录时,测试脚本会被自动生成。
This should open the Record a New Functional Test Script wizard.
这将打开“记录一个新的功能测试脚本”向导。
After you import the test script, associate it with a test case.
在您导入测试脚本之后,将其与一个测试用例联系起来。
Listing 3 shows the same test script, only now it's data-driven.
列表3显示了相同的测试脚本,只是脚本现在是数据驱动的。
It will also not address how to record and playback a test script.
本文也不介绍如何记录并回放测试脚本。
A test script can then be associated with the configured test cases.
测试脚本就会与已配置测试用例联合起来。
A test script is any program that prints to STDOUT in a defined format.
测试脚本是以已定义的格式打印到STDOUT的任何程序。
Testers may pause recording at any time to review the manual test script.
测试人员可能随时暂停记录,以回顾人工测试脚本。
This test script is available through the LTP test suite (see Resources).
这个测试脚本可以自ltp测试套件获得(见参考资料)。
应用推荐