会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • AUTOMATIC CONTEXT MANAGEMENT FOR WEB APPLICATIONS WITH CLIENT SIDE CODE EXECUTION
    • 使用客户端代码执行的WEB应用程序的自动上下文管理
    • WO2004053713A1
    • 2004-06-24
    • PCT/US2003/038556
    • 2003-12-03
    • SEGUE SOFTWARE, INC.SCHARZBAUER, GunterSPIEGL, HelmutAMBICHL, ErnstGEIFENEDER, Bernd
    • SCHARZBAUER, GunterSPIEGL, HelmutAMBICHL, ErnstGEIFENEDER, Bernd
    • G06F15/16
    • H04L67/02G06F11/36H04L43/08H04L67/42
    • The present invention relates to a method and apparatus for providing automatic context management for simulating virtual users (608) for testing and monitoring web applications. A simulation tool incorporates a replay engine which simulates virtual users (608) with respect to the network traffic they generate (609). A script (604) is a series of instructions which are input to the replay engine and can be in any format the replay engine understands (e.g., textual script written in a programming language, instructions stored in a database, or XML). The most convenient way of generating a script is to use a recorder (602) which generates scripts (604) based on the HTTP(S) transactions (601) resulting from a real user using the web application. The recorder (602) records into one or more scripts the actions of the real user such as clicking on hyperlinks, submitting forms, transitioning back and forth in the session history, and pausing between activity.
    • 本发明涉及一种提供用于模拟虚拟用户(608)的自动上下文管理以测试和监视web应用的方法和装置。 模拟工具结合了一个重放引擎,该引擎模拟虚拟用户(608)相对于它们生成的网络流量(609)。 脚本(604)是一系列指令,其被输入到重播引擎并且可以以重播引擎理解的任何格式(例如,以编程语言编写的文本脚本,存储在数据库中的指令或XML)。 生成脚本的最方便的方法是使用基于由使用web应用的真实用户产生的HTTP(S)事务(601)生成脚本(604)的记录器(602)。 记录器(602)将真实用户的动作记录在一个或多个脚本中,例如点击超链接,提交表单,在会话历史中来回转换,并在活动之间暂停。
    • 4. 发明申请
    • METHOD AND SYSTEM FOR AUTOMATIC DETECTION OF MONITORING DATA SOURCES
    • 自动检测监控数据源的方法和系统
    • WO2004053737A1
    • 2004-06-24
    • PCT/US2003/038555
    • 2003-12-03
    • SEGUE SOFTWARE, INC.GREIFENEDER, BerndREITHMAYR, ClemensREINER, Stefan
    • GREIFENEDER, BerndREITHMAYR, ClemensREINER, Stefan
    • G06F17/30
    • G06F11/3086G06F11/3051G06F11/3409G06F11/3495G06F2201/875
    • The present invention is directed to a method and system for interfacing with various monitoring information sources from one or more computer systems with minimal user input (figure 1, 106). Each computer system may include one or more computers as well as any number of devices such as networking devices (figure 1, 104). Expert knowledge may be embedded in the data source monitoring software (figure 1, 100). These sources can later be used by data collection tools in order to extract monitoring information and present the information to the user or use it in another way (such as storing it or raising an alert when a certain monitored value exceeds a threshold) (figure 1, 100). Furthermore, the user may decide which sources of information should be monitored by the data collection tools (figure 1, 108). The user may also use the present. Invention in order to inform him/herself of the configuration of the system he/she is monitoring (figure 1, 102).
    • 本发明涉及一种用于利用最少用户输入从一个或多个计算机系统与各种监视信息源进行接口的方法和系统(图1,106)。 每个计算机系统可以包括一个或多个计算机以及诸如联网设备的任何数量的设备(图1,104)。 专家知识可能嵌入到数据源监控软件中(图1,100)。 这些资料可以稍后被数据收集工具使用,以便提取监测信息并将信息呈现给用户或以其他方式使用(例如,当某个监测值超过阈值时存储或提高警报)(图1 ,100)。 此外,用户可以决定数据收集工具应该监视哪些信息源(图1,108)。 用户也可以使用现在。 发明以便告知他/她自己正在监视的系统的配置(图1,102)。
    • 6. 发明申请
    • AUTOMATED GUI INTERFACE TESTING
    • 自动GUI界面测试
    • WO1994011818A1
    • 1994-05-26
    • PCT/US1993011354
    • 1993-11-18
    • SEGUE SOFTWARE, INC.PARKER, Marsten, HughKEPPLE, LawrenceSKLAR, Leah, RuthLAROCHE, David, Christopher
    • SEGUE SOFTWARE, INC.
    • G06F11/00
    • G06F11/3688G06F11/3414G06F11/3457G06F11/3696G06F2201/86G06K13/0825
    • A method for automated testing of both new and revised computer application programs which use a Graphical User Interface (GUI). Simulated user events such as keyboard or mouse actions are automatically input into the GUI interface. The GUI is then monitored to observe the changes to the GUI in response to the input. The invention comprises a test script which is written in a high level programming language, a test executive which executes the test script, and a test driver which provides the interface to the GUI. The test script is directed towards operation on logical objects, instead of GUI-specific references. The primary responsability of the test executive is to convert GUI-independent references into GUI-specific references. The test driver takes the GUI-specific references from the test executive and performs the actual interface to the GUI objects. A uniform hierarchical naming scheme is employed to identify each Logical Screen Element (LSE) under test, LSEs being the objects used in the GUI environment to interface with the user.
    • 一种自动测试使用图形用户界面(GUI)的新的和修订的计算机应用程序的方法。 模拟的用户事件(如键盘或鼠标动作)会自动输入GUI界面。 然后监视GUI以响应于输入来观察对GUI的改变。 本发明包括以高级编程语言编写的测试脚本,执行测试脚本的测试执行程序以及向GUI提供接口的测试驱动程序。 测试脚本针对逻辑对象的操作,而不是特定于GUI的引用。 测试执行程序的主要责任是将GUI独立引用转换为GUI特定引用。 测试驱动程序从测试执行程序获取GUI特定的引用,并执行GUI对象的实际界面。 采用统一的分层命名方案来识别被测试的每个逻辑屏幕元素(LSE),LSE是GUI环境中与用户接口的对象。