CN112732547A - Service testing method and device, storage medium and electronic equipment - Google Patents

Service testing method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN112732547A
CN112732547A CN201910973186.1A CN201910973186A CN112732547A CN 112732547 A CN112732547 A CN 112732547A CN 201910973186 A CN201910973186 A CN 201910973186A CN 112732547 A CN112732547 A CN 112732547A
Authority
CN
China
Prior art keywords
service
test
service processing
processing request
interactive terminal
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
CN201910973186.1A
Other languages
Chinese (zh)
Other versions
CN112732547B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910973186.1A priority Critical patent/CN112732547B/en
Publication of CN112732547A publication Critical patent/CN112732547A/en
Application granted granted Critical
Publication of CN112732547B publication Critical patent/CN112732547B/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/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

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

Abstract

The invention provides a service testing method, which comprises the following steps: acquiring a service processing request, and sending the service processing request to an interactive terminal; receiving service processing feedback of an interactive terminal; generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the interactive terminal; and receiving test service processing feedback of the interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request. The invention also provides a service test device, which sets service test identification data at the service processing request sending end and generates a corresponding test service processing request based on the service test identification data, thereby avoiding setting a service test plug-in at a test terminal or setting a large number of extra set account numbers for service test; the workload of the service test is effectively reduced, and the service test flow is simplified.

Description

Service testing method and device, storage medium and electronic equipment
Technical Field
The present invention relates to the field of service data testing, and in particular, to a service testing method, device, storage medium, and electronic device.
Background
With the development of technology, the number of users and the number of service types on the internet are also increasing. In order to meet various business requirements, automated business logic testing of various new business logic is often required.
In the existing automatic service logic test, the feedback states of other interactive terminals under abnormal service data need to be tested, but the other interactive terminals cannot necessarily identify the abnormal service data, so that the service test fails. For example, a scenario that a request for deduction again is provided when a WeChat business terminal needs to be tested and deduction at a bank terminal fails is provided. The WeChat business terminal needs to use the real account number which can generate the deduction failure scene to identify the deduction feedback of various bank terminals, and then the scene of the deduction request of the account number again can be tested. Or directly setting a service test plug-in at the bank terminal so that the bank terminal can identify the test scene of the reimbursement request.
No matter a large number of set account numbers are used for testing or corresponding service test plug-ins are arranged at a bank terminal, extra test preparation workload is required to be increased; and under normal conditions, each service test needs to be performed with operations of additionally setting an account or setting a service test plug-in.
Therefore, it is desirable to provide a service testing method that can reduce the workload of service testing and simplify the service testing process.
Disclosure of Invention
The embodiment of the invention provides a service test method and a service test device for generating a corresponding test service processing request based on service test identification data by setting the service test identification data at a service processing request sending end; the method avoids setting a service test plug-in or a large number of extra set accounts at the test terminal, can effectively reduce the workload of service test and simplify the service test process; the technical problems that the service testing workload of the conventional service testing method and the conventional service testing device is large and the service testing process is complex are effectively solved.
The embodiment of the invention provides a service testing method, which comprises the following steps:
acquiring a service processing request, and sending the service processing request to an interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
receiving service processing feedback of the interactive terminal, wherein the service processing feedback is generated by the interactive terminal according to the service processing data;
generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the interactive terminal; and
and receiving test service processing feedback of the interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request.
The embodiment of the invention also provides a service testing method, which comprises the following steps:
acquiring a service processing request of a first interactive terminal, and sending the service processing request to a second interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
receiving service processing feedback of the second interactive terminal, wherein the service processing feedback is generated by the second interactive terminal according to the service processing data;
generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the second interactive terminal;
receiving test service processing feedback of the second interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request; and
and sending the service test result to the first interactive terminal.
An embodiment of the present invention further provides a service testing apparatus, which includes:
the service processing request sending module is used for acquiring a service processing request and sending the service processing request to the interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
a service processing feedback receiving module, configured to receive a service processing feedback of the interactive terminal, where the service processing feedback is generated by the interactive terminal according to the service processing data;
the test service processing request generating module is used for generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data and sending the test service processing request to the interactive terminal; and
and the service test result generation module is used for receiving the test service processing feedback of the interactive terminal and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request.
In the service testing apparatus of the present invention, the service testing apparatus further includes:
the data generating module is used for generating service processing data, service test identification data and test service processing data according to the service test content;
the data storage module is used for storing the corresponding relation between the service test identification data and the test service processing data in a relation comparison table; and
and the service processing request generating module is used for receiving a service test instruction and synthesizing the service processing data and the service test identification data into the service processing request according to the service test instruction.
In the service testing device of the present invention, the test service processing request generating module includes:
the test identification data acquisition unit is used for acquiring corresponding service test identification data according to the service processing feedback;
the test processing data searching unit is used for searching corresponding service test processing data in the relation comparison table according to the service test identification data; and
and the test service processing request generating unit is used for generating the test service processing request based on the service test processing data.
In the service testing device of the present invention, the service test identification data is an identification data portion of the service processing request, and the service processing data is a text data portion of the service processing request.
In the service testing apparatus of the present invention, the service testing apparatus further includes:
and the display module is used for displaying the service test result through a visual service data path diagram.
An embodiment of the present invention further provides a service testing apparatus, which includes:
the service processing request sending module is used for acquiring a service processing request of a first interactive terminal and sending the service processing request to a second interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
a service processing feedback receiving module, configured to receive a service processing feedback of the second interactive terminal, where the service processing feedback is generated by the second interactive terminal according to the service processing data;
the test service processing request generating module is used for generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data and sending the test service processing request to the second interactive terminal;
a service test result generation module, configured to receive a test service processing feedback of the second interactive terminal, and generate a service test result according to the test service processing feedback, where the test service processing feedback is generated by the interactive terminal according to the test service processing request; and
and the service test result sending module is used for sending the service test result to the first interactive terminal.
The embodiment of the invention also provides a storage medium, in which processor-executable instructions are stored, and the instructions are loaded by one or more processors to execute the service testing method.
The embodiment of the invention also provides electronic equipment which comprises a processor and a memory, wherein the memory stores a computer program, and the processor is used for executing the service test method by calling the computer program.
Compared with the prior art, the service testing method, the service testing device, the storage medium and the electronic equipment of the invention set the service testing identification data at the service processing request sending end and generate the corresponding testing service processing request based on the service testing identification data, thereby avoiding setting a service testing plug-in at the testing terminal or setting a large number of extra set accounts for service testing; the workload of the service test is effectively reduced, and the service test flow is simplified; the technical problems that the service testing workload of the conventional service testing method and the conventional service testing device is large and the service testing process is complex are effectively solved.
Drawings
FIG. 1 is a flow chart of a first embodiment of a service test method of the present invention;
FIG. 2 is a flow chart of a second embodiment of a service test method of the present invention;
fig. 3 is a flowchart of step S206 of the service test method according to the second embodiment of the present invention;
fig. 4 is a schematic diagram of a service data path diagram corresponding to a second embodiment of the service testing method of the present invention;
FIG. 5 is a flow chart of a third embodiment of the service test method of the present invention;
FIG. 6 is a schematic structural diagram of a first embodiment of a service test apparatus according to the present invention;
FIG. 7 is a schematic structural diagram of a second embodiment of a service test apparatus according to the present invention;
fig. 8 is a schematic structural diagram of a test service processing request generating module of a second embodiment of the service testing device according to the present invention;
FIG. 9 is a schematic structural diagram of a third embodiment of a service test apparatus according to the present invention;
FIG. 10 is a timing diagram of an embodiment of a service test method and a service test apparatus according to the present invention;
fig. 11 is a schematic view of a working environment structure of an electronic device in which the service test apparatus of the present invention is located.
Detailed Description
Referring to the drawings, wherein like reference numbers refer to like elements, the principles of the present invention are illustrated as being implemented in a suitable computing environment. The following description is based on illustrated embodiments of the invention and should not be taken as limiting the invention with regard to other embodiments that are not detailed herein.
In the description that follows, embodiments of the invention are described with reference to steps and symbols of operations performed by one or more computers, unless otherwise indicated. It will thus be appreciated that those steps and operations, which are referred to herein several times as being computer-executed, include being manipulated by a computer processing unit in the form of electronic signals representing data in a structured form. This manipulation transforms the data or maintains it at locations in the computer's memory system, which may reconfigure or otherwise alter the computer's operation in a manner well known to those skilled in the art. The data maintains a data structure that is a physical location of the memory that has particular characteristics defined by the data format. However, while the principles of the invention have been described in language specific to above, it is not intended to be limited to the specific details shown, since one skilled in the art will recognize that various steps and operations described below may be implemented in hardware.
The service test method and the service test device can be arranged in any electronic equipment and are used for carrying out service test on a certain service function in a service system. The electronic devices include, but are not limited to, wearable devices, head-worn devices, medical health platforms, personal computers, server computers, hand-held or laptop devices, mobile devices (such as mobile phones, Personal Digital Assistants (PDAs), media players, and the like), multiprocessor systems, consumer electronics, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. The electronic equipment is preferably a business processing server for processing business data so as to provide corresponding business services such as red envelope service, transfer service and the like by setting corresponding business functions; and can reduce the test resource consumption of the updated service function to the greatest extent.
Referring to fig. 1, fig. 1 is a flowchart illustrating a service testing method according to a first embodiment of the present invention. The service testing method of this embodiment may be implemented by using the electronic device, and the service testing method of this embodiment includes:
step S101, acquiring a service processing request, and sending the service processing request to an interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
step S102, receiving service processing feedback of the interactive terminal, wherein the service processing feedback is generated by the interactive terminal according to service processing data;
step S103, generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the interactive terminal;
and step S104, receiving the test service processing feedback of the interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request.
The following describes in detail the service test procedure of the service test method according to this embodiment.
In step S101, an electronic device (e.g., a service processing server, etc.) acquires a service processing request from a user or a user terminal. The service processing request is a request for the electronic equipment to request the interactive terminal to perform service processing. The interactive terminal can be a bank deduction terminal, an identity recognition terminal and other third-party terminals capable of performing service interactive processing operation.
In order to facilitate the interactive terminal to process the service processing request, the service processing request includes service processing data and service test identification data. The service processing data is related data for the interactive terminal to perform service interactive processing, such as account information of a deduction user or identity information of the user. The service test identification data is related identification information for performing the service test, and the electronic equipment can acquire the specific content identification of the service test through the service test identification data.
And then the electronic equipment sends the acquired service processing request to the interactive terminal.
In step S102, after receiving the service processing request, the interactive terminal performs service interactive processing according to the service processing data in the service processing request, and performs corresponding service processing feedback. And if the account information of the deduction user is correct, the interactive terminal sends service processing feedback requesting the account password of the user to the electronic equipment. Thus, the electronic device receives the service processing feedback of the interactive terminal.
In step S103, the electronic device searches for service test identification data corresponding to the service processing feedback according to the service processing feedback obtained in step S103 (for example, finds out corresponding service test identification data according to the service processing request corresponding to the service processing feedback); and generating a corresponding test service processing request according to the service test identification data. Since the specific content identifier for performing the service test is recorded in the service test identifier data, the electronic device can obtain a processing mode for feeding back the service processing based on the specific content identifier for performing the service test, that is, generate a corresponding test service processing request.
If the service test identification data is used for carrying out overtime service test, the electronic equipment directly generates a test service processing request for acquiring the overtime user account password according to the service test identification data instead of directly acquiring the user account password, and sends the test service processing request to the interactive terminal, so that the priority of the service test identification data is higher than that of the service processing data in the service processing feedback.
In step S104, the interactive terminal generates a corresponding test service processing feedback based on the test service processing request sent by the electronic device. The test service processing feedback is feedback information of the interactive terminal aiming at the test service processing request. If the test service processing request is that the user account password is overtime, the test service processing feedback can be feedback information for reacquiring the user account password after the set time.
And then the electronic equipment receives the test service processing feedback returned by the interactive terminal, and generates a corresponding service test result based on the test service processing feedback, namely a test result of whether the interactive terminal can normally feed back the test service. Therefore, the technical personnel can adjust the service interaction processing content of the electronic equipment based on the service test result.
Thus, the service test flow of the service test method of the embodiment is completed.
In the service testing method of the embodiment, the service testing identification data is set at the service processing request sending end, and the corresponding testing service processing request is generated based on the service testing identification data, so that the service testing by setting a service testing plug-in or setting a large number of extra set accounts at the testing terminal is avoided; the workload of the service test is effectively reduced, and the service test flow is simplified.
Referring to fig. 2, fig. 2 is a flowchart illustrating a service testing method according to a second embodiment of the present invention. The service testing method of this embodiment may be implemented by using the electronic device, and the service testing method of this embodiment includes:
step S201, generating service processing data, service test identification data and test service processing data according to the service test content;
step S202, storing the corresponding relation between the service test identification data and the test service processing data in a relation comparison table;
step S203, receiving a service test instruction, and synthesizing the service processing data and the service test identification data into a service processing request according to the service test instruction;
step S204, acquiring a service processing request, and sending the service processing request to an interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
step S205, receiving service processing feedback of the interactive terminal, wherein the service processing feedback is generated by the interactive terminal according to the service processing data;
step S206, generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the interactive terminal;
step S207, receiving a test service processing feedback of the interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request;
and step S208, displaying the service test result through the visualized service data path diagram.
The following describes in detail the service test procedure of the service test method according to this embodiment.
In step S201, the electronic device first generates corresponding service processing data, service test identification data, and test service processing data according to the service test content.
The service test content is the service function to be tested, such as bank payment function, set by the technician. The service processing data is the most basic service interaction data for performing the service function, such as data for issuing a payment request. The service test identification data is identification data associating the service processing data with the test service processing data. The test service processing data is service interaction data for testing corresponding service functions, such as data for sending payment request overtime and the like.
In step S202, the electronic device stores the correspondence between the service test identification data and the test service processing data acquired in step S201 in the relationship comparison table, so that the electronic device can use the service test identification data to search the test service processing data in the relationship comparison table.
In step S203, the electronic device receives a service test instruction from outside the user, where the service test instruction is an instruction for a technician to perform a corresponding service function test.
And the electronic equipment synthesizes the corresponding service processing data and the service test identification data into a service processing request according to the service test instruction. The service test identification data can be set as an identification data part of the service processing request, and the service processing data can be set as a text data part of the service processing request.
If the service processing request is an http message request, the service test identification data may be set at a header of the http message request, and the service processing data may be set in a body of the http message request, so that the interactive terminal may perform a corresponding service interaction operation according to the content of the body of the message, and the service test identification data is only used as client information data without any influence on the service interaction operation.
Therefore, the generation process of the service processing request is completed, and the function test of the service function to be tested can be carried out subsequently based on the service processing request.
In step S204, when performing the function test of the service function, the electronic device obtains a service processing request, where the service processing request is a request for the interactive terminal to perform service processing. And then the electronic equipment sends the acquired service processing request to the interactive terminal.
In step S205, after receiving the service processing request, the interactive terminal performs service interactive processing according to the service processing data in the service processing request, and performs corresponding service processing feedback. And if the account information of the deduction user is correct, the interactive terminal sends service processing feedback requesting the account password of the user to the electronic equipment. Thus, the electronic device receives the service processing feedback of the interactive terminal.
In step S206, the electronic device searches for service test identification data corresponding to the service processing feedback according to the service processing feedback obtained in step S205; and generating a corresponding test service processing request according to the service test identification data. Since the specific content identifier for performing the service test is recorded in the service test identifier data, the electronic device can obtain a processing mode for feeding back the service processing based on the specific content identifier for performing the service test, that is, generate a corresponding test service processing request. And then sending the test service processing request to the interactive terminal.
Referring to fig. 3, fig. 3 is a flowchart of step S206 of the service testing method according to the second embodiment of the present invention. The step S206 includes:
step S301, the electronic device obtains corresponding service test identification data according to the service processing feedback.
Step S302, the electronic device searches the corresponding service test processing data in the relation comparison table according to the service test identification data.
Step S303, the electronic device generates a corresponding test service processing request based on the service test processing data.
In step S207, the interactive terminal generates a corresponding test service processing feedback based on the test service processing request sent by the electronic device. The test service processing feedback is feedback information of the interactive terminal aiming at the test service processing request. If the test service processing request is that the user account password is overtime, the test service processing feedback can be feedback information for reacquiring the user account password after the set time.
And then the electronic equipment receives the test service processing feedback returned by the interactive terminal, and generates a corresponding service test result based on the test service processing feedback, namely a test result of whether the interactive terminal can normally feed back the test service. Therefore, the technical personnel can adjust the service interaction processing content of the electronic equipment based on the service test result.
In step S208, the electronic device displays the service test result through the visualized service data path diagram. Referring to fig. 4, fig. 4 is a schematic diagram of a service data path diagram corresponding to a second embodiment of the service testing method of the present invention.
The service data path diagram 40 includes a plurality of service micro-service units, such as a payment entry unit 41, an access proxy unit 42, a user information access unit 43, a cache unit 44, a social payment deduction unit 45, a payment common logic unit 46, and a frequency limitation unit 47.
A technician can know a specific flow of the service function test through the upstream and downstream relationship between the service microservice units in the service data path diagram 40, and can judge the service operation condition of each service microservice unit, that is, the service test result of each service microservice unit, according to the state of each service microservice unit. Each service micro-service unit comprises an input subunit, a data processing subunit and an output subunit. Different colors may be used here to represent different states of the business microservice unit.
If the service micro-service unit is a green frame, the service micro-service unit is indicated to be normally operated; if the business micro service unit is a yellow frame, the input data received by the input subunit of the business micro service unit is abnormal; if the business micro service unit is a red frame, the data processing abnormity of the data processing subunit of the business micro service unit is represented; if the business micro service unit is a blue frame, the output data of the output sub-unit of the business micro service unit is abnormal; and if the business micro-service unit is a gray frame, the business micro-service unit cannot run, and the like. Therefore, technicians can quickly know the service test result through the service data path diagram with the visualization effect, and can check corresponding service test data (or service abnormal data) by clicking the corresponding service micro-service unit to adjust the service interaction processing content in time.
Thus, the service test flow of the service test method of the embodiment is completed.
On the basis of the first embodiment, the service test method of this embodiment uses the service test identification data to bind the test service processing data with the service processing data at the service processing request sending end, thereby further simplifying the setting flow of the test service processing data. Meanwhile, the setting of the service data path diagram further improves the processing efficiency of technicians on the service test results.
Referring to fig. 5, fig. 5 is a flowchart illustrating a service testing method according to a third embodiment of the present invention. The service testing method of this embodiment may be implemented by using the electronic device, and the service testing method of this embodiment includes:
step S501, a service processing request of a first interactive terminal is obtained, and the service processing request is sent to a second interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
step S502, receiving service processing feedback of the second interactive terminal, wherein the service processing feedback is generated by the second interactive terminal according to the service processing data;
step S503, generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the second interactive terminal;
step S504, receiving the test service processing feedback of the second interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request;
step S505, sending the service test result to the first interactive terminal.
In this embodiment, the service processing request may be sent from the first interactive terminal, that is, the electronic device is used for service interaction between the first interactive terminal and the second interactive terminal; and the electronic equipment can identify the service test identification data, automatically identify the service processing feedback of the second interactive terminal based on the identification result and generate a corresponding test service processing request, then automatically complete the test flow of the corresponding service function based on the test service processing request, and directly feed back the service test result to the first interactive terminal.
The service test method of the embodiment can automatically complete the service function test between the first interactive terminal and the second interactive terminal based on the service test identification data, thereby effectively reducing the service test workload of the first interactive terminal and simplifying the service test process.
Referring to fig. 6, fig. 6 is a schematic structural diagram of a service testing apparatus according to a first embodiment of the present invention. The service testing apparatus of this embodiment may be implemented by using the first embodiment of the service testing method, and the service testing apparatus 60 of this embodiment includes a service processing request sending module 61, a service processing feedback receiving module 62, a testing service processing request generating module 63, and a service testing result generating module 64.
The service processing request sending module 61 is configured to obtain a service processing request, and send the service processing request to the interactive terminal, where the service processing request includes service processing data and service test identification data; the service processing feedback receiving module 62 is configured to receive service processing feedback of the interactive terminal, where the service processing feedback is generated by the interactive terminal according to the service processing data; the test service processing request generating module 63 is configured to generate a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and send the test service processing request to the interactive terminal; the service test result generating module 64 is configured to receive a test service processing feedback of the interactive terminal, and generate a service test result according to the test service processing feedback, where the test service processing feedback is generated by the interactive terminal according to the test service processing request.
When the service test apparatus 60 of this embodiment is used, first, the service processing request sending module 61 obtains a service processing request from a user or a user terminal. The service processing request is a request for the service processing request sending module to request the interactive terminal to perform service processing. The interactive terminal can be a bank deduction terminal, an identity recognition terminal and other third-party terminals capable of performing service interactive processing operation.
In order to facilitate the interactive terminal to process the service processing request, the service processing request includes service processing data and service test identification data. The service processing data is related data for the interactive terminal to perform service interactive processing, such as account information of a deduction user or identity information of the user. The service test identification data is related identification information for performing a service test, and the service processing request sending module 61 may obtain a specific content identification of the service test through the service test identification data. Then, the service processing request sending module 61 sends the obtained service processing request to the interactive terminal.
And then after receiving the service processing request, the interactive terminal performs service interactive processing according to the service processing data in the service processing request and makes corresponding service processing feedback. And if the account information of the deduction user is correct, the interactive terminal sends service processing feedback for requesting the account password of the user to the service processing feedback receiving module. Thus, the service processing feedback receiving module 62 receives the service processing feedback of the interactive terminal.
Then, the test service processing request generating module 63 searches for service test identification data corresponding to the service processing feedback according to the obtained service processing feedback (for example, finds out corresponding service test identification data through the service processing request corresponding to the service processing feedback); and generating a corresponding test service processing request according to the service test identification data. Since the service test identification data records the specific content identification for performing the service test, the test service processing request generating module 63 may obtain the processing mode fed back to the service process based on the specific content identification for the service test, that is, generate the corresponding test service processing request.
If the service test identification data is to perform an overtime service test, the test service processing request generating module 63 directly generates a test service processing request for acquiring the user account password overtime according to the service test identification data instead of directly acquiring the user account password, and sends the test service processing request to the interactive terminal, so that the priority of the service test identification data is higher than that of the service processing data in the service processing feedback.
And finally, the interactive terminal generates corresponding test service processing feedback based on the test service processing request sent by the electronic equipment. The test service processing feedback is feedback information of the interactive terminal aiming at the test service processing request. If the test service processing request is that the user account password is overtime, the test service processing feedback can be feedback information for reacquiring the user account password after the set time.
Then, the service test result generating module 64 receives the test service processing feedback returned by the interactive terminal, and generates a corresponding service test result based on the test service processing feedback, that is, a test result of whether the interactive terminal can normally feed back the test service. Therefore, the technical personnel can adjust the service interaction processing content of the electronic equipment based on the service test result.
This completes the service test flow of the service test apparatus 60 of the present embodiment.
The service testing device of the embodiment sets the service testing identification data at the service processing request sending end, and generates the corresponding testing service processing request based on the service testing identification data, thereby avoiding setting a service testing plug-in at the testing terminal or setting a large number of extra set account numbers for service testing; the workload of the service test is effectively reduced, and the service test flow is simplified.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a service testing device according to a second embodiment of the present invention. The service testing apparatus of this embodiment may be implemented by using the second embodiment of the service testing method, and the service testing apparatus 70 of this embodiment includes a data generating module 71, a data storing module 72, a service processing request generating module 73, a service processing request sending module 74, a service processing feedback receiving module 75, a test service processing request generating module 76, a service testing result generating module 77, and a display module 78.
The data generating module 71 is configured to generate service processing data, service test identification data, and test service processing data according to the service test content; the data storage module 72 is used for storing the corresponding relation between the service test identification data and the test service processing data in a relation comparison table; the service processing request generating module 73 is configured to receive a service test instruction, and synthesize service processing data and service test identification data into a service processing request according to the service test instruction; the service processing request sending module 74 is configured to obtain a service processing request, and send the service processing request to the interactive terminal, where the service processing request includes service processing data and service test identification data; the service processing feedback receiving module 75 is configured to receive service processing feedback of the interactive terminal, where the service processing feedback is generated by the interactive terminal according to the service processing data; the test service processing request generating module 76 is configured to generate a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and send the test service processing request to the interactive terminal; the service test result generating module 77 is configured to receive a test service processing feedback of the interactive terminal, and generate a service test result according to the test service processing feedback, where the test service processing feedback is generated by the interactive terminal according to the test service processing request; the display module 78 is configured to display the service test result through the visualized service data path diagram.
Referring to fig. 8, fig. 8 is a schematic structural diagram of a test service processing request generating module according to a second embodiment of the service testing device of the present invention. The test service processing request generating module 76 includes a test identification data obtaining unit 81, a test processing data searching unit 82, and a test service processing request generating unit 83.
The test identification data obtaining unit 81 is configured to obtain corresponding service test identification data according to the service processing feedback; the test processing data searching unit 82 is configured to search, according to the service test identification data, corresponding service test processing data in the relationship comparison table; the test service processing request generating unit 83 is configured to generate a test service processing request based on the service test processing data.
When the service test apparatus 70 of this embodiment is used, first, the data generation module 71 generates corresponding service processing data, service test identification data, and test service processing data according to the service test content.
The service test content is the service function to be tested, such as bank payment function, set by the technician. The service processing data is the most basic service interaction data for performing the service function, such as data for issuing a payment request. The service test identification data is identification data associating the service processing data with the test service processing data. The test service processing data is service interaction data for testing corresponding service functions, such as data for sending payment request overtime and the like.
The data storage module 72 then stores the correspondence between the obtained service test identification data and the test service processing data in the relational mapping table, so that the electronic device can use the service test identification data to search the test service processing data in the relational mapping table.
Then, the service processing request generating module 73 receives a service test instruction from the outside of the user, where the service test instruction is an instruction for a technician to perform a corresponding service function test.
The service processing request generating module 73 synthesizes the corresponding service processing data and the service test identification data into a service processing request according to the service test instruction. The service test identification data can be set as an identification data part of the service processing request, and the service processing data can be set as a text data part of the service processing request.
If the service processing request is an http message request, the service test identification data may be set at a header of the http message request, and the service processing data may be set in a body of the http message request, so that the interactive terminal may perform a corresponding service interaction operation according to the content of the body of the message, and the service test identification data is only used as client information data without any influence on the service interaction operation.
Therefore, the generation process of the service processing request is completed, and the function test of the service function to be tested can be carried out subsequently based on the service processing request.
When performing the function test of the service function, the service processing request sending module 74 obtains a service processing request, where the service processing request is a request for the electronic device to request the interactive terminal to perform service processing. And then the electronic equipment sends the acquired service processing request to the interactive terminal.
And after receiving the service processing request, the interactive terminal performs service interactive processing according to the service processing data in the service processing request and makes corresponding service processing feedback. And if the account information of the deduction user is correct, the interactive terminal sends service processing feedback requesting the account password of the user to the electronic equipment. The service processing feedback receiving module 75 will then receive the service processing feedback of the interactive terminal.
Then, the test service processing request generating module 76 searches for service test identification data corresponding to the service processing feedback according to the acquired service processing feedback; and generating a corresponding test service processing request according to the service test identification data. Since the service test identification data records the specific content identification for performing the service test, the test service processing request generating module 76 may obtain the processing mode of the service processing feedback based on the specific content identification of the service test, that is, generate the corresponding test service processing request. And then sending the test service processing request to the interactive terminal.
The specific process comprises the following steps:
the test identification data obtaining unit 81 of the test service processing request generating module 76 obtains corresponding service test identification data according to the service processing feedback.
The test processing data search unit 82 of the test service processing request generation module 76 searches the corresponding service test processing data in the relation comparison table according to the service test identification data.
The test service processing request generating unit 83 of the test service processing request generating module 76 generates a corresponding test service processing request based on the service test processing data.
And then the interactive terminal generates corresponding test service processing feedback based on the test service processing request sent by the electronic equipment. The test service processing feedback is feedback information of the interactive terminal aiming at the test service processing request. If the test service processing request is that the user account password is overtime, the test service processing feedback can be feedback information for reacquiring the user account password after the set time.
Then, the service test result generating module 77 receives the test service processing feedback returned by the interactive terminal, and generates a corresponding service test result based on the test service processing feedback, that is, a test result indicating whether the interactive terminal can perform normal feedback on the test service. Therefore, the technical personnel can adjust the service interaction processing content of the electronic equipment based on the service test result.
Finally, the display module 78 displays the service test result through the visualized service data path diagram.
This completes the service test flow of the service test apparatus 70 of the present embodiment.
On the basis of the first embodiment, the service test apparatus of this embodiment uses the service test identification data to bind the test service processing data with the service processing data at the service processing request sending end, thereby further simplifying the setting process of the test service processing data. Meanwhile, the setting of the service data path diagram further improves the processing efficiency of technicians on the service test results.
Referring to fig. 9, fig. 9 is a schematic structural diagram of a service testing device according to a third embodiment of the present invention. The service testing apparatus of this embodiment can be implemented by using the third embodiment of the service testing method, and the service testing apparatus 90 of this embodiment includes a service processing request sending module 91, a service processing feedback receiving module 92, a test service processing request generating module 93, a service testing result generating module 94, and a service testing result sending module 95.
The service processing request sending module 91 is configured to obtain a service processing request of the first interactive terminal, and send the service processing request to the second interactive terminal, where the service processing request includes service processing data and service test identification data; the service processing feedback receiving module 92 is configured to receive a service processing feedback of the second interactive terminal, where the service processing feedback is generated by the second interactive terminal according to the service processing data; the test service processing request generating module 93 is configured to generate a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and send the test service processing request to the second interactive terminal; the service test result generating module 94 is configured to receive a test service processing feedback of the second interactive terminal, and generate a service test result according to the test service processing feedback, where the test service processing feedback is generated by the interactive terminal according to the test service processing request; the service test result sending module 95 is configured to send the service test result to the first interactive terminal.
When the service testing apparatus 90 of this embodiment is used, first, the service processing request sending module 91 obtains a service processing request of a first interactive terminal, and sends the service processing request to a second interactive terminal, where the service processing request includes service processing data and service testing identification data.
Then, the service processing feedback receiving module 92 receives a service processing feedback of the second interactive terminal, where the service processing feedback is generated by the second interactive terminal according to the service processing data.
Then, the test service processing request generating module 93 generates a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sends the test service processing request to the second interactive terminal.
Subsequently, the service test result generating module 94 receives the test service processing feedback of the second interactive terminal, and generates a service test result according to the test service processing feedback, where the test service processing feedback is generated by the interactive terminal according to the test service processing request.
Finally, the service test result sending module 95 sends the service test result to the first interactive terminal.
The service processing request in the service testing apparatus 90 in this embodiment may be sent from the first interactive terminal, that is, the electronic device is used for service interaction between the first interactive terminal and the second interactive terminal; and the electronic equipment can identify the service test identification data, automatically identify the service processing feedback of the second interactive terminal based on the identification result and generate a corresponding test service processing request, then automatically complete the test flow of the corresponding service function based on the test service processing request, and directly feed back the service test result to the first interactive terminal.
The service testing device of the embodiment can automatically complete the service function test between the first interactive terminal and the second interactive terminal based on the service test identification data, thereby effectively reducing the service testing workload of the first interactive terminal and simplifying the service testing process.
The operation principle of the service testing method and the service testing apparatus of the present invention is described below with an embodiment. Referring to fig. 10, fig. 10 is a timing diagram of a service testing method and a service testing apparatus according to an embodiment of the invention. The service testing device of the embodiment can be arranged in the WeChat service server, and the embodiment is used for testing the service function that when a payment user carries out repeated payment, a bank terminal cannot carry out repeated deduction.
The wechat service server needs to perform direct or indirect service interaction with the user terminal, the merchant terminal and the bank terminal. The service test process comprises the following steps:
step S1001, the merchant terminal generates an order and sends the order to the user terminal.
Step S1002, the user terminal generates a corresponding service processing request based on the payment overtime service test instruction, namely, the payment overtime service test identification data is set in the message header of the service processing request, and the corresponding payment deduction instruction is set in the message body of the service processing request. And then sending the service processing request to the WeChat service server.
And step S1003, the WeChat service server sends the service processing request to the bank terminal and obtains service processing feedback of the bank terminal based on the payment deduction instruction.
Step S1004, the wechat service server receives the service processing feedback, and generates a payment timeout service processing request, that is, a second payment deduction request, based on the corresponding payment timeout service test identification data. The payment overtime is not generated by business processing feedback generated by the bank terminal, but generated by the WeChat business server according to the payment overtime business test identification data. Therefore, the bank terminal does not need to set a corresponding service test plug-in.
Step S1005, the bank terminal receives the second payment deduction request, and generates a corresponding deduction success feedback based on the second payment deduction request, such as transaction information of generated amount, single number, time, and the like.
Step S1006, the WeChat service server receives the deduction success feedback, and returns the order payment result of the deduction success to the merchant terminal through the user terminal.
Thus, the service test method and the service test process of the service test device of the embodiment are completed.
The service test method and the service test device of the invention set the service test identification data at the service processing request sending end and generate the corresponding test service processing request based on the service test identification data, thereby avoiding setting a service test plug-in at the test terminal or setting a large number of extra set accounts for service test; the workload of the service test is effectively reduced, and the service test flow is simplified; the technical problems that the service testing workload of the conventional service testing method and the conventional service testing device is large and the service testing process is complex are effectively solved.
As used herein, the terms "component," "module," "system," "interface," "process," and the like are generally intended to refer to a computer-related entity: hardware, a combination of hardware and software, or software in execution. For example, a component may be, but is not limited to being, a process running on a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a controller and the controller can be a component. One or more components can reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
FIG. 11 and the following discussion provide a brief, general description of an operating environment of an electronic device in which a business testing apparatus of the present invention may be implemented. The operating environment of FIG. 11 is only one example of a suitable operating environment and is not intended to suggest any limitation as to the scope of use or functionality of the operating environment. Example electronic devices 1112 include, but are not limited to, wearable devices, head-mounted devices, medical health platforms, personal computers, server computers, hand-held or laptop devices, mobile devices (such as mobile phones, Personal Digital Assistants (PDAs), media players, and the like), multiprocessor systems, consumer electronics, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
Although not required, embodiments are described in the general context of "computer readable instructions" being executed by one or more electronic devices. Computer readable instructions may be distributed via computer readable media (discussed below). Computer readable instructions may be implemented as program modules, such as functions, objects, Application Programming Interfaces (APIs), data structures, etc. that perform particular tasks or implement particular abstract data types. Typically, the functionality of the computer readable instructions may be combined or distributed as desired in various environments.
FIG. 11 illustrates an example of an electronic device 1112 that includes one or more embodiments of the traffic testing apparatus of the present invention. In one configuration, electronic device 1112 includes at least one processing unit 1116 and memory 1118. Depending on the exact configuration and type of electronic device, memory 1118 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.) or some combination of the two. This configuration is illustrated in fig. 11 by dashed line 1114.
In other embodiments, electronic device 1112 may include additional features and/or functionality. For example, device 1112 may also include additional storage (e.g., removable and/or non-removable) including, but not limited to, magnetic storage, optical storage, and the like. Such additional storage is illustrated in FIG. 11 by storage 1120. In one embodiment, computer readable instructions to implement one or more embodiments provided herein may be in storage 1120. Storage 1120 may also store other computer readable instructions to implement an operating system, an application program, and the like. Computer readable instructions may be loaded in memory 1118 for execution by processing unit 1116, for example.
The term "computer readable media" as used herein includes computer storage media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions or other data. Memory 1118 and storage 1120 are examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by electronic device 1112. Any such computer storage media may be part of electronic device 1112.
Electronic device 1112 may also include communication connection(s) 1126 that allow electronic device 1112 to communicate with other devices. Communication connection(s) 1126 may include, but is not limited to, a modem, a Network Interface Card (NIC), an integrated network interface, a radio frequency transmitter/receiver, an infrared port, a USB connection, or other interfaces for connecting electronic device 1112 to other electronic devices. Communication connection 1126 may include a wired connection or a wireless connection. Communication connection 1126 may transmit and/or receive communication media.
The term "computer readable media" may include communication media. Communication media typically embodies computer readable instructions or other data in a "modulated data signal" such as a carrier wave or other transport mechanism and includes any information delivery media. The term "modulated data signal" may include signals that: one or more of the signal characteristics may be set or changed in such a manner as to encode information in the signal.
Electronic device 1112 may include input device(s) 1124 such as keyboard, mouse, pen, voice input device, touch input device, infrared cameras, video input devices, and/or any other input device. Output device(s) 1122 such as one or more displays, speakers, printers, and/or any other output device may also be included in device 1112. The input device 1124 and the output device 1122 may be connected to the electronic device 1112 via a wired connection, wireless connection, or any combination thereof. In one embodiment, an input device or an output device from another electronic device may be used as input device 1124 or output device 1122 for electronic device 1112.
Components of electronic device 1112 may be connected by various interconnects, such as a bus. Such interconnects may include Peripheral Component Interconnect (PCI), such as PCI express, Universal Serial Bus (USB), firewire (IEEE1394), optical bus structures, and the like. In another embodiment, components of electronic device 1112 may be interconnected by a network. For example, memory 1118 may be comprised of multiple physical memory units located in different physical locations interconnected by a network.
Those skilled in the art will realize that storage devices utilized to store computer readable instructions may be distributed across a network. For example, an electronic device 1130 accessible via a network 1128 may store computer readable instructions to implement one or more embodiments provided by the present invention. Electronic device 1112 may access electronic device 1130 and download a part or all of the computer readable instructions for execution. Alternatively, electronic device 1112 may download pieces of the computer readable instructions, as needed, or some instructions may be executed at electronic device 1112 and some at electronic device 1130.
Various operations of embodiments are provided herein. In one embodiment, the one or more operations may constitute computer readable instructions stored on one or more computer readable media, which when executed by an electronic device, will cause the computing device to perform the operations. The order in which some or all of the operations are described should not be construed as to imply that these operations are necessarily order dependent. Those skilled in the art will appreciate alternative orderings having the benefit of this description. Moreover, it should be understood that not all operations are necessarily present in each embodiment provided herein.
Also, although the disclosure has been shown and described with respect to one or more implementations, equivalent alterations and modifications will occur to others skilled in the art based upon a reading and understanding of this specification and the annexed drawings. The present disclosure includes all such modifications and alterations, and is limited only by the scope of the appended claims. In particular regard to the various functions performed by the above described components (e.g., elements, resources, etc.), the terms used to describe such components are intended to correspond, unless otherwise indicated, to any component which performs the specified function of the described component (e.g., that is functionally equivalent), even though not structurally equivalent to the disclosed structure which performs the function in the herein illustrated exemplary implementations of the disclosure. In addition, while a particular feature of the disclosure may have been disclosed with respect to only one of several implementations, such feature may be combined with one or more other features of the other implementations as may be desired and advantageous for a given or particular application. Furthermore, to the extent that the terms "includes," has, "" contains, "or variants thereof are used in either the detailed description or the claims, such terms are intended to be inclusive in a manner similar to the term" comprising.
Each functional unit in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium. The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Each apparatus or system described above may perform the method in the corresponding method embodiment.
In summary, although the present invention has been disclosed in the foregoing embodiments, the serial numbers before the embodiments are used for convenience of description only, and the sequence of the embodiments of the present invention is not limited. Furthermore, the above embodiments are not intended to limit the present invention, and those skilled in the art can make various changes and modifications without departing from the spirit and scope of the present invention, therefore, the scope of the present invention shall be limited by the appended claims.

Claims (10)

1. A method for testing a service, comprising:
acquiring a service processing request, and sending the service processing request to an interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
receiving service processing feedback of the interactive terminal, wherein the service processing feedback is generated by the interactive terminal according to the service processing data;
generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the interactive terminal; and
and receiving test service processing feedback of the interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request.
2. The service testing method according to claim 1, wherein the step of obtaining the service processing request further comprises:
generating service processing data, service test identification data and test service processing data according to the service test content;
storing the corresponding relation between the service test identification data and the test service processing data in a relation comparison table; and
and receiving a service test instruction, and synthesizing the service processing data and the service test identification data into the service processing request according to the service test instruction.
3. The service testing method according to claim 2, wherein the step of generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data comprises:
acquiring corresponding service test identification data according to the service processing feedback;
searching corresponding service test processing data in the relation comparison table according to the service test identification data; and
and generating the test service processing request based on the service test processing data.
4. The service testing method according to claim 1, wherein the service testing identification data is an identification data part of the service processing request, and the service processing data is a text data part of the service processing request.
5. The traffic testing method according to claim 1, wherein the traffic testing method further comprises: and displaying the service test result through a visual service data path diagram.
6. A method for testing a service, comprising:
acquiring a service processing request of a first interactive terminal, and sending the service processing request to a second interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
receiving service processing feedback of the second interactive terminal, wherein the service processing feedback is generated by the second interactive terminal according to the service processing data;
generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data, and sending the test service processing request to the second interactive terminal;
receiving test service processing feedback of the second interactive terminal, and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request; and
and sending the service test result to the first interactive terminal.
7. A service testing apparatus, comprising:
the service processing request sending module is used for acquiring a service processing request and sending the service processing request to the interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
a service processing feedback receiving module, configured to receive a service processing feedback of the interactive terminal, where the service processing feedback is generated by the interactive terminal according to the service processing data;
the test service processing request generating module is used for generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data and sending the test service processing request to the interactive terminal; and
and the service test result generation module is used for receiving the test service processing feedback of the interactive terminal and generating a service test result according to the test service processing feedback, wherein the test service processing feedback is generated by the interactive terminal according to the test service processing request.
8. A service testing apparatus, comprising:
the service processing request sending module is used for acquiring a service processing request of a first interactive terminal and sending the service processing request to a second interactive terminal, wherein the service processing request comprises service processing data and service test identification data;
a service processing feedback receiving module, configured to receive a service processing feedback of the second interactive terminal, where the service processing feedback is generated by the second interactive terminal according to the service processing data;
the test service processing request generating module is used for generating a corresponding test service processing request according to the service processing feedback and the corresponding service test identification data and sending the test service processing request to the second interactive terminal;
a service test result generation module, configured to receive a test service processing feedback of the second interactive terminal, and generate a service test result according to the test service processing feedback, where the test service processing feedback is generated by the interactive terminal according to the test service processing request; and
and the service test result sending module is used for sending the service test result to the first interactive terminal.
9. A storage medium having stored therein processor-executable instructions to be loaded by one or more processors to perform a method of service testing as claimed in any one of claims 1 to 6.
10. An electronic device comprising a processor and a memory, said memory storing a computer program, said processor being adapted to perform the service testing method of any of claims 1 to 6 by invoking said computer program.
CN201910973186.1A 2019-10-14 2019-10-14 Service testing method and device, storage medium and electronic equipment Active CN112732547B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910973186.1A CN112732547B (en) 2019-10-14 2019-10-14 Service testing method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910973186.1A CN112732547B (en) 2019-10-14 2019-10-14 Service testing method and device, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN112732547A true CN112732547A (en) 2021-04-30
CN112732547B CN112732547B (en) 2024-02-13

Family

ID=75588436

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910973186.1A Active CN112732547B (en) 2019-10-14 2019-10-14 Service testing method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN112732547B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113296981A (en) * 2021-05-25 2021-08-24 建信金融科技有限责任公司 Data processing method and device, electronic equipment and storage medium
TWI800150B (en) * 2021-12-10 2023-04-21 財金資訊股份有限公司 Test transaction processing system and method for providing autonomous interbank financial transactions testing function

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017020721A1 (en) * 2015-08-04 2017-02-09 阿里巴巴集团控股有限公司 Service function testing method and device
CN107239487A (en) * 2017-04-19 2017-10-10 腾讯科技(深圳)有限公司 Business data processing method and device
CN108924210A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 Service request processing method, device, server and storage medium
CN109787854A (en) * 2018-12-14 2019-05-21 浙江口碑网络技术有限公司 The test method and device of business service, storage medium, electronic device
CN109889410A (en) * 2019-03-18 2019-06-14 北京达佳互联信息技术有限公司 Test method, apparatus, agent equipment and the readable storage medium storing program for executing of business function
CN110162476A (en) * 2019-05-27 2019-08-23 重庆紫光华山智安科技有限公司 Test method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017020721A1 (en) * 2015-08-04 2017-02-09 阿里巴巴集团控股有限公司 Service function testing method and device
CN107239487A (en) * 2017-04-19 2017-10-10 腾讯科技(深圳)有限公司 Business data processing method and device
CN108924210A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 Service request processing method, device, server and storage medium
CN109787854A (en) * 2018-12-14 2019-05-21 浙江口碑网络技术有限公司 The test method and device of business service, storage medium, electronic device
CN109889410A (en) * 2019-03-18 2019-06-14 北京达佳互联信息技术有限公司 Test method, apparatus, agent equipment and the readable storage medium storing program for executing of business function
CN110162476A (en) * 2019-05-27 2019-08-23 重庆紫光华山智安科技有限公司 Test method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113296981A (en) * 2021-05-25 2021-08-24 建信金融科技有限责任公司 Data processing method and device, electronic equipment and storage medium
TWI800150B (en) * 2021-12-10 2023-04-21 財金資訊股份有限公司 Test transaction processing system and method for providing autonomous interbank financial transactions testing function

Also Published As

Publication number Publication date
CN112732547B (en) 2024-02-13

Similar Documents

Publication Publication Date Title
CN108520454B (en) Method and system for calling back orders in real time
CN108846753B (en) Method and apparatus for processing data
CN111290806B (en) Calling method and device of application program interface, computer equipment and storage medium
CN108959430B (en) Advertisement promotion data acquisition method, device and equipment
US9990214B2 (en) Dynamic agent delivery
WO2019134543A1 (en) Method and apparatus for information transmission and electronic device
CN108881393B (en) Data issuing method, device, computer and storage medium
CN111598575A (en) Business process control method and device, electronic equipment and readable storage medium
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
CN111881329A (en) Account balance management method and system
CN107025145A (en) Error code analysis method and device
CN115237481A (en) Method, device and equipment for driving external equipment and storage medium
CN115934537A (en) Interface test tool generation method, device, equipment, medium and product
CN112256252A (en) Interface generation method and device, storage medium and electronic equipment
CN112182400B (en) Message processing method, message processing device, electronic equipment and storage medium
CN115374207A (en) Service processing method and device, electronic equipment and computer readable storage medium
CN114546370A (en) Data docking method and related device
CN114780361A (en) Log generation method, device, computer system and readable storage medium
WO2020221114A1 (en) Method and device for displaying information
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN111460273B (en) Information pushing method and device
US20080294645A1 (en) System, method and computer program product for EDI-to-EDI translations
CN112749075B (en) Service testing method, device, storage medium and equipment based on preset data
CN112749073B (en) Service testing method and device, storage medium and electronic equipment
CN109634827A (en) Method and apparatus for generating information

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