首页| 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次
  • 浏览次数:0次
  • 资源积分: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
  • IATWAY 1天前 成为了本站会员

  • 大智若愚 1天前 成为了本站会员

  • Mason 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • Half_Punch 2天前 成为了本站会员

  • liqing71718 2天前 成为了本站会员

  • 伟国 2天前 成为了本站会员

  • songy 2天前 成为了本站会员

  • 纯色幽默 2天前 成为了本站会员

  • odd? 2天前 成为了本站会员

0.193578s