CN112445461A - Business rule generation method and device, electronic equipment and readable storage medium - Google Patents

Business rule generation method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN112445461A
CN112445461A CN202011270541.8A CN202011270541A CN112445461A CN 112445461 A CN112445461 A CN 112445461A CN 202011270541 A CN202011270541 A CN 202011270541A CN 112445461 A CN112445461 A CN 112445461A
Authority
CN
China
Prior art keywords
rule
business
test point
factor
service
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
CN202011270541.8A
Other languages
Chinese (zh)
Other versions
CN112445461B (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.)
China Citic Bank Corp Ltd
Original Assignee
China Citic Bank Corp 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 China Citic Bank Corp Ltd filed Critical China Citic Bank Corp Ltd
Priority to CN202011270541.8A priority Critical patent/CN112445461B/en
Publication of CN112445461A publication Critical patent/CN112445461A/en
Application granted granted Critical
Publication of CN112445461B publication Critical patent/CN112445461B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/405Establishing or using transaction specific rules
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Software Systems (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application relates to the technical field of rule engines, in particular to a business rule generating method, a device, electronic equipment and a readable storage medium, wherein the method comprises the steps of extracting business requirement information and creating a business rule name; creating a service test point according to service requirements; acquiring an associated rule engine according to the test point; and generating a business rule of the business requirement according to the name, the test point and the associated rule engine. Based on the application, the test contents of the test case can be briefly known through the test points, the rules under the transaction are concerned, the factors are edited and maintained more efficiently, and the readability and the management of the business rules are improved.

Description

Business rule generation method and device, electronic equipment and readable storage medium
Technical Field
The present application relates to the technical field of rule engines, and in particular, to a method and an apparatus for generating business rules, an electronic device, and a readable storage medium.
Background
The business rules can be matched with actual business requirements to make a quick demand feedback result so that business personnel can make business decisions, and the quick and efficient generation of the business rules is a crucial aspect of business testing and business decisions.
However, at present, the generation of the business rules mainly depends on business personnel to complete the writing of the business rules, and the business rules are put into a system to be formally started after operation verification. The rule writing software depends on a programming language with strong specialization to complete the development of rule logic, and the difficulty of changing and maintaining is very high for general business personnel. Moreover, because the coding method of each service person is not standard, the situations of compiling errors, omission and the like or the situation that the coding rule is inconsistent with the actually required service logic are easily generated, the cost of compiling and changing the service rule is greatly increased, and the response timeliness to the service is reduced. Moreover, the content of most test cases is too detailed, so that users cannot intuitively know the key content and the test purpose of the test cases and the specific requirements of the test cases.
Disclosure of Invention
The present application aims to solve at least one of the above technical drawbacks. The technical scheme adopted by the application is as follows:
in a first aspect, an embodiment of the present application provides a method for generating a business rule, where the method includes:
extracting service requirement information and creating a service rule name;
creating a service test point according to service requirements;
acquiring an associated rule engine according to the test point;
and generating a business rule of the business requirement according to the name, the test point and the associated rule engine.
Optionally, the rule engine for obtaining the association according to the test point includes:
analyzing the service requirement and the created test point to extract a service rule factor;
acquiring a rule engine corresponding to the business rule factor;
and associating the rule engine with the test point.
Optionally, said thus comprises at least one of:
a time factor, an event factor, a condition factor, a result factor, a channel factor, or a product factor.
Optionally, the creating a service test point according to a service requirement further includes:
establishing a test point according to the service requirement;
and respectively acquiring the rule engines associated with the test points.
Optionally, the method further comprises:
responding to a user operation instruction, and analyzing the business rule name and the test point;
according to the analysis result, responding to a user operation instruction editing factor and a corresponding rule engine;
and associating the edited rule engine with the test point.
Optionally, the method further comprises: and displaying the name, the test point and the associated rule engine on an editable display interface.
In a second aspect, an embodiment of the present application provides a business rule generating apparatus, where the apparatus includes: the device comprises: the device comprises an extraction module, a creation module and a generation module; wherein,
the extraction module is used for extracting the service requirement information;
the creating module is used for creating a business rule name according to the extracted business requirement information;
the creating module is also used for creating a service test point according to the service requirement;
the extraction module is also used for obtaining the associated rule engine according to the test point;
and the generating module is also used for generating a business rule of the business requirement according to the name, the test point and the associated rule engine.
Optionally, the apparatus further comprises an analysis module and an association module, wherein,
the analysis module is also used for analyzing the service requirement and the created test point;
the extraction module is used for extracting the business rule factors according to the analysis result;
the extraction module is also used for acquiring a rule engine corresponding to the business rule factor;
and the association module is used for associating the rule engine with the test point.
In a third aspect, an embodiment of the present invention provides an electronic device, including a processor and a memory;
the memory is used for storing operation instructions;
and the processor is used for executing the business rule generating method by calling the operation instruction.
In a fourth aspect, a computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the above-described method of business rule generation.
According to the business rule generation scheme disclosed by the embodiment of the application, the business rule name is created by extracting the business requirement information; creating a service test point according to service requirements; acquiring an associated rule engine according to the test point; and generating a business rule of the business requirement according to the name, the test point and the associated rule engine. The technical scheme provided by the embodiment of the application has the following beneficial effects: the service rule logic generation level is clearer and is convenient to read; the missing and missing of the factors and the rule engine can be checked and repaired by managing the business rules, data is input in a more targeted mode, and the management of business personnel on the business rules is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic flowchart of a method for generating business rules according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a business rule generating device according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To more clearly describe the embodiments of the present application, some definitions, concepts or devices that may be used in the embodiments are described below:
as described above, the generation of the current business rules mainly depends on business personnel to complete the writing of the business rules, so that the difficulty of changing and maintaining is very high for general business personnel, and because the coding method of each business personnel is not standard, the situations of compiling errors, omission and the like or the situation that the coding rules are inconsistent with the actually required business logic are easily generated. Moreover, the content of most of the test cases is too detailed at present, so that the user cannot intuitively know the key content and the test purpose and the specific requirements of the test at a glance. For testing transactions, it is not possible to macroscopically view which requirements are specifically involved under each transaction, which test cases are associated. In addition, the factors are used as the minimum component units of the test cases, manual entry is needed, and the conditions of omission or factor redundancy are possible. Based on this application, a business rule generation scheme is disclosed to solve at least one of the above technical problems.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments in conjunction with the accompanying drawings. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
In order to make the purpose, technical solution and advantages of the present application clearer, fig. 1 discloses a flowchart of a business rule generating method provided by an embodiment of the present application, and as shown in fig. 1, the business rule generating method includes:
s101, extracting service requirement information and creating a service rule name;
s102, creating a service test point according to service requirements;
in the embodiment of the application, according to the extracted key features in the business requirements, the situation is analyzed to create test points (i.e. test cases) meeting the business requirements.
S103, acquiring an associated rule engine according to the test point;
in an alternative embodiment of the present application, the rule engine for obtaining the association according to the test point includes:
analyzing the service requirement and the created test point to extract a service rule factor;
acquiring a rule engine corresponding to the business rule factor;
and associating the rule engine with the test point.
In alternative embodiments of the present application, the said therefore includes at least one of:
a time factor, an event factor, a condition factor, a result factor, a channel factor, or a product factor.
And S104, generating a business rule of the business requirement according to the name, the test point and the associated rule engine.
In an optional embodiment of the present application, the creating a service test point according to a service requirement further includes:
step 1, establishing a test point according to the service requirement; that is, one or more test cases can be created for a business requirement, for example, when the business requirement is that "the transaction amount per unit transaction is not more than 5 ten thousand", two test cases can be created, wherein one test case is a test point that the transaction amount per unit transaction exceeds 5 ten thousand yuan, and the other test case is a test point that the transaction amount per unit transaction is less than 5 ten thousand yuan;
step 2, respectively obtaining the rule engines associated with the test points:
similarly, continuing with the example in the step, analyzing the service requirement and the created test point in the step 1 to extract a service rule factor, and if no preset available factor exists, adopting the created factor including an event factor (transaction), a condition factor (no more than 5 ten thousand yuan plus a single pen), and a result factor (no more than 5 ten thousand yuan transaction is unsuccessful or no more than 5 ten thousand yuan transaction is successful);
further obtaining a rule engine corresponding to the business rule factor, and if there is no existing available rule engine, creating the rule engine, and creating a logical association relationship among the event factor, the condition factor, and the result factor, where the logical operation method includes but is not limited to boolean logic operations, for example, the created business rule engine is: the transaction and does not exceed 5 ten thousand yuan and a single transaction is successful; or the transaction and more than 5 ten thousand yuan and single and transaction are not successful;
further, the created rule engine is associated with the test point.
In an alternative embodiment of the present application, the method further comprises:
responding to a user operation instruction, and analyzing the business rule name and the test point;
according to the analysis result, responding to a user operation instruction editing factor and a corresponding rule engine;
associating the edited rule engine with the test point;
the name, the test point and the associated rule engine are displayed on an editable display interface, namely in the embodiment of the application, a user can maintain and edit the factor and the rule engine by inputting and analyzing the business rule name and the test point on the editable display interface and manually associate the business rule name and the test point, so that the business rule and the name, the test point and the rule engine related to the business rule are simply and efficiently managed.
In order to better introduce the business rule generation scheme in the above embodiment, the following introduces the scheme of the present application in combination with an actual flow taking a user login system verification process as an example as follows:
step 1, obtaining a requirement that a user can log in by passing identity authentication, and creating a service rule name of the requirement, such as 'login';
and 2, establishing test points according to the service requirements, wherein the test contents comprise two test points of correct password, successful login, wrong password and failed login.
And 3, taking the first test point as an example, analyzing the first test point, wherein the related factors are 'login' and 'correct password'.
And 4, searching whether the factor determined in the step 3 exists in the system or not, and if the factor does not exist in the system, adding the factor determined in the step 3.
And 5, searching whether a rule engine which represents the relation of 'login' and 'correct password' exists or not, and if not, creating the rule engine.
Step 6, establishing an association relation; i.e. the rule cause in step 5 is associated with the first test point.
And 7, returning to the test point page, analyzing the next test point, and repeating the steps 3-6 until all the test points are associated with the rule engine.
Based on the business rule generating method provided by the embodiment shown in fig. 1, fig. 2 shows a business rule generating device provided by the embodiment of the present application, and as shown in fig. 2, the device may mainly include: 201 extraction module, 202 creation module and 203 generation module; wherein,
the 201 extraction module is used for extracting service requirement information;
the 202 creating module is configured to create a business rule name according to the extracted business requirement information;
the 202 creating module is further configured to create a service test point according to a service requirement;
the 201 extraction module is further configured to obtain an associated rule engine according to the test point;
and the 203 generation module is further configured to generate a business rule of a business requirement according to the name, the test point, and the associated rule engine.
In an embodiment of the present application, the apparatus further comprises an analysis module and an association module, wherein,
the analysis module is also used for analyzing the service requirement and the created test point;
the extraction module is used for extracting the business rule factors according to the analysis result;
the extraction module is also used for acquiring a rule engine corresponding to the business rule factor;
and the association module is used for associating the rule engine with the test point.
In embodiments of the present application, said therefore comprises at least one of:
a time factor, an event factor, a condition factor, a result factor, a channel factor, or a product factor.
In the embodiment of the present application, the creating module is further configured to create a test point according to the service requirement;
and the extraction module is used for respectively acquiring the rule engines associated with the test points.
Optionally, the apparatus further comprises a display module and a management module, wherein,
the management module is used for analyzing the business rule name and the test point according to the received user operation instruction;
the management module is used for responding to the editing factors of the user operation instructions and the corresponding rule engines according to the analysis results of the analysis module; wherein the editing comprises the operations of modifying, inputting, deleting, inquiring and the like of the test points, the names, the rule engines and the factors.
In an alternative embodiment, the management module is the portal for the entire device and other modules, can interact directly with the user, and provides the underlying data for the other modules.
And the association module is used for associating the edited rule engine with the test point.
In an alternative embodiment, the display module is further configured to: and displaying the name, the test point and the associated rule engine on an editable display interface.
It can be understood that the above modules of the business rule generating device in this embodiment have functions of implementing the corresponding steps of the method in the embodiment shown in fig. 1. The function can be realized by hardware, and can also be realized by executing corresponding software by hardware. The hardware or software includes one or more modules corresponding to the functions described above. The modules can be software and/or hardware, and each module can be implemented independently or by integrating a plurality of modules. For the functional description of each module, reference may be specifically made to the corresponding description of the method in the embodiment shown in fig. 1, and details are not repeated here.
The embodiment of the application provides an electronic device, which comprises a processor and a memory;
a memory for storing operating instructions;
and the processor is used for executing the business rule generating method provided by any embodiment of the application by calling the operation instruction.
As an example, fig. 3 shows a schematic structural diagram of an electronic device to which an embodiment of the present application is applicable, and as shown in fig. 3, the electronic device 2000 includes: a processor 2001 and a memory 2003. Wherein the processor 2001 is coupled to a memory 2003, such as via a bus 2002. Optionally, the electronic device 2000 may also include a transceiver 2004. It should be noted that the transceiver 2004 is not limited to one in practical applications, and the structure of the electronic device 2000 is not limited to the embodiment of the present application.
The processor 2001 is applied to the embodiment of the present application to implement the method shown in the above method embodiment. The transceiver 2004 may include a receiver and a transmitter, and the transceiver 2004 is applied to the embodiments of the present application to implement the functions of the electronic device of the embodiments of the present application to communicate with other devices when executed.
The Processor 2001 may be a CPU (Central Processing Unit), general Processor, DSP (Digital Signal Processor), ASIC (Application Specific Integrated Circuit), FPGA (Field Programmable Gate Array) or other Programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 2001 may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs and microprocessors, and the like.
Bus 2002 may include a path that conveys information between the aforementioned components. The bus 2002 may be a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 2002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
The Memory 2003 may be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory), a CD-ROM (Compact Disc Read Only Memory) or other optical Disc storage, optical Disc storage (including Compact Disc, laser Disc, optical Disc, digital versatile Disc, blu-ray Disc, etc.), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these.
Optionally, the memory 2003 is used for storing application program code for performing the disclosed aspects, and is controlled in execution by the processor 2001. The processor 2001 is configured to execute the application program code stored in the memory 2003 to implement the business rule generating method provided in any embodiment of the present application.
The electronic device provided by the embodiment of the application is applicable to any embodiment of the method, and is not described herein again.
The embodiment of the present application provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the business rule generating method shown in the foregoing method embodiment.
The computer-readable storage medium provided in the embodiments of the present application is applicable to any of the embodiments of the foregoing method, and is not described herein again.
According to the business rule generation scheme disclosed by the embodiment of the application, the business rule name is created by extracting the business requirement information; creating a service test point according to service requirements; acquiring an associated rule engine according to the test point; the business rule of the business requirement is generated according to the name, the test point and the associated rule engine, so that the logic generation level of the business rule is clearer and the reading is convenient; the missing and missing of the factors and the rule engine can be checked and repaired by managing the business rules, data is input in a more targeted mode, and the management of business personnel on the business rules is improved.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A method for generating business rules, the method comprising:
extracting service requirement information and creating a service rule name;
creating a service test point according to service requirements;
acquiring an associated rule engine according to the test point;
and generating a business rule of the business requirement according to the name, the test point and the associated rule engine.
2. The business rule generating method of claim 1, wherein obtaining the associated rule engine according to the test point comprises:
analyzing the service requirement and the created test point to extract a service rule factor;
acquiring a rule engine corresponding to the business rule factor;
and associating the rule engine with the test point.
3. The business rule generation method of claim 2, wherein the result comprises at least one of:
a time factor, an event factor, a condition factor, a result factor, a channel factor, or a product factor.
4. The method of claim 3, wherein the creating a service test point according to a service requirement further comprises:
establishing a test point according to the service requirement;
and respectively acquiring the rule engines associated with the test points.
5. The business rule generation method of claim 4, wherein the method further comprises:
responding to a user operation instruction, and analyzing the business rule name and the test point;
according to the analysis result, responding to a user operation instruction editing factor and a corresponding rule engine;
and associating the edited rule engine with the test point.
6. The business rule generation method of claim 5, wherein the method further comprises:
and displaying the name, the test point and the associated rule engine on an editable display interface.
7. An apparatus for generating business rules, the apparatus comprising: the device comprises an extraction module, a creation module and a generation module; wherein,
the extraction module is used for extracting the service requirement information;
the creating module is used for creating a business rule name according to the extracted business requirement information;
the creating module is also used for creating a service test point according to the service requirement;
the extraction module is also used for obtaining the associated rule engine according to the test point;
and the generating module is also used for generating a business rule of the business requirement according to the name, the test point and the associated rule engine.
8. The business rule generating apparatus of claim 7 further comprising an analysis module and an association module, wherein,
the analysis module is also used for analyzing the service requirement and the created test point;
the extraction module is used for extracting the business rule factors according to the analysis result;
the extraction module is also used for acquiring a rule engine corresponding to the business rule factor;
and the association module is used for associating the rule engine with the test point.
9. An electronic device comprising a processor and a memory;
the memory is used for storing operation instructions;
the processor is used for executing the method of any one of claims 1-6 by calling the operation instruction.
10. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method of any one of claims 1-6.
CN202011270541.8A 2020-11-13 2020-11-13 Business rule generation method and device, electronic equipment and readable storage medium Active CN112445461B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011270541.8A CN112445461B (en) 2020-11-13 2020-11-13 Business rule generation method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011270541.8A CN112445461B (en) 2020-11-13 2020-11-13 Business rule generation method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112445461A true CN112445461A (en) 2021-03-05
CN112445461B CN112445461B (en) 2024-06-25

Family

ID=74738011

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011270541.8A Active CN112445461B (en) 2020-11-13 2020-11-13 Business rule generation method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112445461B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113468052A (en) * 2021-06-30 2021-10-01 建信金融科技有限责任公司 Dynamic baffle testing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090271351A1 (en) * 2008-04-29 2009-10-29 Affiliated Computer Services, Inc. Rules engine test harness
CN102360291A (en) * 2011-10-07 2012-02-22 云南爱迪科技有限公司 Service-oriented business rule design method based on business rule engine
US20150371159A1 (en) * 2014-06-18 2015-12-24 International Business Machines Corporation Generating Business Rule Model
CN111913998A (en) * 2020-09-11 2020-11-10 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090271351A1 (en) * 2008-04-29 2009-10-29 Affiliated Computer Services, Inc. Rules engine test harness
CN102360291A (en) * 2011-10-07 2012-02-22 云南爱迪科技有限公司 Service-oriented business rule design method based on business rule engine
US20150371159A1 (en) * 2014-06-18 2015-12-24 International Business Machines Corporation Generating Business Rule Model
CN111913998A (en) * 2020-09-11 2020-11-10 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
孙晓飞;罗省贤;: "基于规则引擎的测试用例自动生成方法研究与实现", 电脑知识与技术, no. 03, 8 February 2008 (2008-02-08) *
郑小晖;: "业务规则管理技术在信贷业务系统中的应用", 中国金融电脑, no. 02, 25 February 2006 (2006-02-25) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113468052A (en) * 2021-06-30 2021-10-01 建信金融科技有限责任公司 Dynamic baffle testing method and device

Also Published As

Publication number Publication date
CN112445461B (en) 2024-06-25

Similar Documents

Publication Publication Date Title
CN112256558B (en) Test case generation method and device, computer equipment and storage medium
CN108628748B (en) Automatic test management method and automatic test management system
CN109033772B (en) Verification information input method and device
CN109740122B (en) Method and device for converting thinking guide graph use case file
CN108595338A (en) Test case write method, device, computer equipment and storage medium
CN111984239B (en) Page configuration method, page configuration device, server and storage medium
CN111858376A (en) Request message generation method and interface test method
JP2018116496A (en) Difference detection device and program
CN110688111A (en) Configuration method, device, server and storage medium of business process
CN107193249A (en) Program development servicing unit and program development householder method
CN115222361A (en) Business process flow transfer method, device, equipment and computer storage medium
CN114493255A (en) Enterprise abnormity monitoring method based on knowledge graph and related equipment thereof
CN112231197A (en) Page testing method and device and storage medium
CN112445461B (en) Business rule generation method and device, electronic equipment and readable storage medium
CN110688823A (en) XML file verification method and device
CN116661758B (en) Method, device, electronic equipment and medium for optimizing log framework configuration
CN117472372A (en) Responsive form construction method and system
CN117077095A (en) Authority request response method and device and electronic equipment
CN117171030A (en) Method, device, equipment and storage medium for detecting software running environment
CN116302079A (en) Service data processing method and device, electronic equipment and storage medium
CN113704123B (en) Interface testing method, device, equipment and storage medium
CN114996758A (en) Data desensitization method and device and electronic equipment
CN113672512A (en) Code inspection rule generating method, code inspection method, device and medium
CN112559331A (en) Test method and device
CN116483735B (en) Method, device, storage medium and equipment for analyzing influence of code change

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