CN116301456A - Windows client login test management method, device and system - Google Patents

Windows client login test management method, device and system Download PDF

Info

Publication number
CN116301456A
CN116301456A CN202310148702.3A CN202310148702A CN116301456A CN 116301456 A CN116301456 A CN 116301456A CN 202310148702 A CN202310148702 A CN 202310148702A CN 116301456 A CN116301456 A CN 116301456A
Authority
CN
China
Prior art keywords
test
login
data
screen coordinates
windows client
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
CN202310148702.3A
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.)
Guangzhou Baolun Electronics Co Ltd
Original Assignee
Guangzhou Baolun Electronics 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 Guangzhou Baolun Electronics Co Ltd filed Critical Guangzhou Baolun Electronics Co Ltd
Priority to CN202310148702.3A priority Critical patent/CN116301456A/en
Publication of CN116301456A publication Critical patent/CN116301456A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/41User authentication where a single sign-on provides access to a plurality of computers
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a method, a device and a system for managing login test of a Windows client, which are used for comparing a first screen coordinate with a second screen coordinate of a control after login by acquiring the first screen coordinate of the control before login and input data and clicking the second screen coordinate of the control after login so as to judge whether the tested Windows client successfully logs in, recording and returning to carry out the next group of test when the login is successful, and directly entering the next group of test when the login is failed.

Description

Windows client login test management method, device and system
Technical Field
The present invention relates to the field of login test management technologies for Windows clients, and in particular, to a login test management method, device, computer readable storage medium and system for Windows clients.
Background
The traditional Windows have a title bar above and a client area below, and each control has a corresponding class name. However, this is not a necessary element, nor is there a unified specification and requirement, and development pursues only an effect, so the properties of each control are not completely filled. Only a part of programs of Windows system, such as notepad software of Windows system, can completely obtain the attribute of each control of window. For some special windows, such as special-shaped windows, the special-shaped windows can be realized through functions, so that the control attributes of the window cannot be acquired.
In the prior art, controls are typically controlled by the method of operating the form control; or the control on the position coordinates is operated by acquiring the coordinate position of the display corresponding to the control.
However, the prior art still has the following drawbacks: 1. often hit special forms or cannot capture forms of the control by handle (form attribute is not full); 2. clicking or inputting data to a control on the coordinate position by acquiring the coordinate position of the display; however, whether the input or clicking operation meets the control limiting conditions or not, the next clicking operation or input can be performed, and thus the login test result cannot be fed back.
Accordingly, there is a need for a method, apparatus, computer-readable storage medium, and system for login test management for Windows clients that overcomes the above-mentioned drawbacks of the prior art.
Disclosure of Invention
The embodiment of the invention provides a method, a device, a computer-readable storage medium and a system for login test management of a Windows client, thereby improving the efficiency of login test management of the Windows client.
The embodiment of the invention provides a Windows client login test management method, which comprises the following steps: acquiring a first screen coordinate and test data of a main window of a to-be-logged-in test client; the test data is a first group of data of a preset test data group at the beginning; filling the test data into the main window, and executing login test; and obtaining a second screen coordinate of the main window again, comparing the first screen coordinate with the second screen coordinate, performing test management according to a comparison result, obtaining the next group of data to be tested according to the test data group, and repeating the steps until the test management is finished when a test ending instruction is received.
As an improvement of the scheme, the test management is carried out according to the comparison result, and specifically comprises the following steps: if the first screen coordinates are the same as the second screen coordinates, the login is regarded as failed; and if the first screen coordinates are different from the second screen coordinates, the login is considered to be successful, and the test data are recorded.
As an improvement of the scheme, the method for receiving the test ending instruction specifically comprises the following steps: receiving a first test ending instruction or a second test ending instruction; the test ending instruction comprises a first test ending instruction and a second test ending instruction; the first test ending instruction is manually sent by a user; and the second test ending instruction is automatically sent after all the test data in the test data group are tested.
As an improvement to the above, the test data includes an account number including numbers, letters, symbols, and combinations of one or more of the foregoing, and a password including numbers, letters, symbols, and combinations of one or more of the foregoing.
As an improvement of the scheme, the test data is filled into the main window, and login test is executed, which specifically comprises the following steps: acquiring a first position of an account number input box, a second position of a password input box and a third position of a login button in the main window; and inputting an account number and a password according to the first position and the second position, and logging in through the third position.
The invention further provides a Windows client login test management device, which comprises a data acquisition unit, an input test unit and a result output unit, wherein the data acquisition unit is used for acquiring first screen coordinates and test data of a main window of a client to be logged in; the test data is a first group of data of a preset test data group at the beginning; the input test unit is used for filling the test data into the main window and executing login test; the result output unit is used for obtaining the second screen coordinates of the main window again, comparing the first screen coordinates with the second screen coordinates, performing test management according to the comparison result, obtaining the next group of data to be tested according to the test data group, and repeating the steps until the test management is finished when a test ending instruction is received.
As an improvement of the above solution, the result output unit is further configured to: if the first screen coordinates are the same as the second screen coordinates, the login is regarded as failed; and if the first screen coordinates are different from the second screen coordinates, the login is considered to be successful, and the test data are recorded.
As an improvement of the above solution, the input test unit is configured to: acquiring a first position of an account number input box, a second position of a password input box and a third position of a login button in the main window; and inputting an account number and a password according to the first position and the second position, and logging in through the third position.
Another embodiment of the present invention provides a computer readable storage medium, where the computer readable storage medium includes a stored computer program, and when the computer program runs, controls a device where the computer readable storage medium is located to execute a Windows client login test management method as described above.
Another embodiment of the present invention provides a Windows client login test management system, where the management system includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, where the processor implements a Windows client login test management method as described above when executing the computer program.
Compared with the prior art, the technical scheme has the following beneficial effects:
the invention provides a method, a device, a computer readable storage medium and a system for managing login test of a Windows client, wherein the first screen coordinates of a control before login and the second screen coordinates of the control after login are obtained, data are input, the first screen coordinates and the second screen coordinates are compared, whether the tested Windows client successfully logs in or not is judged, when the login is successful, recording is carried out, the next group of test is carried out, and when the login fails, the next group of test is directly carried out.
Drawings
FIG. 1 is a flow chart of a Windows client login test management method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a login test management device for a Windows client according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Detailed description of the preferred embodiments
The embodiment of the invention firstly describes a Windows client login test management method. Fig. 1 is a flowchart of a login test management method of a Windows client according to an embodiment of the present invention.
As shown in fig. 1, the management method includes:
s1, acquiring first screen coordinates and test data of a main window of a to-be-logged-in test client.
The test data is a first set of data of a preset test data set at the beginning.
S2, filling the test data into the main window, and executing login test.
In one embodiment, the test data is filled into the main window, and login test is performed, which specifically includes: acquiring a first position of an account number input box, a second position of a password input box and a third position of a login button in the main window; and inputting an account number and a password according to the first position and the second position, and logging in through the third position. For example, in the step of clicking and inputting data, the positions of the controls such as the input box are acquired in advance, and the content and the quantity to be input can be set in advance, without manual input, for example: inputting an account ABCDEF, and a password: 123456 click on login.
In one embodiment, the test data includes an account number including numbers, letters, symbols, and combinations of one or more of the foregoing, and a password including numbers, letters, symbols, and combinations of one or more of the foregoing.
And S3, acquiring the second screen coordinates of the main window again, comparing the first screen coordinates with the second screen coordinates, performing test management according to a comparison result, acquiring the next group of data to be tested according to the test data group, and repeating the steps until the test management is finished when a test ending instruction is received.
After clicking login, re-acquiring screen coordinates of the main window of the application program again, comparing the screen coordinates with the screen coordinates acquired for the first time, and if the screen coordinates are the same, regarding login failure and continuing to input the next group of data; if the data are different, the data are regarded as successful login, the data which are successful login are recorded, the login interface is returned, and the next group of data are continuously input for verification. If the login is successful, the user jumps to the main interface, and the account password of the successful login is recorded. Then returning to the login interface, and automatically inputting the next group of data for verification after returning; if the login fails, the input account number or password does not meet the requirement, the user cannot jump to the main interface, and the next group of data is continuously and automatically input for verification.
In one embodiment, the test management is performed according to the comparison result, and specifically includes: if the first screen coordinates are the same as the second screen coordinates, the login is regarded as failed; and if the first screen coordinates are different from the second screen coordinates, the login is considered to be successful, and the test data are recorded.
In one embodiment, receiving the test ending instruction specifically includes: receiving a first test ending instruction or a second test ending instruction; the test ending instruction comprises a first test ending instruction and a second test ending instruction; the first test ending instruction is manually sent by a user; and the second test ending instruction is automatically sent after all the test data in the test data group are tested.
By the method, the two interfaces can be associated, whether the content of the account password meets the requirement after the login is clicked is judged, the effect of automatically logging in and out is achieved, whether the input account and password meet the requirement can be checked, and the success of logging in can be ensured only by inputting the account password meeting the requirement; secondly, compared with the traditional manual data input and clicking, the embodiment of the invention saves resources and time, and can verify whether the login is successful or not for a plurality of times in a short time.
The embodiment of the invention describes a Windows client login test management method, which is used for comparing a first screen coordinate with a second screen coordinate of a control after login by acquiring the first screen coordinate of the control before login and the second screen coordinate of the control after login by inputting data and clicking so as to judge whether the tested Windows client successfully logins, recording and returning to perform the next group of tests when the login is successful, and directly entering the next group of tests when the login is failed.
Second embodiment
In addition to the method, the embodiment of the invention also discloses a login test management device of the Windows client. Fig. 2 is a schematic structural diagram of a login test management device for a Windows client according to an embodiment of the present invention.
As shown in fig. 2, the management apparatus includes a data acquisition unit 11, an input test unit 12, and a result output unit 13.
The data acquiring unit 11 is configured to acquire a first screen coordinate of a main window of a test client to be logged in and test data. The test data is a first set of data of a preset test data set at the beginning.
The input test unit 12 is used for filling the test data into the main window and executing login test.
In one embodiment, the input test unit 12 is configured to: acquiring a first position of an account number input box, a second position of a password input box and a third position of a login button in the main window; and inputting an account number and a password according to the first position and the second position, and logging in through the third position.
The result output unit 13 is configured to acquire the second screen coordinate of the main window again, compare the first screen coordinate with the second screen coordinate, perform test management according to the comparison result, acquire the next set of data to be tested according to the test data set, and repeat the above steps until the test management is ended when a test ending instruction is received.
In an embodiment, the result output unit 13 is further configured to: if the first screen coordinates are the same as the second screen coordinates, the login is regarded as failed; and if the first screen coordinates are different from the second screen coordinates, the login is considered to be successful, and the test data are recorded.
Wherein the integrated units of the management device may be stored in a computer readable storage medium if implemented in the form of software functional units and sold or used as separate products. Based on such understanding, the present invention may implement all or part of the flow of the method of the above embodiment, or may be implemented by instructing related hardware by a computer program, where the computer program may be stored in a computer readable storage medium, and the computer program may implement the steps of each of the method embodiments described above when executed by a processor. Another embodiment of the present invention provides a computer readable storage medium, where the computer readable storage medium includes a stored computer program, and when the computer program runs, controls a device where the computer readable storage medium is located to execute a Windows client login test management method as described above.
Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the computer readable medium contains content that can be appropriately scaled according to the requirements of jurisdictions in which such content is subject to legislation and patent practice, such as in certain jurisdictions in which such content is subject to legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunication signals.
It should be noted that the above-described apparatus embodiments are merely illustrative, and the units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. In addition, in the drawings of the embodiment of the device provided by the invention, the connection relation between the units indicates that the units have communication connection, and the connection relation can be specifically realized as one or more communication buses or signal lines. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
The embodiment of the invention describes a Windows client login test management device and a computer readable storage medium, wherein the first screen coordinates of a control before login and the second screen coordinates of the control after login are obtained, data are input, and the first screen coordinates and the second screen coordinates are compared to judge whether the tested Windows client successfully logins, the login is successful, the next group of tests are recorded and returned, and the next group of tests are directly entered when the login fails.
Detailed description of the preferred embodiments
In addition to the method and the device, the embodiment of the invention also describes a Windows client login test management system.
The management system includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, which when executed implements the Windows client login test management method as described above.
The processor may be a central processing unit (Central Processing Unit, CPU), other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like that is the control center of the device, connecting the various parts of the overall device using various interfaces and lines.
The memory may be used to store the computer program and/or modules, and the processor may implement various functions of the apparatus by running or executing the computer program and/or modules stored in the memory, and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like; the storage data area may store data (such as audio data, phonebook, etc.) created according to the use of the handset, etc. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as a hard disk, memory, plug-in hard disk, smart Media Card (SMC), secure Digital (SD) Card, flash Card (Flash Card), at least one disk storage device, flash memory device, or other volatile solid-state storage device.
The embodiment of the invention describes a Windows client login test management system, which is used for comparing a first screen coordinate with a second screen coordinate of a control after login by acquiring the first screen coordinate of the control before login and the second screen coordinate of the control after login by clicking the input data so as to judge whether the tested Windows client successfully logs in, recording and returning to perform the next group of tests when the login is successful, and directly entering the next group of tests when the login is failed.
While the foregoing is directed to the preferred embodiments of the present invention, it will be appreciated by those skilled in the art that changes and modifications may be made without departing from the principles of the invention, such changes and modifications are also intended to be within the scope of the invention.

Claims (10)

1. A Windows client login test management method is characterized by comprising the following steps:
acquiring a first screen coordinate and test data of a main window of a to-be-logged-in test client; the test data is a first group of data of a preset test data group at the beginning;
filling the test data into the main window, and executing login test;
and obtaining a second screen coordinate of the main window again, comparing the first screen coordinate with the second screen coordinate, performing test management according to a comparison result, obtaining the next group of data to be tested according to the test data group, and repeating the steps until the test management is finished when a test ending instruction is received.
2. The login test management method of the Windows client according to claim 1, wherein the test management is performed according to the comparison result, specifically comprising:
if the first screen coordinates are the same as the second screen coordinates, the login is regarded as failed;
and if the first screen coordinates are different from the second screen coordinates, the login is considered to be successful, and the test data are recorded.
3. The login test management method of the Windows client according to claim 1, wherein receiving the test ending instruction specifically comprises:
receiving a first test ending instruction or a second test ending instruction; the test ending instruction comprises a first test ending instruction and a second test ending instruction; the first test ending instruction is manually sent by a user; and the second test ending instruction is automatically sent after all the test data in the test data group are tested.
4. The Windows client login test management method according to claim 1, wherein the test data comprises an account number and a password, the account number comprising numbers, letters, symbols, and combinations of one or more of the foregoing, and the password comprising numbers, letters, symbols, and combinations of one or more of the foregoing.
5. The login test management method of the Windows client according to claim 1, wherein the test data is filled into the main window, and the login test is executed, specifically comprising:
acquiring a first position of an account number input box, a second position of a password input box and a third position of a login button in the main window;
and inputting an account number and a password according to the first position and the second position, and logging in through the third position.
6. A Windows client login test management device is characterized in that the management device comprises a data acquisition unit, an input test unit and a result output unit, wherein,
the data acquisition unit is used for acquiring first screen coordinates of a main window of the to-be-logged-in test client and test data; the test data is a first group of data of a preset test data group at the beginning;
the input test unit is used for filling the test data into the main window and executing login test;
the result output unit is used for obtaining the second screen coordinates of the main window again, comparing the first screen coordinates with the second screen coordinates, performing test management according to the comparison result, obtaining the next group of data to be tested according to the test data group, and repeating the steps until the test management is finished when a test ending instruction is received.
7. The login test management apparatus according to claim 6, wherein said result output unit is further configured to:
if the first screen coordinates are the same as the second screen coordinates, the login is regarded as failed;
and if the first screen coordinates are different from the second screen coordinates, the login is considered to be successful, and the test data are recorded.
8. The Windows client login test management apparatus according to claim 7, wherein said input test unit is configured to:
acquiring a first position of an account number input box, a second position of a password input box and a third position of a login button in the main window;
and inputting an account number and a password according to the first position and the second position, and logging in through the third position.
9. A computer readable storage medium, wherein the computer readable storage medium includes a stored computer program, and wherein the computer program when executed controls a device in which the computer readable storage medium is located to perform the Windows client login test management method according to any one of claims 1 to 5.
10. A Windows client login test management system, characterized in that the management system comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the Windows client login test management method according to any one of claims 1 to 5 when executing the computer program.
CN202310148702.3A 2023-02-21 2023-02-21 Windows client login test management method, device and system Pending CN116301456A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310148702.3A CN116301456A (en) 2023-02-21 2023-02-21 Windows client login test management method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310148702.3A CN116301456A (en) 2023-02-21 2023-02-21 Windows client login test management method, device and system

Publications (1)

Publication Number Publication Date
CN116301456A true CN116301456A (en) 2023-06-23

Family

ID=86825032

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310148702.3A Pending CN116301456A (en) 2023-02-21 2023-02-21 Windows client login test management method, device and system

Country Status (1)

Country Link
CN (1) CN116301456A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853350A (en) * 2010-05-19 2010-10-06 北京幻想时代网络科技有限公司 Dynamic Turing verification method and device
CN102521121A (en) * 2011-11-18 2012-06-27 华为技术有限公司 Page testing method and page testing device
CN102843713A (en) * 2011-06-24 2012-12-26 安立股份有限公司 Test device and test method for mobile communication terminal
CN105956136A (en) * 2016-05-11 2016-09-21 腾讯科技(深圳)有限公司 Login information acquisition method and apparatus
CN110727591A (en) * 2019-10-11 2020-01-24 集奥聚合(北京)人工智能科技有限公司 Modeling page-based automatic testing method
WO2020093214A1 (en) * 2018-11-05 2020-05-14 深圳市欢太科技有限公司 Application program login method, application program login device and mobile terminal
CN113076257A (en) * 2021-04-19 2021-07-06 西安闻泰信息技术有限公司 Test script recording method, device, medium and computer equipment
CN113282905A (en) * 2021-04-23 2021-08-20 新华三信息安全技术有限公司 Login test method and device
CN113296654A (en) * 2021-05-27 2021-08-24 深信服科技股份有限公司 Data processing method and device, electronic equipment and storage medium
CN114116441A (en) * 2020-12-30 2022-03-01 京东数科海益信息科技有限公司 UI (user interface) testing method and device, electronic equipment and storage medium
CN114238148A (en) * 2021-12-30 2022-03-25 数字广东网络建设有限公司 Business system login test method, device, equipment and medium
CN114356530A (en) * 2022-01-12 2022-04-15 平安普惠企业管理有限公司 Task scheduling method and device, electronic equipment and storage medium
CN114625470A (en) * 2022-03-29 2022-06-14 奇酷软件(深圳)有限公司 Application interface control method, device, equipment and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853350A (en) * 2010-05-19 2010-10-06 北京幻想时代网络科技有限公司 Dynamic Turing verification method and device
CN102843713A (en) * 2011-06-24 2012-12-26 安立股份有限公司 Test device and test method for mobile communication terminal
CN102521121A (en) * 2011-11-18 2012-06-27 华为技术有限公司 Page testing method and page testing device
CN105956136A (en) * 2016-05-11 2016-09-21 腾讯科技(深圳)有限公司 Login information acquisition method and apparatus
WO2020093214A1 (en) * 2018-11-05 2020-05-14 深圳市欢太科技有限公司 Application program login method, application program login device and mobile terminal
CN110727591A (en) * 2019-10-11 2020-01-24 集奥聚合(北京)人工智能科技有限公司 Modeling page-based automatic testing method
CN114116441A (en) * 2020-12-30 2022-03-01 京东数科海益信息科技有限公司 UI (user interface) testing method and device, electronic equipment and storage medium
CN113076257A (en) * 2021-04-19 2021-07-06 西安闻泰信息技术有限公司 Test script recording method, device, medium and computer equipment
CN113282905A (en) * 2021-04-23 2021-08-20 新华三信息安全技术有限公司 Login test method and device
CN113296654A (en) * 2021-05-27 2021-08-24 深信服科技股份有限公司 Data processing method and device, electronic equipment and storage medium
CN114238148A (en) * 2021-12-30 2022-03-25 数字广东网络建设有限公司 Business system login test method, device, equipment and medium
CN114356530A (en) * 2022-01-12 2022-04-15 平安普惠企业管理有限公司 Task scheduling method and device, electronic equipment and storage medium
CN114625470A (en) * 2022-03-29 2022-06-14 奇酷软件(深圳)有限公司 Application interface control method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111159049B (en) Automatic interface testing method and system
CN108347356B (en) Multi-protocol unit testing method and device, electronic equipment and storage medium
CN105786695A (en) Data test method and system
CN111897738B (en) Automatic testing method and device based on atomic service
CN112631919A (en) Comparison test method and device, computer equipment and storage medium
CN112882930A (en) Automatic testing method and device, storage medium and electronic equipment
CN112559348B (en) Test analysis method, system, equipment and medium based on jacoco
CN110912725A (en) Configuration method and configuration device of OpenFlow virtual switch
CN116301456A (en) Windows client login test management method, device and system
CN111400117B (en) Method for automatically testing Ceph cluster
CN112420019B (en) Equipment testing method and device
CN115248922A (en) Apparatus and method for remote access
CN115878448A (en) Database test method, distributed database and storage medium
CN109412931B (en) Method, device and terminal equipment for performing knowledge question answering by using instant messaging mode
CN116112247B (en) CPE management background login method and system based on browser plug-in
CN111026650B (en) Method and device for testing software, storage medium and electronic equipment
CN115809201B (en) Interface test control method, device, equipment and medium based on two-dimensional table
CN114785847B (en) Network control software development configuration method, terminal and storage medium
CN113923256B (en) Data source management method, device, server and system
CN113852919B (en) Method and device for generating early warning message, storage medium and electronic device
CN117519524A (en) Terminal application testing method and device, electronic equipment and storage medium
CN115145554A (en) Method and system for generating applet test preview code
CN117667690A (en) Test report generation method, device, equipment and medium based on jmeter
CN117170670A (en) Online activity management method, system, device and storage medium
CN117707957A (en) Software test management method, system, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No. 56 Nanli East Road, Shiqi Town, Panyu District, Guangzhou City, Guangdong Province, 510000

Applicant after: Guangdong Baolun Electronics Co.,Ltd.

Address before: No. 19, Chuangyuan Road, Zhongcun Street, Panyu District, Guangzhou City, Guangdong Province, 511495

Applicant before: GUANGZHOU ITC ELECTRONIC TECHNOLOGY Co.,Ltd.