CN112540883A - Test system and test method - Google Patents

Test system and test method Download PDF

Info

Publication number
CN112540883A
CN112540883A CN201910901382.8A CN201910901382A CN112540883A CN 112540883 A CN112540883 A CN 112540883A CN 201910901382 A CN201910901382 A CN 201910901382A CN 112540883 A CN112540883 A CN 112540883A
Authority
CN
China
Prior art keywords
test
server
electronic devices
data
test system
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
CN201910901382.8A
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.)
Hosin Global Electronics Co Ltd
Original Assignee
Hosin Global Electronics 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 Hosin Global Electronics Co Ltd filed Critical Hosin Global Electronics Co Ltd
Priority to CN201910901382.8A priority Critical patent/CN112540883A/en
Publication of CN112540883A publication Critical patent/CN112540883A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/2247Verification or detection of system hardware configuration
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a test system and a test method. The test system comprises a server and a plurality of electronic devices connected to the server. Each of the plurality of electronic devices collects test data generated by the test module testing the memory device. The electronic devices transmit the test data to the server through a local area network, and the server generates a test report according to the test data. By automatically collecting the test data and automatically generating the test report, the manpower and time for collecting the test data and generating the test report are greatly reduced, and the test accuracy is improved.

Description

Test system and test method
Technical Field
The present invention relates to a test system and a test method, and more particularly, to a test system and a test method for a memory device.
Background
In the past, when testing a memory device, a computer was manually used to collect test data and manually fill in test reports. This is not only labor and time consuming, but also is inevitable with recording errors due to manual recording. Therefore, it is an objective of those skilled in the art to improve the testing efficiency and accuracy of memory devices.
Disclosure of Invention
The invention provides a test system and a test method, which improve the test efficiency and accuracy of a memory device.
The invention provides a test system, comprising: a server; and a plurality of electronic devices connected to the server. Each of the plurality of electronic devices collects test data generated by the test module testing the memory device. The electronic devices transmit the test data to the server through a local area network, and the server generates a test report according to the test data.
The invention provides a test method which is suitable for a test system. The test system comprises a server and a plurality of electronic devices connected to the server. The test method comprises the following steps: each of the plurality of electronic devices collecting test data for testing the memory device by the test module; the plurality of electronic devices transmit the test data to the server through a local area network; and the server generates a test report according to the test data.
Based on the above, in the testing system and the testing method provided by the embodiments of the present invention, the electronic device collects the testing data of the memory device and transmits the testing data to the server through the local area network, so that the server generates the testing report according to the testing data. According to the test system and the test method provided by the embodiment of the invention, the test data is automatically collected and the test report is automatically generated, so that the manpower and time for collecting the test data and generating the test report are greatly reduced, and the test accuracy is improved.
In order to make the aforementioned and other features and advantages of the invention more comprehensible, embodiments accompanied with figures are described in detail below.
Drawings
The accompanying drawings are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification. The drawings illustrate embodiments of the invention and together with the description serve to explain the principles of the invention.
FIG. 1 is a block diagram of a test system according to an embodiment of the present invention;
FIG. 2 is an architecture diagram of a test system according to an embodiment of the present invention;
FIG. 3 is a flow chart of a testing method according to an embodiment of the invention.
Description of the reference numerals
100: testing the system;
111-114: an electronic device;
115-118: a client process;
120: a server;
121: a server process;
130: testing the report;
s301 to S303: and (3) testing the steps of the method.
Detailed Description
Reference will now be made in detail to exemplary embodiments of the invention, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings and the description to refer to the same or like parts.
FIG. 1 is a block diagram of a test system according to an embodiment of the present invention; FIG. 2 is an architecture diagram of a test system according to an embodiment of the present invention.
Referring to fig. 1 and fig. 2, a testing system 100 according to an embodiment of the invention includes electronic devices 111 to 114 and a server 120. The electronic devices 111-114 are connected to the server 120. The electronic devices 111 to 114 and the server 120 are, for example, Personal Computers (PCs). Although the test system 100 includes four electronic devices 111-114 in the embodiment, the invention is not limited to the number of the electronic devices.
In one embodiment, each of the electronic devices 111-114 collects test data generated by a test module (e.g., a mass production TOOL ST-TOOL or other mass production TOOL) testing a memory device (not shown). The memory device may include one or more flash disks. The electronic devices 111-114 transmit the test data to the server 120 through the LAN. The server 120 receives the test data and generates a test report 130 according to the test data.
Specifically, each of the electronic devices 111-114 runs the client processes 115-118 to collect the test data of the test module and transmit the test data to the server 120. Server 120 runs server process 121 to collect test data and generate test report 130. The server process 121 can also monitor the test conditions of each client process 115-118.
Since the client process 115 of the electronic device 111 and the test module run on the same computer, the test module and the client process 115 running on the electronic device 111 perform data intercommunication through a data sharing command (e.g., an OnCopyData command). This mechanism of data interworking may also be referred to as a message handling mechanism. The electronic devices 112-114 may also have a mechanism for data communication.
In one embodiment, the server 120 and the electronic devices 111-114 perform data interaction through a Socket mechanism. The server 120 and the electronic devices 111 to 114 need to be in the same local area network, and the electronic devices 111 to 114 are connected to a port monitored by the server 120 through an Internet Protocol (IP) address of the server 120 in the local area network.
In one embodiment, the server 120 generates the test report 130 through an Application Program Interface (API). For example, the server 120 may install document processing software (e.g., Office software) and operate form processing software (e.g., Excel software) through an application programming interface provided by the document processing software to generate the test report 130.
By automatically collecting test data and automatically generating test reports, the test system 100 of an embodiment of the present invention greatly reduces the labor and time for collecting test data and generating the test reports 130 and improves the test accuracy.
FIG. 3 is a flow chart of a testing method according to an embodiment of the invention.
Referring to fig. 3, in step S301, a plurality of electronic devices collect test data of the test module for testing the memory device.
In step S302, the plurality of electronic devices transmit test data to the server through the local area network.
In step S303, the server generates a test report according to the test data.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A test system, comprising:
a server; and
a plurality of electronic devices connected to the server, wherein
Each of the plurality of electronic devices collects test data generated by the test module testing the memory device,
the electronic devices transmit the test data to the server through a local area network, and the server generates a test report according to the test data.
2. The test system of claim 1, wherein the server runs a server process to collect the test data and generate a test report.
3. The test system of claim 1, wherein each of the plurality of electronic devices runs a client process to collect the test data of the test module and transmit the test data to the server.
4. The test system of claim 1, wherein the test module is in data communication with client processes running on the plurality of electronic devices via data sharing commands.
5. The test system of claim 1, wherein the server interacts data with the plurality of electronic devices via a socket mechanism.
6. The test system of claim 1, wherein the plurality of electronic devices are connected to the port on which the server listens through the server at an internet protocol address of the local area network.
7. The test system of claim 1, wherein the server generates the test report via an application programming interface.
8. The test system of claim 1, wherein the test module is a volume production tool.
9. The test system of claim 1, wherein the memory device comprises one or more flash disks.
10. A test method is applied to a test system, the test system comprises a server and a plurality of electronic devices connected to the server, and the test method comprises the following steps:
each of the plurality of electronic devices collecting test data for testing the memory device by the test module;
the plurality of electronic devices transmit the test data to the server through a local area network; and
and the server generates a test report according to the test data.
CN201910901382.8A 2019-09-23 2019-09-23 Test system and test method Pending CN112540883A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910901382.8A CN112540883A (en) 2019-09-23 2019-09-23 Test system and test method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910901382.8A CN112540883A (en) 2019-09-23 2019-09-23 Test system and test method

Publications (1)

Publication Number Publication Date
CN112540883A true CN112540883A (en) 2021-03-23

Family

ID=75013207

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910901382.8A Pending CN112540883A (en) 2019-09-23 2019-09-23 Test system and test method

Country Status (1)

Country Link
CN (1) CN112540883A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101154315A (en) * 2006-09-25 2008-04-02 佛山市顺德区顺达电脑厂有限公司 System and method for collecting test data
CN101577923A (en) * 2008-05-08 2009-11-11 鸿富锦精密工业(深圳)有限公司 Mobile phone testing system and mobile phone testing method
US20130046503A1 (en) * 2011-08-18 2013-02-21 Askey Computer Corporation Testing system and method having wireless data transmission capability
CN105912457A (en) * 2015-12-08 2016-08-31 乐视网信息技术(北京)股份有限公司 Test server, test client, test system, and test method
KR20160112787A (en) * 2015-03-20 2016-09-28 에스케이하이닉스 주식회사 Test system and control method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101154315A (en) * 2006-09-25 2008-04-02 佛山市顺德区顺达电脑厂有限公司 System and method for collecting test data
CN101577923A (en) * 2008-05-08 2009-11-11 鸿富锦精密工业(深圳)有限公司 Mobile phone testing system and mobile phone testing method
US20130046503A1 (en) * 2011-08-18 2013-02-21 Askey Computer Corporation Testing system and method having wireless data transmission capability
KR20160112787A (en) * 2015-03-20 2016-09-28 에스케이하이닉스 주식회사 Test system and control method thereof
CN105912457A (en) * 2015-12-08 2016-08-31 乐视网信息技术(北京)股份有限公司 Test server, test client, test system, and test method

Similar Documents

Publication Publication Date Title
CN111083225B (en) Data processing method and device in Internet of things platform and Internet of things platform
CN108600029B (en) Configuration file updating method and device, terminal equipment and storage medium
WO2020151483A1 (en) Stress testing system for internet-of-things platform, method, device, and server
US11201812B2 (en) Virtual probes
US20160173349A1 (en) Simulator for testing a gateway device
CN112948212A (en) RPA task state monitoring method, device and computer storage medium
CN110730112A (en) Method, system, equipment and storage medium for testing network running speed
CN102457539A (en) Management method of file servers
CN113890879B (en) Load balancing method and device for data access, computer equipment and medium
CN109656791B (en) gPC performance test method and device based on Jmeter
CN105530137A (en) Traffic data analysis method and traffic data analysis system
WO2024002390A1 (en) Pcb device message response method and apparatus, and computer device and storage medium
US11556120B2 (en) Systems and methods for monitoring performance of a building management system via log streams
CN112540883A (en) Test system and test method
US20180123917A1 (en) System and method for monitoring multiple terminal devices
CN111278022A (en) Internet of things WiFi module performance test method and system
CN114697334B (en) Method and device for executing scheduling task
CN111224891A (en) Traffic application identification system and method based on dynamic learning triples
CN116044867A (en) Hydraulic system control method, system, equipment and medium based on automatic programming
CN109286692A (en) A kind of method of configuration server IPMI static ip address
CN114696888A (en) Port task processing method, device, equipment and medium of satellite measurement, operation and control system
CN114070824A (en) Registration method, registration cloud service, medium, and program product for internet of things device
CN113923258A (en) Data processing method and data processing system
TW202315360A (en) Microservice allocation method, electronic equipment, and storage medium
TWI818721B (en) Robotic process automation fast loan review system with breakpoint responsiveness and method thereof

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