CN108804307B - Flow automation test method and device - Google Patents

Flow automation test method and device Download PDF

Info

Publication number
CN108804307B
CN108804307B CN201810354470.6A CN201810354470A CN108804307B CN 108804307 B CN108804307 B CN 108804307B CN 201810354470 A CN201810354470 A CN 201810354470A CN 108804307 B CN108804307 B CN 108804307B
Authority
CN
China
Prior art keywords
participant
test plan
test
task flow
task
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810354470.6A
Other languages
Chinese (zh)
Other versions
CN108804307A (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.)
Beijing Actionsoft Science And Technology Development Co ltd
Original Assignee
Beijing Actionsoft Science And Technology Development 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 Beijing Actionsoft Science And Technology Development Co ltd filed Critical Beijing Actionsoft Science And Technology Development Co ltd
Priority to CN201810354470.6A priority Critical patent/CN108804307B/en
Publication of CN108804307A publication Critical patent/CN108804307A/en
Application granted granted Critical
Publication of CN108804307B publication Critical patent/CN108804307B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases

Abstract

The invention provides a process automation testing method and device. The process automation test method provided by the invention comprises the following steps: a: determining a participant of an ith node according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1; b: creating a user session required by the participant; c: and executing the task flow corresponding to the participant according to the user session, if the task flow corresponding to the participant is finished, adding one to the i, and repeatedly executing the steps A-C until the task flow of the test plan is finished. The embodiment of the invention has higher testing efficiency.

Description

Flow automation test method and device
Technical Field
The invention relates to the technical field of computers, in particular to a process automation testing method and device.
Background
With the popularization of the information technology, more and more enterprises and units use office systems to work, and the office efficiency is greatly improved. Existing office systems typically involve approval of approval processes, such as expense reimbursement approval processes, leave-on approval processes, and the like.
In the approval process system, a strict task process needs to be configured in advance, a processing role of each node on the task process is specified, and then the task process is executed according to the preset task process. For example, after the flow of the pseudo approval is initiated by the applicant, the leader of each level of the applicant performs the audit in sequence until the flow is finished after the final level of the auditor performs the approval. With the increasing power of the system and the high quality of the software version, the system must be tested before use.
In the related technology, a tester needs to make a plurality of test plans according to a test case, and manually execute the test plans, wherein each test plan corresponds to one task flow. In the process of executing the test plan, the processes of application and approval of each node in the test account simulation task flow need to be frequently switched, and the test efficiency is low.
Disclosure of Invention
The invention provides a process automation testing method and device, and aims to solve the technical problem of low testing efficiency in the prior art.
In a first aspect, the present invention provides a process automation testing method, including:
a: determining a participant of an ith node according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1;
b: creating a user session required by the participant;
c: and executing the task flow corresponding to the participant according to the user session, if the task flow corresponding to the participant is finished, adding one to the i, and repeatedly executing the steps A-C until the task flow of the test plan is finished.
Optionally, the creating a user session required by the participant includes:
and creating a user session required by the account corresponding to the participant.
Optionally, the executing, according to the user session, an approval process corresponding to the participant includes:
calling a flow engine to simulate the task flow of the participant for opening the corresponding node of the participant;
and simulating the execution process of the task flow according to the form data acquired in advance.
Optionally, before determining the participant of the ith node according to the pre-created test plan and the configuration information of the task node corresponding to the test plan, the method further includes:
generating a test case according to the acquired form data;
and creating at least one test plan according to the test case and the information of the preset process initiator.
Optionally, after the creating at least one test plan, the method further includes:
judging whether a process starter corresponding to the test plan has a process starting authority or not according to the test plan and pre-acquired process configuration information;
if yes, executing step A.
Optionally, after the step a is executed, the method further includes:
and if the execution is wrong, adjusting the flow configuration information according to the content of the TODO list generated after the execution, and re-executing the test plan.
Optionally, the method further includes:
generating a test report, wherein the test report comprises process information when the test plan is executed.
Optionally, the method further includes:
and displaying the execution process of the task flow corresponding to the participant on an operation interface.
In a second aspect, the present invention provides a process automation test device, comprising
The determining module is used for determining a participant of the ith node according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1;
the processing module is used for creating a user session required by the participant;
and the processing module is further configured to execute the task flow corresponding to the participant according to the user session, add one to i if the task flow corresponding to the participant is ended, and repeatedly execute the operations of the determining module and the processing module until the task flow of the test plan is ended.
Optionally, the processing module is specifically configured to:
calling a flow engine to simulate the task flow of the participant for opening the corresponding node of the participant;
and simulating the execution process of the task flow according to the form data acquired in advance.
Optionally, the processing module is specifically configured to:
and creating a user session required by the account corresponding to the participant.
Optionally, the processing module is further configured to:
generating a test case according to the acquired form data before determining a participant of the ith node according to a pre-created test plan and configuration information of a task node corresponding to the test plan;
and creating at least one test plan according to the test case and the information of the preset process initiator.
Optionally, the processing module is further configured to:
after the at least one test plan is created, judging whether a process initiator corresponding to the test plan has a process starting authority or not according to the test plan and pre-acquired process configuration information;
if yes, executing step A.
Optionally, the processing module is further configured to:
and after the step A is executed, if an error occurs in the execution, adjusting the flow configuration information according to the process information generated after the execution, and executing the test plan again.
Optionally, the processing module is further configured to:
generating a test report, wherein the test report comprises process information when the test plan is executed.
Optionally, the processing module is further configured to:
and displaying the execution process of the task flow corresponding to the participant on an operation interface.
According to the process automation test method and device provided by the invention, according to a pre-established test plan and configuration information of a task node corresponding to the test plan, a participant of an ith node is determined; i is an integer greater than 0; the initial value of i is 1; creating a user session required by the participant; and according to the user session, executing the task flow corresponding to the participant, if the task flow corresponding to the participant is finished, adding one to the i, and repeatedly executing the steps until the task flow of the test plan is finished.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a schematic flow chart of a conventional approval process test;
FIG. 2 is a schematic flow chart illustrating an embodiment of a process automation test method provided in the present invention;
FIG. 3 is a schematic flow chart illustrating another embodiment of a process automation test method provided by the present invention;
FIG. 4 is a table diagram illustrating an embodiment of a process automation test method provided by the present invention;
FIG. 5 is a task flow diagram of an embodiment of a process automation test method provided by the present invention;
FIG. 6 is a flow chart illustrating the use of one embodiment of the process automation test method provided by the present invention;
FIG. 7 is a schematic structural diagram of an embodiment of a process automation test apparatus provided in the present invention;
fig. 8 is a schematic structural diagram of an embodiment of an electronic device provided in the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terms "comprising" and "having," and any variations thereof, in the description and claims of this invention and the drawings described herein are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Firstly, the application scene related to the invention is introduced:
the method is applied to the test of the approval process system. The general approval process includes, for example, an expense reimbursement approval process, a leave approval process, a human demand approval process, and the like. In the approval process system, a strict task process needs to be configured in advance, a processing role of each node on the task process is specified, and then the task process is executed according to the preset task process. For example, after the flow of the pseudo approval is initiated by the applicant, the leader of each level of the applicant performs the audit in sequence until the flow is finished after the final level of the auditor performs the approval. In the related art, manual testing is usually required by a user, as shown in fig. 1, the processes of application and approval of each node in the test account simulation task flow need to be frequently switched, and the testing efficiency is low.
According to the process automation test method provided by the embodiment of the invention, the participants of each node are determined according to the pre-established test plan and the configuration information of the task node corresponding to the test plan, and the user sessions required by the participants are established; and executing a task flow corresponding to the participant according to the user session, and aiming at solving the problem of low testing efficiency in the prior art.
The technical solution of the present invention will be described in detail below with specific examples. 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.
Fig. 2 is a schematic flowchart of an embodiment of a process automation test method provided in the present invention. As shown in fig. 2, the method provided by this embodiment includes:
a: determining a participant of an ith node according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1;
b: creating a user session required by the participant;
c: and executing the task flow corresponding to the participant according to the user session, if the task flow corresponding to the participant is finished, adding one to the i, and repeatedly executing the steps A-C until the task flow of the test plan is finished.
Optionally, before step a, the following steps may be further included:
generating a test case according to the acquired form data;
and creating at least one test plan according to the test case and the information of the preset process initiator.
Specifically, as shown in fig. 3, when testing the approval process system, a test plan is first created, before creating the test plan, a test case needs to be generated according to form data (for example, user information, including a department where the test case is located, a leader belonging to the test case, a superior department, and the like) filled by a user, a process initiator (a batch participant is supported) is selected according to the test case to create the test plan, and a test is executed.
The test case describes form data, which may be a file stored in an Excel file form. The test plan refers to a task flow to be tested, such as a leave asking flow, who needs to be specified to start the leave asking flow, configuration information of each task node, namely, approver information corresponding to the task node, and the like.
When executing the test plan, first, a participant, such as a dummy, of the first node corresponding to the test plan needs to be determined.
Then, a user session required by the participant is created, and through the generated user session, a corresponding task flow, such as filling out a leave form, can be executed.
In the manual test, the account number (user name and password) of the participant needs to be logged in to create the user session, but in the method of the embodiment, the user session needed by the participant is automatically created according to the form data filled by the user without inputting the user name and password of the participant.
And if the task flow of the participant of the first node is finished, repeatedly executing the steps A-C, namely determining the participant of the second node, creating the user session required by the participant, and executing the task flow corresponding to the participant until the task flow of the test plan is finished.
The participant of the second node is, for example, an immediate leader of the participant of the first node, and the participation of the second node requires an approval on a leave form filled by the participant of the first node, with the approval result being approval or disapproval.
Optionally, the creating of the user session required by the participant may specifically be:
and creating a user session required by the account corresponding to the participant.
For example, as shown in fig. 4, a business trip application form filled in for an applicant is shown, and fig. 5 shows a business trip application flow, where an applicant first fills in an application as a participant of a first node, submits the application to a participant of a second node, i.e., a leader, for approval, and if the approval is granted, the applicant performs a business trip summary, at this time, the application is a third node, and enters a fourth node after completion, i.e., a participant of a fourth node, i.e., the leader, for review, the review is completed, the applicant can enter a fifth node after completion of the business trip summary, the participant of the fifth node, i.e., an HR specialist, performs a pseudo-attendance review, and if the approval is granted, the application is completed, or the approval is not granted, the applicant is returned.
According to the process automation test method, a participant of an ith node is determined according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1; creating a user session required by the participant; and according to the user session, executing the task flow corresponding to the participant, if the task flow corresponding to the participant is finished, adding one to the i, and repeatedly executing the steps until the task flow of the test plan is finished.
On the basis of the above embodiment, optionally, after creating at least one test plan, the method further includes:
judging whether a process starter corresponding to the test plan has a process starting authority or not according to the test plan and pre-acquired process configuration information;
if yes, executing step A.
Specifically, when executing the test plan, it needs to first determine whether a process initiator corresponding to the test plan has a start authority, where the process initiator may be a participant of the first node or another process initiator.
And if the starting authority is provided, starting to execute the steps A-C.
Optionally, in the process of executing the test plan, the method further includes:
and if the execution is wrong, adjusting the flow configuration information according to the content of the TODO list generated after the execution, and re-executing the test plan.
Specifically, as shown in fig. 3 and 6, when the test plan is executed, the steps a to C are repeatedly executed until the task flow is normally ended or an error is encountered, and if a travel error is executed, the flow configuration information is adjusted according to the content of the TODO list, and the test plan is re-executed or the test plan is re-created and executed until the test result is correct, so that multiplexing of the test case is realized.
Optionally, after executing the test plan, the method further includes:
generating a test report, wherein the test report comprises process information when the test plan is executed.
Specifically, as shown in fig. 3 and fig. 6, after the test plan is executed, a test report may be generated, where the test report includes process information during execution of the test plan, for example, information of participants of each node and approval results of the participants of each node, so that a tester can analyze and subsequently sort the test process conveniently.
Optionally, according to the user session, an approval process corresponding to the participant is executed, which may specifically be implemented in the following manner:
calling a flow engine to simulate the task flow of the participant for opening the corresponding node of the participant;
and simulating the execution process of the task flow according to the form data acquired in advance.
Specifically, when the test plan is executed, a process engine is called to execute, and the execution process of the approval task process, namely the operations of opening the task process, filling a form, executing the approval and the like, is simulated for the participant of each node.
Optionally, in the process of executing the test plan, the method further includes:
and displaying the execution process of the task flow corresponding to the participant on an operation interface.
Specifically, in the process of executing the test plan, the execution process can be displayed on the operation interface in real time, so that the test personnel can conveniently watch the execution process.
Table 1 below is a comparison of the efficiency of the automatic test method and the manual test of the examples of the present invention, as shown in table 1:
TABLE 1
Figure BDA0001634233060000081
In the embodiment of the invention, the application program creates the user context and calls the flow engine to automatically execute downwards, so that the process of manually switching accounts is omitted, and the testing efficiency is improved.
Fig. 7 is a structural diagram of an embodiment of a process automation test apparatus provided in the present invention, and as shown in fig. 7, the process automation test apparatus of the embodiment includes:
a determining module 701, configured to determine a participant of an ith node according to a pre-created test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1;
a processing module 702, configured to create a user session required by the participant;
the processing module 702 is further configured to execute the task flow corresponding to the participant according to the user session, add one to i if the task flow corresponding to the participant is ended, and repeatedly execute the operations of the determining module and the processing module until the task flow of the test plan is ended.
Optionally, the processing module 702 is specifically configured to:
calling a flow engine to simulate the task flow of the participant for opening the corresponding node of the participant;
and simulating the execution process of the task flow according to the form data acquired in advance.
Optionally, the processing module 702 is specifically configured to:
and creating a user session required by the account corresponding to the participant.
Optionally, the processing module 702 is further configured to:
generating a test case according to the acquired form data before determining a participant of the ith node according to a pre-created test plan and configuration information of a task node corresponding to the test plan;
and creating at least one test plan according to the test case and the information of the preset process initiator.
Optionally, the processing module 702 is further configured to:
after the at least one test plan is created, judging whether a process initiator corresponding to the test plan has a process starting authority or not according to the test plan and pre-acquired process configuration information;
if yes, executing step A.
Optionally, the processing module 702 is further configured to:
and after the step A is executed, if an error occurs in the execution, adjusting the flow configuration information according to the process information generated after the execution, and executing the test plan again.
Optionally, the processing module 702 is further configured to:
generating a test report, wherein the test report comprises process information when the test plan is executed.
Optionally, the processing module 702 is further configured to:
and displaying the execution process of the task flow corresponding to the participant on an operation interface.
The apparatus of this embodiment may be configured to implement the technical solutions of the above method embodiments, and the implementation principles and technical effects are similar, which are not described herein again.
Fig. 8 is a structural diagram of an embodiment of an electronic device provided in the present invention, and as shown in fig. 8, the electronic device includes:
a processor 801, and a memory 802 for storing executable instructions for the processor 801.
Optionally, a display screen 803 is further included for displaying the operation interface.
The processor, the memory and the display screen are connected through a bus.
The processor 801 is configured to execute the corresponding method in the foregoing method embodiment by executing the executable instruction, and the specific implementation process of the method may refer to the foregoing method embodiment, which is not described herein again.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the method in the foregoing method embodiment is implemented.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. A process automation test method is characterized by comprising the following steps:
a: determining a participant of an ith node according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1;
b: creating a user session required by the participant;
c: executing the task flow corresponding to the participant according to the user session, if the task flow corresponding to the participant is finished, adding one to the i, and repeatedly executing the steps A-C until the task flow of the test plan is finished;
the executing the task flow corresponding to the participant according to the user session includes:
calling a flow engine to simulate the task flow of the participant for opening the corresponding node of the participant;
and simulating the execution process of the task flow according to the form data acquired in advance.
2. The method of claim 1, wherein the creating the user session required by the participant comprises:
and creating a user session required by the account corresponding to the participant.
3. The method according to claim 1 or 2, wherein before determining the participant of the ith node according to the pre-created test plan and the configuration information of the task node corresponding to the test plan, the method further comprises:
generating a test case according to the acquired form data;
and creating at least one test plan according to the test case and the information of the preset process initiator.
4. The method of claim 3, wherein after creating at least one test plan, further comprising:
judging whether a process starter corresponding to the test plan has a process starting authority or not according to the test plan and pre-acquired process configuration information;
if yes, executing step A.
5. The method of claim 4, wherein after performing step A, further comprising:
and if the execution is wrong, adjusting the flow configuration information according to the content of the TODO list generated after the execution, and re-executing the test plan.
6. The method of claim 1 or 2, further comprising:
generating a test report, wherein the test report comprises process information when the test plan is executed.
7. The method of claim 1 or 2, further comprising:
and displaying the execution process of the task flow corresponding to the participant on an operation interface.
8. A process automation test device, comprising:
the determining module is used for determining a participant of the ith node according to a pre-established test plan and configuration information of a task node corresponding to the test plan; i is an integer greater than 0; the initial value of i is 1;
the processing module is used for creating a user session required by the participant;
the processing module is further configured to execute the task flow corresponding to the participant according to the user session, add one to i if the task flow corresponding to the participant is ended, and repeatedly execute the operations of the determining module and the processing module until the task flow of the test plan is ended;
the processing module is specifically configured to:
calling a flow engine to simulate the task flow of the participant for opening the corresponding node of the participant;
and simulating the execution process of the task flow according to the form data acquired in advance.
CN201810354470.6A 2018-04-19 2018-04-19 Flow automation test method and device Active CN108804307B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810354470.6A CN108804307B (en) 2018-04-19 2018-04-19 Flow automation test method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810354470.6A CN108804307B (en) 2018-04-19 2018-04-19 Flow automation test method and device

Publications (2)

Publication Number Publication Date
CN108804307A CN108804307A (en) 2018-11-13
CN108804307B true CN108804307B (en) 2022-04-08

Family

ID=64092941

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810354470.6A Active CN108804307B (en) 2018-04-19 2018-04-19 Flow automation test method and device

Country Status (1)

Country Link
CN (1) CN108804307B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124381A (en) * 2019-12-13 2020-05-08 京东数字科技控股有限公司 Flow creation method and device
CN115168779B (en) * 2022-09-06 2022-12-06 深圳领筑科技有限公司 Form flow processing method and device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102468993B (en) * 2010-11-17 2014-04-16 大唐移动通信设备有限公司 Terminal test equipment and method
CN102662644B (en) * 2012-02-29 2015-03-18 浙江大学 Method for generating test case by using flow chart
CN105589804A (en) * 2014-12-31 2016-05-18 中国银联股份有限公司 Process-driven test automation method and system
WO2016184203A1 (en) * 2015-10-20 2016-11-24 中兴通讯股份有限公司 Method and device for adaptive selection of data network
CN106228360A (en) * 2016-07-11 2016-12-14 腾讯科技(深圳)有限公司 A kind of information processing method and first terminal
CN106484622A (en) * 2016-10-18 2017-03-08 网易(杭州)网络有限公司 Method of testing, apparatus and system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101418553B1 (en) * 2010-09-07 2014-07-10 한국전자통신연구원 Apparatus, system and method for integration testing of service-based application
US10282281B2 (en) * 2011-10-07 2019-05-07 Syntel, Inc. Software testing platform and method
US8904355B2 (en) * 2013-03-14 2014-12-02 Accenture Global Services Limited Test script generation system
CN103577929A (en) * 2013-10-23 2014-02-12 华为软件技术有限公司 Workflow form assigning method and workflow engine
CN105389674A (en) * 2015-12-21 2016-03-09 用友网络科技股份有限公司 Workflow cyclic approval system
US9898392B2 (en) * 2016-02-29 2018-02-20 Red Hat, Inc. Automated test planning using test case relevancy
CN106874189B (en) * 2016-12-30 2020-11-24 江苏瑞中数据股份有限公司 Method for realizing automatic test system of power grid real-time database system
CN107451062B (en) * 2017-08-09 2020-12-29 百度在线网络技术(北京)有限公司 User interface traversal test method, device, server and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102468993B (en) * 2010-11-17 2014-04-16 大唐移动通信设备有限公司 Terminal test equipment and method
CN102662644B (en) * 2012-02-29 2015-03-18 浙江大学 Method for generating test case by using flow chart
CN105589804A (en) * 2014-12-31 2016-05-18 中国银联股份有限公司 Process-driven test automation method and system
WO2016184203A1 (en) * 2015-10-20 2016-11-24 中兴通讯股份有限公司 Method and device for adaptive selection of data network
CN106228360A (en) * 2016-07-11 2016-12-14 腾讯科技(深圳)有限公司 A kind of information processing method and first terminal
CN106484622A (en) * 2016-10-18 2017-03-08 网易(杭州)网络有限公司 Method of testing, apparatus and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"JavaEE项目流程审批之三";Rundy_Deng;《https://blog.csdn.net/Rundy_Deng/article/details/79422820》;20180302;第1-5页 *
"Phase shifter optimization in security constrained scheduling applications";S.-K. Chang等;《 IEEE Power Engineering Society Summer Meeting》;20050926;第3卷;第1278-1283页 *
"自动化测试在流程类系统中的应用研究与实践";赵焕芳等;《中国金融电脑》;20180107;第69-74页 *

Also Published As

Publication number Publication date
CN108804307A (en) 2018-11-13

Similar Documents

Publication Publication Date Title
CN104580451B (en) Realize the method and system and electronic equipment of multi-platform account synchronization
CN107908553B (en) Association testing method, application server and computer readable storage medium
CN107977308A (en) interface test method and device
CN108804307B (en) Flow automation test method and device
CN109582550B (en) Method, device and server for acquiring full-service scene fault set
CN106775882A (en) Cloud computing server batch dispositions method and device
CN110764999A (en) Automatic testing method and device, computer device and storage medium
US9711057B2 (en) Question setting apparatus and method
CN110837470B (en) Bank card network transaction testing method and device
CN108959374A (en) Date storage method, device and electronic equipment
CN112651716A (en) Data processing method, device and storage medium
CN107622013B (en) Distributed system testing method and device
CN111078527B (en) Auxiliary system and method for pressure testing of server
CN113704123A (en) Interface test method, device, equipment and storage medium
CN114116244A (en) Data processing method, device and system, electronic equipment and storage medium
CN111538664A (en) System and method for testing payment marking application
CN112308622A (en) Data processing method and device for virtual object, storage medium and electronic equipment
CN108628750B (en) Test code processing method and device
CN116382765A (en) Application configuration release system and method
CN109460226A (en) Test certificate image generation method, device, equipment and storage medium
CN115511613A (en) Bank business processing method and device
CN115687103A (en) Full-process system testing method and device
CN117632608A (en) Distributed transaction testing method and related device
US20040044541A1 (en) Method of telemarketing supplier oversight
CN116841858A (en) Service testing method and device

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