CN110968509B - Method and system for batch customizing of variables - Google Patents

Method and system for batch customizing of variables Download PDF

Info

Publication number
CN110968509B
CN110968509B CN201911166533.6A CN201911166533A CN110968509B CN 110968509 B CN110968509 B CN 110968509B CN 201911166533 A CN201911166533 A CN 201911166533A CN 110968509 B CN110968509 B CN 110968509B
Authority
CN
China
Prior art keywords
variable
test data
name
assignment table
names
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.)
Active
Application number
CN201911166533.6A
Other languages
Chinese (zh)
Other versions
CN110968509A (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.)
Jiangsu Suning Cloud Computing Co ltd
SuningCom Co ltd
Original Assignee
Suning Cloud Computing 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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN201911166533.6A priority Critical patent/CN110968509B/en
Publication of CN110968509A publication Critical patent/CN110968509A/en
Application granted granted Critical
Publication of CN110968509B publication Critical patent/CN110968509B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • 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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a system for quantifying custom variables in batches, wherein the method comprises the following steps: establishing an assignment table, importing case information into the assignment table, setting a case name as a row query index, and setting a variable name of a variable to be customized at the top of the assignment table; analyzing the parameter name of the transmitted case information, positioning a form tab of the case information, and finding the case position of the variable to be customized; searching parameter values which are the same as the row query indexes, taking rows of the parameter values as test data rows, and enabling variable values of the test data rows to respectively correspond to variable names at the top ends of the assignment tables; and executing the self-defined variables on the test data row, and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table. The embodiment of the invention realizes the data separation of the test data and the automation script, can rapidly carry out batch parameterization assignment on the variable names, and obviously improves the efficiency of self-defined variable assignment.

Description

Method and system for batch customizing of variables
Technical Field
The invention relates to the field of automatic testing, in particular to a method and a system for quantifying custom variables in batches.
Background
At present, in the process of automatic testing, because the test data is contained in the automatic script, the following problems exist in the automatic writing process of the script: firstly, the method comprises the following steps: the workload of newly-added scripts is large, the number of cases corresponding to the same interface or interface is large, the flow is similar, the number of fields of the interface is large, the repeated workload of compiling the automatic scripts is large in the field parameterization process, and the readability of the result is poor; secondly, the method comprises the following steps: when problems occur in the automatic script compiling, the problems are difficult to locate, and once fields are wrong or missing, the checking is difficult; thirdly, the method comprises the following steps: the cost of maintaining the script is high, the functions need to be optimized, when field addition and deletion or field value change occurs, the corresponding interface automation script is maintained, the number of cases and scripts needing to be modified is large, labor is wasted, meanwhile, errors still occur easily, the steps are too consistent, and the quality of work output is high.
In the process of parameterizing test data, because variable names and corresponding variable values are in scripts, parameterization assignment is performed on 100 variables in the prior art, and 100 user-defined variable steps are provided, for example, 100 assignment operations in 100 steps take 10 seconds, the time is too long, data of functional test and automatic test are unified, functions are poor, and therefore traditional operability check of defined variable names is caused, requirements on skills of testers are high, and the method is only suitable for a single automatic test platform.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and a system for batch customizing of variables, which implement data separation between test data and automation scripts, and can perform batch parameterization assignment on variable names quickly.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
in a first aspect, an embodiment of the present invention provides a method for batch quantizing a user-defined variable, including the following steps:
establishing an assignment table, importing case information into the assignment table, enabling the case information of the assignment table to comprise file positions, file paths, work table numbers and case names of cases, setting the case names as row query indexes, and setting variable names of variables to be customized at the top end of the assignment table;
analyzing the parameter name of the case information, positioning a form tab of the case information, and finding a case position of a variable to be customized;
searching for parameter values identical to the row query index, taking rows of the parameter values as test data rows, wherein variable values of the test data rows respectively correspond to variable names at the top ends of the assignment tables;
executing custom variables on the test data row, and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table.
Further, the file location includes a project location and a home location, the project location corresponding to a relative path of the file path, and the home location corresponding to an absolute path of the file path.
Further, the parsing of the parameter name comprises POI type parsing, and the form tab is determined by the working table number.
Further, the variable names comprise variable name suffixes, multiple groups of variable names with different data are defined through the variable name suffixes, and different variable name assignments are circularly completed through filling values of the variable name suffixes.
And further, completing data separation of the test data and the automation script through the assignment table, and directly maintaining the data through a column corresponding to the test data in the assignment table when the test data has newly added, modified and deleted fields or values.
On the other hand, an embodiment of the present invention further provides a system for quantifying custom variables in batches, including:
the table information transmission module is used for importing case information into an assignment table, enabling the case information of the assignment table to comprise a file position, a file path, a working table number and a case name of a case, setting the case name as a row query index, and setting a variable name of a variable to be customized at the top of the assignment table;
the parameter name analysis module is used for analyzing the parameter name of the case information, positioning a form tab of the case information and finding out the case position of the variable to be customized;
the test data positioning module is used for searching for the parameter values which are the same as the row query indexes, taking the rows of the parameter values as test data rows, and enabling variable values of the test data rows to respectively correspond to variable names at the top ends of the assignment tables;
and the parameterization execution module is used for executing the self-defined variables on the test data row and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table.
Further, the table information delivery module includes a file location management unit that determines a project location and a home location of the file location, the project location corresponding to a relative path of the file path and the home location corresponding to an absolute path of the file path.
Furthermore, the parameter name analysis module comprises a fuzzy implementation unit, which is used for carrying out POI class analysis on the parameter names and determining the form tab according to the work table number.
Furthermore, the parameter name analysis module further comprises a suffix name setting unit, wherein the variable names comprise variable name suffixes, a plurality of groups of variable names with different data are defined through the suffix name setting unit, and different variable name assignments are circularly completed through filling values of the variable name suffixes.
Furthermore, the system separates the test data from the data of the automation script through the assignment table, and when the test data has fields or values which are added, modified and deleted, the data maintenance is directly carried out through the columns corresponding to the test data in the assignment table.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
the invention discloses a method and a system for batch self-defining of variables, which realize the data separation of test data and automation scripts, maintain parameterized test data in an assignment table in the process of self-defining of the variables, take scene identification of case names as row indexes, store variable values in corresponding row subsequent cells, assign row cells to store variable names, query the scene identification to corresponding row data variable values when executing, assign the values to variable names in the same column one by one, and realize the batch parameterization assignment of the self-defining variables. Due to the separation of the test data and the automation script, the efficiency of the user-defined variable is improved remarkably, only one step is needed no matter how many fields need parameterization, the execution time is greatly shortened, and the human efficiency is improved; the change of the test data does not affect the script, the speed of newly adding, modifying and deleting fields or values is improved, only corresponding columns are needed to be newly added, modified and deleted, and the later-period automatic maintenance cost is reduced; through the unified management of the functional test data and the automatic test data, the data sharing between the functional test data and the automatic test data is realized; due to the complete separation of script maintenance and data maintenance, data can be directly maintained in the assignment table, and the requirement standard for the skills of personnel is reduced.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart of one step of a method for batching custom variables as disclosed in an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a system for batching custom variables according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The first embodiment is as follows:
as shown in fig. 1, this embodiment provides a method for batch quantizing a custom variable, including the following steps:
s1: establishing an assignment table, importing case information into the assignment table, enabling the case information of the assignment table to comprise file positions, file paths, work table numbers and case names of cases, setting the case names as row query indexes, and setting variable names of variables to be customized at the top end of the assignment table;
s2: analyzing the parameter name of the case information, positioning a form tab of the case information, and finding a case position of a variable to be customized;
s3: searching for parameter values identical to the row query index, taking rows of the parameter values as test data rows, wherein variable values of the test data rows respectively correspond to variable names at the top ends of the assignment tables;
s4: executing custom variables on the test data row, and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table.
Specifically, in the process of customizing variables, parameterized test data is maintained in an assignment table, so that case information of the assignment table comprises file positions, file paths, work table numbers and case names of cases, a scene identifier of the case name is used as a row index, variable values are stored in corresponding row subsequent cells, the row cells are assigned to store variable names, the scene identifier is inquired to the corresponding row of data variable values when the execution is carried out, the values are assigned to the variable names in the same column one by one, and the batch parameterized assignment of the customized variables is realized. Due to the separation of the test data and the automation script, the efficiency of the user-defined variable is improved remarkably, only one step is needed no matter how many fields need parameterization, the execution time is greatly shortened, and the human efficiency is improved; the change of the test data does not affect the script, the speed of newly adding, modifying and deleting fields or values is improved, only corresponding columns are needed to be newly added, modified and deleted, and the later-period automatic maintenance cost is reduced; data sharing between the functional test data and the automatic test data is realized through unified management of the functional test data and the automatic test data; due to the complete separation of script maintenance and data maintenance, data can be directly maintained in the assignment table, and the requirement standard for the skills of personnel is reduced.
Preferably, the file location comprises a project location and a home location, the project location corresponding to a relative path of the file path and the home location corresponding to an absolute path of the file path. Through two different paths, the corresponding assignment table can be quickly found, the parameterization process of the user-defined variable can be quickly carried out whenever, and the efficiency of the user-defined variable is improved.
Preferably, the resolution of the parameter name includes POI class resolution, and the form tab is determined by the work table number. The POI class analysis is called a POI ambiguity evaluation, that is, it is a simple fuzzy Implementation, and the simple fuzzy Implementation is used to analyze the parameter values corresponding to the file location, the file path, the work table number, and the case name in the assignment table, for example, when the assignment table of this embodiment is an Excel table, no matter the format of the table is xls or xlsx, the work table number can be quickly and accurately found through the POI class analysis, and then the table tab is determined.
Preferably, the variable names include variable name suffixes, multiple groups of variable names with different data are defined through the variable name suffixes, and different variable name assignments are circularly completed through filling values of the variable name suffixes. For example, for a test data row with a case name of "TC01" in an assignment table, the execution is to assign each column of data corresponding to the row to a variable name in the assignment table one by one, define different variable names for multiple groups of data, if a second group of variables is required to be defined, fill in a value with a suffix, for example, — 2", and add" -2 "after the assigned variable name is the value in the assignment table, so that the effect of assigning a variable value" 1 "to the variable name" var1-2", assigning a variable value" 2 "to the variable name" var2-2", and so on is achieved until the loop completes all columns of values. Therefore, compared with the prior art, the parameterization of all variable names can be quickly executed through the setting of the variable name suffix, the parameterization process only has one step, the execution time is greatly shortened, and the execution efficiency is improved.
Preferably, the data separation of the test data and the automation script is completed through the assignment table, and when the test data has fields or values which are added, modified and deleted, data maintenance is directly performed through columns corresponding to the test data in the assignment table. Specifically, in the conventional processing process, because the test data is in the automation script, each new, modified or deleted field or value of each test data needs to be maintained one by one, but according to the method for batch customization of variables disclosed by the embodiment of the invention, because the test data is separated from the data of the automation script, the name of the customized variable is in one row of the assignment table, and the name of each case is in a specific column, therefore, the data maintenance can be directly performed through the column corresponding to the test data in the assignment table, the maintenance time is shortened, the cost and the human efficiency of the data maintenance are obviously reduced, and because the data can be directly maintained in the assignment table, the requirement on the skill standard of personnel is reduced. In addition, by the method for customizing the variables in batches, data of the functional test and the automatic test are unified, for example, the functional test of a certain system is prepared for backing data, a table of original backing data can be combined with automation, the functional test and the automatic test are directly communicated, parameterization is separated because steps are the same, and an automatic script can be automatically generated by one key by adopting a program mode.
Example two:
as shown in fig. 2, this embodiment provides a system for batch quantizing custom variables, including:
the table information transmission module 1 is used for importing case information into an assignment table, enabling the case information of the assignment table to comprise a file position, a file path, a work table number and a case name of a case, setting the case name as a row query index, and setting a variable name of a variable to be customized at the top of the assignment table;
the parameter name analysis module 2 is used for analyzing the parameter names of the incoming case information, positioning form tabs of the case information and finding out the case positions of variables to be customized;
the test data positioning module 3 is used for searching for parameter values which are the same as the row query indexes, taking rows of the parameter values as test data rows, and enabling variable values of the test data rows to respectively correspond to variable names at the top ends of the assignment tables;
and the parameterization execution module 4 is used for executing the self-defined variables on the test data row and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table.
Specifically, based on an automated testing tool of self-research, package of custom variable keywords and reference of POI classes are performed, and considering that variables need to be defined more quickly and efficiently in an actual scene and test data is managed more reasonably, the embodiment is based on the above points in combination with optimization research and development of the actual scene, wherein a system for batched custom variables maintains parameterized test data in an assignment table in the process of assigning custom variable names, so that case information of the assignment table includes file positions, file paths, work table numbers and case names of cases, scene identifiers of the case names are used as row indexes, corresponding row subsequent cells store variable values, row cells store variable names, and when the system is executed, the scene identifiers are inquired into corresponding row data variable values, and the values are assigned to the variable names in the same column one by one, thereby realizing batched parameterized assignment of the custom variables. Due to the separation of the test data and the automation script, the efficiency of the user-defined variable is improved remarkably, and only one step is needed no matter how many fields need parameterization, so that the execution time is greatly shortened, and the human efficiency is improved; the change of the test data does not affect the script, the speed of newly adding, modifying and deleting fields or values is improved, only corresponding columns are needed to be newly added, modified and deleted, and the later-period automatic maintenance cost is reduced; data sharing between the functional test data and the automatic test data is realized through unified management of the functional test data and the automatic test data; due to the complete separation of script maintenance and data maintenance, data can be directly maintained in the assignment table, and the requirement standard for the skills of personnel is reduced. For example, if it takes about 10.5S to define 100 variables to execute in the conventional manner, and it takes about 0.4S to execute in the current manner, the performance is more obvious as the number of variables is larger, and it can be found that the time is significantly reduced.
Preferably, the table information delivery module 1 comprises a file location management unit 11, which determines a project location and a home location of the file location, the project location corresponding to a relative path of the file path and the home location corresponding to an absolute path of the file path. The corresponding assignment table can be quickly found by the file position management unit 11, the parameterization process of the custom variable can be quickly carried out whenever the custom variable is executed, and the efficiency of the custom variable is improved.
Preferably, the parameter name resolution module 3 includes a fuzzy Implementation unit 31, configured to perform POI (point occlusion Implementation) class resolution on the parameter name, and determine the form tab according to the working table number. No matter the format of the table is xls or xlsx, the work table number can be quickly and accurately found through POI class analysis, and then the table tab is determined.
Preferably, the parameter name resolution module 3 further includes a suffix name setting unit 32, where the variable names include variable name suffixes, multiple groups of variable names with different data are defined by the suffix name setting unit, and different variable name assignments are circularly completed by filling values of the variable name suffixes. If a second group of variables need to be defined, a suffix name setting unit 32 is used to fill in a value, for example, — 2 "in the suffix, and the assigned variable name is a value in the assignment table, and then" -2 "is added, so as to achieve the effect of assigning the variable value" 1 "to the variable name" var1-2", assigning the variable value" 2 "to the variable name" var2-2", and so on, until the loop completes all columns of values. Therefore, compared with the prior art, the parameterization of all variable names can be quickly executed through the setting of the variable name suffix, the parameterization process only has one step, the execution time is greatly shortened, and the execution efficiency is improved.
Preferably, the system separates the test data from the data of the automation script through the assignment table, and when the test data has fields or values which are newly added, modified and deleted, the system directly maintains the data through the columns corresponding to the test data in the assignment table. In the conventional data maintenance processing process, because the test data is in the automation script, each new field, modified field or value of each test data is required to be maintained one by one, but according to the batch custom variable system disclosed by the embodiment of the invention, because the test data is separated from the data of the automation script, the name of the custom variable is in one row of the assignment table, and the name of each case is in a specific column, for example, when the script is optimized, if there are 100 new fields, the traditional module has 100 cases, 100 cases need to be modified, and the existing mode only needs to modify 1 column in the data table. Therefore, data maintenance can be directly carried out through columns corresponding to the test data in the assignment table, maintenance time is shortened, cost and labor efficiency of data maintenance are obviously reduced, and due to the fact that the data can be directly maintained in the assignment table, requirements on skills of personnel are reduced. In addition, through the system for customizing variables in batches of the embodiment, data of functional testing and automatic testing are unified, for example, functional testing of a certain system is data ready for paving, a form of original paving data can be combined with automation, functional testing and automatic testing are directly communicated, parameterization is separated because steps are the same, and an automatic script can be automatically generated by one key by adopting a program mode.
All the above optional technical solutions may be combined arbitrarily to form optional embodiments of the present invention, and are not described in detail herein.
It should be noted that: in the system for batched user-defined variables provided in the above embodiment, only the division of the function modules is used for illustration when the system for batched user-defined variables is used for batched user-defined variables, and in practical applications, the function allocation may be completed by different function modules as needed, that is, the internal structure of the system for batched user-defined variables may be divided into different function modules to complete all or part of the functions described above. In addition, the system for customizing variables in batches and the method embodiment for customizing variables in batches provided by the above embodiments belong to the same concept, and the specific implementation process thereof is detailed in the method embodiment and is not described herein again.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for batching custom variables, comprising the steps of:
establishing an assignment table, importing case information into the assignment table, enabling the case information of the assignment table to comprise file positions, file paths, work table numbers and case names of cases, setting the case names as row query indexes, and setting variable names of variables to be customized at the top end of the assignment table;
analyzing the parameter name of the case information, positioning a form tab of the case information, and finding a case position of a variable to be customized;
searching for parameter values identical to the row query index, and taking rows of the parameter values as test data rows, wherein variable values of the test data rows respectively correspond to variable names at the top ends of the assignment tables;
executing custom variables on the test data row, and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table.
2. The method for batched custom variables according to claim 1, wherein the file locations comprise a project location and a home location, the project location corresponding to a relative path of the file paths, and the home location corresponding to an absolute path of the file paths.
3. The method for batching custom variables according to claim 1, wherein the resolution of the parameter names includes POI class resolution, and the form tab is determined by the worksheet number.
4. The method for batching custom variables according to claim 1, wherein the variable names comprise variable name suffixes, a plurality of groups of data different variable names are defined through the variable name suffixes, and different variable name assignments are circularly completed through filling values of the variable name suffixes.
5. The method for batched user-defined variables according to any one of claims 1 to 4, wherein the data separation of the test data and the automation script is completed through the assignment table, and when new, modified and deleted fields or values appear in the test data, data maintenance is directly performed through columns corresponding to the test data in the assignment table.
6. A system for batching custom variables, comprising:
the table information transmission module is used for importing the case information into an assignment table, enabling the case information of the assignment table to comprise the file position, the file path, the work table number and the case name of a case, setting the case name as a row query index, and setting the variable name of the variable to be customized at the top end of the assignment table;
the parameter name analysis module is used for analyzing the parameter names of the incoming case information, positioning form tabs of the case information and finding out the case positions of variables to be customized;
the test data positioning module is used for searching for the parameter values which are the same as the row query indexes, taking the rows of the parameter values as test data rows, and enabling variable values of the test data rows to respectively correspond to variable names at the top ends of the assignment tables;
and the parameterization execution module is used for executing the self-defined variables on the test data row and circularly assigning all variable values of the test data row to the variable names at the top end of the assignment table.
7. The system for batching custom variables according to claim 6, wherein said table information delivery module comprises a file location management unit that determines an engineering location and a local location of said file location, said engineering location corresponding to a relative path of said file path and said local location corresponding to an absolute path of said file path.
8. The system for batching custom variables according to claim 6, wherein said parameter name resolution module comprises a fuzzy implementation unit for performing POI-like resolution on said parameter names and determining said form tabs by said worksheet numbers.
9. The system for batching custom variables according to claim 6, wherein the parameter name parsing module further comprises a suffix name setting unit, the variable names comprise variable name suffixes, a plurality of groups of data different variable names are defined by the suffix name setting unit, and different variable name assignments are circularly completed by filling values of the variable name suffixes.
10. The system for batched user-defined variables according to any one of claims 6 to 9, wherein the system separates the test data from the data of the automation script through the assignment table, and when new, modified or deleted fields or values appear in the test data, the system directly maintains the data through columns corresponding to the test data in the assignment table.
CN201911166533.6A 2019-11-25 2019-11-25 Method and system for batch customizing of variables Active CN110968509B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911166533.6A CN110968509B (en) 2019-11-25 2019-11-25 Method and system for batch customizing of variables

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911166533.6A CN110968509B (en) 2019-11-25 2019-11-25 Method and system for batch customizing of variables

Publications (2)

Publication Number Publication Date
CN110968509A CN110968509A (en) 2020-04-07
CN110968509B true CN110968509B (en) 2022-11-29

Family

ID=70031470

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911166533.6A Active CN110968509B (en) 2019-11-25 2019-11-25 Method and system for batch customizing of variables

Country Status (1)

Country Link
CN (1) CN110968509B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968752A (en) * 2021-02-25 2022-08-30 北京嘀嘀无限科技发展有限公司 Method and device for determining assignment element, computer equipment and storage medium
CN113407163A (en) * 2021-05-18 2021-09-17 中广核工程有限公司 Module association assignment method and device, computer equipment and readable storage medium
CN114463766B (en) * 2021-07-16 2023-05-12 荣耀终端有限公司 Table processing method and electronic equipment
CN113779479B (en) * 2021-09-15 2024-02-06 京东科技控股股份有限公司 Webpage form editing method, device, equipment and storage medium
CN116820811B (en) * 2023-08-29 2023-11-28 杭州实在智能科技有限公司 RPA component variable rapid deriving and assigning method and system based on shear plate

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106384225A (en) * 2016-09-20 2017-02-08 焦点教育科技有限公司 Method for batch transmission of point-to-point notifications based on customized variable fields
US20190009215A1 (en) * 2016-01-07 2019-01-10 Fujifilm Diosynth Biotechnloogies UK Limited Method for Processing Solutions of Biomolecules

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190009215A1 (en) * 2016-01-07 2019-01-10 Fujifilm Diosynth Biotechnloogies UK Limited Method for Processing Solutions of Biomolecules
CN106384225A (en) * 2016-09-20 2017-02-08 焦点教育科技有限公司 Method for batch transmission of point-to-point notifications based on customized variable fields

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Optimization of Production and Packaging Schedules in a Mixed Discrete/Continuous Manufacturing Environment;Jarett Cestaro等;《2019 Systems and Information Engineering Design Symposium (SIEDS)》;20190613;第1-6页 *
利用ExcelVBA插件实现证件信息批量校验;宋义河;《计算机光盘软件与应用》;20121215;第4-6页 *

Also Published As

Publication number Publication date
CN110968509A (en) 2020-04-07

Similar Documents

Publication Publication Date Title
CN110968509B (en) Method and system for batch customizing of variables
CN107273286B (en) Scene automatic test platform and method for task application
CN104778124A (en) Automatic testing method for software application
CN104123227A (en) Method for automatically generating testing cases
CN103942099B (en) Executing tasks parallelly method and device based on Hive
CN111324610A (en) Data synchronization method and device
CN112364024B (en) Control method and device for automatic comparison of table data in batches
CN107766519B (en) Method for visually configuring data structure
CN111190814A (en) Software test case generation method and device, storage medium and terminal
CN112463596B (en) Test case data processing method, device and equipment and processing equipment
CN113919158A (en) Simulation method and device for flight control panel and storage medium
CN112597023A (en) Case management method and device based on guide picture, computer equipment and storage medium
CN111259619A (en) Control method and device for configuration object, storage medium and verification platform
CN110806973A (en) Automatic generation method and device of interface message
CN116360891A (en) Operator customization method and system for visual artificial intelligence modeling
CN115757174A (en) Database difference detection method and device
CN108334313A (en) Continuous integrating method, apparatus and code management system for large-scale SOC research and development
CN111694728A (en) Automatic generation method and device of script
CN113254446A (en) Data fusion method and device, electronic equipment and medium
CN112307589A (en) Unit working condition creating method and device, electronic equipment and storage medium
CN116755684B (en) OAS Schema generation method, device, equipment and medium
CN117435177B (en) Application program interface construction method, system, equipment and storage medium
CN116594917B (en) UI testing method and device, electronic equipment and machine-readable storage medium
CN115269495B (en) Business scheme metadata processing method and system based on aPaaS platform
CN116185385A (en) Visual interface management method, system, terminal and storage medium

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
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210000

Patentee after: Jiangsu Suning cloud computing Co.,Ltd.

Country or region after: China

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210000

Patentee before: Suning Cloud Computing Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right

Effective date of registration: 20240522

Address after: 210000, 1-5 story, Jinshan building, 8 Shanxi Road, Nanjing, Jiangsu.

Patentee after: SUNING.COM Co.,Ltd.

Country or region after: China

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210000

Patentee before: Jiangsu Suning cloud computing Co.,Ltd.

Country or region before: China