CN116405597A - Outbound testing method, device, system and medium - Google Patents

Outbound testing method, device, system and medium Download PDF

Info

Publication number
CN116405597A
CN116405597A CN202310394469.7A CN202310394469A CN116405597A CN 116405597 A CN116405597 A CN 116405597A CN 202310394469 A CN202310394469 A CN 202310394469A CN 116405597 A CN116405597 A CN 116405597A
Authority
CN
China
Prior art keywords
test
outbound
target
requirement information
case
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310394469.7A
Other languages
Chinese (zh)
Inventor
王梦丹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202310394469.7A priority Critical patent/CN116405597A/en
Publication of CN116405597A publication Critical patent/CN116405597A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing
    • H04M3/2272Subscriber line supervision circuits, e.g. call detection circuits
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing
    • H04M3/26Arrangements for supervision, monitoring or testing with means for applying test signals or for measuring
    • H04M3/28Automatic routine testing ; Fault testing; Installation testing; Test methods, test equipment or test arrangements therefor
    • H04M3/30Automatic routine testing ; Fault testing; Installation testing; Test methods, test equipment or test arrangements therefor for subscriber's lines, for the local loop

Abstract

The invention discloses an outbound testing method, device, system and medium, wherein the method comprises the following steps: acquiring test requirement information included in a test flow; importing the test requirement information into a preset test tool to generate a test case to be executed; when a test instruction is received, determining a target test case and corresponding target test requirement information; and acquiring designated test resources according to the target test requirement information so as to execute outbound test on the target test case. By acquiring the test requirement information included in the test flow to generate an executable test case, the specified test resources are automatically acquired based on the requirement to perform outbound test when the test instruction is triggered, so that the time cost of switching and checking among multiple service platforms by a tester in the outbound test process is effectively saved, and the efficiency and accuracy of the outbound test are improved.

Description

Outbound testing method, device, system and medium
Technical Field
The present invention relates to the technical field of financial science and technology, and in particular, to an outbound testing method, device, system, and medium.
Background
Along with the high-speed development of different business scenes in the financial field, artificial intelligence gradually enters the financial field, wherein the automatic voice outbound function is rapid, convenient and efficient due to the characteristics of the automatic voice outbound function, and has the natural advantages of time saving, labor saving, low cost and the like, and many financial institutions such as a bank credit card center and the like call customers through the intelligent outbound function so as to realize the functions of expanding and maintaining the customers.
However, since the flow of the outbound service of the outbound platform relates to the data acquisition or configuration process of a plurality of service platforms, when testing the intelligent voice outbound service, a tester needs to spend a lot of time and frequently switch between the plurality of service platforms to check the test data, and the test efficiency and accuracy are seriously affected.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, the present invention aims to provide an outbound testing method, device, system and medium applicable to the financial science and technology or other related fields, aiming at improving the efficiency and accuracy of intelligent voice outbound service.
The technical scheme of the invention is as follows:
an outbound testing method comprising:
acquiring test requirement information included in a test flow;
importing the test requirement information into a preset test tool to generate a test case to be executed;
when a test instruction is received, determining a target test case and corresponding target test requirement information;
and acquiring designated test resources according to the target test requirement information so as to execute outbound test on the target test case.
In one embodiment, the obtaining the test requirement information included in the test flow includes:
receiving a test flow file;
and carrying out node analysis on the test flow file to obtain the test requirement information of each node.
In one embodiment, the test requirement information includes a service platform, a service rule, and test data related to each node.
In one embodiment, the importing the test requirement information into a preset test tool to generate a test case to be executed includes:
the test requirement information is imported into a preset test tool, and a plurality of packaged method classes corresponding to different outbound test scenes are arranged in the test tool;
and calling the packaged method class to process the test requirement information, and generating a test case of the corresponding outbound test scene.
In one embodiment, the determining the target test case and the corresponding target test requirement information when the test instruction is received includes:
receiving a test instruction triggered when a preset condition is met;
acquiring a case identifier carried in the test instruction;
and determining a target test case and corresponding target test requirement information in all the test cases to be executed according to the case identification.
In one embodiment, the obtaining the specified test resource according to the target test requirement information to perform the outbound test on the target test case includes:
confirming a target service platform and target test data of each test node according to the target test demand information;
invoking a preset interface of the target service platform to acquire the target test data;
and executing outbound test on the target test case according to the target test data, and acquiring a test result.
In one embodiment, after performing the outbound test on the target test case according to the target test data and obtaining the test result, the method includes:
and generating a test report according to the test result and sending the test report to a preset receiver.
An outbound testing device comprising:
the acquisition module is used for acquiring the test requirement information included in the test flow;
the generating module is used for importing the test requirement information into a preset test tool to generate a test case to be executed;
the case determining module is used for determining a target test case and corresponding target test requirement information when a test instruction is received;
and the test module is used for acquiring specified test resources according to the target test requirement information so as to execute outbound test on the target test case.
An outbound testing system, the system comprising at least one processor; the method comprises the steps of,
a memory communicatively coupled to the at least one processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the outbound test method described above.
A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the outbound test method described above.
The beneficial effects are that: compared with the prior art, the embodiment of the invention generates an executable test case by acquiring the test requirement information included in the test flow, automatically acquires the designated test resources based on the requirement when the test instruction is triggered to carry out the outbound test, effectively saves the time cost of switching and checking among multiple service platforms by a tester in the outbound test process, and improves the efficiency and accuracy of the outbound test.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a flowchart of an outbound testing method according to an embodiment of the present invention;
fig. 2 is a flowchart of step S100 in the outbound testing method according to the embodiment of the present invention;
fig. 3 is a flowchart of step S200 in the outbound testing method according to the embodiment of the present invention;
fig. 4 is a flowchart of step S300 in the outbound testing method according to the embodiment of the present invention;
fig. 5 is a flowchart of step S400 in the outbound testing method according to the embodiment of the present invention;
fig. 6 is a schematic diagram of a functional module of an outbound testing device according to an embodiment of the present invention;
fig. 7 is a schematic hardware structure of an outbound test system according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail below in order to make the objects, technical solutions and effects of the present invention more clear and distinct. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention. Embodiments of the present invention are described below with reference to the accompanying drawings.
Along with the high-speed development of different business scenes in the financial field, artificial intelligence gradually enters the financial field, wherein the automatic voice outbound function is rapid, convenient and efficient due to the characteristics of the automatic voice outbound function, and has the natural advantages of time saving, labor saving, low cost and the like, and many financial institutions such as a bank credit card center and the like call customers through the intelligent outbound function so as to realize the functions of expanding and maintaining the customers.
However, since the flow of the outbound service of the outbound platform relates to the data acquisition or configuration process of a plurality of service platforms, when testing the intelligent voice outbound service, a tester needs to spend a lot of time and frequently switch between the plurality of service platforms to check the test data, and the test efficiency and accuracy are seriously affected.
In order to solve the above-mentioned problems, the present invention provides an outbound testing method, refer to fig. 1, and fig. 1 is a flowchart of an embodiment of an outbound testing method provided by the present invention. The outbound test method provided in the present embodiment is applied to a system including a terminal device, a network and a server, wherein the network is a medium for providing a communication link between the terminal device and the server, and may include various connection types, such as a wired, wireless communication link or an optical fiber cable, etc.; the operating system on the terminal device may include a handheld device operating system (iPhone operating system, iOS system), an android system, or other operating system, and the terminal device is connected to the server through a network to implement interaction, so as to perform operations of receiving or sending data, and may specifically be various electronic devices that have a display screen and support web browsing, including but not limited to smartphones, tablet computers, portable computers, desktop servers, and the like. As shown in fig. 1, the method specifically includes the following steps:
s100, acquiring test requirement information included in a test flow.
In this embodiment, the overall flow of the outbound platform outbound service includes a plurality of nodes, for example, the service system screens out a client list needing outbound, selects outbound items according to outbound scenes, uploads a name list file, analyzes the list file, stores the list file in a database, dis caches, pushes the filtered list to the outbound platform through an Apollo configuration switch and list filtering rules, initiates outbound, returns outbound results to an intelligent voice system and stores the intelligent voice system in the database, and returns processed information to the service system through the Apollo configuration switch and processing rules, and so on.
For outbound business processes, testers need to design and upload corresponding test processes in advance to ensure the test coverage degree and test effect of the whole business process, so that the test process which is created in advance is received and the test requirement information contained in the test process is acquired to clearly test the required resource support, uniform resource acquisition is conveniently realized, and the test efficiency is improved.
In one embodiment, as shown in fig. 2, step S100 includes:
s101, receiving a test flow file;
s102, carrying out node analysis on the test flow file to obtain test requirement information of each node.
In this embodiment, the test flow file is created in advance by the tester, and the test content, that is, the test node included in the test flow file, corresponds to the flow node of the outbound service, for example, the outbound service flows in different scenes may be different, and the corresponding test flow file also needs to be adjusted accordingly to adapt to the scene test requirement. After receiving the test flow file, the node analysis is carried out on the test flow file, and test requirement information of each node is obtained, wherein the test requirement information is a service platform, a service rule and test data related to each node.
In the implementation, an association table can be created in advance and used for storing the associated service platform and data of each test node, so that the requirements of all service platforms and test data associated with each test node in a test flow can be acquired through automatic analysis of a test flow file, frequent platform and data call switching by a tester in the test process is not needed, and the test efficiency is improved.
S200, importing the test requirement information into a preset test tool to generate a test case to be executed.
In this embodiment, the acquired test requirement information is directly imported into a preset test tool, so that the test tool automatically generates a test case to be executed based on different test requirement information, so as to rapidly support the test work of the voice outbound requirement, and the end-to-end automatic test case generation is realized without frequently switching a platform and configuration rules for each flow node by a tester, thereby saving the test case writing cost.
In one embodiment, as shown in fig. 3, step S200 includes:
s201, importing the test requirement information into a preset test tool, wherein a plurality of packaged method classes corresponding to different outbound test scenes are arranged in the test tool;
s202, calling the packaged method class to process the test requirement information, and generating a test case of a corresponding outbound test scene.
In this embodiment, the test requirement information is imported into a preset test tool for processing, and a plurality of packaged method classes are integrated in the test tool for generating test cases under different outgoing test scenes, so that after importing, a tester can select an outgoing call scene according to requirements, call a method class corresponding to the currently selected outgoing call scene, process the imported test requirement, further generate test cases of corresponding outgoing call test scenes, realize test case generation for quickly supporting multi-scene voice outgoing call requirements, and improve test efficiency.
And S300, when a test instruction is received, determining a target test case and corresponding target test requirement information.
In this embodiment, since a plurality of test cases to be executed can be generated at a time, and execution of the corresponding target test case is triggered when the test is required, a tester can input a test instruction according to the test progress or the test requirement, and determine the target test case to be tested currently and the target test requirement information corresponding to the target test case based on the test instruction, thereby realizing flexible and reliable outbound test.
In one embodiment, as shown in fig. 4, step S300 includes:
s301, receiving a test instruction triggered when a preset condition is met;
s302, acquiring a case identifier carried in the test instruction;
s303, determining a target test case and corresponding target test requirement information in all the test cases to be executed according to the case identification.
In this embodiment, the test command is triggered when a preset condition is satisfied, for example, it is detected that a tester clicks a preset test button, or based on a pre-created timing task, the test command is automatically triggered when a specified time arrives, or the like. After the test instruction is triggered, the test platform analyzes the instruction, obtains the unique identifier such as the case name or the case number and the like carried in the test instruction, determines the target test case in all the generated test cases to be executed through the unique identifier, and the target test requirement information related to the target test case, specifically the service platform, the test data, the data calling rule and the like related to the target test case.
S400, acquiring specified test resources according to the target test requirement information so as to execute outbound test on the target test case.
In this embodiment, when executing the target test case, the specified test resources are obtained from different platforms according to the corresponding target test requirement information, so as to complete the outbound test of the target test case, thereby meeting the resource obtaining and test requirements of different test cases, without requiring a tester to manually adjust the resource source or test verification rule, and ensuring the test efficiency and accuracy.
In one embodiment, as shown in fig. 5, step S400 includes:
s401, confirming a target service platform and target test data of each test node according to the target test demand information;
s402, calling a preset interface of the target service platform to acquire the target test data;
s403, executing outbound test on the target test case according to the target test data, and obtaining a test result.
In this embodiment, test resources required for executing the target test case, that is, the target service platform and the target test data related to each test node in the test case, are confirmed based on the target test requirement information, and the preset interfaces of each target service platform are respectively called according to the confirmation result, so as to obtain the target test data.
The data required by the outbound test can be efficiently and accurately acquired directly through interface call without manually and frequently switching the platform by a tester, for example, an http interface of a voice platform can be called to acquire an uploading list, an ESA interface of a middle-stage of a bank is called to transmit and implement the outbound list, and a batch outbound list is pushed through a RocketMQ, etc.
According to the obtained target test data and the business rules included in the target test requirement information, the outbound test of the target test case is executed, the data obtained by the test and the ideal data are verified, and then the test result is obtained, so that the cost of writing the multi-scene test case by a tester is effectively saved, and the data verification of a plurality of nodes is more accurate and convenient.
In one embodiment, after the step S403, the method further includes:
and generating a test report according to the test result and sending the test report to a preset receiver.
In this embodiment, a tester may preset a receiver of the test report, generate the test report after the execution of the target test case is completed, and automatically send the test report to a mailbox of the preset receiver to remind the user to check the test result in time.
Another embodiment of the present invention provides an outbound testing device, as shown in fig. 6, the device 1 includes:
an obtaining module 11, configured to obtain test requirement information included in a test flow;
the generating module 12 is configured to import the test requirement information into a preset test tool, and generate a test case to be executed;
the case determining module 13 is configured to determine a target test case and corresponding target test requirement information when receiving the test instruction;
and the test module 14 is configured to obtain the specified test resources according to the target test requirement information, so as to perform outbound test on the target test case.
The modules referred to in the present invention refer to a series of computer program instruction segments capable of completing specific functions, and are more suitable for describing the execution process of the outbound test than the program, and specific implementation manners of each module refer to the corresponding method embodiments and are not repeated herein.
In one embodiment, the obtaining module 11 includes:
the file receiving unit is used for receiving the test flow file;
and the analysis acquisition unit is used for carrying out node analysis on the test flow file and acquiring the test requirement information of each node.
In one embodiment, the test requirement information includes a service platform, a service rule, and test data related to each node.
In one embodiment, the generating module 12 includes:
the importing unit is used for importing the test requirement information into a preset test tool, and a plurality of packaged method classes corresponding to different outbound test scenes are arranged in the test tool;
and the call generation unit is used for calling the packaged method class to process the test requirement information and generating a test case of a corresponding outbound test scene.
In one embodiment, the case determination module 13 includes:
the instruction receiving unit is used for receiving a test instruction triggered when a preset condition is met;
the acquisition unit is used for acquiring the case identification carried in the test instruction;
and the case determination unit is used for determining a target test case and corresponding target test requirement information in all the test cases to be executed according to the case identification.
In one embodiment, the test module 14 includes:
the target confirming unit is used for confirming the target service platform and the target test data of each test node according to the target test demand information;
the resource acquisition unit is used for calling a preset interface of the target service platform to acquire the target test data;
and the execution test unit is used for executing outbound test on the target test case according to the target test data and acquiring a test result.
In one embodiment, the test module 14 further comprises:
and the sending unit is used for generating a test report according to the test result and sending the test report to a preset receiver.
Another embodiment of the present invention provides an outbound testing system, as shown in fig. 7, the system 10 comprising:
one or more processors 110 and a memory 120, one processor 110 being illustrated in fig. 7, the processors 110 and the memory 120 being coupled via a bus or other means, the bus coupling being illustrated in fig. 7.
Processor 110 is used to implement various control logic for system 10, which may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single-chip microcomputer, ARM (Acorn RISC Machine) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor 110 may be any conventional processor, microprocessor, or state machine. The processor 110 may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The memory 120 is used as a non-volatile computer readable storage medium for storing non-volatile software programs, non-volatile computer executable programs and modules, such as program instructions corresponding to the outbound test method in the embodiment of the present invention. The processor 110 executes various functional applications of the system 10 and data processing, i.e., implements the outbound test method in the method embodiments described above, by running non-volatile software programs, instructions, and units stored in the memory 120.
Memory 120 may include a storage program area that may store an operating system, at least one application program required for functionality, and a storage data area; the storage data area may store data created from the use of system 10, etc. In addition, memory 120 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some embodiments, memory 120 may optionally include memory located remotely from processor 110, which may be connected to system 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more units are stored in memory 120 that, when executed by one or more processors 110, perform the steps of:
acquiring test requirement information included in a test flow;
importing the test requirement information into a preset test tool to generate a test case to be executed;
when a test instruction is received, determining a target test case and corresponding target test requirement information;
and acquiring designated test resources according to the target test requirement information so as to execute outbound test on the target test case.
In one embodiment, the obtaining the test requirement information included in the test flow includes:
receiving a test flow file;
and carrying out node analysis on the test flow file to obtain the test requirement information of each node.
In one embodiment, the test requirement information includes a service platform, a service rule, and test data related to each node.
In one embodiment, the importing the test requirement information into a preset test tool to generate a test case to be executed includes:
the test requirement information is imported into a preset test tool, and a plurality of packaged method classes corresponding to different outbound test scenes are arranged in the test tool;
and calling the packaged method class to process the test requirement information, and generating a test case of the corresponding outbound test scene.
In one embodiment, the determining the target test case and the corresponding target test requirement information when the test instruction is received includes:
receiving a test instruction triggered when a preset condition is met;
acquiring a case identifier carried in the test instruction;
and determining a target test case and corresponding target test requirement information in all the test cases to be executed according to the case identification.
In one embodiment, the obtaining the specified test resource according to the target test requirement information to perform the outbound test on the target test case includes:
confirming a target service platform and target test data of each test node according to the target test demand information;
invoking a preset interface of the target service platform to acquire the target test data;
and executing outbound test on the target test case according to the target test data, and acquiring a test result.
In one embodiment, after performing the outbound test on the target test case according to the target test data and obtaining the test result, the method includes:
and generating a test report according to the test result and sending the test report to a preset receiver.
Embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer-executable instructions for execution by one or more processors, e.g., to perform the method steps S100-S400 of fig. 1 described above.
By way of example, nonvolatile storage media can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM may be available in many forms such as Synchronous RAM (SRAM), dynamic RAM, (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchlink DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The disclosed memory components or memories of the operating environments described herein are intended to comprise one or more of these and/or any other suitable types of memory.
In summary, in the outbound testing method, device, system and medium disclosed by the invention, the method obtains the testing requirement information included in the testing flow; importing the test requirement information into a preset test tool to generate a test case to be executed; when a test instruction is received, determining a target test case and corresponding target test requirement information; and acquiring designated test resources according to the target test requirement information so as to execute outbound test on the target test case. By acquiring the test requirement information included in the test flow to generate an executable test case, the specified test resources are automatically acquired based on the requirement to perform outbound test when the test instruction is triggered, so that the time cost of switching and checking among multiple service platforms by a tester in the outbound test process is effectively saved, and the efficiency and accuracy of the outbound test are improved.
Of course, those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-volatile computer readable storage medium, which when executed may comprise the steps of the above described method embodiments, to instruct related hardware (e.g., processors, controllers, etc.). The storage medium may be a memory, a magnetic disk, a floppy disk, a flash memory, an optical memory, etc.
It is to be understood that the invention is not limited in its application to the examples described above, but is capable of modification and variation in light of the above teachings by those skilled in the art, and that all such modifications and variations are intended to be included within the scope of the appended claims.

Claims (10)

1. An outbound testing method, comprising:
acquiring test requirement information included in a test flow;
importing the test requirement information into a preset test tool to generate a test case to be executed;
when a test instruction is received, determining a target test case and corresponding target test requirement information;
and acquiring designated test resources according to the target test requirement information so as to execute outbound test on the target test case.
2. The outbound testing method according to claim 1, wherein the obtaining the test requirement information included in the test flow includes:
receiving a test flow file;
and carrying out node analysis on the test flow file to obtain the test requirement information of each node.
3. The outbound test method according to claim 2, wherein the test requirement information comprises a service platform, a service rule and test data related to each node.
4. The outbound testing method according to claim 1, wherein the importing the test requirement information into a preset testing tool, generating a test case to be executed, includes:
the test requirement information is imported into a preset test tool, and a plurality of packaged method classes corresponding to different outbound test scenes are arranged in the test tool;
and calling the packaged method class to process the test requirement information, and generating a test case of the corresponding outbound test scene.
5. The outbound test method according to claim 1, wherein the determining the target test case and the corresponding target test requirement information when the test instruction is received comprises:
receiving a test instruction triggered when a preset condition is met;
acquiring a case identifier carried in the test instruction;
and determining a target test case and corresponding target test requirement information in all the test cases to be executed according to the case identification.
6. The outbound test method according to claim 1, wherein the acquiring the specified test resources according to the target test requirement information to perform the outbound test on the target test case comprises:
confirming a target service platform and target test data of each test node according to the target test demand information;
invoking a preset interface of the target service platform to acquire the target test data;
and executing outbound test on the target test case according to the target test data, and acquiring a test result.
7. The outbound test method according to claim 1, wherein after performing an outbound test on the target test case according to the target test data and acquiring a test result, comprising:
and generating a test report according to the test result and sending the test report to a preset receiver.
8. An outbound testing device, comprising:
the acquisition module is used for acquiring the test requirement information included in the test flow;
the generating module is used for importing the test requirement information into a preset test tool to generate a test case to be executed;
the case determining module is used for determining a target test case and corresponding target test requirement information when a test instruction is received;
and the test module is used for acquiring specified test resources according to the target test requirement information so as to execute outbound test on the target test case.
9. An outbound testing system, the system comprising at least one processor; the method comprises the steps of,
a memory communicatively coupled to the at least one processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the outbound test method of any one of claims 1-7.
10. A non-transitory computer-readable storage medium storing computer-executable instructions which, when executed by one or more processors, cause the one or more processors to perform the outbound test method of any one of claims 1-7.
CN202310394469.7A 2023-04-13 2023-04-13 Outbound testing method, device, system and medium Pending CN116405597A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310394469.7A CN116405597A (en) 2023-04-13 2023-04-13 Outbound testing method, device, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310394469.7A CN116405597A (en) 2023-04-13 2023-04-13 Outbound testing method, device, system and medium

Publications (1)

Publication Number Publication Date
CN116405597A true CN116405597A (en) 2023-07-07

Family

ID=87008804

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310394469.7A Pending CN116405597A (en) 2023-04-13 2023-04-13 Outbound testing method, device, system and medium

Country Status (1)

Country Link
CN (1) CN116405597A (en)

Similar Documents

Publication Publication Date Title
US9563544B2 (en) Framework for automated testing of mobile apps
CN105302710A (en) Method and apparatus for determining test case in need of regression testing
CN105099811A (en) Interface testing method and device
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN108681504A (en) Automated testing method, test server and computer readable storage medium
CN109933534B (en) Method and device for determining financial test object
WO2020211360A1 (en) Mock test method and system, electronic device, and computer non-volatile readable storage medium
CN108255735B (en) Associated environment testing method, electronic device and computer readable storage medium
CN115061912A (en) Test case generation and test method, system and medium
EP4142238A1 (en) Pico base station configuration method and apparatus, and storage medium and electronic apparatus
CN112835808A (en) Interface testing method and device, computer equipment and storage medium
CN112181822A (en) Test method and test method for starting time consumption of application program
CN109951549B (en) Network page access method and device and computer readable storage medium
CN116405597A (en) Outbound testing method, device, system and medium
CN116661936A (en) Page data processing method and device, computer equipment and storage medium
CN109995931B (en) Method and device for realizing automatic calling
CN106095886A (en) A kind of data processing method and device thereof
CN107885755B (en) Control method and device of application resource information
CN113515447B (en) Automatic testing method and device for system
CN106598553B (en) Information card generation method, device and system
CN110912959A (en) Device access method and device, management and control system and electronic device
CN111381849A (en) Software updating method and device and electronic equipment
CN117437031A (en) Scene rule number making method, device, system and medium for screening test
CN112817875B (en) Automatic online banking transaction pressure testing method and device and RPA robot
CN116841641A (en) Method, device, system and medium for configuring server time

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