Automate manual tests
This page lists guidelines to effectively use AutopilotTM for automating manual tests in Studio Desktop.
After you link Studio to Test Manager, the Test Explorer from Studio Desktop offers you a view of all test cases within your Test Manager project. The panel displays both automated and manual tests. Autopilot allows you to convert the manual tests into automated tests.
Visit Creating a coded test case from a manual test case and Creating a low-code test case from a manual test case to learn how to convert manual tests into low-code and coded test cases.
Autopilot 使用用户界面自动化功能将手动测试步骤转换为自动化步骤。为了引用您要测试的用户界面元素,Autopilot 需要每个元素的对象存储库引用。保持一致的命名约定至关重要,以确保在手动测试步骤中使用与对象存储库中相同的控件名称。
例如,考虑以下手动测试步骤:单击“提交贷款申请”。在本例中,Autopilot 将生成一个“单击”活动,并尝试查找名为“提交贷款申请”的对象存储库元素。手动步骤中控件名称的一致性有助于自动化转换过程顺利进行。
典型的手动测试步骤可能具有以下结构:“将‘john.doe@gmail.com’输入‘电子邮件’字段”。此步骤包括以下用于实现自动化的信息:
- 操作:输入,此活动会被识别为“输入”活动。
- 数据:“john.doe@gmail.com”。
- 目标:“电子邮件”,它被识别为相应的对象存储库元素。
查看应在手动步骤中使用的动词表格。然后,这些动词在 Studio Desktop 中的相应活动/API 中进行转换。