51Testing软件测试论坛

标题: 高手请入,关于selenium+testng+ant [打印本页]

作者: eqbin    时间: 2012-2-10 17:57
标题: 高手请入,关于selenium+testng+ant
举个例子,比如我testng.xml和代码放在A文件夹,编译的class放在B文件夹

Testng的testng.xml文件,在ant中是这样调用的
            <xmlfileset dir="${A}">
                <include name="testing.xml"/>
            </xmlfileset>
本来按我的理解,执行上面那句代码,应该能在B中去查找相应的class的,但运行时,却跑到A中去查找那个class了。也就是我必须把编译好的class文件复制到A相应文件夹中才能查到该文件,否则会提示Cannot find class in classpath。
其实代码我之前写过的了,之前是没问题的好像,不知道为什么现在出现这种问题




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2