在物理环境上进行团队构建后运行自动化测试
我们正在尝试自动化测试,但遇到了一些问题。
我们的解决方案有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己解决了这个问题。
然后它没问题:)
I solved this problem myself.
Then it is ok :)