MX2022007818A - Prueba de unidad de componentes de gráficos de flujo de datos. - Google Patents

Prueba de unidad de componentes de gráficos de flujo de datos.

Info

Publication number
MX2022007818A
MX2022007818A MX2022007818A MX2022007818A MX2022007818A MX 2022007818 A MX2022007818 A MX 2022007818A MX 2022007818 A MX2022007818 A MX 2022007818A MX 2022007818 A MX2022007818 A MX 2022007818A MX 2022007818 A MX2022007818 A MX 2022007818A
Authority
MX
Mexico
Prior art keywords
component
data
dataflow graph
input data
output data
Prior art date
Application number
MX2022007818A
Other languages
English (en)
Inventor
Edward Alan Bach
Victor Abaya
Matthew Eads
Carl Offner
Matthew Zinno
Original Assignee
Ab Initio Technology Llc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ab Initio Technology Llc filed Critical Ab Initio Technology Llc
Publication of MX2022007818A publication Critical patent/MX2022007818A/es

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3696Methods or tools to render software testable
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/323Visualisation of programs or trace data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3636Software debugging by tracing the execution of the program
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/368Test management for test version control, e.g. updating test cases to a new software version
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/865Monitoring of software

Abstract

Un sistema de procesamiento de datos define una prueba de unidad para un gráfico de flujo de datos que comprende una pluralidad de componentes ejecutables. El sistema recibe una indicación de una porción de un gráfico de flujo de datos para la prueba. El sistema recibe un conjunto de parámetros que indica datos de salida esperados para ser generados mediante la ejecución de un componente del gráfico. El sistema recibe datos de entrada para el componente. Los datos de entrada están indicados por el conjunto de parámetros y configurados para evaluar una funcionalidad del componente. El sistema define una prueba de unidad del componente basado en el conjunto de parámetros. La prueba de unidad proporciona los datos de entrada a las entradas del gráfico de flujo de datos, produce el procesamiento de los datos de entrada por el componente del gráfico de flujo de datos para generar datos de salida, y genera datos de resultados que indican una correspondencia entre los datos de salida y los datos de salida esperados indicados por el parámetro.
MX2022007818A 2019-12-23 2020-12-16 Prueba de unidad de componentes de gráficos de flujo de datos. MX2022007818A (es)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201962952631P 2019-12-23 2019-12-23
US16/884,138 US20210191845A1 (en) 2019-12-23 2020-05-27 Unit testing of components of dataflow graphs
PCT/US2020/065281 WO2021133603A1 (en) 2019-12-23 2020-12-16 Unit testing of components of dataflow graphs

Publications (1)

Publication Number Publication Date
MX2022007818A true MX2022007818A (es) 2022-09-23

Family

ID=76438415

Family Applications (1)

Application Number Title Priority Date Filing Date
MX2022007818A MX2022007818A (es) 2019-12-23 2020-12-16 Prueba de unidad de componentes de gráficos de flujo de datos.

Country Status (10)

Country Link
US (1) US20210191845A1 (es)
EP (1) EP4081903A1 (es)
JP (1) JP2023507301A (es)
CN (1) CN115039084A (es)
AR (1) AR120909A1 (es)
AU (1) AU2020412360A1 (es)
BR (1) BR112022012487A2 (es)
CA (1) CA3161519A1 (es)
MX (1) MX2022007818A (es)
WO (1) WO2021133603A1 (es)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11138366B2 (en) * 2019-02-25 2021-10-05 Allstate Insurance Company Systems and methods for automated code validation
CN111640426A (zh) * 2020-06-10 2020-09-08 北京百度网讯科技有限公司 用于输出信息的方法和装置
US20220091966A1 (en) * 2020-09-22 2022-03-24 Mastercontrol, Inc. Systems and methods for facilitating software validation within a production environment
US11573887B2 (en) * 2020-11-20 2023-02-07 Vdoo Connected Trust Ltd. Extracting code patches from binary code for fuzz testing
US20230083221A1 (en) * 2021-09-13 2023-03-16 Oracle International Corporation Systems and methods for validating data
CN113778890B (zh) * 2021-09-16 2023-06-30 平安银行股份有限公司 代码测试方法、装置、电子设备及存储介质
US11921604B2 (en) * 2021-10-28 2024-03-05 Red Hat, Inc. Evaluating system recovery using emulated production systems

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5966072A (en) 1996-07-02 1999-10-12 Ab Initio Software Corporation Executing computations expressed as graphs
US20080052687A1 (en) * 2003-11-03 2008-02-28 Agustin Gonzales-Tuchmann Development environment for data transformation applications
US7716630B2 (en) 2005-06-27 2010-05-11 Ab Initio Technology Llc Managing parameters for graph-based computations
US7644334B2 (en) * 2006-11-27 2010-01-05 Honeywell International, Inc. Requirements-based test generation
US7502972B1 (en) * 2008-03-16 2009-03-10 International Business Machines Corporation Reducing log entries using hash keys
CA2782414C (en) 2009-12-14 2021-08-03 Ab Initio Technology Llc Specifying user interface elements
US9274926B2 (en) * 2013-01-03 2016-03-01 Ab Initio Technology Llc Configurable testing of computer programs
WO2015157470A1 (en) * 2014-04-08 2015-10-15 Turnkey Solutions Corp. Software test automation system and method
US10055333B2 (en) * 2014-11-05 2018-08-21 Ab Initio Technology Llc Debugging a graph
US10642720B2 (en) * 2016-09-15 2020-05-05 Talend, Inc. Test case generator built into data-integration workflow editor

Also Published As

Publication number Publication date
AU2020412360A1 (en) 2022-06-09
US20210191845A1 (en) 2021-06-24
JP2023507301A (ja) 2023-02-22
EP4081903A1 (en) 2022-11-02
BR112022012487A2 (pt) 2022-09-06
CN115039084A (zh) 2022-09-09
WO2021133603A1 (en) 2021-07-01
CA3161519A1 (en) 2021-07-01
AR120909A1 (es) 2022-03-30

Similar Documents

Publication Publication Date Title
MX2022007818A (es) Prueba de unidad de componentes de gráficos de flujo de datos.
IN2015DE01395A (es)
GB2559918A (en) Natural language processor for providing natural language signals in a natural language output
MX370892B (es) Método y aparato para desencadenar la ejecución de instrucciones de operación.
GB2546906A (en) Data processing apparatus and method using programmable significance data
MY184168A (en) Operating method for application program and electronic device supporting the same
MX2017001583A (es) Ajuste de pruebas de diagnostico en base a datos recolectados del vehiculo.
EP4242892A3 (en) Code pointer authentication for hardware flow control
EP3296877A3 (en) Debugging systems
PH12020550724A1 (en) Method, apparatus, and electronic device for regulatory inspection
MX2017014334A (es) Activacion de sonido de vehiculos.
MY186408A (en) Credit screening support system, vehicle-mounted device, vehicle, server, credit screening support method, credit screening support program, and storage medium
US10387144B2 (en) Method and system for determining logging statement code coverage
SG10201901587VA (en) Application testing
GB2493030B (en) Method of sound analysis and associated sound synthesis
GB2546666A (en) Optical computing device diagnostics and treatment
BR112019006810A2 (pt) aparelho e método para interferência e produto de programa de computador
GB2515920A (en) Physical Performance Assessment
WO2018204146A8 (en) METHOD AND SYSTEM FOR METALLURGY DEFINED BY SOFTWARE
MX2021005005A (es) Instruccion de clasificacion y fusion para un procesador de proposito general.
BR112017008705A2 (pt) circuito, dispositivo de processamento de sinal digital, transceptor de ligação por rádio, método para linearizar um sinal de saída, e, programa de computador.
JP2020521124A5 (es)
MX2019001991A (es) Metodo implementado por computadora, sistema de soldadura y aparato para bancos de aplicacion multiple.
JP2009032133A (ja) テストケース生成システム
TR201814812A2 (tr) Performans ölçme prosesi̇