在物理环境上进行团队构建后运行自动化测试

发布于 2024-10-10 17:01:00 字数 372 浏览 8 评论 0原文

我们正在尝试自动化测试,但遇到了一些问题。

我们的解决方案有 7 个项目,其中之一是 WCF 服务器,其中之一是 Windows 窗体项目。其他的是辅助项目。

我们创建了测试计划和测试用例。我们通过操作记录来运行测试用例,并将手动测试转换为编码 UI 测试。之后,我们将编码的 ui 测试与测试用例关联起来。

我们定义了一个新的构建。此新版本将 WCF 服务器部署到 IIS 并转换 app.config 并将客户端应用程序文件复制到文件夹。

我们在同一台构建机器上设置了测试控制器和测试代理。

我想知道我们需要做什么来自动化构建和测试? 我们如何构建trig自动化测试?

由于 VMWare 基础设施的原因,我们无法使用实验室管理。

We are trying to automate our tests but we have some problems.

Our solution has 7 projects, one of them is WCF server and one of them is Windows Forms project. Others are helper projects.

We created a test plan and test cases. We runned our test cases with action recording and converted manual tests to Coded UI test. After that, we assoiciate our coded ui test with test case.

We defined a new build. This new build deploys WCF server to IIS and transform app.config and copy client application files to a folder.

We setted up test controller and test agent at same build machine.

I wonder what need we to do to automate our build and test?
How our build trig automated test?

Because of VMWare infrastructure we can't use Lab Management.

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

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

发布评论

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

评论(1

一笑百媚生 2024-10-17 17:01:00

我自己解决了这个问题。

  1. 我使用 msdeploy 部署 WCF 服务
  2. 我创建了一个数据库项目并使用了 VSDBCMD 工具
  3. 我安装了测试控制器和测试代理 我的构建服务器
  4. 我为自动化测试创建了测试设置并配置为使用此代理
  5. 我附加了带有测试用例的编码 ui 测试

然后它没问题:)

I solved this problem myself.

  1. I used msdeploy to deploy WCF service
  2. I created a database project and used VSDBCMD tool
  3. I installed test controller and test agent my build server
  4. I created test settings for automated tests and configured to use this agent
  5. I attached my coded ui test with test case

Then it is ok :)

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