CN117499387A - Transformation method for realizing automatic uploading of test program of tester equipment - Google Patents

Transformation method for realizing automatic uploading of test program of tester equipment Download PDF

Info

Publication number
CN117499387A
CN117499387A CN202311487547.4A CN202311487547A CN117499387A CN 117499387 A CN117499387 A CN 117499387A CN 202311487547 A CN202311487547 A CN 202311487547A CN 117499387 A CN117499387 A CN 117499387A
Authority
CN
China
Prior art keywords
test
test program
tester
program
equipment
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.)
Pending
Application number
CN202311487547.4A
Other languages
Chinese (zh)
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.)
Shanghai Corelli Software Co ltd
Original Assignee
Shanghai Corelli Software 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 Shanghai Corelli Software Co ltd filed Critical Shanghai Corelli Software Co ltd
Priority to CN202311487547.4A priority Critical patent/CN117499387A/en
Publication of CN117499387A publication Critical patent/CN117499387A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a transformation method for realizing automatic uploading of a test program of test machine equipment, which comprises the following steps: uniformly maintaining the test program according to rules through a file server; the equipment automation platform system communicates with the testing machine, determines an interface format, establishes a heartbeat mechanism and ensures normal connection; operating a new batch of operation on the handheld device, verifying a test program, calling a device automation platform system to download a test program interface, and sending a download program instruction to the tester; and the testing machine receives the instruction and completes the automatic downloading operation of the testing program. The transformation method for realizing automatic uploading of the test program of the tester equipment can automatically verify, download and load the test program, thereby reducing human errors, uniformly managing the test program and improving the overall operation efficiency.

Description

Transformation method for realizing automatic uploading of test program of tester equipment
Technical Field
The invention relates to the field of automatic production equipment, in particular to a transformation method for realizing automatic uploading of a test program of test machine equipment.
Background
The existing equipment production flow needs to copy test programs into a designated directory of each piece of equipment respectively; before the product starts the operation test, the corresponding test program in the catalog is found according to the information of the product batch, the client number, the equipment and the like, and then the operation interface loads the test program and waits for the loading to be completed, so that the operation can be started. The whole process is manually maintained, errors are easy to occur, test programs are placed on each machine, maintenance and updating are inconvenient, and efficient production cannot be achieved.
Disclosure of Invention
In order to solve the technical problems in the prior art, the invention provides a transformation method for realizing automatic uploading of a test program of a tester device, which can realize automatic loading of the test program and improve the working efficiency.
In order to achieve the above purpose, the technical solution of the present invention is as follows:
a transformation method for realizing automatic uploading of a test program of a tester device comprises the following steps:
step one, uniformly maintaining a test program according to rules through a file server;
step two, the equipment automation platform system communicates with the testing machine, determines an interface format, establishes a heartbeat mechanism and ensures normal connection;
step three, operating a new batch of operation on the handheld device, verifying a test program, calling a device automation platform system to download a test program interface, and sending a download program instruction to the test machine;
and step four, the testing machine receives the instruction and completes the automatic downloading operation of the testing program.
As an preferable technical scheme, in the first step, the test program is named uniformly according to the rules of [ test platform+client number+circuit name+chip name ] and [ test platform+client number+circuit name ].
In the second step, the equipment automation platform system and the testing machine communicate in a socket mode, the equipment automation platform system is used as a client, the testing machine is used as a server, and the data format is Json.
As a preferred technical solution, in the second step, the heartbeat mechanism is: the client sends heartbeat to the server within 30 seconds, and if the heartbeat is sent, the connection with the server is detected to be disconnected, the client is reconnected, and if the reconnection fails due to the network problem, the connection is switched to reconnection once every 5 seconds until the network is restored.
In the third step, the handler number, tester number and lot number are scanned to verify the test procedure when a new lot is operated on the handheld device.
In the fourth step, after receiving the instruction of downloading the program, the testing machine slides into the testing program path according to the transmitted testing program name and loads the testing program into the local by means of ftp.
As a preferable technical scheme, the operation flow of the testing machine is as follows: opening communication software of the equipment and the equipment automation platform system, and displaying the current communication process; when the equipment automation platform system sends an instruction, the communication software starts a test action, and a test program runs.
Compared with the prior art, the invention has the beneficial effects that:
the invention relates to a transformation method for realizing automatic uploading of test programs of test machine equipment, which is characterized in that the test programs are uniformly placed on a file server, communication is established between the test machine and an equipment automation platform system, then the equipment automation platform system sends a message to the test machine, and the test machine downloads the test programs according to the names and paths of the test programs. The mode of downloading the test program is FTP, and the test program can be automatically verified, downloaded and loaded, so that human errors are reduced, the test program is uniformly managed, and the overall operation efficiency is improved.
Drawings
FIG. 1 is a test program download flow chart of the present invention;
FIG. 2 is an equipment interface diagram of the test machine of the present invention prior to initiation of operation;
fig. 3 is a view of the equipment interface after the tester of the present invention starts operation.
Detailed Description
The technical scheme of the invention is further described below with reference to the specific embodiments:
as shown in fig. 1, a modification method for implementing automatic uploading of a test program of a tester device includes the following steps:
step one, uniformly maintaining a test program through a file server, namely naming the test program according to the rules of the test platform, the client number, the circuit name and the chip name and the test platform, the client number and the circuit name;
step two, the equipment automation platform system communicates with the testing machine, determines an interface format, establishes a heartbeat mechanism and ensures normal connection;
specifically, the equipment automation platform system and the testing machine are communicated in a socket mode, the equipment automation platform system is used as a client, the testing machine is used as a server, and the data format is Json.
The heartbeat mechanism is as follows: the client sends heartbeat to the server within 30 seconds, and if the heartbeat is sent, the connection with the server is detected to be disconnected, the client is reconnected, and if the reconnection fails due to the network problem, the connection is switched to reconnection once every 5 seconds until the network is restored.
Step three, operating a new batch of operation on the handheld device, wherein in the embodiment, the handheld device is a palm computer, the palm computer scans the serial number of the sorting machine, the serial number of the testing machine and the batch number to verify the testing program, and invokes the automatic platform system of the device to download a testing program interface to send a downloading program instruction to the testing machine;
and step four, the testing machine receives the instruction, slides into a testing program path according to the transmitted testing program name, and loads the testing program to the local in an ftp mode to finish the automatic downloading operation of the testing program.
The operation flow of the testing machine is as follows: as shown in fig. 2, the communication software of the equipment and the equipment automation platform system is opened, and the current communication process is displayed; after the equipment automation platform system sends the instruction, as shown in fig. 3, the communication software starts the test action and the test program runs.
The present embodiment is further illustrative of the present invention and is not to be construed as limiting the invention, and those skilled in the art can make no inventive modifications to the present embodiment as required after reading the present specification, but only as long as they are within the scope of the claims of the present invention.

Claims (8)

1. The transformation method for realizing automatic uploading of the test program of the tester equipment is characterized by comprising the following steps:
step one, uniformly maintaining a test program according to rules through a file server;
step two, the equipment automation platform system communicates with the testing machine, determines an interface format, establishes a heartbeat mechanism and ensures normal connection;
step three, operating a new batch of operation on the handheld device, verifying the test program, calling the device automation platform system to download a test program interface, and sending a download program instruction to the test machine;
and step four, the testing machine receives the instruction and completes the automatic downloading operation of the testing program.
2. The improvement method for implementing automatic uploading of test programs of a tester according to claim 1, wherein in the first step, the test programs are named uniformly according to the rules of [ test platform+client number+circuit name+chip name ] and [ test platform+client number+circuit name ].
3. The improvement method for implementing automatic uploading of test program of tester equipment according to claim 1, wherein in the second step, the equipment automation platform system and the tester communicate in a socket mode, the equipment automation platform system is used as a client, the tester is used as a server, and the data format is Json.
4. A modification method for implementing automatic uploading of test program of tester equipment according to claim 3, wherein the Json character string is divided into two types of request and response.
5. The improvement method for implementing automatic uploading of test program of tester equipment according to claim 1, wherein in the second step, the heartbeat mechanism is as follows: the client sends heartbeat to the server within 30 seconds, and if the heartbeat is sent, the connection with the server is detected to be disconnected, the client is reconnected, and if the reconnection fails due to the network problem, the connection is switched to reconnection once every 5 seconds until the network is restored.
6. The improvement method for automatically uploading test programs of a tester according to claim 1, wherein in the third step, when a new batch of work is operated on the handheld device, the handler number, the tester number and the batch number are scanned to verify the test programs.
7. The improvement method for implementing automatic uploading of test program of tester equipment according to claim 1, wherein in the fourth step, after receiving the instruction of downloading the program, the tester slides into the test program path according to the transmitted test program name and loads the test program to the local by ftp.
8. The improvement method for realizing automatic uploading of test program of tester equipment according to claim 1, wherein the operation flow of the tester is as follows: opening communication software of the equipment and the equipment automation platform system, and displaying the current communication process; and when the equipment automation platform system sends an instruction, the communication software starts a test action, and the test program runs.
CN202311487547.4A 2023-11-09 2023-11-09 Transformation method for realizing automatic uploading of test program of tester equipment Pending CN117499387A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311487547.4A CN117499387A (en) 2023-11-09 2023-11-09 Transformation method for realizing automatic uploading of test program of tester equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311487547.4A CN117499387A (en) 2023-11-09 2023-11-09 Transformation method for realizing automatic uploading of test program of tester equipment

Publications (1)

Publication Number Publication Date
CN117499387A true CN117499387A (en) 2024-02-02

Family

ID=89679661

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311487547.4A Pending CN117499387A (en) 2023-11-09 2023-11-09 Transformation method for realizing automatic uploading of test program of tester equipment

Country Status (1)

Country Link
CN (1) CN117499387A (en)

Similar Documents

Publication Publication Date Title
US6243832B1 (en) Network access server testing system and methodology
US20210176355A1 (en) Using automatically collected device problem information to route and guide users' requests
CN110024362B (en) Bluetooth test system and method
CN106681924B (en) A kind of method for testing software and system
US7287190B2 (en) Simultaneous execution of test suites on different platforms
CN109768970B (en) Configurable universal protocol generation method
CN109873728B (en) Terminal testing method and device and storage medium
CN112416804A (en) Real-time simulation test system and method
CN105959302A (en) Terminal management framework and method
CN117499387A (en) Transformation method for realizing automatic uploading of test program of tester equipment
CN106648805A (en) Intelligent device, intelligent system, and method for intelligently installing application
CN107360295A (en) A kind of test main frame and method
CN106324555A (en) General virtual electric energy meter for electric energy meter data acquisition terminal test system
CN106528199A (en) Method and terminal for updating automobile instrument panel system
CN110529985A (en) The matching process and device of air-conditioner set and data transmission terminal DTU
CN113961504A (en) Mobile terminal group control method, device, system, server and storage medium
CN113849213B (en) OTA upgrading system and method for edge equipment
CN115756544A (en) Equipment updating method and device, electronic equipment and storage medium
CN114461337A (en) Cloud simulation system and method, electronic equipment and storage medium
CN105242938B (en) Automated procedures download system and method
CN111506502B (en) Mobile terminal UI automatic distribution network flow test system and method
CN112328439A (en) Stability test method and system for hardware equipment
CN116701166A (en) Method for realizing automatic uploading transformation of linkage equipment test program
CN112650815A (en) Method and device for synchronizing environmental data, storage medium and electronic device
CN209911955U (en) Automatic testing arrangement based on app

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