• A GUI is not written to be scripted (there are exceptions, but the very idea of a GUI presupposes a human element, the "user").

    GUI不是使用脚本进行处理而编写的(尽管一些例外,但是GUI中的任何思想都体现了人的元素,即“用户”)。

    youdao

  • For instance if we know that the team has test the Data Layer well, but the GUI layer has been harder to Unit Test then the testers should focus more effort on the GUI layer.

    比如如果我们知道团队已经完成数据测试但是GUI难于进行单元测试,测试人员就应该花费更多努力一层的测试上。

    youdao

  • This simple class lets you develop the GUI and later, with slight modification, test the GUI with the real JSON service after you develop the display logic.

    这个简单我们可以开发GUI开发显示逻辑之后只需经过简单的修改,就可以真正JSON服务测试GUI

    youdao

  • When writing functional GUI tests, you need to concentrate on the behavior you want to verify, not on the underlying plumbing that makes GUI testing possible.

    编写功能GUI测试时,需要注意力放在查证行为上,而不是放在使GUI测试成为可能的底层管道上。

    youdao

  • If you don't know how a GUI action is executed with a GUI object (like in this example), you can use the recording feature, and then refer to the generated program.

    如果知道GUI对象怎样执行gui操作的(就像),那么您可以使用记录特性然后引用生成程序

    youdao

  • The Graphical user Interface (GUI) is the most crucial system aspect from the user's point of view: the user interacts with the system through the GUI.

    用户观点来看,图形用户界面(GUI)系统一个至关重要方面:用户通过GUI系统进行交互

    youdao

  • You'll need a live database properly seeded with lookup data to test the GUI and a properly working GUI to test the data access logic.

    需要具有正确查找数据活动数据库测试GUI一个运行正常GUI来测试数据访问逻辑

    youdao

  • With GUI testing, it's difficult to test every path through the system; the GUI is only one way of affecting the system.

    使用GUI测试很难彻底地测试系统每一条路径GUI仅仅影响系统的方式

    youdao

  • Now that I understand the structure of the editor application's GUI, have collected the use cases to test, and have found a reliable testing tool, I'm ready to write a functional GUI test.

    目前我们已经了解编辑器应用程序GUI结构收集测试找到可靠测试工具终于可以开始编写功能GUI测试了。

    youdao

  • The reason those elements are saved here is to avoid tying the application code to the GUI interface, so the application can be easily ported to a different GUI system.

    之所以那些元素保存为了避免应用程序的代码放在GUI界面程序中,从而我们可以容易地把应用程序迁移不同GUI系统中。

    youdao

  • Before writing GUI tests, you need to understand how the GUI is composed.

    编写GUI测试之前需要了解GUI构成方式。

    youdao

  • GUI: The GUI API provides functions to input text and render text on a graphic display.

    GUIGUIAPI提供了图形显示设备输入显示文本功能

    youdao

  • Isolating the GUI from the database and vise versa means you can test the GUI without concern for specific data.

    GUI数据库分离开来意味着我们可以测试GUI而无需关心特定数据

    youdao

  • In GUI terms, a "unit" involves cooperation of more than one GUI component, which can itself consist of more than one class.

    gui术语中,个“单元涉及多个GUI组件协作因此它本身包含不止

    youdao

  • This is especially true of GUI applications, where the GUI itself might not be easily testable but the code which it calls may be.

    GUI应用尤其如此GUI自身可能不好测试,但是调用代码却是可测试的。

    youdao

  • Most people who want to setup a server but still want the convenience of a GUI can start of with either version and just install a GUI or install LAMP.

    多数服务器仍然需要GUI便利,那么可以任何一个版本起步然后只需安装GUILAMP即可。

    youdao

  • Note how the code taken from the GUI in Listing 5 references the interface type only — the implementation of the interface is not used (or imported) anywhere in the GUI.

    注意清单5中的GUI中的代码引用接口类型——GUI中的任何地方都没有使用(导入)接口实现

    youdao

  • In fact, if the GUI has been designed well, you can test that the order contents are persisted to a database without testing the GUI.

    事实上如果GUI设计良好的话可以测试保存数据库中的命令内容而无需测试gui

    youdao

  • The GUI test also needs to be done in all supported locales and the test engineer needs to verify the standards defined for different objects in GUI, for different locales.

    需要所有支持地区执行gui测试并且测试工程师需要验证针对不同地区、GUI中的不同对象定义标准

    youdao

  • Actions to GUI can be executed by using the methods of the GUI objects.

    通过使用GUI对象方法可以执行GUI操作

    youdao

  • And the activity of the defects found through GUI test cases is identified as GUI.

    这个在GUI测试发现缺陷活动看作是GUI

    youdao

  • GUI testing usually can't be done well until late in the development cycle when the GUI is fully defined.

    GUI测试通常只有整个开发周期后期才能很好地得到测试,这是因为只有这那个时候GUI才得到完整定义

    youdao

  • When you don't know which method is used to manipulate the GUI, simulate the GUI action while recording.

    知道采用什么方法控制GUI,在记录模拟GUI操作

    youdao

  • And although this approach is adaptable to a GUI interface, GUI design is not discussed in this article.

    虽然这种方法适合GUI界面,但本文讨论GUI设计

    youdao

  • The common solution in GUI accessibility APIs such as IAccessible or IAccessble2 is to provide a "role" attribute for a GUI object, which specifies its purpose.

    IAccessible和IAccessble2这样GUI访问api常见解决方案GUI对象提供一个角色属性用于指定作用。

    youdao

  • With the arrival of GUI-based operating systems like Windows, platforms for GUI development relied on complex event models to design and build standalone applications.

    随着Windows这样基于GUI操作系统出现,GUI开发平台依靠复杂事件模型设计构建单个应用

    youdao

  • Abbot is a JUnit extension framework specifically intended to enable programmatic isolation of GUI components, and it provides an easy way to validate GUI behavior.

    AbbotJUnit扩展框架,主要目的使GUI组件实现编程隔离它还提供了验证GUI行为简易方法

    youdao

  • Once you understand the structure and behavior of the GUI to test, you can use FEST-Swing's compact and intuitive API to write functional GUI tests.

    一旦了解测试GUI结构行为之后,就可以使用FEST-Swing紧凑直观API编写功能 GUI 测试。

    youdao

  • Ability to run GUI tests as part of the build - run GUI tests as part of the build while preventing access to a GUI desktop.

    运行GUI测试作为构建一部分——防止访问GUI桌面时将GUI测试作为构建的一部分运行。

    youdao

  • This downloadable PSD file contains GUI template elements for the Maemo platform. These are indispensable for prototyping GUI applications running on Maemo devices.

    这份可下载PSD文件包含了Maemo平台的所有模板元素设计运行Maemo平台上的GUI应用不可或缺的。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定