首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > SWT testing agent

SWT testing agent

  • 资源大小:21.57 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

A plugin for eclipse base application, that enable GUI operation control of the application. Once install on the eclipse application you can now control it using XML-RPC. XML-RPC Java client is provided. The Java client is based on JSystem. Test example There are 2 ways to write tests. One is code based using SystemTestCase (junit extention), the other using GUI is based on Ant file. ## Code option ## public void testCreateFile(){ swtRobot.selectMenuItem("&File/&New Alt+Shift+N/File"); swtRobot.waitForShellShowing("New File"); swtRobot.enterString(System.currentTimeMillis() + ".txt"); swtRobot.clickButton("&Finish"); swtRobot.delay(1000); swtRobot.enterString("Welcome to SWT agent project");} GUI option The idea behind the scenario is that you can use junit base building block to build the test. And it can become a tool QA engineer can use to build tests. http://swtagen

文 件 列 表

SwtClientExampleProject
.classpath
.project
classes
lib
tests

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.233258s