编码 UI 中的文件夹结构应该如何?

发布于 2024-09-13 16:49:59 字数 102 浏览 2 评论 0原文

我想为我的编码 Ui 测试创建特定的文件夹结构。

应该怎样呢?

就像QTP框架一样。我们可以将特定文件保存到特定文件夹吗?如果可以,那么任何人都可以共享格式。

I want to create specific folders structure for my Coded Ui tests.

How should it be?

As like QTP Framework. Can we keep specific files to specific folders, if yes then can anybody share format.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

悲念泪 2024-09-20 16:49:59

通常这取决于您工作的框架和项目。

是的,我们可以将特定文件保存在特定文件夹中。对于任何项目,通常都会有几个常见文件夹,例如:

  1. 父文件夹:通常是 ProjectName

1.1 Test。
1.1.1 - 数据表。
1.1.2 - 功能。
1.1.2.1 - 应用程序功能。
1.1.2.2 - 框架功能。
1.1.3 - 配置
1.1.4- 恢复场景。
1.1.5-结果
1.1.6-驱动程序
1.1.7-存储库

Usually it depends on the Framework and Project which you working.

yes, we can keep specific files in specific folders. For any project generally there will be few common folder like:

  1. parent Folder : Usually a ProjectName

1.1 Test.
1.1.1 - DataSheet.
1.1.2 - Functions.
1.1.2.1 - ApplicationFunctions.
1.1.2.2 - FrameworkFunctions.
1.1.3 - Configurations
1.1.4- Recovery Scenarios.
1.1.5-Results
1.1.6-Driver
1.1.7-Repository

记忆で 2024-09-20 16:49:59

查看 Microsoft 的 TailSpinUITestProject 的源代码。他们将所有编码的 ui 文件放在名为“UI”的子文件夹中。

http://cid-2779e0ac1e14a80b.office.live.com/browse.aspx/Public

Take a look at the source code for the TailSpinUITestProject by Microsoft. They put all coded ui files within a sub folder called "UI".

http://cid-2779e0ac1e14a80b.office.live.com/browse.aspx/Public

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文