且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以使用Eclipse IDE使用MTM执行在Selenium Java中编写的测试用例吗

更新时间:2022-02-27 04:41:16

使用TFS 2015可以实现相同的效果,在其中我们可以创建类型为ant/maven的新版本.一旦创建了该版本,就将其排队将导致在预配置的代理计算机上执行测试用例.

The same can be achieved using TFS 2015, in which we can create a new build of type ant/maven.Once the build has been created queueing the build would result in execution of test cases on pre configured agent machine.

在创建构建时,我们需要提供build.xml(用于ant)或pom.xml(用于maven),其中将包含项目特定的所有详细信息并执行.

While creating a build we need to provide build.xml (for ant) or pom.xml (for maven) which will contain all the details specific to the project and execute the same.