CN112130718A - Equipment function detection method - Google Patents

Equipment function detection method Download PDF

Info

Publication number
CN112130718A
CN112130718A CN202010848547.2A CN202010848547A CN112130718A CN 112130718 A CN112130718 A CN 112130718A CN 202010848547 A CN202010848547 A CN 202010848547A CN 112130718 A CN112130718 A CN 112130718A
Authority
CN
China
Prior art keywords
detection
button
equipment
result
configuration file
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202010848547.2A
Other languages
Chinese (zh)
Other versions
CN112130718B (en
Inventor
詹晋川
刘颖丽
赵金晶
庞玲
许鹏飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
32802 Troops Of People's Liberation Army Of China
Shenzhen Fengyun Industrial Co Ltd
Original Assignee
Shenzhen Forward Industrial Co Ltd
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 Shenzhen Forward Industrial Co Ltd filed Critical Shenzhen Forward Industrial Co Ltd
Priority to CN202010848547.2A priority Critical patent/CN112130718B/en
Publication of CN112130718A publication Critical patent/CN112130718A/en
Application granted granted Critical
Publication of CN112130718B publication Critical patent/CN112130718B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Abstract

The invention discloses a method for detecting equipment functions, which comprises the following steps: s1: making a configuration file according to the functional wiring and detection process of the equipment to be detected; s2: manufacturing a detection tool according to the configuration file; s3: and loading the configuration file by adopting a detection tool to complete the function detection of the equipment. The invention provides a device function detection method, which only needs to compile a configuration file and loads the configuration file for detection. The detection method is simple, detection personnel do not need to input manually, only need to select the dialog box, and the detection report can be automatically generated after the detection is finished, so that the problem of incorrect detection caused by human factors is greatly reduced, the whole detection process is optimized, and the detection time is shortened.

Description

Equipment function detection method
Technical Field
The invention belongs to the technical field of detection, and particularly relates to a method for detecting equipment functions.
Background
With the rapid development of science and technology, more and more embedded devices are on the market to meet various requirements, and in the development and detection stage, for devices which can log in through a serial port/ssh/telnet/and the like, in order to detect a certain function or some functions thereof, the function of the device is generally detected by writing a script. Different devices need to write different test scripts, which brings a lot of workload. If the script runs in the equipment, the detection personnel needs to manually input related operation commands, so that the problems of detection inaccuracy and the like caused by misoperation of the detection personnel exist.
Disclosure of Invention
The invention aims to solve the problem of equipment function detection and provides an equipment function detection method.
The technical scheme of the invention is as follows: the method for detecting the function of the equipment comprises the following steps:
s1: making a configuration file according to the functional wiring and detection process of the equipment to be detected;
s2: manufacturing a detection tool according to the configuration file;
s3: and loading the configuration file by adopting a detection tool to complete the function detection of the equipment.
The invention has the beneficial effects that: the invention provides a device function detection method, which only needs to compile a configuration file and loads the configuration file for detection. The detection method is simple, detection personnel do not need to input manually, only need to select the dialog box, and the detection report can be automatically generated after the detection is finished, so that the problem of incorrect detection caused by human factors is greatly reduced, the whole detection process is optimized, and the detection time is shortened.
Further, in step S1, the configuration file includes a detection wiring diagram and a detection step excel file.
The beneficial effects of the further scheme are as follows: in the invention, the detection connection diagram is used for informing a user of how to wire the detection equipment, but the detection connection diagram is not necessarily required; the excel file of the detection step configures the relevant steps for detecting one or some functions.
Further, the detection step excel file includes a step group name, a detection item name, a step type, an interactive message box content msg, a detection command cmd, a detection expected character string expect, and a timeout time timeout of the expected character string timeout.
The beneficial effects of the further scheme are as follows: in the present invention, step group name (group): some successive steps are combined into a group and take a name.
Test item name (name): is the name of this detection step.
Step type (type): the method comprises two types of interaction and detection, wherein the interaction type is used for interacting with a detection person, and the interaction content is to finish a certain step, such as whether wiring is finished or not, or to determine whether the certain step is expected or not, such as whether a device lamp is normally lightened or not; the detection type is used for the case that the result of waiting for execution after inputting a command reaches the expectation.
Interactive message box content (msg): for dialog display content.
Detect command (cmd): the command to be executed.
Detection of expected string (expect): after the command is executed, the completed character string is an expected character string and is a regular expression.
Expected string timeout (timeout): the timeout refers to the total time of command execution, and usually adds a certain redundant time to the actual time to ensure that the command execution is completed.
Further, in step S2, the detection tool employs a graphic detection tool, which includes interface design and background implementation.
The beneficial effects of the further scheme are as follows: in the method, the graphical interface is used as a detection tool, so that the detection intuition and the friendliness to detection personnel can be well realized.
Further, the interface design includes a button area and a display area;
the button area includes a Start/cancel detection button Start _ button, a Connect button Connect _ button, and a Load configuration button Load _ button;
the display area comprises an equipment Output display area Output _ area, a Result Output display area Result _ area and a Picture display interface Picture _ area.
The beneficial effects of the further scheme are as follows: in the present invention, the functions of the detection tool are implemented as follows: loading a configuration file; the device is connected with the equipment through a serial port/ssh/telnet; detecting device functions by parsing a configuration file; and recording the detection result of each step to generate a detection report. The equipment detection can be completed by only designing configuration files when the equipment is detected aiming at different equipment.
Further, step S3 includes the following sub-steps:
s31: loading a configuration file through a loading configuration button Load _ button, and displaying a detection wiring diagram specified in the configuration file on a Picture display interface Picture _ area;
s32: connecting any mode of a serial port/ssh/telnet to the equipment to be detected through a connecting button Connect _ button, and displaying the Output of the equipment to be detected in an equipment Output display area Output _ erea;
s33: the Start/cancel detection button Start button is triggered to complete the device function detection.
The beneficial effects of the further scheme are as follows: in the method, after the detection tool is realized, new function detection only needs to write the configuration file, so that the real-time detection of different functions is facilitated.
Further, step S33 includes the following sub-steps:
s331: triggering a Start/cancel detection button Start _ button;
s332: analyzing the excel file in the detection step in the configuration file line by line, if the analysis type is the interactive type, entering a step S333, otherwise, entering a step S334;
s333: popping up the content msg of the interactive message frame to wait for selection of a user, if yes is selected by the user, outputting a detection Result Suprocess to a Result output display area Result _ erea and returning to the step S332, otherwise, outputting a detection Result Failed to the Result output display area Result _ erea and finishing the function detection of the equipment;
s334: inputting a detection command cmd and waiting for detecting the expected character string expect, if the expected character string expect is detected within the timeout time timeout of the expected character string timeout, outputting a detection Result Sucesso to a Result output display area Result _ erea and returning to the step S332, otherwise, outputting a detection Result Failed to the Result output display area Result _ erea and ending the device function detection.
Drawings
Fig. 1 is a flowchart of a method for detecting device functions.
Detailed Description
The embodiments of the present invention will be further described with reference to the accompanying drawings.
As shown in fig. 1, the present invention provides a method for detecting device functions, comprising the following steps:
s1: making a configuration file according to the functional wiring and detection process of the equipment to be detected;
s2: manufacturing a detection tool according to the configuration file;
s3: and loading the configuration file by adopting a detection tool to complete the function detection of the equipment.
In the embodiment of the present invention, as shown in fig. 1, in step S1, the configuration file includes a detection wiring diagram and a detection step excel file. In the invention, the detection connection diagram is used for informing a user of how to wire the detection equipment, but the detection connection diagram is not necessarily required; the excel file of the detection step configures the relevant steps for detecting one or some functions.
In the embodiment of the present invention, as shown in fig. 1, the detection step excel file includes a step group name, a detection item name, a step type, an interactive message box content msg, a detection command cmd, a detection expected character string expect, and a timeout time timeout of the expected character string. In the present invention, step group name (group): some successive steps are combined into a group and take a name.
Test item name (name): is the name of this detection step.
Step type (type): the method comprises two types of interaction and detection, wherein the interaction type is used for interacting with a detection person, and the interaction content is to finish a certain step, such as whether wiring is finished or not, or to determine whether the certain step is expected or not, such as whether a device lamp is normally lightened or not; the detection type is used for the case that the result of waiting for execution after inputting a command reaches the expectation.
Interactive message box content (msg): for dialog display content.
Detect command (cmd): the command to be executed.
Detection of expected string (expect): after the command is executed, the completed character string is an expected character string and is a regular expression.
Expected string timeout (timeout): the timeout refers to the total time of command execution, and usually adds a certain redundant time to the actual time to ensure that the command execution is completed.
In the embodiment of the present invention, as shown in fig. 1, in step S2, the detection tool adopts a graphic detection tool, which includes an interface design and a background implementation. In the method, the graphical interface is used as a detection tool, so that the detection intuition and the friendliness to detection personnel can be well realized. Of course, other similar methods can be used without highlighting the pattern.
In an embodiment of the present invention, as shown in FIG. 1, the interface design includes a button area and a display area;
the button area includes a Start/cancel detection button Start _ button, a Connect button Connect _ button, and a Load configuration button Load _ button;
the display area comprises an equipment Output display area Output _ area, a Result Output display area Result _ area and a Picture display interface Picture _ area. In the present invention, the functions of the detection tool are implemented as follows: loading a configuration file; the device is connected with the equipment through a serial port/ssh/telnet; detecting device functions by parsing a configuration file; and recording the detection result of each step to generate a detection report. The equipment detection can be completed by only designing configuration files when the equipment is detected aiming at different equipment.
In the embodiment of the present invention, as shown in fig. 1, step S3 includes the following sub-steps:
s31: loading a configuration file through a loading configuration button Load _ button, and displaying a detection wiring diagram specified in the configuration file on a Picture display interface Picture _ area;
s32: connecting any mode of a serial port/ssh/telnet to the equipment to be detected through a connecting button Connect _ button, and displaying the Output of the equipment to be detected in an equipment Output display area Output _ erea;
s33: the Start/cancel detection button Start button is triggered to complete the device function detection.
In the method, after the detection tool is realized, new function detection only needs to write the configuration file, so that the real-time detection of different functions is facilitated.
In the embodiment of the present invention, as shown in fig. 1, step S33 includes the following sub-steps:
s331: triggering a Start/cancel detection button Start _ button;
s332: analyzing the excel file in the detection step in the configuration file line by line, if the analysis type is the interactive type, entering a step S333, otherwise, entering a step S334;
s333: popping up the content msg of the interactive message frame to wait for selection of a user, if yes is selected by the user, outputting a detection Result Suprocess to a Result output display area Result _ erea and returning to the step S332, otherwise, outputting a detection Result Failed to the Result output display area Result _ erea and finishing the function detection of the equipment;
s334: inputting a detection command cmd and waiting for detecting the expected character string expect, if the expected character string expect is detected within the timeout time timeout of the expected character string timeout, outputting a detection Result Sucesso to a Result output display area Result _ erea and returning to the step S332, otherwise, outputting a detection Result Failed to the Result output display area Result _ erea and ending the device function detection.
In the embodiment of the invention, the function of the detection equipment is to detect whether the embedded equipment is normally started.
Description of the detection procedure: the device is connected to the equipment in a serial port mode, and the equipment starting stage is divided into a BIOS stage, a linux starting stage and a program starting stage. The BIOS successfully starts the expected character string 'BIOS', linux successfully starts the expected character string 'logic', login is needed after the BIOS is successfully started, whether the program check is successfully started normally or not needs to be determined after login is successful, whether the check program is successfully started or not is checked in a command executing mode, and finally whether the lamp of the equipment is normal or not is determined. In this example implemented using python + pyqt 5.
In the present example, the detection step configuration is shown in table 1.
TABLE 1
Figure BDA0002643931430000071
Figure BDA0002643931430000081
According to the configuration step file in the embodiment, the following detailed detection steps can be obtained:
1) and 2, popping up a prompt dialog box according to the interactive type of the behavior, wherein the content of the dialog box is 'please determine that the equipment is powered on, and if the equipment is powered on, the equipment is powered off and then powered on'. After power-on, the user selects Yes, and outputs the detection Result Suprocess to the Result output display area Result _ erea. Otherwise, outputting the detection Result Failed to the Result output display area Result _ erea, and popping up a dialog box to inform the end.
2) The 3 rd row of data is obtained, and is of a detection type, a command does not need to be input, and the expected character string 'BIOS'. And continuing until the character string is waited for 200s, otherwise ending, and informing the end by a pop-up dialog box.
3) The 4 th line data is obtained, and the expected character string "logic:" is directly waited for the detection type without inputting a command. And continuing until the character string is waited for 500s, otherwise ending, and informing the end by a pop-up dialog box.
4) Get the 5 th line, for detecting the type, need input the command root, wait for expecting the character string "past:". And continuing until the character string is waited for 10s, otherwise ending, and informing the end by a pop-up dialog box.
5) Get row 6, and to detect the type, need to enter command 123456, wait for the expected string ". times #". And continuing until the character string is waited for 10s, otherwise ending, and informing the end by a pop-up dialog box.
6) Data 7 is obtained, and a command "watch-n 1 ps grep check | wc-l" needs to be input to wait for the expected string "2" for the detection type. And continuing until the character string is waited for 60s, otherwise ending, and informing the end by a pop-up dialog box.
7) And obtaining the 8 th row of data, wherein the data are interactive types, and a dialog box is popped up to 'please determine whether the Power lamp of the equipment is on', a user checks the Power lamp, determines the lighting, selects Yes, and outputs a detection Result Suprocess to a Result output display area Result _ erea. Otherwise, outputting the detection Result Failed to Result _ area, and popping up a dialog box to inform the end.
8) And obtaining the 9 th row of data, wherein the data are interactive types, and a pop-up dialog box is used for determining whether the equipment operation lamp flickers by turning on 1S or not, a user checks the operation lamp, determines that the equipment operation lamp flickers by turning on 1S or not, selects Yes, and outputs a detection Result Suprocess to a Result output display area Result _ erea. Otherwise, outputting the detection Result Failed to the Result output display area Result _ erea, and popping up a dialog box to inform the end.
The working principle and the process of the invention are as follows: the equipment detection method of the invention firstly makes a detection configuration file according to the wiring of the equipment function and the detection process. The equipment wiring diagram and the equipment detection step form a detection configuration file, the equipment wiring diagram can be drawn according to actual conditions or a shot picture is used, and the detection step is made according to the equipment function detection process. Then realize the detection instrument, its functional requirement as follows: and loading a configuration file, detecting the function of the equipment by analyzing the configuration file through a serial port/ssh/telnet/connecting the configuration file to the equipment, recording the detection result of each step, and generating a detection report.
The invention has the beneficial effects that: the invention provides a device function detection method, which only needs to compile a configuration file and loads the configuration file for detection. The detection method is simple, detection personnel do not need to input manually, only need to select the dialog box, and the detection report can be automatically generated after the detection is finished, so that the problem of incorrect detection caused by human factors is greatly reduced, the whole detection process is optimized, and the detection time is shortened.
It will be appreciated by those of ordinary skill in the art that the embodiments described herein are intended to assist the reader in understanding the principles of the invention and are to be construed as being without limitation to such specifically recited embodiments and examples. Those skilled in the art can make various other specific changes and combinations based on the teachings of the present invention without departing from the spirit of the invention, and these changes and combinations are within the scope of the invention.

Claims (7)

1. A method for detecting the function of equipment is characterized by comprising the following steps:
s1: making a configuration file according to the functional wiring and detection process of the equipment to be detected;
s2: manufacturing a detection tool according to the configuration file;
s3: and loading the configuration file by adopting a detection tool to complete the function detection of the equipment.
2. The device function detecting method according to claim 1, wherein in the step S1, the configuration file includes a detection wiring diagram and a detection step excel file.
3. The device function detection method according to claim 2, wherein the detection step excel file includes a step group name, a detection item name, a step type, an interactive message box content msg, a detection command cmd, a detection expected character string expect, and a timeout time timeout of the expected character string.
4. The device function detecting method according to claim 1, wherein in the step S2, the detecting tool adopts a graphic detecting tool, which includes interface design and background implementation.
5. The device function detection method of claim 4, wherein the interface design comprises a button area and a display area;
the button area includes a Start/cancel detection button Start _ button, a Connect button Connect _ button, and a Load configuration button Load _ button;
the display area comprises an equipment Output display area Output _ area, a Result Output display area Result _ area and a Picture display interface Picture _ area.
6. The device function detecting method according to claim 5, wherein the step S3 includes the following sub-steps:
s31: loading a configuration file through a loading configuration button Load _ button, and displaying a detection wiring diagram specified in the configuration file on a Picture display interface Picture _ area;
s32: connecting any mode of a serial port/ssh/telnet to the equipment to be detected through a connecting button Connect _ button, and displaying the Output of the equipment to be detected in an equipment Output display area Output _ erea;
s33: the Start/cancel detection button Start button is triggered to complete the device function detection.
7. The device function detecting method according to claim 6, wherein the step S33 includes the following sub-steps:
s331: triggering a Start/cancel detection button Start _ button;
s332: analyzing the excel file in the detection step in the configuration file line by line, if the analysis type is the interactive type, entering a step S333, otherwise, entering a step S334;
s333: popping up the content msg of the interactive message frame to wait for selection of a user, if yes is selected by the user, outputting a detection Result Suprocess to a Result output display area Result _ erea and returning to the step S332, otherwise, outputting a detection Result Failed to the Result output display area Result _ erea and finishing the function detection of the equipment;
s334: inputting a detection command cmd and waiting for detecting the expected character string expect, if the expected character string expect is detected within the timeout time timeout of the expected character string timeout, outputting a detection Result Sucesso to a Result output display area Result _ erea and returning to the step S332, otherwise, outputting a detection Result Failed to the Result output display area Result _ erea and ending the device function detection.
CN202010848547.2A 2020-08-21 2020-08-21 Equipment function detection method Active CN112130718B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010848547.2A CN112130718B (en) 2020-08-21 2020-08-21 Equipment function detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010848547.2A CN112130718B (en) 2020-08-21 2020-08-21 Equipment function detection method

Publications (2)

Publication Number Publication Date
CN112130718A true CN112130718A (en) 2020-12-25
CN112130718B CN112130718B (en) 2022-03-25

Family

ID=73851742

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010848547.2A Active CN112130718B (en) 2020-08-21 2020-08-21 Equipment function detection method

Country Status (1)

Country Link
CN (1) CN112130718B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130198569A1 (en) * 2012-02-01 2013-08-01 Empirix Inc. Method of embedding configuration data in a non-configuration document
CN103345446A (en) * 2013-07-10 2013-10-09 四川九洲电器集团有限责任公司 Automated testing method suitable for remote control products
CN103699122A (en) * 2014-01-09 2014-04-02 上汽通用五菱汽车股份有限公司 Finished car controller test platform and control method
CN105528275A (en) * 2015-12-04 2016-04-27 广东电网有限责任公司信息中心 Database safety inspection method
CN107092558A (en) * 2017-04-12 2017-08-25 东华大学 A kind of cli command set automatization test system and method
US20180137021A1 (en) * 2016-11-16 2018-05-17 Hongfujin Precision Electronics (Tianjin) Co.,Ltd. System and method for verifying general purpose input output functions
CN108768764A (en) * 2018-05-08 2018-11-06 四川斐讯信息技术有限公司 A kind of router test method and device
CN109800156A (en) * 2018-12-20 2019-05-24 交控科技股份有限公司 A kind of subway signal system automation test method based on profile command
CN110221967A (en) * 2019-05-20 2019-09-10 深圳壹账通智能科技有限公司 Test data building method, device, computer equipment and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130198569A1 (en) * 2012-02-01 2013-08-01 Empirix Inc. Method of embedding configuration data in a non-configuration document
CN103345446A (en) * 2013-07-10 2013-10-09 四川九洲电器集团有限责任公司 Automated testing method suitable for remote control products
CN103699122A (en) * 2014-01-09 2014-04-02 上汽通用五菱汽车股份有限公司 Finished car controller test platform and control method
CN105528275A (en) * 2015-12-04 2016-04-27 广东电网有限责任公司信息中心 Database safety inspection method
US20180137021A1 (en) * 2016-11-16 2018-05-17 Hongfujin Precision Electronics (Tianjin) Co.,Ltd. System and method for verifying general purpose input output functions
CN107092558A (en) * 2017-04-12 2017-08-25 东华大学 A kind of cli command set automatization test system and method
CN108768764A (en) * 2018-05-08 2018-11-06 四川斐讯信息技术有限公司 A kind of router test method and device
CN109800156A (en) * 2018-12-20 2019-05-24 交控科技股份有限公司 A kind of subway signal system automation test method based on profile command
CN110221967A (en) * 2019-05-20 2019-09-10 深圳壹账通智能科技有限公司 Test data building method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN112130718B (en) 2022-03-25

Similar Documents

Publication Publication Date Title
US9841826B2 (en) Automatic test system and test method for computer, record medium, and program product
CN102667730B (en) Design time debugging
US7480826B2 (en) Test executive with external process isolation for user code modules
US20030227480A1 (en) Method and apparatus for testing embedded examples in GUI documentation
US20080148235A1 (en) Runtime inspection of user interfaces
TWI653528B (en) Computer system and detection method
US20060136794A1 (en) Computer peripheral connecting interface system configuration debugging method and system
CN106598871A (en) Automatic analysis method and system for collapse file under Linux
US20140258989A1 (en) Method and system for automating a scene-based test
US20060026462A1 (en) Apparatus for recovering BIOS in computer system
CN106484613A (en) A kind of interface automated test frame based on fitnese
CN108572895B (en) Stability test method for automatically checking software and hardware configuration under Linux
CN112130718B (en) Equipment function detection method
CN106227630B (en) Detection system for embedded wireless module
TWI761668B (en) Computer system with self-test and debugging method thereof
CN103186459A (en) JAVA graphical user interface automatic test method based on scripts
JPH08212106A (en) Device and method for supporting system test
US20140123088A1 (en) Design support program, design support method, and design support apparatus
TWI373711B (en) Method for testing controls of application software automatically
CN115640183A (en) Chip verification device and method
CN112416329A (en) Data editing method and device and storage medium
JP5374965B2 (en) Simulation control program, simulation control apparatus, and simulation control method
CN116204403A (en) Test case generation method and device, electronic equipment and storage medium
JPH11224211A (en) Software inspection support device
Feng et al. Action-driven automation test framework for graphical user interface (GUI) software testing

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20211224

Address after: 100083 No. 226 middle Fourth Ring Road, Haidian District, Beijing

Applicant after: 32802 troops of the people's Liberation Army of China

Applicant after: Shenzhen Fengyun Industrial Co., Ltd

Address before: 5b2, 3B2, 4b1, Tianji building, Tianan Industrial Zone, chegongmiao, Futian District, Shenzhen City, Guangdong Province

Applicant before: SHENZHEN FORWARD INDUSTRIAL Co.,Ltd.

GR01 Patent grant
GR01 Patent grant