|
本帖最后由 lilinuo_2011 于 2011-12-21 13:56 编辑
从QC9.0的帮助中了解到:
• If you selected Java Class Test, type the full name of the Java class that you want to test in the Java Class Name box, and click the + button. The Java class name you typed appears in the text box below.
Note: You can only use a Java class that has a public constructor that does not take arguments.
我用Win JVM实现了调用java.util.Date类的自动化测试用例,java.util.Date本身也是RT.JAR包中的JAVA类而已。
个人感觉VAPI-XP Test 的 JAVA CLASS TEST主要是用来进行单个java类测试的。
如果我用JAVA自己写了一个含有SWING页面的JAVA测试工具,并把其打包成可执行的JAR包的话,是否可以通过VAPI-XP-TEST的 JAVA CLASS TEST直接调用该JAR包中的执行类,而不需要通过VAPI-XP-TEST的Console Application调用BAT文件来间接调用JAR包中的执行类?
我通过VAPI-XP-TEST的 JAVA CLASS TEST直接调用该JAR包,总是碰到如下的错误:
'错误: Error parsing "" java class. 无效的语法
不知道哪位高手知道怎么解决? |
|