CN113836025A - Page testing method and device, storage medium and electronic equipment - Google Patents

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

Info

Publication number
CN113836025A
CN113836025A CN202111142691.5A CN202111142691A CN113836025A CN 113836025 A CN113836025 A CN 113836025A CN 202111142691 A CN202111142691 A CN 202111142691A CN 113836025 A CN113836025 A CN 113836025A
Authority
CN
China
Prior art keywords
page
target page
target
test
tested
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
CN202111142691.5A
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.)
Hunan MgtvCom Interactive Entertainment Media Co Ltd
Original Assignee
Hunan MgtvCom Interactive Entertainment Media 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 Hunan MgtvCom Interactive Entertainment Media Co Ltd filed Critical Hunan MgtvCom Interactive Entertainment Media Co Ltd
Priority to CN202111142691.5A priority Critical patent/CN113836025A/en
Publication of CN113836025A publication Critical patent/CN113836025A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

Landscapes

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

Abstract

The application provides a page testing method and device, a storage medium and an electronic device, comprising: when a page identifier fed back by a preset function is received, determining that a target page in an application program to be tested is started; the target page is a page corresponding to the page identifier in the application program to be tested; calling a preset function in the starting process of the target page; and carrying out page testing on the target page to obtain a test result of the target page. It is obvious that according to the scheme, the function is preset, and each page in the application program to be tested is called in the starting process, so that when the page identification fed back by the preset function is received, the page corresponding to the page identification in the application program to be tested can be determined to be started, and then the page test is carried out on the currently started page.

Description

Page testing method and device, storage medium and electronic equipment
Technical Field
The present disclosure relates to the field of software testing technologies, and in particular, to a page testing method and apparatus, a storage medium, and an electronic device.
Background
In the process of testing each page of the application program to be tested, whether the page is started or not needs to be judged, and the page is tested after the page is determined to be started.
In the prior art, whether a page is started or not is judged by polling through a timer, however, a large amount of polling operations consume a large amount of CPU resources, the running efficiency of a system is affected, and the testing efficiency is low.
Disclosure of Invention
The application provides a page testing method and device, a storage medium and electronic equipment, and aims to solve the problem that the existing page testing scheme needs to consume more CPU resources, affects the operating efficiency of a system and causes lower testing efficiency.
In order to achieve the above object, the present application provides the following technical solutions:
a page testing method comprises the following steps:
when a page identifier fed back by a preset function is received, determining that a target page in an application program to be tested is started; the target page is a page corresponding to the page identifier in the application program to be tested; calling the preset function in the starting process of the target page;
and carrying out page testing on the target page to obtain a test result of the target page.
Optionally, in the method, the performing a page test on the target page to obtain a test result of the target page includes:
acquiring each page element included in the target page;
acquiring a preset operation event corresponding to each page element included in the target page;
packaging the operation events corresponding to the target page including each page element to obtain a packaging result;
searching a unit test case corresponding to the target page from a preset unit test manager based on the page identification;
and performing page testing on the target page based on the searched unit test case and the packaging result to obtain a test result of the target page.
Optionally, in the method described above, the obtaining each page element included in the target page includes:
acquiring a page address of the target page based on the page identifier;
and acquiring each page element included by the target page through a preset path expression based on the page address of the target page.
In the foregoing method, optionally, after performing the page test on the target page to obtain the test result of the target page, the method further includes:
judging whether all pages included by the application program to be tested complete page testing;
and if all the pages included in the application program to be tested complete page testing, obtaining a testing result of the application program to be tested based on the testing result of each page included in the application program to be tested.
Optionally, the method further includes, after obtaining the test result of the application program to be tested based on the test result of each page included in the application program to be tested, that:
and generating a test report document of the application program to be tested based on the test result of the application program to be tested.
A page testing apparatus, comprising:
the determining unit is used for determining that a target page in the application program to be tested is started when the page identifier fed back by the preset function is received; the target page is a page corresponding to the page identifier in the application program to be tested; calling the preset function in the starting process of the target page;
and the test unit is used for carrying out page test on the target page to obtain a test result of the target page.
Optionally, the above apparatus, wherein the test unit is specifically configured to:
acquiring each page element included in the target page;
acquiring a preset operation event corresponding to each page element included in the target page;
packaging the operation events corresponding to the target page including each page element to obtain a packaging result;
searching a unit test case corresponding to the target page from a preset unit test manager based on the page identification;
and performing page testing on the target page based on the searched unit test case and the packaging result to obtain a test result of the target page.
Optionally, in the apparatus described above, the test unit is configured to obtain each page element included in the target page, and includes that the test unit is specifically configured to:
acquiring a page address of the target page based on the page identifier;
and acquiring each page element included by the target page through a preset path expression based on the page address of the target page.
A storage medium storing a set of instructions, wherein the set of instructions, when executed by a processor, implements a page test method as described above.
An electronic device, comprising:
a memory for storing at least one set of instructions;
and the processor is used for executing the instruction set stored in the memory and realizing the page test method by executing the instruction set.
Compared with the prior art, the method has the following advantages:
the application provides a page testing method and device, a storage medium and an electronic device, comprising: when a page identifier fed back by a preset function is received, determining that a target page in an application program to be tested is started; the target page is a page corresponding to the page identifier in the application program to be tested; calling a preset function in the starting process of the target page; and carrying out page testing on the target page to obtain a test result of the target page. It can be seen that according to the scheme of the application, the function is preset, and each page in the application program to be tested can call the preset function in the starting process, so that when the page identifier fed back by the preset function is received, it can be determined that the page corresponding to the page identifier in the application program to be tested is started, and then page testing is performed on the currently started page.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a method for testing a page according to the present application;
FIG. 2 is a flowchart of another method of a page test method provided in the present application;
FIG. 3 is a flowchart of another method of a page test method provided in the present application;
FIG. 4 is a flowchart of another method of a page test method provided in the present application;
FIG. 5 is a schematic structural diagram of a page test system provided in the present application;
FIG. 6 is a schematic structural diagram of a procurement control device provided by the present application;
fig. 7 is a schematic structural diagram of an electronic device provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the disclosure of the present application are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in the disclosure herein are exemplary rather than limiting, and those skilled in the art will understand that "one or more" will be understood unless the context clearly dictates otherwise.
In the embodiment, an EdXposed frame is installed on the terminal device in advance, specifically, an open source tool for customizing an operating system is installed in the terminal device in advance, and optionally, the open source tool may be a mask Magisk v21+, then a Riru v23+ is installed from a Magisk warehouse, and the EdXposed is downloaded and installed in a Magisk manager, so that the installation of the EdXposed is completed.
In this embodiment, a flowchart of the page testing method is shown in fig. 1, and specifically includes:
s101, when the page identifier fed back by the preset function is received, determining that a target page in the application program to be tested is started.
In this embodiment, the preset function may be a resume onResume () function, and the monitoring of page switching in the application program to be tested is realized through the onResume () function, that is, whether a new page is opened is monitored.
It should be noted that when any page in the application program to be tested is started, the preset function is called, and after the preset function is called, the page identifier of the currently started page is returned.
In this embodiment, whether a page fed back by a preset function is received is judged, and if a page identifier fed back by the preset page is received, it is determined that a target page in the application program to be tested is started, where the target page is a page corresponding to the page identifier in the application program to be tested.
S102, carrying out page testing on the target page to obtain a testing result of the target page.
In this embodiment, after it is determined that the target page is started, a page test is performed on the target page, so as to obtain a test result of the target page.
Referring to fig. 2, the process of performing a page test on a target page to obtain a test result of the target page specifically includes the following steps:
s201, obtaining each page element included in the target page.
In this embodiment, each page element included in the target page is acquired, where the page element includes, but is not limited to, a Button, an image view ImageView, a linear layout, and a view group view.
In this embodiment, a page element inherits View (View class).
Referring to fig. 3, the process of obtaining each page element included in the target page specifically includes the following steps:
s301, acquiring a page address of the target page based on the page identifier.
S302, based on the page address of the target page, each page element included in the target page is obtained through a preset path expression.
In this embodiment, each page element included in the target page fed back by the path expression is obtained by calling a preset path expression xpath based on the page address of the target page.
S202, acquiring a preset operation event corresponding to each page element included in the target page.
In this embodiment, the operation events are preset, that is, the operation codes are written in advance for simulating manual operations, and the operation events include, but are not limited to, click events, slide events, and long-press events.
In this embodiment, the operation event corresponding to each page element included in the target page is obtained from preset operation events, so as to obtain a plurality of operation events.
S203, packaging the operation event corresponding to each page element included in the target page to obtain a packaging result.
In this embodiment, the operation event corresponding to each page element included in the target page is encapsulated to obtain an encapsulation result, and optionally, all the operation events corresponding to each page included in the target page may be encapsulated uniformly.
S204, based on the page identification, searching a unit test case corresponding to the target page from a preset unit test manager.
In this embodiment, a unit test manager is preset, a plurality of unit test cases are stored in the unit test manager in advance, and a correspondence between the unit test cases and each page included in the application program to be tested is stored, where the correspondence includes case identifiers and page identifiers of the unit test cases
In this embodiment, based on the page identifier of the target page, the case identifier corresponding to the page identifier is determined through the pre-stored correspondence, and the case identifier corresponding to the page identifier is determined as the target case identifier, so that the unit test case corresponding to the target case identifier is searched in the preset unit test manager, and the unit test case corresponding to the target case identifier is used as the unit test case corresponding to the target page.
S205, based on the searched unit test case and the packaging result, the target page is paged to obtain the test result of the target page.
In this embodiment, based on the found unit test case and the found encapsulation result, the page test is performed on the target page to obtain the test result of the target page, specifically, the test script in the unit test case sequentially calls the encapsulation result to operate each page element in the target page, thereby implementing the page test on the target page.
According to the page testing method provided by the embodiment of the application, the function is preset, and each page in the application program to be tested can call the preset function in the starting process, so that when the page identification fed back by the preset function is received, the page corresponding to the page identification in the application program to be tested can be determined to be started, whether the page is started or not can be accurately judged, page testing is carried out on the currently started page, whether the page is started or not is judged without polling of a timer, consumption of CPU resources is reduced, the operating efficiency of a system is improved, and the testing efficiency is improved. And the page elements of the current starting page can be accurately searched through the path expression.
Referring to fig. 4, after step S102, the page testing method provided in the embodiment of the present application may further include the following steps:
s401, judging whether all pages included in the application program to be tested complete page testing, if so, executing S402, and if not, executing S401.
In this embodiment, it is determined whether all pages included in the application program to be tested complete the page test, that is, whether there is a test result of each page included in the application program to be tested, and if one page of the task in the application program to be tested does not complete the page test, the step S401 is executed.
S402, obtaining a test result of the application program to be tested based on the test result of each page included in the application program to be tested.
In this embodiment, the test result of the application program to be tested is obtained based on the test result of each page included in the application program to be tested, that is, the test result of each page included in the application program to be tested is used as the test result of the application program to be tested.
After step S402, the page testing method provided in the embodiment of the present application may further include the following steps:
and generating a test report document of the application program to be tested based on the test result of the application program to be tested.
In this embodiment, after the test result of the application program to be tested is obtained, a test report document may be generated based on the test result of the application program to be tested, and the specific generation process requires the prior art for parameters, which is not described herein again.
In this embodiment, after the test report document is generated, the test including document may be visually displayed.
According to the page testing method provided by the embodiment of the application, the test report document is generated according to the test result of the application program to be tested, and the test result of the application program to be tested is simply and clearly explained.
Referring to fig. 5, the page test method mentioned in the above embodiment of the present application is illustrated as follows:
in the automatic test process, the most important problem is that interface elements can be accurately acquired, operation elements can be accurately acquired, and operation results can be accurately verified.
In this embodiment, the edxposed frame installed in the terminal device is mainly divided into a preprocessing module, a unit testing module, and a test data result module.
The preprocessing module mainly completes the following work:
(1) monitoring page switching by the method of displayactiveresumed and onResume of Fragment of Hook Application
(2) And traversing the unit test cases in the unit test manager during page switching, and executing the corresponding unit test.
(3) And packaging events for operating the elements in the automatic operation process, such as click events, sliding events, long-time press events and the like.
(4) And searching the interface element through the path expression xpath for packaging.
The unit testing module mainly completes the following work:
(1) compiling test unit according to service scene
A test data result module:
(1) and collecting the results of the unit tests and giving a test report document.
It should be noted that while instructions are depicted in a particular order, this should not be understood as requiring that such instructions be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous.
It should be understood that the various steps recited in the method embodiments disclosed herein may be performed in a different order and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the disclosure is not limited in this respect.
Corresponding to the method described in fig. 1, an embodiment of the present application further provides a page testing apparatus, which is used for specifically implementing the method in fig. 1, and a schematic structural diagram of the page testing apparatus is shown in fig. 6, and specifically includes:
a determining unit 601, configured to determine that a target page in an application program to be tested is started when a page identifier fed back by a preset function is received; the target page is a page corresponding to the page identifier in the application program to be tested; calling the preset function in the starting process of the target page;
the testing unit 602 is configured to perform a page test on the target page to obtain a test result of the target page.
The page testing device provided by the embodiment of the application comprises a preset function, wherein the preset function is called in the starting process of each page in an application program to be tested, so that when a page identifier fed back by the preset function is received, the page corresponding to the page identifier in the application program to be tested can be determined to be started, whether the page is started or not is accurately judged, page testing is carried out on the currently started page, whether the page is started or not is judged without polling of a timer, consumption of CPU resources is reduced, operating efficiency of a system is improved, and testing efficiency is improved. And the page elements of the current starting page can be accurately searched through the path expression.
In an embodiment of the present application, based on the foregoing solution, the testing unit 602 is specifically configured to:
acquiring each page element included in the target page;
acquiring a preset operation event corresponding to each page element included in the target page;
packaging the operation events corresponding to the target page including each page element to obtain a packaging result;
searching a unit test case corresponding to the target page from a preset unit test manager based on the page identification;
and performing page testing on the target page based on the searched unit test case and the packaging result to obtain a test result of the target page.
In an embodiment of the present application, based on the foregoing solution, the test unit 602 is configured to obtain each page element included in the target page, where the test unit 602 is specifically configured to:
acquiring a page address of the target page based on the page identifier;
and acquiring each page element included by the target page through a preset path expression based on the page address of the target page.
In an embodiment of the present application, based on the foregoing scheme, the method may further include:
the judging unit is used for judging whether all the pages included in the application program to be tested complete page testing;
and the obtaining unit is used for obtaining the test result of the application program to be tested based on the test result of each page included in the application program to be tested if all the pages included in the application program to be tested complete the page test.
In an embodiment of the present application, based on the foregoing scheme, the method may further include:
and the generating unit is used for generating a test report document of the application program to be tested based on the test result of the application program to be tested.
The embodiment of the present application further provides a storage medium, where an instruction set is stored in the storage medium, and when the instruction set runs, the page testing method disclosed in any of the above embodiments is executed.
An electronic device is further provided in the embodiments of the present application, and a schematic structural diagram of the electronic device is shown in fig. 7, and specifically includes a memory 701 configured to store at least one set of instruction sets; a processor 702 configured to execute a set of instructions stored in the memory, the execution of the set of instructions resulting in:
when a page identifier fed back by a preset function is received, determining that a target page in an application program to be tested is started; the target page is a page corresponding to the page identifier in the application program to be tested; calling the preset function in the starting process of the target page;
and carrying out page testing on the target page to obtain a test result of the target page.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
While several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
The foregoing description is only exemplary of the preferred embodiments disclosed herein and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other arrangements formed by any combination of the above features or their equivalents without departing from the spirit of the disclosure. For example, the above features and (but not limited to) technical features having similar functions disclosed in the present disclosure are mutually replaced to form the technical solution.

Claims (10)

1. A page testing method is characterized by comprising the following steps:
when a page identifier fed back by a preset function is received, determining that a target page in an application program to be tested is started; the target page is a page corresponding to the page identifier in the application program to be tested; calling the preset function in the starting process of the target page;
and carrying out page testing on the target page to obtain a test result of the target page.
2. The method of claim 1, wherein the performing the page test on the target page to obtain the test result of the target page comprises:
acquiring each page element included in the target page;
acquiring a preset operation event corresponding to each page element included in the target page;
packaging the operation events corresponding to the target page including each page element to obtain a packaging result;
searching a unit test case corresponding to the target page from a preset unit test manager based on the page identification;
and performing page testing on the target page based on the searched unit test case and the packaging result to obtain a test result of the target page.
3. The method according to claim 2, wherein the obtaining of each page element included in the target page comprises:
acquiring a page address of the target page based on the page identifier;
and acquiring each page element included by the target page through a preset path expression based on the page address of the target page.
4. The method according to claim 1, wherein after the page test is performed on the target page to obtain the test result of the target page, the method further comprises:
judging whether all pages included by the application program to be tested complete page testing;
and if all the pages included in the application program to be tested complete page testing, obtaining a testing result of the application program to be tested based on the testing result of each page included in the application program to be tested.
5. The method of claim 4, after obtaining the test result of the application program to be tested based on the test result of each page included in the application program to be tested, further comprising:
and generating a test report document of the application program to be tested based on the test result of the application program to be tested.
6. A page testing apparatus, comprising:
the determining unit is used for determining that a target page in the application program to be tested is started when the page identifier fed back by the preset function is received; the target page is a page corresponding to the page identifier in the application program to be tested; calling the preset function in the starting process of the target page;
and the test unit is used for carrying out page test on the target page to obtain a test result of the target page.
7. The apparatus of claim 6, wherein the test unit is specifically configured to:
acquiring each page element included in the target page;
acquiring a preset operation event corresponding to each page element included in the target page;
packaging the operation events corresponding to the target page including each page element to obtain a packaging result;
searching a unit test case corresponding to the target page from a preset unit test manager based on the page identification;
and performing page testing on the target page based on the searched unit test case and the packaging result to obtain a test result of the target page.
8. The apparatus according to claim 7, wherein the test unit is configured to obtain each page element included in the target page, and the test unit is specifically configured to:
acquiring a page address of the target page based on the page identifier;
and acquiring each page element included by the target page through a preset path expression based on the page address of the target page.
9. A storage medium storing a set of instructions, wherein the set of instructions, when executed by a processor, implement the page testing method of any one of claims 1 to 5.
10. An electronic device, comprising:
a memory for storing at least one set of instructions;
a processor for executing the instruction set stored in the memory, the execution of the instruction set implementing the page testing method of any one of claims 1 to 5.
CN202111142691.5A 2021-09-28 2021-09-28 Page testing method and device, storage medium and electronic equipment Pending CN113836025A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111142691.5A CN113836025A (en) 2021-09-28 2021-09-28 Page testing method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111142691.5A CN113836025A (en) 2021-09-28 2021-09-28 Page testing method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN113836025A true CN113836025A (en) 2021-12-24

Family

ID=78966944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111142691.5A Pending CN113836025A (en) 2021-09-28 2021-09-28 Page testing method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN113836025A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107682234A (en) * 2017-11-17 2018-02-09 飞思达技术(北京)有限公司 A kind of method of the network speed test based on WebSocket
CN109359020A (en) * 2018-08-16 2019-02-19 中国平安人寿保险股份有限公司 Start time test method and device, computer installation and storage medium
CN109471639A (en) * 2017-09-06 2019-03-15 北京国双科技有限公司 The monitoring method and device in a kind of application downloading source
WO2020233048A1 (en) * 2019-05-21 2020-11-26 深圳壹账通智能科技有限公司 Customized software generation method and system, and electronic device and storage medium
CN113254338A (en) * 2021-05-25 2021-08-13 深圳前海微众银行股份有限公司 Test case generation method, device and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109471639A (en) * 2017-09-06 2019-03-15 北京国双科技有限公司 The monitoring method and device in a kind of application downloading source
CN107682234A (en) * 2017-11-17 2018-02-09 飞思达技术(北京)有限公司 A kind of method of the network speed test based on WebSocket
CN109359020A (en) * 2018-08-16 2019-02-19 中国平安人寿保险股份有限公司 Start time test method and device, computer installation and storage medium
WO2020233048A1 (en) * 2019-05-21 2020-11-26 深圳壹账通智能科技有限公司 Customized software generation method and system, and electronic device and storage medium
CN113254338A (en) * 2021-05-25 2021-08-13 深圳前海微众银行股份有限公司 Test case generation method, device and equipment

Similar Documents

Publication Publication Date Title
CN107193750B (en) Script recording method and device
CN109901881B (en) Plug-in loading method and device of application program, computer equipment and storage medium
CN103049373B (en) A kind of localization method of collapse and device
CN110941553A (en) Code detection method, device, equipment and readable storage medium
CN113434396A (en) Interface test method, device, equipment, storage medium and program product
CN115543827A (en) Buried point data display method and device
CN111158806B (en) Interface display method, device, computer equipment and storage medium
CN112181749A (en) Hardware testing method and device, electronic equipment and storage medium
CN113407419B (en) Memory leak detection method and device, computer equipment and storage medium
CN112506757A (en) Automatic test method, system, computer device and medium thereof
CN109918276B (en) Exposure buried point processing method based on APP and related equipment
CN105893908A (en) Two-dimensional code image identification method and device
CN113221593A (en) Two-dimensional code information acquisition method, electronic device and storage medium
CN113836025A (en) Page testing method and device, storage medium and electronic equipment
CN111797008A (en) Automatic verification method, equipment and storage medium for mobile terminal buried point data
CN115952491A (en) Method, device, electronic equipment and medium for hook target function
CN111475322A (en) Method and device for positioning stuck thread, computer equipment and readable storage medium
CN114398272A (en) Pressure measurement method and pressure measurement device for combination performance bottleneck positioning
CN115525392A (en) Container monitoring method and device, electronic equipment and storage medium
CN111679986B (en) Software testing method and device and electronic equipment
CN114238130A (en) Performance test method, device, equipment and storage medium
CN107562599A (en) A kind of parameter detection method and device
CN115904928A (en) Pile inserting method, device, equipment and storage medium for slow function monitoring
CN110908866A (en) Software monitoring method and related equipment
CN106991017B (en) Event processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination