CN103885882A - Testing script based on SAP platform and parameter integration method - Google Patents

Testing script based on SAP platform and parameter integration method Download PDF

Info

Publication number
CN103885882A
CN103885882A CN201410141629.8A CN201410141629A CN103885882A CN 103885882 A CN103885882 A CN 103885882A CN 201410141629 A CN201410141629 A CN 201410141629A CN 103885882 A CN103885882 A CN 103885882A
Authority
CN
China
Prior art keywords
script
parameter
test
sap platform
template
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
CN201410141629.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.)
State Grid Corp of China SGCC
State Grid Jiangsu Electric Power Co Ltd
Jiangsu Electric Power Information Technology Co Ltd
Information and Telecommunication Branch of State Grid Jiangsu Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Jiangsu Electric Power Co Ltd
Jiangsu Electric Power Information 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 State Grid Corp of China SGCC, State Grid Jiangsu Electric Power Co Ltd, Jiangsu Electric Power Information Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201410141629.8A priority Critical patent/CN103885882A/en
Publication of CN103885882A publication Critical patent/CN103885882A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种基于SAP平台的测试脚本及参数整合方法,通过对SAP平台的可供测试的脚本模板进行分类整理,再根据脚本模板自动通过程序产生通用的测试脚本,抽取脚本模板的参数信息,形成参数对象与构造的脚本对象关联,脚本执行测试采用动态调用ECATT脚本、Function等方式来统一,实际产生的通用脚本拥有统一的输入参数:脚本对象类,通过脚本对象类获得参数对象列表,再根据提供的参数对象获取参数值信息,动态调用脚本模板,填入参数进行测试运行,做到脚本通用及执行统一,通用脚本的产生由程序自动执行,不用用户手动制作通用脚本,减少测试工作量。

The invention discloses a test script and a parameter integration method based on the SAP platform. By classifying the script templates available for testing on the SAP platform, and then automatically generating a general test script through a program according to the script template, the parameters of the script template are extracted. Information, forming a parameter object is associated with the constructed script object. The script execution test is unified by dynamically calling the ECATT script, Function, etc. The actual generated general script has a unified input parameter: script object class, and the parameter object list is obtained through the script object class , and then obtain the parameter value information according to the provided parameter object, dynamically call the script template, fill in the parameters and run the test, so that the script is universal and executed uniformly. workload.

Description

一种基于SAP平台的测试脚本及参数整合方法A test script and parameter integration method based on SAP platform

技术领域technical field

本发明涉及一种脚本及参数整合技术,针对SAP平台中的可用于测试的脚本及参数做整合,以达到各种测试脚本及参数整合统一。The invention relates to a script and parameter integration technology, aiming at integrating the test scripts and parameters in the SAP platform, so as to achieve the integration and unity of various test scripts and parameters.

背景技术Background technique

在SAP平台下,程序的测试是很重要的部分,而SAP自身的测试工具及第三方的工具都局限在各自的测试功能中,不同类型的脚本需要不同的方式、不同的工具去测试,没有一个共通的方式去整合和使用这些脚本,需要测试人员花费大量的时间去对不同工具制作不同的测试脚本。Under the SAP platform, program testing is a very important part, while SAP's own testing tools and third-party tools are limited to their own testing functions. Different types of scripts require different methods and different tools to test. There is no To integrate and use these scripts in a common way requires testers to spend a lot of time making different test scripts for different tools.

目前SAP平台下测试脚本的参数也是多种多样,目前已有的测试工具仅仅是将参数抽象为输入和输出,没有更细致的区分,而SAP的函数输入参数除输入输出外还有CHANGING参数(既是输入也是输出)及表格参数,而表格参数也需要根据实际的情况确认其是输入还是输出参数,使得测试人员制作脚本时还需要了解实际的参数用途,增加了很多的测试工作量。At present, the parameters of test scripts under the SAP platform are also various. The existing test tools only abstract the parameters into input and output, without a more detailed distinction. In addition to input and output, SAP function input parameters also have CHANGING parameters ( Both input and output) and table parameters, and table parameters also need to be confirmed as input or output parameters according to the actual situation, so that testers need to understand the actual parameter usage when making scripts, which increases a lot of testing workload.

发明内容Contents of the invention

本发明的目的是提供一种基于SAP平台的测试脚本及参数整合方法,本方法通过将SAP的程序以及ECATT的测试脚本统一整合到一起进行分类整理,并自动生成通用的测试脚本供测试使用,从而达到对不同测试工具的测试脚本进行整合利用,不再需要去制作大量相同功能的测试脚本,可以做到脚本的重复利用。The purpose of the present invention is to provide a kind of test script based on SAP platform and parameter integration method, this method is by the program of SAP and the test script of ECATT unified integration together carry out classification, and automatically generate general test script for test use, In this way, the test scripts of different test tools can be integrated and utilized, and it is no longer necessary to make a large number of test scripts with the same function, and scripts can be reused.

本发明的目的通过以下技术方案实现:The object of the present invention is achieved through the following technical solutions:

一种基于SAP平台的测试脚本及参数整合方法,其特征在于该方法包括以下步骤:A test script and parameter integration method based on SAP platform, it is characterized in that the method comprises the following steps:

1)对需要进行测试的脚本模板进行整理,对这些脚本模板进行分类维护和整理;1) Organize the script templates that need to be tested, and classify, maintain and organize these script templates;

2)对脚本模板参数类型进行抽取,统一封装为参数类对象以及参数的结构类型;2) Extract the parameter type of the script template, and uniformly encapsulate it into a parameter class object and the structure type of the parameter;

3)构造参数对象与脚本对象的对应关系,利用脚本模板生成通用的测试脚本,其通用参数为脚本对象,根据脚本对象获取脚本模板的参数对象供使用,脚本、参数及关系信息利用DB存储;3) Construct the corresponding relationship between the parameter object and the script object, use the script template to generate a general test script, its general parameter is the script object, obtain the parameter object of the script template for use according to the script object, use the DB to store the script, parameter and relationship information;

4)通用测试脚本统一为SAP平台中函数形式;4) The general test script is unified into the function form in the SAP platform;

5)对SAP平台下ECATT脚本、函数、程序及T-CODE的进行函数的封装,只有一个Changing参数是脚本对象;5) Encapsulate the functions of ECATT scripts, functions, programs and T-CODE under the SAP platform, and only one Changing parameter is the script object;

6)函数中,通过编码对ECATT脚本、函数、程序及T-CODE进行动态的调用执行,执行前利用脚本对象获取参数对象,为调用的实际测试脚本填入参数值信息,执行后将结果同样记录到脚本对象中的输出参数对象;完成测试脚本及参数整合。6) In the function, the ECATT script, function, program and T-CODE are dynamically called and executed through coding. Before execution, the script object is used to obtain the parameter object, and the parameter value information is filled in for the actual test script called. After execution, the result is the same Record the output parameter object in the script object; complete the test script and parameter integration.

本发明中,对象中包含参数种类有Importing、Exporting、Changing、Table;参数的结构类型有Table、Structure、Variable。In the present invention, the types of parameters included in the object include Importing, Exporting, Changing, and Table; the structure types of parameters include Table, Structure, and Variable.

本方法通过对SAP平台的可供测试的脚本模板(对应SAP平台中的ECATT脚本,函数Function等)进行分类整理,再根据脚本模板自动通过程序产生通用的测试脚本,抽取脚本模板的参数信息,形成参数对象与构造的脚本对象关联,脚本执行测试采用动态调用ECATT脚本、Function等方式来统一,实际产生的通用脚本拥有统一的输入参数:脚本对象类,通过脚本对象类获得参数对象列表,再根据提供的参数对象获取参数值信息,动态调用脚本模板,填入参数进行测试运行,做到脚本通用及执行统一,通用脚本的产生由程序自动执行,不用用户手动制作通用脚本,减少测试工作量。This method classifies and sorts the testable script templates of the SAP platform (corresponding to the ECATT script in the SAP platform, Function, etc.), and then automatically generates a general test script through the program according to the script template, extracts the parameter information of the script template, Parameter objects are associated with constructed script objects. Script execution tests are unified by dynamically calling ECATT scripts and Functions. The actual generated general scripts have unified input parameters: script object class. The list of parameter objects is obtained through the script object class, and then Obtain parameter value information according to the provided parameter object, dynamically call the script template, fill in the parameters for test operation, achieve common script and unified execution, the generation of common script is automatically executed by the program, and users do not need to manually create common scripts, reducing the test workload .

本发明将脚本涉及的所有参数类型都抽取综合起来,对各种参数以参数对象的方式进行封装,利用参数对象的方式将各种脚本参数统一起来,不再需要去制作大量相同功能的测试脚本,有利于脚本的整合,可以做到脚本的重复利用;同时也更有效的管理参数,减小了测试工作量。The present invention extracts and synthesizes all parameter types involved in the script, encapsulates various parameters in the form of parameter objects, and unifies various script parameters in the form of parameter objects, eliminating the need to make a large number of test scripts with the same function , which is conducive to the integration of scripts and the reuse of scripts; at the same time, it also manages parameters more effectively and reduces the workload of testing.

附图说明Description of drawings

图1是本发明中脚本整合流程图。Fig. 1 is a flowchart of script integration in the present invention.

具体实施方式Detailed ways

本发明中相关技术术语的名词解释如下:ECATT:扩展的计算机辅助测试工具,SAP平台中的一种测试工具;Importing:输入参数;Exporting:输出参数;Changing:输入输出参数(既是输入参数也是输出参数);Table:表格类型参数,同二维数组,在函数中既是输入参数也是输出参数;Structure:结构化参数,同一维数组;Variable:基本类型参数;T-CODE:SAP平台中的事务代码,用于执行一个功能。The noun explanation of relevant technical terms among the present invention is as follows: ECATT: the extended computer aided testing tool, a kind of testing tool in the SAP platform; Importing: input parameter; Exporting: output parameter; Changing: input and output parameter (both input parameter and output parameter); Table: table type parameter, the same as a two-dimensional array, which is both an input parameter and an output parameter in a function; Structure: a structured parameter, an array of the same dimension; Variable: a basic type parameter; T-CODE: a transaction code in the SAP platform , used to perform a function.

一种基于SAP平台的测试脚本及参数整合方法,通过将SAP的程序以及ECATT的测试脚本统一整合到一起进行分类整理,并自动生成通用的测试脚本供测试使用,从而达到对不同测试工具的测试脚本进行整合利用,不再需要去制作大量相同功能的测试脚本,可以做到脚本的重复利用。具体步骤如下:A test script and parameter integration method based on the SAP platform, which integrates SAP programs and ECATT test scripts together for classification and sorting, and automatically generates common test scripts for testing, so as to achieve the testing of different testing tools Scripts are integrated and utilized, no need to make a large number of test scripts with the same function, and scripts can be reused. Specific steps are as follows:

1.对需要进行测试的脚本模板进行整理,对这些脚本模板进行分类维护和整理。1. Organize the script templates that need to be tested, and classify, maintain and organize these script templates.

2.对脚本模板参数类型进行抽取,统一封装为参数类对象,对象中包含参数种类(Importing、Exporting、Changing、Table)以及参数的结构类型(Table、Structure、Variable)。2. Extract the parameter types of the script template, and encapsulate them uniformly into parameter class objects, which include the parameter types (Importing, Exporting, Changing, Table) and parameter structure types (Table, Structure, Variable).

3.构造参数对象与脚本对象的对应关系,利用脚本模板生成通用的测试脚本,其通用参数为脚本对象,根据脚本对象获取脚本模板的参数对象供使用,脚本、参数及关系信息利用DB存储。3. Construct the corresponding relationship between the parameter object and the script object, use the script template to generate a general test script, its general parameter is the script object, obtain the parameter object of the script template according to the script object for use, and use the DB to store the script, parameter and relationship information.

4.通用测试脚本统一为SAP平台中函数形式。4. The general test script is unified into the function form in the SAP platform.

5.对SAP平台下ECATT脚本、函数、程序及T-CODE的进行函数的封装,只有一个Changing参数是脚本对象。5. For the function encapsulation of ECATT scripts, functions, programs and T-CODE under the SAP platform, only one Changing parameter is the script object.

6.函数中,通过编码对ECATT脚本、函数、程序及T-CODE进行动态的调用执行,执行前利用脚本对象获取参数对象,为调用的实际测试脚本填入参数值信息,执行后将结果同样记录到脚本对象中的输出参数对象。6. In the function, the ECATT script, function, program and T-CODE are dynamically called and executed through coding. Before execution, the script object is used to obtain the parameter object, and the parameter value information is filled in for the actual test script called. After execution, the result is the same An output parameter object logged into the script object.

Claims (3)

1.一种基于SAP平台的测试脚本及参数整合方法,其特征在于该方法包括以下步骤: 1. a test script based on SAP platform and parameter integration method, it is characterized in that the method may further comprise the steps: 1)对需要进行测试的脚本模板进行整理,对这些脚本模板进行分类维护和整理; 1) Organize the script templates that need to be tested, and classify, maintain and organize these script templates; 2)对脚本模板参数类型进行抽取,统一封装为参数类对象以及参数的结构类型; 2) Extract the parameter type of the script template, and uniformly encapsulate it into a parameter class object and the structure type of the parameter; 3)构造参数对象与脚本对象的对应关系,利用脚本模板生成通用的测试脚本,其通用参数为脚本对象,根据脚本对象获取脚本模板的参数对象供使用,脚本、参数及关系信息利用DB存储; 3) Construct the corresponding relationship between the parameter object and the script object, use the script template to generate a general test script, its general parameter is the script object, obtain the parameter object of the script template for use according to the script object, use the DB to store the script, parameter and relationship information; 4)通用测试脚本统一为SAP平台中函数形式; 4) The general test script is unified into the function form in the SAP platform; 5)对SAP平台下ECATT脚本、函数、程序及T-CODE的进行函数的封装,只有一个Changing参数是脚本对象; 5) Encapsulate the functions of ECATT scripts, functions, programs and T-CODE under the SAP platform, and only one Changing parameter is the script object; 6)函数中,通过编码对ECATT脚本、函数、程序及T-CODE进行动态的调用执行,执行前利用脚本对象获取参数对象,为调用的实际测试脚本填入参数值信息,执行后将结果同样记录到脚本对象中的输出参数对象;完成测试脚本及参数整合。 6) In the function, the ECATT script, function, program and T-CODE are dynamically called and executed through coding. Before execution, the script object is used to obtain the parameter object, and the parameter value information is filled in for the actual test script called. After execution, the result is the same Record the output parameter object in the script object; complete the test script and parameter integration. 2.根据权利要求1所述的基于SAP平台的测试脚本及参数整合方法,其特征在于:步骤2)中,对象中包含参数种类有Importing、Exporting、Changing、Table;参数的结构类型有Table、Structure、Variable。 2. the test script and parameter integration method based on SAP platform according to claim 1, is characterized in that: in step 2), the parameter category that comprises in the object has Importing, Exporting, Changing, Table; The structural type of parameter has Table, Structure, Variable. 3.根据权利要求1所述的基于SAP平台的测试脚本及参数整合方法,其特征在于:步骤1)中,需要进行测试的脚本模板包括:SAP平台中的ECATT脚本、函数Function。 3. The test script and parameter integration method based on the SAP platform according to claim 1, characterized in that: in step 1), the script templates to be tested include: ECATT script and Function in the SAP platform.
CN201410141629.8A 2014-04-10 2014-04-10 Testing script based on SAP platform and parameter integration method Pending CN103885882A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410141629.8A CN103885882A (en) 2014-04-10 2014-04-10 Testing script based on SAP platform and parameter integration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410141629.8A CN103885882A (en) 2014-04-10 2014-04-10 Testing script based on SAP platform and parameter integration method

Publications (1)

Publication Number Publication Date
CN103885882A true CN103885882A (en) 2014-06-25

Family

ID=50954790

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410141629.8A Pending CN103885882A (en) 2014-04-10 2014-04-10 Testing script based on SAP platform and parameter integration method

Country Status (1)

Country Link
CN (1) CN103885882A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550099A (en) * 2015-12-08 2016-05-04 江苏电力信息技术有限公司 SAP system state evaluation method
CN106874001A (en) * 2017-02-17 2017-06-20 济南浪潮高新科技投资发展有限公司 A kind of script method for packing and device and script operation method and device
CN107703773A (en) * 2017-07-27 2018-02-16 北京长城华冠汽车科技股份有限公司 A kind of method for testing software and device based on hardware-in-loop simulation system
CN109154885A (en) * 2016-03-21 2019-01-04 澳大利亚国家Ict有限公司 Business processing on block platform chain executes
CN109299005A (en) * 2018-09-05 2019-02-01 北京邮电大学 Test script generation method and device
CN110162365A (en) * 2019-04-28 2019-08-23 苏宁云计算有限公司 A kind of method and system being automatically brought into operation SAP business software
CN110659870A (en) * 2019-08-14 2020-01-07 平安普惠企业管理有限公司 Business audit test method, device, equipment and storage medium
CN113556269A (en) * 2021-07-29 2021-10-26 中国电力科学研究院有限公司 SAP client performance test method, system, electronic device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050160322A1 (en) * 2004-01-13 2005-07-21 West John R. Method and system for conversion of automation test scripts into abstract test case representation with persistence
CN1877543A (en) * 2005-06-06 2006-12-13 华为技术有限公司 Data-driven automatic testing system and method
CN101043543A (en) * 2006-03-24 2007-09-26 中兴通讯股份有限公司 Automatized test tool and method for program controlled exchanger
CN101221504A (en) * 2008-01-23 2008-07-16 中兴通讯股份有限公司 Test script processing method and its scheduling and executing system
CN101770423A (en) * 2009-12-25 2010-07-07 中兴通讯股份有限公司 Test data generation method and test system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050160322A1 (en) * 2004-01-13 2005-07-21 West John R. Method and system for conversion of automation test scripts into abstract test case representation with persistence
CN1877543A (en) * 2005-06-06 2006-12-13 华为技术有限公司 Data-driven automatic testing system and method
CN101043543A (en) * 2006-03-24 2007-09-26 中兴通讯股份有限公司 Automatized test tool and method for program controlled exchanger
CN101221504A (en) * 2008-01-23 2008-07-16 中兴通讯股份有限公司 Test script processing method and its scheduling and executing system
CN101770423A (en) * 2009-12-25 2010-07-07 中兴通讯股份有限公司 Test data generation method and test system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘丹: ""基于eCATT软件的SAP系统回归测试应用分析"", 《软件产业与工程》, no. 2, 10 March 2014 (2014-03-10), pages 43 - 48 *
江鲸: ""软件自动化测试系统的研究与实现"", 《中国优秀硕士学位论文全文数据库·信息科技辑》, vol. 2006, no. 12, 15 December 2006 (2006-12-15), pages 138 - 200 *
黄盛: ""基于SAP项目的自动化测试脚本开发技术研究"", 《计算机工程》, vol. 30, 31 December 2004 (2004-12-31) *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550099A (en) * 2015-12-08 2016-05-04 江苏电力信息技术有限公司 SAP system state evaluation method
CN105550099B (en) * 2015-12-08 2018-05-01 江苏电力信息技术有限公司 A kind of SAP system method for evaluating state
CN109154885A (en) * 2016-03-21 2019-01-04 澳大利亚国家Ict有限公司 Business processing on block platform chain executes
CN109154885B (en) * 2016-03-21 2023-05-12 澳大利亚国家Ict有限公司 Business processing execution on the blockchain platform
CN106874001A (en) * 2017-02-17 2017-06-20 济南浪潮高新科技投资发展有限公司 A kind of script method for packing and device and script operation method and device
CN107703773A (en) * 2017-07-27 2018-02-16 北京长城华冠汽车科技股份有限公司 A kind of method for testing software and device based on hardware-in-loop simulation system
CN109299005A (en) * 2018-09-05 2019-02-01 北京邮电大学 Test script generation method and device
CN109299005B (en) * 2018-09-05 2020-07-07 北京邮电大学 Test script generation method and device
CN110162365A (en) * 2019-04-28 2019-08-23 苏宁云计算有限公司 A kind of method and system being automatically brought into operation SAP business software
CN110162365B (en) * 2019-04-28 2022-12-02 苏宁云计算有限公司 Method and system for automatically operating SAP service software
CN110659870A (en) * 2019-08-14 2020-01-07 平安普惠企业管理有限公司 Business audit test method, device, equipment and storage medium
CN113556269A (en) * 2021-07-29 2021-10-26 中国电力科学研究院有限公司 SAP client performance test method, system, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN103885882A (en) Testing script based on SAP platform and parameter integration method
CN107451663B (en) Algorithm componentization, modeling method and device based on algorithm components and electronic equipment
CN104317589B (en) A kind of code automatic generation method and device for being used to load dynamic link library
US20180024194A1 (en) Configuration and testing method and system for fpga chip using bumping process
CN108829607A (en) A kind of Software Defects Predict Methods based on convolutional neural networks
CN110990274B (en) Data processing method, device and system for generating test cases
CN104834600B (en) A kind of method for testing Android application controls
CN104020994B (en) Stream process definition device and stream process based on streaming system define method
JP2012256323A5 (en)
CN109299785B (en) Method and device for realizing machine learning model
CN109254959B (en) A data evaluation method, device, terminal device and readable storage medium
CN106886535A (en) A kind of data pick-up method and apparatus for being adapted to multiple data sources
CN107992519A (en) The multi-source heterogeneous data verification system and method for a kind of smart grid-oriented big data
CN111679979B (en) Destructive testing method and device
CN108469955B (en) Annotation-based Android injection framework implementation method
CN110471857A (en) The automatic test approach and device of artificial intelligence model performance capability
CN106446475B (en) Method and device for extracting welding spot information of white body of vehicle
CN106919374B (en) Script generation method and device
CN105893237A (en) Test data driving method and equipment
CN106371994A (en) Dynamic mobile APP testing method based on natural language processing
CN107102942A (en) A kind of minimum Fault Locating Method based on input domain location of mistake
CN105045698A (en) Method for analyzing chip verification progress by using MATPLOTLIB of PYTHON
CN106407122A (en) Testing method used for software automatic generation system
CN107957944B (en) User data coverage rate oriented test case automatic generation method
Melnik et al. Modeling methods of the test inputs for analysis the digital devices

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: JIANGSU ELECTRIC POWER COMPANY JIANGSU ELECTRIC PO

Free format text: FORMER OWNER: JIANGSU ELECTRIC POWER COMPANY JIANGSU ELECTRIC POWER INFORMATION TECHNOLOGY CO., LTD.

Effective date: 20140919

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20140919

Address after: 100031 Xicheng District West Chang'an Avenue, No. 86, Beijing

Applicant after: State Grid Corporation of China

Applicant after: Jiangsu Electric Power Company

Applicant after: Jiangsu Electric Power Information Technology Co., Ltd.

Applicant after: Information & Telecommunication Branch of State Grid Jiangsu Electric Power Company

Address before: 100031 Xicheng District West Chang'an Avenue, No. 86, Beijing

Applicant before: State Grid Corporation of China

Applicant before: Jiangsu Electric Power Company

Applicant before: Jiangsu Electric Power Information Technology Co., Ltd.

C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140625