CN102467448A - Test method and system of test case - Google Patents

Test method and system of test case Download PDF

Info

Publication number
CN102467448A
CN102467448A CN2010105468753A CN201010546875A CN102467448A CN 102467448 A CN102467448 A CN 102467448A CN 2010105468753 A CN2010105468753 A CN 2010105468753A CN 201010546875 A CN201010546875 A CN 201010546875A CN 102467448 A CN102467448 A CN 102467448A
Authority
CN
China
Prior art keywords
test
file
operation flow
script file
test case
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
CN2010105468753A
Other languages
Chinese (zh)
Other versions
CN102467448B (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.)
Guangzhou Ankai Microelectronics Co.,Ltd.
Original Assignee
Anyka Guangzhou Microelectronics Technology 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 Anyka Guangzhou Microelectronics Technology Co Ltd filed Critical Anyka Guangzhou Microelectronics Technology Co Ltd
Priority to CN201010546875.3A priority Critical patent/CN102467448B/en
Publication of CN102467448A publication Critical patent/CN102467448A/en
Application granted granted Critical
Publication of CN102467448B publication Critical patent/CN102467448B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a test method and system of a test case. The method comprises steps as folows: a scheduler reads a configuration file and loads a test program according to the configuration file; a script file is called, and test case data and an operation flow in the script file are analyzed; and a test program tests the test case data and writes the test result in a target file according to the operation flow. In the test method and system provided by the embodiment of the invention, the test data and operation flow are written in the script file which can be identified by the scheduler, the test program is called, and the test case data is acquired to perform the test according to the operation flow defined in the script, thereby effectively separating the test data, operation flow and test codes; and multiple sets of test data and multiple sets of operation flows can be configured in the script file. The test is carried out in one test code, and the test result is stored in the target file, thereby effectively relieving the test pressure of the system and saving the test resource of the system.

Description

A kind of method of testing of test case and system
Technical field
The application relates to the software test field, particularly relates to a kind of method of testing and system of test case.
Background technology
In the existing software measuring technology, when the development and testing code, the general test personnel are mingled in test case (comprising that test data is with operation flow) and test code, and same test result also is to be mingled in together with test code.
Because test case and test code are mingled in together, for a function or function, every increase test case; Will have more a similarly test code; The logic of test code in fact all is consistent, only is that with the difference of former test code the initialization data of testing is different with test result, if test data of every replacing will increase a test code; The load-bearing capacity of the system of giving poses a big pressure, and has wasted system resource simultaneously.
Summary of the invention
For solving the problems of the technologies described above, the application embodiment provides a kind of method of testing and system of test case, and test data and operation flow are write in the script file that scheduler program can discern; Effectively test data/operation flow and test code are separated; In script file, can dispose many group test datas, in same test code, test, test result is stored in the file destination; The test pressure of the system of effectively alleviating has been practiced thrift the test resource of system.
Technical scheme is following:
A kind of method of testing of test case comprises:
Read configuration file and load test procedure according to said configuration file;
The invoke script file, test case data in the analyzing script file and operation flow;
According to operation flow, use said test procedure said test case data is tested, test result is write file destination.
Above-mentioned method of testing, preferred, said script file is a lua language scripts file.
Above-mentioned method of testing, preferred, test case data in the said script file and operation flow are one or more groups.
Above-mentioned method of testing, preferred, after the application testing program is carried out EOT to the test case in the said script file, load other test procedure automatically according to said configuration file and carry out other test process.
Above-mentioned method of testing, preferred, said configuration file is used for confirming the mode of carrying out of test, comprising: the initiation position of confirming test.
A kind of test macro of test case comprises: loading unit, resolution unit and test cell;
Wherein: said loading unit is used to read configuration file and loads test procedure according to said configuration file;
Said resolution unit is used for the invoke script file, test case data in the analyzing script file and operation flow;
Said test cell is used for the operation flow according to said resolution unit parsing, uses the test procedure of said loading unit loading the test case data of said resolution unit parsing is tested, and test result is write file destination.
Above-mentioned test macro, preferred, the script file that said resolution unit is called is a lua language scripts file.
Above-mentioned test macro, preferred, test case data in the script file that said resolution unit is called and operation flow are one or more groups.
Above-mentioned test macro; Preferably; After said test cell is used test case data that test procedure that said loading unit loads resolves said resolution unit and carried out EOT, load other test procedure automatically according to said configuration file and carry out other test process.
Above-mentioned test macro, preferred, the configuration file that said loading unit loads is used for confirming the mode of carrying out of test, comprising: the initiation position of confirming test.
Technical scheme by above the application embodiment provides is visible; The method of testing of test case provided by the invention and system; Adopt lua script mode to resolve test case, test case data and operation flow are configured in the script file, thereby test data/operation flow is separated with test program code; And test result is write in the file destination; Make a test code to test, thereby effectively alleviated the test pressure of system, practiced thrift the test resource of system many parts of test datas.
Description of drawings
In order to be illustrated more clearly in the application embodiment or technical scheme of the prior art; To do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below; Obviously, the accompanying drawing in describing below only is some embodiment that put down in writing among the application, for those of ordinary skills; Under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
The process flow diagram of the method for testing of a kind of test case that Fig. 1 provides for the application embodiment;
Fig. 2 provides an a kind of detail flowchart of method of testing of test case for the application embodiment;
The Organization Chart of the test process that Fig. 3 provides for the application embodiment;
The structural representation of the test macro of a kind of test case that Fig. 4 provides for the application embodiment.
Embodiment
In order to make those skilled in the art person understand the application's scheme better.To combine the accompanying drawing among the application embodiment below, the technical scheme among the application embodiment is carried out clear, intactly description, obviously, described embodiment only is the application's part embodiment, rather than whole embodiment.Based on the embodiment among the application, those of ordinary skills are not making the every other embodiment that is obtained under the creative work prerequisite, all should belong to the scope of the application's protection.
The process flow diagram of the method for testing of the test case that the application embodiment provides is as shown in Figure 1, comprising:
Step S101: read configuration file and load test procedure according to configuration file;
Step S102: invoke script file, test case data in the analyzing script file and operation flow;
Step S103: according to the operation flow that defines in the script file, the application testing program is tested test case data, and test result is write file destination.
Need to prove:
In the method for testing that the application embodiment provides; The script file that adopts scheduler program to discern separates with test result test data with test program code; Make the test code of a certain function be merely a; In the method that the application embodiment provides, the language form of script file can be multiple, adopts optimum lua language scripts file among the application.
During the test beginning, scheduler program scheduling script file, the scheduling tests program is tested script file in test procedure then.
Test case data in the script file can be one or more groups; Operation flow can be one or more groups; And the logical performance with test in script file is configured; Make a test program code to test, and can carry out the checking of many group test results, make that test program code obtains utilizing to the full extent a plurality of test cases.
The method of testing that the application embodiment provides; A test program code can be tested many groups test data and many group operation flows; When the test data that test program code disposes in to script file according to operation flow test finish after; System can load new test procedure automatically, calls other test script, tests.
For example: in the test process; Need test UI widget library and multi-lingual storehouse; The UI widget library needs the background colour setting of testing button, font size, response mode etc.; Be provided with a test procedure of two parts of test procedures this moment in the system to test UI widget library, a to multi-lingual storehouse; When test UI widget library is tested, call test program code to test UI widget library, import and dispose the script file of testing to test UI widget library; According to the described operation flow of script file; (as carrying out the background colour setting earlier, carry out the font setting again, the button situation is clicked in last test; After clicking the button test again or earlier, carry out font and background colour setting again) test.After the test program code of test UI widget library is carried out EOT to the test data of test UI widget library; System imports the test program code in multi-lingual storehouse automatically, and the script file that disposes multi-lingual library test data and operation flow is imported and tests; Realize the extensibility module testing thus.
One detail flowchart of the method for testing of the test case that the application embodiment provides is as shown in Figure 2, comprising:
Step S201: read configuration file;
Step S202: the position is initiated in the test in the configuration file judge;
Step S203: ask target machine if initiate the position, test case data in the target machine analyzing script file then, otherwise, execution in step S204;
Step S204: if initiate the position is PC, builds on the communication task of target machine, the test case data in the controlled target machine analyzing script file.
In the method for testing that the application embodiment provides, the detailed process of test can be separately on the embedded target machine with the dynamic load test procedure, resolve test case with script mode; Implementation of test cases; File destination is stored on the target machine, also can communicates, initiate the test application by the PC end with PC; Target machine is carried out test process, and file destination is turned back in the PC.
The Organization Chart of the test process that the application embodiment provides is as shown in Figure 3, in conjunction with the method for testing among Fig. 2:
When configuration file required target machine isolated operation test procedure, target machine loaded corresponding test procedure, realized test case parsing storehouse through the lua language; Resolve test case, scheduling dependence test program is carried out test; Log pattern record test process and storage, a complete module testing unloads this module testing; Load test module next time more successively, test, directly all test modules are all complete.
When configuration file requires to be initiated by PC, then load communication pool, behind the communication analysis storehouse, resolve the test command of PC; Load corresponding test module, resolve the storehouse, resolve test case through the test case that the lua language is realized; Scheduling dependence test program is carried out test, log pattern record test process and storage; A complete module testing unloads this module testing, waits for next time the order after the data parsing of being transmitted by communication module.
The test system structure synoptic diagram of the test case that the application embodiment provides is as shown in Figure 4, comprising: loading unit 301, resolution unit 302 and test cell 303;
Wherein: loading unit 301 is used to read configuration file and loads test procedure according to said configuration file;
Resolution unit 302 is used for the invoke script file, test case data in the analyzing script file and operation flow;
Test cell 303 is used for the operation flow according to said resolution unit parsing, uses the test procedure of said loading unit loading the test case data of said resolution unit parsing is tested, and test result is write file destination.
Need to prove:
The script file that resolution unit is called in the test macro that the application embodiment provides is a lua language scripts file; Test case data in the script file that resolution unit is called is one or more groups, and operation flow is one or more groups.
Test cell is used the test procedure that loading unit loads in the test macro that the application embodiment provides; Operation flow according to resolution unit is resolved is carried out; After test case data carried out EOT, load other test procedure automatically according to said configuration file and carry out other test process.
The configuration file that loading unit loads is used for confirming the mode of carrying out of test, comprising: the initiation position of confirming test.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and identical similar part is mutually referring to getting final product between each embodiment, and each embodiment stresses all is the difference with other embodiment.The above only is the application's a embodiment; Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the application's principle; Can also make some improvement and retouching, these improvement and retouching also should be regarded as the application's protection domain.

Claims (10)

1. the method for testing of a test case is characterized in that, comprising:
Read configuration file and load test procedure according to said configuration file;
The invoke script file, test case data in the analyzing script file and operation flow;
According to operation flow, use said test procedure said test case data is tested, test result is write file destination.
2. method of testing according to claim 1 is characterized in that, said script file is a lua language scripts file.
3. method of testing according to claim 1 is characterized in that, test case data in the said script file and operation flow are one or more groups.
4. method of testing according to claim 3 is characterized in that, after the application testing program is carried out EOT to the test case in the said script file, loads other test procedure automatically according to said configuration file and carries out other test process.
5. method of testing according to claim 1 is characterized in that, said configuration file is used for confirming the mode of carrying out of test, comprising: the initiation position of confirming test.
6. the test macro of a test case is characterized in that, comprising: loading unit, resolution unit and test cell;
Wherein: said loading unit is used to read configuration file and loads test procedure according to said configuration file;
Said resolution unit is used for the invoke script file, test case data in the analyzing script file and operation flow;
Said test cell is used for the operation flow according to said resolution unit parsing, uses the test procedure of said loading unit loading the test case data of said resolution unit parsing is tested, and test result is write file destination.
7. test macro according to claim 6 is characterized in that, the script file that said resolution unit is called is a lua language scripts file.
8. test macro according to claim 6 is characterized in that, test case data in the script file that said resolution unit is called and operation flow are one or more groups.
9. test macro according to claim 8; It is characterized in that; After said test cell is used test case data that test procedure that said loading unit loads resolves said resolution unit and carried out EOT, load other test procedure automatically according to said configuration file and carry out other test process.
10. test macro according to claim 6 is characterized in that, the configuration file that said loading unit loads is used for confirming the mode of carrying out of test, comprising: the initiation position of confirming test.
CN201010546875.3A 2010-11-16 2010-11-16 Test method and system of test case Active CN102467448B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010546875.3A CN102467448B (en) 2010-11-16 2010-11-16 Test method and system of test case

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010546875.3A CN102467448B (en) 2010-11-16 2010-11-16 Test method and system of test case

Publications (2)

Publication Number Publication Date
CN102467448A true CN102467448A (en) 2012-05-23
CN102467448B CN102467448B (en) 2014-09-17

Family

ID=46071109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010546875.3A Active CN102467448B (en) 2010-11-16 2010-11-16 Test method and system of test case

Country Status (1)

Country Link
CN (1) CN102467448B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103984627A (en) * 2014-05-15 2014-08-13 浪潮电子信息产业股份有限公司 Test method for memory pressure of Linux server
CN104794049A (en) * 2014-01-20 2015-07-22 腾讯科技(深圳)有限公司 Application program test method and device
CN105487975A (en) * 2015-11-27 2016-04-13 贵州航天风华精密设备有限公司 Self organization method for spacecraft test software processes
CN106383784A (en) * 2016-09-20 2017-02-08 上海爱数信息技术股份有限公司 Software automated test method and system
CN107124236A (en) * 2017-04-24 2017-09-01 安徽戎智科技有限公司 A kind of receiver performance indication test method based on script
CN107193726A (en) * 2016-03-15 2017-09-22 展讯通信(上海)有限公司 A kind of terminal concurrence method of testing and device
CN107368412A (en) * 2017-07-03 2017-11-21 上海前隆信息科技有限公司 Automated testing method/system, computer-readable recording medium and electronic equipment
CN107608873A (en) * 2016-07-11 2018-01-19 珠海优特电力科技股份有限公司 Method for testing software and system and test platform
CN107729234A (en) * 2017-09-29 2018-02-23 郑州云海信息技术有限公司 The scheduling of test case performs method, apparatus, equipment and computer-readable storage medium
CN107844424A (en) * 2017-11-15 2018-03-27 杭州杉石科技有限公司 Model-based testing system and method
CN108415826A (en) * 2018-01-12 2018-08-17 深圳壹账通智能科技有限公司 Test method, terminal device and the computer readable storage medium of application
CN110399304A (en) * 2019-07-30 2019-11-01 江苏恒宝智能***技术有限公司 A kind of test method and system of script
CN111143214A (en) * 2019-12-26 2020-05-12 上海米哈游天命科技有限公司 Game performance monitoring method, device, server and storage medium
CN112256554A (en) * 2019-07-22 2021-01-22 腾讯科技(深圳)有限公司 Method and equipment for testing based on scene test case
CN112463579A (en) * 2019-09-09 2021-03-09 英业达科技有限公司 System and method for generating configuration file and testing by using configuration file

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101162426A (en) * 2007-11-15 2008-04-16 中兴通讯股份有限公司 Example design test method for testing based on data driving and automatically testing platform
CN101876940A (en) * 2009-11-30 2010-11-03 北京飞天诚信科技有限公司 Automatic test method and device
CN101989227A (en) * 2009-08-04 2011-03-23 中兴通讯股份有限公司 Test case generating method and device
TW201122807A (en) * 2009-12-17 2011-07-01 Hon Hai Prec Ind Co Ltd System and method for guiding electronic product testing program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101162426A (en) * 2007-11-15 2008-04-16 中兴通讯股份有限公司 Example design test method for testing based on data driving and automatically testing platform
CN101989227A (en) * 2009-08-04 2011-03-23 中兴通讯股份有限公司 Test case generating method and device
CN101876940A (en) * 2009-11-30 2010-11-03 北京飞天诚信科技有限公司 Automatic test method and device
TW201122807A (en) * 2009-12-17 2011-07-01 Hon Hai Prec Ind Co Ltd System and method for guiding electronic product testing program

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104794049A (en) * 2014-01-20 2015-07-22 腾讯科技(深圳)有限公司 Application program test method and device
CN104794049B (en) * 2014-01-20 2019-05-24 腾讯科技(深圳)有限公司 Applied program testing method and device
CN103984627A (en) * 2014-05-15 2014-08-13 浪潮电子信息产业股份有限公司 Test method for memory pressure of Linux server
CN105487975A (en) * 2015-11-27 2016-04-13 贵州航天风华精密设备有限公司 Self organization method for spacecraft test software processes
CN107193726A (en) * 2016-03-15 2017-09-22 展讯通信(上海)有限公司 A kind of terminal concurrence method of testing and device
CN107608873B (en) * 2016-07-11 2021-05-25 珠海优特电力科技股份有限公司 Software testing method and system and testing platform
CN107608873A (en) * 2016-07-11 2018-01-19 珠海优特电力科技股份有限公司 Method for testing software and system and test platform
CN106383784A (en) * 2016-09-20 2017-02-08 上海爱数信息技术股份有限公司 Software automated test method and system
CN107124236A (en) * 2017-04-24 2017-09-01 安徽戎智科技有限公司 A kind of receiver performance indication test method based on script
CN107368412A (en) * 2017-07-03 2017-11-21 上海前隆信息科技有限公司 Automated testing method/system, computer-readable recording medium and electronic equipment
CN107729234A (en) * 2017-09-29 2018-02-23 郑州云海信息技术有限公司 The scheduling of test case performs method, apparatus, equipment and computer-readable storage medium
CN107844424A (en) * 2017-11-15 2018-03-27 杭州杉石科技有限公司 Model-based testing system and method
CN107844424B (en) * 2017-11-15 2019-03-01 杭州杉石科技有限公司 Model-based testing system and method
CN108415826A (en) * 2018-01-12 2018-08-17 深圳壹账通智能科技有限公司 Test method, terminal device and the computer readable storage medium of application
CN108415826B (en) * 2018-01-12 2021-10-29 深圳壹账通智能科技有限公司 Application testing method, terminal device and computer readable storage medium
CN112256554A (en) * 2019-07-22 2021-01-22 腾讯科技(深圳)有限公司 Method and equipment for testing based on scene test case
CN112256554B (en) * 2019-07-22 2023-06-16 腾讯科技(深圳)有限公司 Method and equipment for testing based on scene test cases
CN110399304A (en) * 2019-07-30 2019-11-01 江苏恒宝智能***技术有限公司 A kind of test method and system of script
CN110399304B (en) * 2019-07-30 2023-07-25 江苏恒宝智能***技术有限公司 Script testing method and system
CN112463579A (en) * 2019-09-09 2021-03-09 英业达科技有限公司 System and method for generating configuration file and testing by using configuration file
CN112463579B (en) * 2019-09-09 2024-04-12 英业达科技有限公司 System and method for generating configuration file and testing using configuration file
CN111143214A (en) * 2019-12-26 2020-05-12 上海米哈游天命科技有限公司 Game performance monitoring method, device, server and storage medium

Also Published As

Publication number Publication date
CN102467448B (en) 2014-09-17

Similar Documents

Publication Publication Date Title
CN102467448A (en) Test method and system of test case
CN110046101B (en) Page automatic testing method and device and computer storage medium
CN103365668B (en) A kind of dynamic link library loads and the method, apparatus of link
CN104182335A (en) Software testing method and device
US10354031B2 (en) Information processing by interpenetrating signal transmission channel in design for testability of chip
CN105528287A (en) Apparatus and method for unit test of code
CN103685193A (en) Method for third party application to access open platform and open platform access system
CN103399814B (en) The method and device of automatic test
US9645911B2 (en) System and method for debugging firmware/software by generating trace data
CN104850476A (en) Cross-platform interface automated testing method and cross-platform interface automated testing system
CN103309800A (en) Automatic webpage testing method and system
CN104881343A (en) Testing method and testing system
CN105653438A (en) Method and device for cross-process automated testing of Android device
CN102455941B (en) Multitask scheduling method and device based on normal form
CN105260186A (en) Construction method and device of application program SDK for embedded system
CN102063367A (en) Off-line analysis method and device aiming at computer crash program
CN105094870A (en) Compatible method of 64-bit Linux operating system for 32-bit application software
CN104199770A (en) Automated mobile phone music APK testing method
US20140172344A1 (en) Method, system and apparatus for testing multiple identical components of multi-component integrated circuits
CN102331961A (en) Method, system and dispatcher for simulating multiple processors in parallel
CN103809938B (en) The automatic record method and system of Python function operation information
CN115951868B (en) Method, apparatus and storage medium for executing script command
CN104598278B (en) A kind of data processing method and electronic equipment
CN104965742B (en) A kind of automatized script and device handling front-end task
CN103425558B (en) A kind of method realizing the test of board I/O port based on test configurations table

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Test method and system of test case

Effective date of registration: 20171102

Granted publication date: 20140917

Pledgee: China Co truction Bank Corp Guangzhou economic and Technological Development Zone sub branch

Pledgor: Anyka (Guangzhou) Microelectronics Technology Co., Ltd.

Registration number: 2017990001008

PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20181227

Granted publication date: 20140917

Pledgee: China Co truction Bank Corp Guangzhou economic and Technological Development Zone sub branch

Pledgor: Anyka (Guangzhou) Microelectronics Technology Co., Ltd.

Registration number: 2017990001008

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Test method and system of test case

Effective date of registration: 20190130

Granted publication date: 20140917

Pledgee: China Co truction Bank Corp Guangzhou economic and Technological Development Zone sub branch

Pledgor: Anyka (Guangzhou) Microelectronics Technology Co., Ltd.

Registration number: 2019440000051

PC01 Cancellation of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20200320

Granted publication date: 20140917

Pledgee: China Co truction Bank Corp Guangzhou economic and Technological Development Zone sub branch

Pledgor: ANYKA (GUANGZHOU) MICROELECTRONICS TECHNOLOGY Co.,Ltd.

Registration number: 2019440000051

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 3 / F, C1 area, innovation building, 182 science Avenue, Science City, Guangzhou, Guangdong 510663

Patentee after: Guangzhou Ankai Microelectronics Co.,Ltd.

Address before: 3 / F, C1 area, innovation building, 182 science Avenue, Science City, Guangzhou, Guangdong 510663

Patentee before: ANYKA (GUANGZHOU) MICROELECTRONICS TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 510555 No. 107 Bowen Road, Huangpu District, Guangzhou, Guangdong

Patentee after: Guangzhou Ankai Microelectronics Co.,Ltd.

Address before: 3 / F, C1 area, innovation building, 182 science Avenue, Science City, Guangzhou, Guangdong 510663

Patentee before: Guangzhou Ankai Microelectronics Co.,Ltd.