CN113377672B - Test method, device and equipment - Google Patents

Test method, device and equipment Download PDF

Info

Publication number
CN113377672B
CN113377672B CN202110745689.0A CN202110745689A CN113377672B CN 113377672 B CN113377672 B CN 113377672B CN 202110745689 A CN202110745689 A CN 202110745689A CN 113377672 B CN113377672 B CN 113377672B
Authority
CN
China
Prior art keywords
test
control
tested
test code
page
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
CN202110745689.0A
Other languages
Chinese (zh)
Other versions
CN113377672A (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.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN202110745689.0A priority Critical patent/CN113377672B/en
Publication of CN113377672A publication Critical patent/CN113377672A/en
Application granted granted Critical
Publication of CN113377672B publication Critical patent/CN113377672B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/366Software debugging using diagnostics
    • 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

Landscapes

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

Abstract

The embodiment of the application provides a testing method, a testing device and testing equipment, wherein the testing method comprises the following steps: obtaining a test code corresponding to a page to be tested, wherein the page to be tested comprises a plurality of controls, and the test code comprises a test code segment corresponding to each control; acquiring a test parameter set, wherein the test parameter set comprises test parameters corresponding to N controls in the plurality of controls, and N is an integer greater than or equal to 1; determining a target test code in the test codes according to the test parameter set, wherein the target test code comprises test code segments corresponding to the N controls; and testing the N controls through the target test codes and the test parameter set to obtain a test result. The complexity of the automated testing of the user pages is reduced.

Description

Test method, device and equipment
Technical Field
The present application relates to the field of automated testing technologies, and in particular, to a testing method, apparatus, and device.
Background
Automated testing plays an important role in project testing of large internet systems, where user page automated testing is an important type of automated testing.
Currently, when performing automated testing of a user page, a designer needs to configure a corresponding test code for each test control combination in the user page. For example, if the user name, password, and login control in the user page are tested, the designer needs to configure the test code corresponding to the combination of the user name control, password control, and login control. However, when the user page automatic test is performed, the controls in the user page are different, and the test codes corresponding to different control combinations are different, so that a designer needs to design a plurality of test codes for one user page, and further the complexity of the user page automatic test is higher.
Disclosure of Invention
The embodiment of the application provides a testing method, device and equipment, which are used for solving the technical problem of high complexity of automatic testing of user pages in the prior art.
In a first aspect, an embodiment of the present application provides a testing method, including:
Obtaining a test code corresponding to a page to be tested, wherein the page to be tested comprises a plurality of controls, and the test code comprises a test code segment corresponding to each control;
acquiring a test parameter set, wherein the test parameter set comprises test parameters corresponding to N controls in the plurality of controls, and N is an integer greater than or equal to 1;
determining a target test code in the test codes according to the test parameter set, wherein the target test code comprises test code segments corresponding to the N controls;
and testing the N controls through the target test codes and the test parameter set to obtain a test result.
In a possible implementation manner, the testing the N controls through the target test code and the test parameter set to obtain a test result includes:
determining test parameters corresponding to each test code segment in the target test code in the test parameter set;
And testing the corresponding test parameters through each test code segment in the target test code to obtain the test result.
In one possible implementation, the code segment is tested against any one of the target test codes; testing the corresponding test parameters through the test code segment, including:
Inputting the test parameters corresponding to the test code segments into the test code segments to obtain test code segments comprising the test parameters;
executing the test code segment including the test parameters.
In one possible implementation, determining the target test code from the test parameters includes:
Acquiring control identifications corresponding to all the test parameters in the test parameter set;
Acquiring control identifiers corresponding to all test code segments in the test codes;
And determining a target test code in the test code according to the control identifier corresponding to each test parameter in the test parameter set and the control identifier corresponding to each test code segment in the test code.
In one possible implementation manner, determining the target test code according to the control identifier corresponding to each test parameter in the test parameter set and the control identifier corresponding to each test code segment in the test code includes:
according to the control identifications corresponding to all the test parameters in the test parameter set and the control identifications corresponding to all the test code segments in the test code, N test code segments are determined in the test code set, the control identification corresponding to the ith test parameter in the test parameter set is the same as the control identification corresponding to the ith test code segment in the N test code segments, i is an integer, and i is more than or equal to 1 and less than or equal to N;
determining that the target test code includes the N test code segments.
In a possible implementation manner, obtaining a test code corresponding to a page to be tested includes:
Determining a page identifier corresponding to the page to be tested;
and acquiring test codes corresponding to the pages to be tested from a preset database according to the page identifications, wherein the preset database comprises a plurality of page identifications and the test codes corresponding to each page identification.
In a second aspect, an embodiment of the present application provides a testing apparatus, including a first acquisition module, a second acquisition module, a determination module, and a testing module, where:
The first acquisition module is used for acquiring a test code corresponding to a page to be tested, wherein the page to be tested comprises a plurality of controls, and the test code comprises a test code segment corresponding to each control;
the second acquisition module is used for acquiring a test parameter set, wherein the test parameter set comprises test parameters corresponding to N controls in the plurality of controls, and N is an integer greater than or equal to 1;
the determining module is used for determining a target test code in the test codes according to the test parameter set, wherein the target test code comprises test code segments corresponding to the N controls;
And the test module is used for testing the N controls through the target test codes and the test parameter set to obtain test results.
In one possible implementation, the test module is specifically configured to:
determining test parameters corresponding to each test code segment in the target test code in the test parameter set;
And testing the corresponding test parameters through each test code segment in the target test code to obtain the test result.
In one possible implementation, the test module is specifically configured to:
Inputting the test parameters corresponding to the test code segments into the test code segments to obtain test code segments comprising the test parameters;
executing the test code segment including the test parameters.
In one possible implementation manner, the determining module is specifically configured to:
Acquiring control identifications corresponding to all the test parameters in the test parameter set;
Acquiring control identifiers corresponding to all test code segments in the test codes;
And determining a target test code in the test code according to the control identifier corresponding to each test parameter in the test parameter set and the control identifier corresponding to each test code segment in the test code.
In one possible implementation manner, the determining module is specifically configured to:
according to the control identifications corresponding to all the test parameters in the test parameter set and the control identifications corresponding to all the test code segments in the test code, N test code segments are determined in the test code set, the control identification corresponding to the ith test parameter in the test parameter set is the same as the control identification corresponding to the ith test code segment in the N test code segments, i is an integer, and i is more than or equal to 1 and less than or equal to N;
determining that the target test code includes the N test code segments.
In one possible implementation manner, the first obtaining module is specifically configured to:
Determining a page identifier corresponding to the page to be tested;
and acquiring test codes corresponding to the pages to be tested from a preset database according to the page identifications, wherein the preset database comprises a plurality of page identifications and the test codes corresponding to each page identification.
In a third aspect, an embodiment of the present application provides a test apparatus, including: a processor, a memory;
The memory stores computer-executable instructions;
The processor executing computer-executable instructions stored in the memory, causing the processor to perform the test method of any one of the first aspects.
In a fourth aspect, embodiments of the present application provide a computer-readable storage medium having stored therein computer-executable instructions for performing the test method of any one of the first aspects when the computer-executable instructions are executed by a processor.
In a fifth aspect, the invention also provides a computer program product comprising a computer program which, when executed by a processor, implements the steps of the test method according to any of the preceding claims.
The embodiment of the application provides a testing method, a device and equipment, wherein a testing code corresponding to a page to be tested is obtained, the page to be tested comprises a plurality of controls, the testing code comprises a testing code segment corresponding to each control, a testing parameter set is obtained, the testing parameter set comprises testing parameters corresponding to N controls in the plurality of controls, N is an integer greater than or equal to 1, a target testing code is determined in the testing code according to the testing parameter set, the target testing code comprises the testing code segments corresponding to the N controls, and a testing result is obtained by testing the N controls through the target testing code and the testing parameter set. In the method, since the test code corresponding to the to-be-tested page comprises the test code segment corresponding to each control in the to-be-tested page, when any control combination in the to-be-tested page is tested, the test parameter corresponding to each control to be tested can be determined according to the plurality of controls to be tested in the to-be-tested page, and the target test code corresponding to the plurality of controls to be tested is determined in the test code, wherein the target test code comprises the test code segment corresponding to each control to be tested, and the plurality of controls to be tested are tested according to the target test code and the test parameter corresponding to each control to be tested, so that when the plurality of control combinations to be tested in the to-be-tested page are changed, the combination of any control can be tested directly through the test code corresponding to the to be tested, and the package test code corresponding to the control to be tested is not required to be redesigned, thereby reducing the complexity of automatic test of the user page.
Drawings
Fig. 1 is a schematic diagram of an application scenario provided in an embodiment of the present application;
FIG. 2 is a schematic flow chart of a testing method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a page to be tested according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a test code according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a process for determining target test codes according to an embodiment of the present application;
FIG. 6 is a flow chart of another testing method according to an embodiment of the present application;
FIG. 7 is a schematic process diagram of a testing method according to an embodiment of the present application;
FIG. 8 is a schematic structural diagram of a testing device according to an embodiment of the present application;
Fig. 9 is a schematic hardware structure of the test apparatus provided by the present application.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the application. Rather, they are merely examples of apparatus and methods consistent with aspects of the application as detailed in the accompanying claims.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In the related art, when performing an automated test on a user page, a designer needs to configure a corresponding test code for each test control combination in the user page. For example, the user page to be tested includes a control a, a control B and a control C, if the control a and the control B are tested, test codes corresponding to the combination of the control a and the control B are configured, and if the control a, the control B and the control C are tested, test codes corresponding to the combination of the control a, the control B and the control C are configured. However, when the user page to be tested includes a plurality of controls, a designer needs to configure a corresponding test code for each control combination, for example, if the user page includes 3 controls, the designer needs to configure 6 encapsulated test codes, so that when the number of controls in the user page is greater, the number of configured test codes is greater, so that the maintenance cost of the automated test of the user page is higher (when one control in the user page is changed, each test code related to the control needs to be modified), and further the complexity of the automated test of the user page is higher.
In order to solve the technical problem of high complexity of automatic testing of a user page in the related art, the embodiment of the application provides a testing method, which is used for acquiring testing codes corresponding to the page to be tested, wherein the testing codes comprise testing code segments corresponding to each control to be tested, when a plurality of controls in the page to be tested are tested, a set of testing parameters corresponding to the plurality of controls is acquired, and according to the set of testing parameters, a target testing code is determined in the testing codes corresponding to the page to be tested, wherein the target testing code comprises testing code segments corresponding to the plurality of controls, and in the set of testing parameters, testing parameters corresponding to each testing code segment in the target testing code are determined, and the testing parameters corresponding to the testing code segments are input into the testing code segments to obtain testing code segments comprising the testing parameters, and the testing code segments comprising the testing parameters are executed to test the plurality of controls to be tested to obtain testing results. Therefore, because the test code comprises the test code segment corresponding to each control in the page to be tested, when any control combination in the page to be tested is tested, the combination of any control can be directly tested through the test code corresponding to the page to be tested, the package test code corresponding to the control to be tested does not need to be redesigned, and the complexity of automatic test of the user page is further reduced.
Next, an application scenario of the present application will be described with reference to fig. 1.
Fig. 1 is a schematic diagram of an application scenario provided in an embodiment of the present application. Please refer to fig. 1, which includes a page to be tested and test codes. The page to be tested comprises a control A, a control B to be tested, a control C to be tested, a control D to be tested and a control E to be tested, and the test code comprises a test code section of the control A, a test code section of the control B, a test code section of the control C, a test code section of the control D and a test code section of the control E.
Referring to fig. 1, the control to be tested B is tested by the test code segment of the control B in the test code, the control to be tested C is tested by the test code segment of the control C, the control to be tested D is tested by the test code segment of the control D, and the test code segments of the control a and the control E are not executed. In this way, the test can be performed on any control combination in the page to be tested through the test code corresponding to the page to be tested, the corresponding test code does not need to be set for each control combination in the page to be tested, the maintenance cost of the test code is reduced, and the complexity of automatic test of the user page is reduced.
The technical scheme shown in the application is described in detail by specific examples. It should be noted that the following embodiments may exist alone or in combination with each other, and for the same or similar content, the description will not be repeated in different embodiments.
Fig. 2 is a flow chart of a testing method according to an embodiment of the present application. Referring to fig. 2, the method may include:
s201, acquiring a test code corresponding to a page to be tested.
The execution body of the embodiment of the application can be terminal equipment or a testing device arranged in the terminal equipment. The test device may be implemented by software, or may be implemented by a combination of software and hardware. Optionally, the terminal device is any device having a data processing function. For example, the terminal device may be a mobile phone, a computer, or the like.
The page to be tested comprises a plurality of controls. For example, the page to be tested may be a login page, a payment page, a transfer page, or the like. Optionally, a plurality of controls may be included in the page to be tested. For example, the login page may include an account control, a password control and a login control, the user inputs an account in the account control, inputs a password in the password control, and after the account and the password are input, the user clicks the login control to complete the account login. For example, the transfer page may include an amount control, an account control and a transfer control, the user inputs the transfer amount in the amount control, the account inputs the transfer account in the account control, and after the transfer amount and the transfer account are input, the user clicks the transfer control to complete the transfer.
Optionally, the page to be tested may include a plurality of controls, and in the actual application process, a portion of the controls in the page to be tested may be tested. For example, the page to be tested is a banking page, and the banking page includes a plurality of controls (login control, transfer control, inquiry control, etc.), and when the banking page is tested, the login control or the inquiry control can be tested.
The page to be tested is described in detail below with reference to fig. 3.
Fig. 3 is a schematic diagram of a page to be tested according to an embodiment of the present application. Please refer to fig. 3, which includes a page to be tested. The page to be tested comprises an account number control, a password control, a login control, a service inquiry control and a service handling control. When the account login function of the page to be tested is tested, the terminal equipment can test the account control, the password control and the login control in the page to be tested.
Optionally, the page to be tested may be a test page preset by a user. For example, if the user needs to test the login function in the page, the page to be tested includes an account control, a password control and a login control.
The test code comprises a test code segment corresponding to each control. The test code section is used for testing the control in the page to be tested. The test code comprises test code segments corresponding to all the controls in the page to be tested. For example, if the page to be tested includes an account number control, a password control, a login control, a query control and a transfer control, the test code includes a test code section corresponding to the account number control, a test code section corresponding to the password control, a test code section corresponding to the login control, a test code section corresponding to the query control and a test code section corresponding to the transfer control. For example, if the page to be tested includes 100 controls, the side test code includes test code segments corresponding to the 100 controls.
Next, in connection with fig. 4, a detailed description will be given of the test code corresponding to the page to be tested.
Fig. 4 is a schematic diagram of a test code according to an embodiment of the present application. Please refer to fig. 4, which includes a page to be tested and test codes. The page to be tested comprises an account number control, a password control, a login control, a service inquiry control and a service processing control. The test codes comprise a test code section of an account number control, a test code section of a password control, a test code section of a login control, a test code section of a service inquiry control and a test code section of a service handling control.
Referring to fig. 4, the test code section of the account control is used for testing the account control, the test code section of the password control is used for testing the password control, the test code section of the login control is used for testing the login control, the test code section of the service inquiry control is used for testing the service inquiry control, and the test code section of the service handling control is used for testing the service processing control.
Optionally, the test code corresponding to the page to be tested may be obtained according to the following possible implementation manner: and determining the page identification corresponding to the page to be tested. The page identifier is a preset identifier, and a user can preset the identifier of each page to be tested. For example, the page identifier of the page to be tested a is identifier 1, and the page identifier of the page to be tested B is identifier 2. And acquiring a test code corresponding to the page to be tested from a preset database according to the page identification. The preset database comprises a plurality of page identifiers and test codes corresponding to the page identifiers. For example, the preset database may be as shown in table 1:
TABLE 1
Page identification Test code
Page identification 1 Test code 1
Page identity 2 Test code 2
Page identification 3 Test code 3
…… ……
It should be noted that table 1 is merely an example, and is not a limitation of the preset database.
And acquiring a test code corresponding to the page to be tested from a preset database according to the page identification. For example, if the page identifier of the page to be tested is page identifier 1, the test code determined in the preset database according to the page identifier 1 is test code 1; if the page identifier of the page to be tested is the page identifier 2, determining the test code in a preset database according to the page identifier 2 as the test code 2; if the page identifier of the page to be tested is the page identifier 3, the test code determined in the preset database according to the page identifier 3 is the test code 3.
S202, acquiring a test parameter set.
The test parameter set comprises test parameters corresponding to N controls in the plurality of controls, wherein N is an integer greater than or equal to 1. The test parameters are parameters corresponding to the control. For example, if the control is an account control, the test parameter may be lisi; if the control is a password control, the test parameter may be 123456; if the control is a transfer control, the test parameter may be 100 ten thousand yuan. Optionally, N is less than the number of controls in the page to be tested. For example, if 100 controls are included in the page to be tested, N is an integer greater than or equal to 1 and less than or equal to 100.
Alternatively, the test parameter set may be obtained according to the following possible implementation: and determining N controls in the plurality of controls in the page to be tested, wherein the N controls are the controls to be tested. For example, the banking page comprises an account number control, a password control, a login control, a business inquiry control, a business handling control and the like, if a user needs to test the login function in the banking page, the to-be-tested control is the account number control, the password control and the login control, and when the login function is tested, the business inquiry control, the business handling control and other controls which are irrelevant to the login function do not need to be tested.
And determining a test parameter set according to the control to be tested. For example, if the control to be tested is an account control, a password control and a login control, the test parameter set includes an account parameter corresponding to the account control and a password parameter corresponding to the password control, and if the control to be tested is the login control, the test parameter is a clicking operation.
S203, determining target test codes in the test codes according to the test parameter set.
The target test code comprises test code segments corresponding to the N controls. For example, if the N controls are an account control, a password control and a login control, the target test code includes a test code section corresponding to the account control, a test code section corresponding to the password control and a test code section corresponding to the login control.
Alternatively, the target test code may be determined among the test codes according to the following possible implementation manner: and acquiring control identifications corresponding to all the test parameters in the test parameter set. For example, if the test parameter is an account parameter, the control identifier corresponding to the test parameter is an account control identifier; if the test parameter is the password parameter, the control identification corresponding to the test parameter is the identification of the password control.
And obtaining control identifications corresponding to the test code segments in the test codes. For example, if the test code segment is used for testing an account, the control identifier corresponding to the test code segment is the identifier of the account control; if the test code section is used for testing the password, the control mark corresponding to the test code section is the mark of the password control; if the test code segment is used for testing login, the control identification corresponding to the test code segment is the identification of the login control.
And determining a target test code in the test code according to the control identifier corresponding to each test parameter in the test parameter set and the control identifier corresponding to each test code segment in the test code. Alternatively, the target test code may be determined among the test codes according to the following possible implementation manner: and determining N test code segments in the test code set according to the control identifications corresponding to the test parameters in the test parameter set and the control identifications corresponding to the test code segments in the test code. The control identification corresponding to the ith test parameter in the test parameter set is the same as the control identification corresponding to each ith test code segment in the N test code segments, i is an integer, and i is more than or equal to 1 and less than or equal to N. For example, if the 1 st test parameter account parameter in the test parameter set is the account control identifier, the control identifier corresponding to the account parameter is the account control identifier, and the control identifier corresponding to the 1 st test code segment in the N test code segments is the account control identifier.
The determination target test code includes N test code segments.
Next, a process of determining a target test code among the test codes will be described with reference to fig. 5.
Fig. 5 is a schematic diagram of a process for determining a target test code according to an embodiment of the present application. Please refer to fig. 5, which includes a test parameter set and a test code. The test parameter set comprises account parameters, password parameters and click login operation. The test codes comprise a test code section of an account number control, a test code section of a password control, a test code section of a login control, a test code section of a service inquiry control and a test code section of a service handling control.
Referring to fig. 5, the control indicated by the control identifier corresponding to the account parameter is an account control, the control indicated by the control identifier corresponding to the password parameter is a password control, the control indicated by the control identifier corresponding to the click-on operation is a login control, and because the control indicated by the control identifier corresponding to the test code segment of the account control in the test code is an account control, the control indicated by the control identifier corresponding to the test code segment of the password control is a password control, and the control indicated by the control identifier corresponding to the test code segment of the login control is a login control, the target test code can be determined in the test code. The target test code comprises a test code section of an account number control, a test code section of a password control and a test code section of a login control.
S204, testing the N controls through the target test codes and the test parameter set to obtain test results.
Optionally, the N controls may be tested to obtain a test result through the target test code and the test parameter set. For example, parameters in the target test code can be replaced by parameters in the test parameter set to obtain a new code segment, the new code segment is operated, and then the N controls are tested to obtain test results.
Optionally, when testing the page to be tested, a 5-level multiplexing system can be designed, and the system can be reused when testing different controls in the page to be tested, so that the complexity of test codes is reduced. The 5-level multiplexing system comprises test data, test objects, combination steps, basic cases and derivative cases. For example, the test data is various test data, the test objects include test objects such as text boxes and drop-down boxes, the combination step is a combined target test code, the basic case is a test case corresponding to the page to be tested, and the derived case is a test step different from the basic case.
Optionally, the structure of the base case is:
The method comprises the steps of (1) performing (operation type; data preparation; termination condition; data acquisition), wherein (operation type) is a test case selected to be executed. Data preparation input data required for the present operation type, for example, data preparation of execution cases is case number, if there are a plurality of cases, division is performed with "|", and the format is: "case number 1|case number 2|." [ termination condition ] is a processing manner when the present operation type executes error reporting, for example, "execution error- > termination", "execution error- > continued execution". The output data of the operation type is stored in a user-defined cache variable in the execution process, and if a plurality of cache variables exist, the cache variable is divided by using an 'I', and the format is as follows: "[ cache variable 1] | [ cache variable 2] |. The cache variables are generated in the definition at the time of use and can be invoked in a subsequent case step.
Alternatively, the derived case exists as a single case, describing only the test steps that differ from the base case, and the model structure is:
Derived cases ([ case number ]), wherein the [ case number ] needs to be the basic test case number already present in the system. For example, when a new control is inserted into the basic test case 1, a test code segment corresponding to the new control needs to be inserted through the derivative case.
Optionally, in the practical application process, the user only needs to fill the content according to the structure of the basic case, and the basic case can call the test code in the background to test the case, so that in the process of realizing automatic test, the user fills the content according to the basic case, does not need to write the test code, can quickly understand the test logic after the replacement of a tester, realizes the high-efficiency inheritance of the test asset, and can reduce the complexity of automatic test writing.
Optionally, when testing the page to be tested, the 5-level multiplexing system can be separated, so that when the page to be tested changes, only the multiplexing system needs to be changed, and the case of calling the multiplexing system does not need to be changed, thereby reducing the maintenance cost of the testing system.
The embodiment of the application provides a testing method, which comprises the steps of determining page identifications corresponding to pages to be tested, acquiring testing codes corresponding to the pages to be tested in a preset database according to the page identifications, acquiring a testing parameter set, wherein the preset database comprises a plurality of page identifications and testing codes corresponding to each page identification, the testing parameter set comprises testing parameters corresponding to N controls in a plurality of controls, N is an integer greater than or equal to 1, acquiring control identifications corresponding to all the testing parameters in the testing parameter set, and control identifications corresponding to all the testing code sections in the testing codes, determining a target testing code in the testing codes according to the control identifications corresponding to all the testing parameters in the testing parameter set and the control identifications corresponding to all the testing code sections in the testing codes, and testing N controls through the target testing code and the testing parameter set to obtain a testing result. In the method, since the test code comprises the test code segment corresponding to each control in the page to be tested, the target test code can be determined in the test code when any control combination in the page to be tested is tested, and since the target test code comprises the test code segment corresponding to each control to be tested, the combination of the controls to be tested can be directly tested through the target test code without redesigning the packaging test code corresponding to the control to be tested, and further, the complexity of automatic test of the user page is reduced.
The above test method is described in detail below with reference to fig. 6 on the basis of the embodiment shown in fig. 2.
Fig. 6 is a flow chart of another test method according to an embodiment of the application. Referring to fig. 6, the method includes:
s601, acquiring a test code corresponding to a page to be tested.
The page to be tested comprises a plurality of controls, and the test code comprises a test code segment corresponding to each control.
It should be noted that, the execution process of step S601 may refer to step S201, and will not be described herein.
S602, acquiring a test parameter set.
The test parameter set comprises test parameters corresponding to N controls in the plurality of controls, wherein N is an integer greater than or equal to 1.
It should be noted that, the execution process of step S602 may refer to step S202, and will not be described herein.
S603, determining target test codes in the test codes according to the test parameter set.
The target test code comprises test code segments corresponding to the N controls. Optionally, the target test code includes a plurality of test code segments, the formats of the input data are different, and the writing modes of the test code segments are different, and the specific writing modes are as follows:
when the input test parameters are fixed data values, the test code segments are as follows:
[ control to be measured + [ operation mode ] + [ fixed data value ]
The operation mode is an operation mode of the control to be tested. For example, the operation modes of the control to be tested can include clicking, inputting, pulling down and other operation modes.
When the input test parameters are real-time internal data, if the preceding steps are individual test code segments, the test code segments are as follows:
[ control to be measured + [ operation mode ] + [ preface step number ]
The sequence number of the preamble step is the number of the last test code segment before the current test.
If the preamble step is a test code combined by a plurality of test code segments, the test code segments are as follows:
[ control to be measured + [ operation mode ] + [ preface step number + (input/output) data name ]
The input data name and the output data name are assigned data names in the last combined test code section.
When the input test parameters are real-time external data, the test code segments are as follows:
[ control to be measured + [ operation mode ] + [ external acquisition/generation data rule ]
Wherein the external retrieval is an SQL statement that retrieves data from a database of the environment under test (e.g., extracts specific instance data from the database under test), or an instruction that invokes data retrieved from an external system (e.g., retrieves a validation code via the external system); the generate data rule is a specific rule (e.g., encrypted by a specific key) that generates data.
When the test parameter is cache data, the test code segment is as follows:
[ control to be measured ] + value + [ cache variable name ]
The method comprises the steps that only when the operation mode of a control to be tested is a value, a cache variable can be output, and optionally, the cache variable name can be customized, and the cache variable name in the same test code cannot be reused.
Optionally, for a complex control to be tested, or a control to be tested with a duplicate name, the input data of the control to be tested supports alias calling, for example, [ input data name ] [ test parameter of the control to be tested ] = [ input data alias ].
S604, determining test parameters corresponding to each test code segment in the target test code in the test parameter set.
Optionally, in the test parameter set, a test parameter corresponding to each test code segment in the target test code is determined. For example, if the test parameter set includes 3 test parameters and the target test code includes 3 test code segments, the test parameters corresponding to each test code segment are determined.
Alternatively, the number of test code segments in the target code segment may be greater than the number of test parameters in the test parameter set. For example, if the number of test parameters in the test parameter set is 5, the number of test code segments in the target test code may be 10.
Optionally, the corresponding test code segment may be determined in the target test code according to the control identifier corresponding to the test parameter in the test parameter set. For example, if the control identifier corresponding to the test parameter a in the test parameter set indicates that the control is a login control, a test code segment for testing the login control is determined in the target test code.
S605, testing the corresponding test parameters through each test code segment in the target test code to obtain a test result.
Optionally, when the test parameters are tested by the test code segment, the assignment is performed on the test code segment again, and the test parameters can be tested according to the following possible implementation manner: and inputting the test parameters corresponding to the test code segments into the test code segments to obtain the test code segments comprising the test parameters. Alternatively, the assignment may be performed as follows:
input data name 1 = [ input data 1 | [ input data name 2 = [ input data 2 ]
For example, input data name 1 in the test code section is a user name, input data 1 is Zhang three, input data name 2 in the test code section is a password, and input data 2 is 123456.
[ Output data name 1] - > [ cache variable name 1]
For example, the output data name 1 in the test code section is the transfer amount, and the cache variable name 1 is 5 ten thousand yuan.
Optionally, in the practical application process, the input data name, the output data name and the buffer variable name can be replaced by custom aliases.
A test code segment is executed that includes test parameters. Specifically, there are two cases when executing a test code segment that includes test parameters:
Case 1: the number of test code segments is the same as the number of test parameters.
When the number of the test code segments is the same as the number of the test parameters, the test code segments including the test parameters can be executed, and then test results of a plurality of controls in the page to be tested are obtained.
Case 2: the number of test code segments is greater than the number of test parameters.
When the number of test code segments is greater than the number of test parameters, code segments not assigned test parameters are not executed when executing test code segments that include test parameters. For example, the target test code includes a test code segment 1, a test code segment 2 and a test code segment 3, and the test parameter set includes a test parameter 1 and a test parameter 2, where the test code segment 1 can test the test parameter 1, the test code segment 2 can test the test parameter 2, the test parameter 1 and the test parameter 2 are input into the target test code, and the target test code only executes the test code segment 1 and the test code segment 2 when executing, and does not execute the test code segment 3.
Optionally, clicking, checking, etc. operations without input data may be skipped by way of input data blanking. For example, [ input data name 1 ] = NULL, wherein input data name 1 is a click operation, and when the click operation is assigned as NULL, the test code segment corresponding to the click operation is not executed. Optionally, if the operation without data input such as clicking, checking, etc. does not input the emptied data, executing the test code segment corresponding to the operation. Alternatively, when it is necessary to assign a "NULL" character string to input data, "\" is used as an escape character, for example, [ input data name 1 = \null| [ input data name 2 = \null ].
In the actual application process, other target test codes cannot be called in the target test codes. For example, the object test code 1 includes a plurality of test code segments, and the object test code 1 cannot include the complete object test code 2.
According to the control to be tested of the page to be tested, the flexibly configured test code segments can be combined, objects possibly tested in one page to be tested can be combined through the test code segments, and when the control of the page to be tested is tested, no matter how many controls in the page to be tested need to be tested, the control can be realized by calling the combination of different test code segments, so that the maintenance cost of the page level multiplexing logic is reduced.
The embodiment of the application provides a test method, which comprises the steps of obtaining a test code corresponding to a page to be tested, wherein the page to be tested comprises a plurality of controls, the test code comprises test code segments corresponding to each control, a test parameter set is obtained, the test parameter set comprises test parameters corresponding to N controls in the plurality of controls, N is an integer greater than or equal to 1, a target test code is determined in the test code according to the test parameter set, the test parameters corresponding to each test code segment in the target test code are determined in the test parameter set, and the corresponding test parameters are tested through each test code segment in the target test code, so that a test result is obtained. In the method, the test code comprises the test code segment corresponding to each control in the page to be tested, so that when any control combination in the page to be tested is tested, the test code segment included in the target test code can be flexibly configured in the test code, the multiplexing rate of the test code is improved, the maintenance cost is reduced, and because the target test code comprises the test code segment corresponding to each control to be tested, the combination of the controls to be tested can be directly tested through the target test code without redesigning the packaging test code corresponding to the control to be tested, and the complexity of automatic test of the user page is further reduced.
Based on any one of the above embodiments, the process of the above test method will be described in detail with reference to fig. 7.
Fig. 7 is a schematic process diagram of a test method according to an embodiment of the present application. Please refer to fig. 7, which includes a page to be tested and test code. The page to be tested comprises an account number control, a password control, a login control, a service inquiry control and a service handling control. The test codes comprise a test code section of an account number control, a test code section of a password control, a test code section of a login control, a test code section of a service inquiry control and a test code section of a service handling control. The test code section of the account number control is used for testing the account number control, the test code section of the password control is used for testing the password control, the test code section of the login control is used for testing the login control, the test code section of the business query control is used for testing the business query control, and the test code section of the business handling control is used for testing the business handling control.
Referring to fig. 7, a set of test parameters may be determined when testing a login procedure in a page to be tested. The test parameter set comprises account parameters, password parameters and click login operation. And determining a first target test code in the test codes according to the test parameter set, wherein the first target test code comprises a test code section of the account number control, a test code section of the password control and a test code section of the login control. And assigning a test code section in the first target test code according to the test parameter set, inputting the account parameter into the test code section of the account control, inputting the password parameter into the test code section of the password control, inputting the click login operation into the test code section of the login control, and inputting the blank operation into the test code section of the service inquiry control and the test code section of the service handling control. And executing the second target test code, wherein the test code section of the service inquiry control and the test code section of the service handling control are empty operation, so that the test code section of the account number control, the test code section of the password control and the test code section of the login control are executed when the second target test code runs, and the test code section of the service inquiry control and the test code section of the service handling control are not executed. Therefore, when the control in the page to be tested is tested, the test code comprises the test code segments of all the controls in the page to be tested, so that a plurality of test code segments can be combined to obtain a target test code according to the control to be tested, the test code segments corresponding to the test parameters in the target test code are assigned, the test code segments corresponding to the control not to be tested in the page to be tested are assigned to be empty, and the maintenance cost of automatic test is further reduced. The combination of the control to be tested can be directly tested through the target test code, the package test code corresponding to the control to be tested does not need to be redesigned, and the complexity of automatic test of the user page is reduced.
Fig. 8 is a schematic structural diagram of a testing device according to an embodiment of the present application. The test device 10 may be provided in a terminal apparatus. Referring to fig. 8, the test apparatus 10 may include a first acquiring module 11, a second acquiring module 12, a determining module 13, and a test module 14, wherein:
The first obtaining module 11 is configured to obtain a test code corresponding to a page to be tested, where the page to be tested includes a plurality of controls, and the test code includes a test code segment corresponding to each control;
The second obtaining module 12 is configured to obtain a test parameter set, where the test parameter set includes test parameters corresponding to N controls in the plurality of controls, where N is an integer greater than or equal to 1;
The determining module 13 is configured to determine, according to the test parameter set, a target test code in the test codes, where the target test code includes test code segments corresponding to the N controls;
the test module 14 is configured to test the N controls to obtain a test result through the target test code and the test parameter set.
In one possible implementation, the test module 14 is specifically configured to:
determining test parameters corresponding to each test code segment in the target test code in the test parameter set;
And testing the corresponding test parameters through each test code segment in the target test code to obtain the test result.
In one possible implementation, the test module 14 is specifically configured to:
Inputting the test parameters corresponding to the test code segments into the test code segments to obtain test code segments comprising the test parameters;
executing the test code segment including the test parameters.
In a possible embodiment, the determining module 13 is specifically configured to:
Acquiring control identifications corresponding to all the test parameters in the test parameter set;
Acquiring control identifiers corresponding to all test code segments in the test codes;
And determining a target test code in the test code according to the control identifier corresponding to each test parameter in the test parameter set and the control identifier corresponding to each test code segment in the test code.
In a possible embodiment, the determining module 13 is specifically configured to:
according to the control identifications corresponding to all the test parameters in the test parameter set and the control identifications corresponding to all the test code segments in the test code, N test code segments are determined in the test code set, the control identification corresponding to the ith test parameter in the test parameter set is the same as the control identification corresponding to the ith test code segment in the N test code segments, i is an integer, and i is more than or equal to 1 and less than or equal to N;
determining that the target test code includes the N test code segments.
In one possible implementation manner, the first obtaining module 11 is specifically configured to:
Determining a page identifier corresponding to the page to be tested;
and acquiring test codes corresponding to the pages to be tested from a preset database according to the page identifications, wherein the preset database comprises a plurality of page identifications and the test codes corresponding to each page identification.
The test device provided by the embodiment of the application can execute the technical scheme shown in the embodiment of the method, and the implementation principle and the beneficial effects are similar, and are not repeated here.
The test device shown in the embodiment of the application can be a chip, a hardware module, a processor and the like. Of course, the testing device may take other forms, and embodiments of the present application are not limited thereto.
Fig. 9 is a schematic hardware structure of the test apparatus provided by the present application. Referring to fig. 9, the test apparatus 20 may include: a processor 21 and a memory 22, wherein the processor 21 and the memory 22 may communicate; illustratively, the processor 21 and the memory 22 are in communication via a communication bus 23, said memory 22 being adapted to store program instructions, said processor 21 being adapted to invoke the program instructions in the memory to perform the test method as shown in any of the method embodiments described above.
Optionally, the test device 20 may also include a communication interface, which may include a transmitter and/or a receiver.
Alternatively, the Processor may be a central processing unit (Central Processing Unit, CPU), other general purpose Processor, digital signal Processor (DIGITAL SIGNAL Processor, DSP), application SPECIFIC INTEGRATED Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present application may be embodied directly in a hardware processor for execution, or in a combination of hardware and software modules in a processor for execution.
The present application provides a readable storage medium having a computer program stored thereon; the computer program is for implementing the test method as described in any of the embodiments above.
Embodiments of the present application provide a computer program product comprising instructions that, when executed, cause a computer to perform the above-described test method.
All or part of the steps for implementing the method embodiments described above may be performed by hardware associated with program instructions. The foregoing program may be stored in a readable memory. The program, when executed, performs steps including the method embodiments described above; and the aforementioned memory (storage medium) includes: read-only memory (abbreviated as ROM), RAM, flash memory, hard disk, solid state disk, magnetic tape (English: MAGNETIC TAPE), floppy disk (English: floppy disk), optical disk (English: optical disk), and any combination thereof.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processing unit of a general purpose computer, special purpose computer, embedded processor, or other programmable terminal device to produce a machine, such that the instructions, which execute via the processing unit of the computer or other programmable terminal device, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable terminal device to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable terminal device to cause a series of operational steps to be performed on the computer or other programmable device to produce a computer implemented process such that the instructions which execute on the computer or other programmable device provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various modifications and variations can be made to the embodiments of the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the embodiments of the present application fall within the scope of the claims and the equivalents thereof, the present application is also intended to include such modifications and variations.
In the present disclosure, the term "include" and variations thereof may refer to non-limiting inclusion; the term "or" and variations thereof may refer to "and/or". The terms "first," "second," and the like, herein, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. In the present application, "a plurality of" means two or more. "and/or", describes an association relationship of an association object, and indicates that there may be three relationships, for example, a and/or B, and may indicate: a exists alone, A and B exist together, and B exists alone. The character "/" generally indicates that the context-dependent object is an "or" relationship.

Claims (5)

1. A method of testing, comprising:
determining a page identifier corresponding to a page to be tested;
According to the page identifications, test codes corresponding to the pages to be tested are obtained from a preset database, wherein the preset database comprises a plurality of page identifications and test codes corresponding to each page identification; the page to be tested comprises a plurality of controls, and the test code comprises test code segments corresponding to all the controls in the page to be tested; the test code section is used for testing the control in the page to be tested;
determining N controls in the plurality of controls in the page to be tested, wherein the N controls are controls to be tested; determining a test parameter set according to the control to be tested; the test parameters are parameters corresponding to the control; the test parameter set comprises test parameters corresponding to N controls in the plurality of controls, wherein N is an integer greater than or equal to 1;
Acquiring control identifications corresponding to all the test parameters in the test parameter set;
Acquiring control identifiers corresponding to all test code segments in the test codes;
determining N test code segments in the test code according to control identifications corresponding to all test parameters in the test parameter set and control identifications corresponding to all test code segments in the test code, wherein the control identification corresponding to the ith test parameter in the test parameter set is the same as the control identification corresponding to the ith test code segment in the N test code segments, i is an integer,
Determining that the target test code comprises the N test code segments;
determining test parameters corresponding to each test code segment in the target test code in the test parameter set;
Replacing parameters in the target test code with parameters in a test parameter set to obtain a new code segment, running the new code segment, and further testing N controls to obtain a test result; and the target test code is used for directly testing the combination of the control to be tested, so that the package test code corresponding to the control to be tested does not need to be redesigned, and the complexity of automatic test of the user page is reduced.
2. The testing device is characterized by comprising a first acquisition module, a second acquisition module, a determination module and a testing module, wherein:
the first acquisition module is used for determining a page identifier corresponding to a page to be tested; according to the page identifications, test codes corresponding to the pages to be tested are obtained from a preset database, wherein the preset database comprises a plurality of page identifications and test codes corresponding to each page identification; the page to be tested comprises a plurality of controls, and the test code comprises test code segments corresponding to all the controls in the page to be tested; the test code section is used for testing the control in the page to be tested;
The second obtaining module is used for determining N controls in the plurality of controls in the page to be tested, wherein the N controls are controls to be tested; determining a test parameter set according to the control to be tested; the test parameters are parameters corresponding to the control; the test parameter set comprises test parameters corresponding to N controls in the plurality of controls, wherein N is an integer greater than or equal to 1;
The determining module is used for obtaining control identifications corresponding to all the test parameters in the test parameter set; acquiring control identifiers corresponding to all test code segments in the test codes;
determining N test code segments in the test code according to control identifications corresponding to all test parameters in the test parameter set and control identifications corresponding to all test code segments in the test code, wherein the control identification corresponding to the ith test parameter in the test parameter set is the same as the control identification corresponding to the ith test code segment in the N test code segments, i is an integer,
Determining that the target test code comprises the N test code segments;
The test module is used for determining test parameters corresponding to each test code segment in the target test code in the test parameter set; replacing parameters in the target test code with parameters in a test parameter set to obtain a new code segment, running the new code segment, and further testing N controls to obtain a test result; and the target test code is used for directly testing the combination of the control to be tested, so that the package test code corresponding to the control to be tested does not need to be redesigned, and the complexity of automatic test of the user page is reduced.
3. A test apparatus, comprising: a processor and a memory;
The memory is used for storing a computer program;
the processor is configured to execute a computer program stored in the memory to implement the test method of claim 1.
4. A readable storage medium, wherein a device control program is stored on the readable storage medium, which when executed by a processor, implements the test method of claim 1.
5. A computer program product comprising a computer program which, when executed by a processor, implements the test method according to claim 1.
CN202110745689.0A 2021-06-30 2021-06-30 Test method, device and equipment Active CN113377672B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110745689.0A CN113377672B (en) 2021-06-30 2021-06-30 Test method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110745689.0A CN113377672B (en) 2021-06-30 2021-06-30 Test method, device and equipment

Publications (2)

Publication Number Publication Date
CN113377672A CN113377672A (en) 2021-09-10
CN113377672B true CN113377672B (en) 2024-04-30

Family

ID=77580524

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110745689.0A Active CN113377672B (en) 2021-06-30 2021-06-30 Test method, device and equipment

Country Status (1)

Country Link
CN (1) CN113377672B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114356748A (en) * 2021-12-02 2022-04-15 北京达佳互联信息技术有限公司 Page testing method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106326121A (en) * 2016-08-22 2017-01-11 上海亿账通互联网科技有限公司 Method for automatically generating test script and terminal
CN109117372A (en) * 2018-08-14 2019-01-01 平安壹钱包电子商务有限公司 Test code generating method, device, computer equipment and storage medium
WO2020233053A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Method, apparatus, device, and storage medium for making test page script

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106326121A (en) * 2016-08-22 2017-01-11 上海亿账通互联网科技有限公司 Method for automatically generating test script and terminal
CN109117372A (en) * 2018-08-14 2019-01-01 平安壹钱包电子商务有限公司 Test code generating method, device, computer equipment and storage medium
WO2020233053A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Method, apparatus, device, and storage medium for making test page script

Also Published As

Publication number Publication date
CN113377672A (en) 2021-09-10

Similar Documents

Publication Publication Date Title
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN112306855B (en) Interface automation test method, device, terminal and storage medium
CN111158741B (en) Method and device for monitoring dependency relationship change of service module on third party class library
CN108021710A (en) A kind of dynamic socket conversion method, device, terminal device and storage medium
CN106407111B (en) Terminal test device, terminal test equipment and variable maintaining method
CN109871289A (en) A kind of remote procedure call service creation method and device
CN110737818A (en) Network release data processing method and device, computer equipment and storage medium
CN110727581B (en) Crash positioning method and electronic equipment
CN104461531A (en) Implementing method for self-defined functions of reporting system
CN113704094A (en) Test case knowledge base construction method and device, electronic equipment and storage medium
CN113377672B (en) Test method, device and equipment
CN104657256A (en) Method and device for collecting mapping relation between cases and codes
CN112733510A (en) Financial certificate generation method, device, equipment and computer readable storage medium
CN109068286B (en) Information analysis method, medium and equipment
CN103914304A (en) Method for converting different structure type parameters on basis of SAP (service access point) platforms
CN114090074A (en) Method and device for configuring operating environment, storage medium and electronic device
CN109240906B (en) Database configuration information adaptation method and device, computer equipment and storage medium
CN112748926A (en) Applet publishing method, device, equipment and computer readable storage medium
CN112052254A (en) Data packaging method, electronic device and storage medium
CN112749159A (en) Form generation method and device, electronic equipment and storage medium
CN113127327A (en) Test method and device for performance test
CN117313856B (en) Reliability test planning system and method
CN114205276B (en) Performance test method and device for product management system and electronic equipment
CN115827479A (en) Method and device for optimizing Web input box test case and processing equipment
CN118013125A (en) Information query method, apparatus, electronic device, storage medium, and program product

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