CN111427770B - Resource testing method and related equipment - Google Patents

Resource testing method and related equipment Download PDF

Info

Publication number
CN111427770B
CN111427770B CN202010134532.XA CN202010134532A CN111427770B CN 111427770 B CN111427770 B CN 111427770B CN 202010134532 A CN202010134532 A CN 202010134532A CN 111427770 B CN111427770 B CN 111427770B
Authority
CN
China
Prior art keywords
resource
module
test
original
identifier
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
CN202010134532.XA
Other languages
Chinese (zh)
Other versions
CN111427770A (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.)
Ping An Life Insurance Company of China Ltd
Original Assignee
Ping An Life Insurance Company of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Life Insurance Company of China Ltd filed Critical Ping An Life Insurance Company of China Ltd
Priority to CN202010134532.XA priority Critical patent/CN111427770B/en
Publication of CN111427770A publication Critical patent/CN111427770A/en
Application granted granted Critical
Publication of CN111427770B publication Critical patent/CN111427770B/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/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

Abstract

The embodiment of the invention is suitable for the field of APP function test, and discloses a resource test method and related equipment, wherein the method comprises the following steps: the testing platform sends the module updating resource to the resource management equipment, and the resource management equipment returns a first path for storing the module updating resource; when receiving an update resource acquisition request, the test platform sends a first path to the test terminal, and the test terminal updates resources according to the first path acquisition module; the method comprises the steps that a testing platform obtains an original resource operation instruction, and the original resource operation instruction is used for obtaining a first operation result; generating an updated resource operation instruction by the test platform according to the original resource operation instruction; the test platform sends the updated resource operation instruction to the test terminal, and the test terminal generates a second operation result according to the updated resource operation instruction; and the test platform generates a test result of the module updating resource according to the first operation result and the second operation result. The invention can realize the test of the module update resource.

Description

Resource testing method and related equipment
Technical Field
The present disclosure relates to the field of automated testing, and in particular, to a resource testing method and related devices.
Background
With the development of the internet and terminal technology, various terminal APP (Application) layers are endless, and the requirements of various aspects of life and work of users are met. APP suppliers are usually subjected to bug repair, function replenishment and the like after APP release in order to make the work of the APP more perfect. In order to meet the rhythm of quick iteration of the APP, the APP is generally updated in a thermal update mode, for example, when a certain functional module in a certain application has a bug, an APP provider only repairs codes of the functional module, and when the user can start the APP, the modified codes of the functional module are immediately sent to the APP to complete thermal update of the APP. However, the APP provider needs to test the modified code before sending it to the user, and can issue the modified code to the user after the test result meets the expectations.
Disclosure of Invention
The application provides a resource testing method and related equipment, and the method and the device can be used for testing the update resources of the module.
The first aspect of the embodiment of the invention provides a resource testing method, which comprises the following steps:
the method comprises the steps that a test platform sends module updating resources of a first application to resource management equipment so that the resource management equipment stores the module updating resources, and a first path for storing the module updating resources is returned to the test platform;
The test platform sends the first path to the test terminal under the condition that an update resource acquisition request of the test terminal for the first application is received, so that the test terminal acquires the module update resource from the resource management device according to the first path, the module update resource and a module original resource are stored in the test terminal together, and the module original resource is an original resource corresponding to the module update resource;
the test platform analyzes an application code of the first application, and acquires an original resource operation instruction corresponding to the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is used by the test terminal for operating the original resource of the module to acquire a first operation result;
the test platform replaces the resource identifier of the original resource of the module in the original resource operation instruction with the resource identifier of the updated resource of the module to obtain the updated resource operation instruction;
the test platform sends the updated resource running instruction to the test terminal so that the test terminal runs the module updated resource according to the updated resource running instruction and generates a second running result of the module updated resource;
The test platform obtains the first operation result and the second operation result, and generates a test result of the module updating resource according to the first operation result and the second operation result.
With reference to the first aspect of the embodiment of the present invention, in a first possible implementation manner, the update resource acquisition request sent by the test terminal further carries a terminal identifier of the test terminal and an application version identifier, where the application version identifier is a version identifier of a first application installed in the test terminal;
before the first path is sent to the test terminal, the method further includes:
the test platform judges whether the application version identifier is smaller than an updated version identifier, wherein the updated version identifier is a version identifier corresponding to the first application after the module updated resource is generated, which is preset by a user;
the test platform judges whether the terminal identifier of the test terminal is in a preset authority open terminal identifier list or not;
and under the condition that the judging results are all yes, the test platform executes the step of sending the first path to the test terminal.
With reference to the first aspect of the embodiment of the present invention, in a second possible implementation manner, the sending, by the test platform, the update resource operation instruction to the test terminal, so that the test terminal operates the module update resource according to the update resource operation instruction, and generating a second operation result of the module update resource includes:
The test platform generates a two-dimensional code identifier containing the updated resource operation instruction;
and the test platform sends the two-dimensional code identifier to the test terminal so that the test terminal scans the two-dimensional code identifier, extracts the updated resource operation instruction in the two-dimensional code identifier, and operates the module updated resource according to the updated resource operation instruction to obtain the second operation result.
With reference to the first aspect of the embodiment of the present invention, in a third possible implementation manner, the sending, by the test platform, the update resource operation instruction to the test terminal, so that the test terminal operates the module update resource according to the update resource operation instruction, and generating a second operation result of the module update resource includes:
the test platform determines a click command aiming at a designated button in a designated URL page as a trigger condition of the updated resource operation command;
the test platform sends the URL information of the appointed URL page to the test terminal so that the test terminal opens the appointed URL page according to the received URL information; and when the test terminal receives a click command aiming at the specified button, the module updating resource is operated according to the updating resource operation command.
The second aspect of the embodiment of the invention provides another resource testing method, which comprises the following steps:
the method comprises the steps that a test terminal sends an updated resource acquisition request aiming at a first application to a test platform, so that the test platform sends a first path to the test terminal, wherein the first path is a storage path of a module updated resource in resource management equipment;
the test terminal acquires the module updating resource from the resource management equipment according to the first path, and stores the module updating resource and a module original resource in the test terminal together, wherein the module original resource is an original resource corresponding to the module updating resource;
the test terminal acquires a trigger instruction aiming at an original resource operation instruction, operates the module original resource and generates a second operation result of the module original resource, wherein the original resource operation instruction comprises a resource identifier of the module original resource, and the original resource operation instruction is an instruction for indicating the module original resource to operate;
the test terminal obtains an updated resource operation instruction corresponding to the module updated resource, operates the module updated resource according to the updated resource operation instruction, and generates a second operation result of the module updated resource; the updated resource operation instruction is obtained by replacing the resource identifier of the module original resource in the original resource operation instruction with the resource identifier of the module updated resource by the test platform;
And the test terminal sends the first operation result and the second operation result to the test platform, and the first operation result and the second operation result are used by the test platform to generate a test result of the module updating resource.
With reference to the second aspect, in a first possible implementation manner, the test terminal obtains an update resource running instruction corresponding to a module update resource, runs the module update resource according to the update resource running instruction, and generating a second running result of the module update resource includes:
the test terminal obtains a two-dimensional code identifier generated by the test platform aiming at the module updating resource;
and the test terminal identifies the two-dimensional code identifier, extracts the updated resource operation instruction contained in the two-dimensional code identifier, and operates the module updated resource according to the updated resource operation instruction to obtain the second operation result.
A third aspect of an embodiment of the present invention provides a test platform, including:
the resource sending module is used for sending the module updating resource of the first application to the resource management equipment so that the resource management equipment stores the module updating resource and returns a first path for storing the module updating resource to the test platform;
The path transmission module is used for transmitting the first path to the test terminal under the condition that an update resource acquisition request of the test terminal for the first application is received, so that the test terminal acquires the module update resource from the resource management equipment according to the first path, and the module update resource and a module original resource are stored in the test terminal together, wherein the module original resource is an original resource corresponding to the module update resource;
the code analysis module is used for analyzing the application code of the first application, acquiring an original resource operation instruction corresponding to the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is used for operating the original resource of the module by the test terminal to acquire a first operation result;
the instruction generation module is used for replacing the resource identifier of the original resource of the module in the original resource operation instruction with the resource identifier of the module updating resource to obtain the updating resource operation instruction;
the instruction sending module is used for sending the updated resource running instruction to the test terminal so that the test terminal runs the module updated resource according to the updated resource running instruction and generates a second running result of the module updated resource;
The test result generation module is used for acquiring the first operation result and the second operation result, and generating a test result of the module updating resource according to the first operation result and the second operation result.
A fourth aspect of an embodiment of the present invention provides a test terminal, including:
the path acquisition module is used for sending an update resource acquisition request aiming at a first application to the test platform so as to enable the test platform to return to a first path, wherein the first path is a storage path of the module update resource in the resource management equipment;
the resource acquisition module is used for acquiring the module updating resource from the resource management equipment according to the first path, and storing the module updating resource and a module original resource in the test terminal together, wherein the module original resource is an original resource corresponding to the module updating resource;
the resource operation module is used for acquiring a trigger instruction aiming at an original resource operation instruction, operating the original resource of the module and generating a second operation result of the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is an instruction for indicating the operation of the original resource of the module;
The resource operation module is further used for acquiring an updated resource operation instruction corresponding to the updated resource of the module, operating the updated resource of the module according to the updated resource operation instruction, and generating a second operation result of the updated resource of the module; the updated resource operation instruction is obtained by replacing the resource identifier of the module original resource in the original resource operation instruction with the resource identifier of the module updated resource by the test platform;
the result sending module is used for sending the first operation result and the second operation result to the test platform, and the first operation result and the second operation result are used by the test platform for generating a test result of the module update resource.
A fifth aspect of an embodiment of the present invention provides a resource testing device, including: a processor and a memory;
the processor is connected to a memory, wherein the memory is configured to store program code, and the processor is configured to invoke the program code to perform the method according to any of the above aspects of the embodiments of the present invention.
A sixth aspect of the embodiments of the present invention provides a computer storage medium storing a computer program which, when executed by a processor, causes the processor to perform the method of any of the above aspects.
In the embodiment of the invention, a test platform sends a module update resource of a first application to a resource management device, the resource management device stores the module update resource, returns a first path of the storage module update resource to the test platform, after receiving an update resource acquisition request of a test terminal for the first application, sends the first path to the test terminal, so that the test terminal acquires the module update resource from the resource management device according to the first path, stores the module update resource and a module original resource in the test terminal together, analyzes an application code of the first application, acquires an original resource operation instruction corresponding to the module original resource, replaces a resource identifier of the module original resource in the original resource operation instruction with a resource identifier of the module update resource, acquires an update resource operation instruction, and then sends the update resource operation instruction to the test terminal. And generating an update resource operation instruction for updating the resource by the test terminal operation module through the test platform, so that the test terminal operation module updates the resource, and the test of the module update resource is realized.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic diagram of a network architecture according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of system interaction of a resource testing method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a test platform according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a test terminal according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a resource testing device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic diagram of a network architecture provided by an embodiment of the present invention, where as shown in the figure, the network architecture includes a test platform 001, a resource management device 002 and a test terminal cluster 003, where the test platform 001 may be an interaction platform for testing a module update resource of a first application by a tester; the resource management device 002 may be a device for storing a resource issued by a tester, and may store a module update resource, or store a module original resource corresponding to the module update resource; test terminal cluster 003 may comprise at least one test terminal, three of which comprising test terminal 031, test terminal 032 and test terminal 033 are exemplarily depicted in fig. 1. The test terminal is a terminal held by a tester and does not comprise a terminal held by a common user of the first application. The test platform 001, the resource management device 002 and the test terminal cluster 003 may establish a network connection with each other.
Next, a resource testing method provided by the embodiment of the present invention is described, where the resource testing method provided by the embodiment of the present invention may be implemented based on the network architecture shown in fig. 1, referring to fig. 2, fig. 2 is a schematic diagram of system interaction of the resource testing method provided by the embodiment of the present invention, and as shown in the figure, the method may include the following steps:
S201, the test platform sends module update resources of the first application to the resource management device.
The first application may be an Application (APP) based on a terminal such as a mobile phone, a tablet computer, a personal computer, an intelligent wearable device, and the like. The module update resource of the first application may be a code resource updated for a first module in the first application, the first module may be a functional module, a presentation interface module, etc. For example, when the first application is a WeChat application, the module update resource may be a code resource corresponding to a friend circle function module, a code resource corresponding to a WeChat payment function module, or a code resource corresponding to a WeChat initiation display interface module.
The module update resource of the first application can be written and packaged by a developer of the first application, or can be automatically generated through compiling packaging software such as Jenkins. In one implementation manner, the module update resource may be a bundle file written by an RN (real Native, an open source cross-platform mobile application development framework) code, and may operate with an application framework written by a Native code as a host, so that when a certain module in the first application has an update, the bundle file (module update resource) corresponding to the module may be directly operated to complete the update, and when a certain module is updated, the need to recompile the Native code updated by the module and construct a framework of the whole updated first application is eliminated, as in the Native code, and the RN may improve the update efficiency of the first application.
After the tester of the first application obtains the module updating resource of the first application, the tester of the first application can send the module updating resource of the first application to the resource management device. Optionally, before the module update resource is sent to the resource management device, a tester of the first application may further run a test data packet of the first application on the test platform, and perform a test in a test environment for the module update resource based on different test cases written. The test data package may be written in native code and may include a code backdoor for retrieving test parameters for the module update resource. When testing is performed, the module updates resources to run with the test data packet as a host environment, and the host environment creates a set of public object systems which are open to all scripts and also provides a public interface for loading different scripting language engines. In the testing process, the module updating resource can be stored under the test sub-directory corresponding to the first module under the frame code of the first application, so that the test data packet runs the frame code under different test cases, and the module updating resource under the test sub-directory is called to run, so that the running result of the module updating resource under each test case is generated. Judging whether the test of the module updating resource in the test environment is passed or not according to the running result of the module updating resource under each test case, and sending the module updating resource to the resource management equipment through the test platform under the condition of determining the pass.
S202, the resource management device stores the module updating resource and returns a first path for storing the module updating resource to the test platform.
The resource management device may store other updated resources of the first application in advance before the module updated resources of the first application are sent to the resource management device, and the resource management device may store the module updated resources and the other updated resources in different subdirectories under the catalog corresponding to the first application. When the sub-directory corresponding to the module update resource is named, the name of the module update resource can be obtained, and the sub-directory corresponding to the module update resource is named according to the name of the module update resource. For example, the directory corresponding to the Weixin application in the resource management device is "weixin", the subdirectories corresponding to other updated resources under the "weixin" directory are "pengyouquan1", "pengyouquan2" and "yaoyiyao1", and if the name of the module updated resource is "pengyouquan", the subdirectory corresponding to the module updated resource may be named as "pengyouquan3". Further, the first path returned by the resource management device to the test platform may be a storage directory of module update resources, for example, the first path may be data\weixin\pengyouquan3.
S203, the test platform sends the first path to the test terminal under the condition that the test terminal receives an update resource acquisition request aiming at the first application.
Here, after receiving the first path sent by the resource management device, the test platform stores the first path, monitors whether an update resource acquisition request sent by the test terminal for the first application is received, and sends the first path to the test terminal under the condition that the reception is determined.
Optionally, the update resource obtaining request may include a terminal identifier of the test terminal, where the test platform determines whether the terminal identifier of the test terminal is in a preset permission opening terminal identifier list, and if so, sends the first path to the test terminal. Here, only the terminal identifier of at least one test terminal of the tester can be added into the permission open terminal identifier list in advance, and only the tester is allowed to acquire the first path, so that the test is performed according to the first path acquisition module update resource, but the terminal of the ordinary user is not allowed to acquire the first path, so that the terminal of the ordinary user cannot acquire the module update resource, and further, the vulnerability is prevented from being presented to the ordinary user under the condition that the module update resource possibly has the vulnerability, and the experience of the ordinary user for the first application is reduced.
Optionally, the update resource request may include an application version identifier, where the application version identifier is a version identifier of a first application installed in the test terminal, and the test platform determines whether the application version identifier is smaller than an update version identifier, where the update version identifier is a version identifier preset by a user and corresponding to the first application after the module update resource is generated, and if the update version identifier is smaller than the version identifier, returns the first path to the test terminal. Here, the module update resource may carry an update version identifier of the first application preset by the user, and after the test terminal obtains the module update resource, the version identifier of the first application installed by the test terminal may be updated to the update version identifier. Through the steps, only under the condition that the version identifier of the first application in the test terminal is smaller than the update version identifier, the test terminal is allowed to acquire the module update resource, the test terminal is prevented from requesting the test platform for update for multiple times after acquiring the module update resource, and further, the test terminal acquires the module update resource according to the first path which is returned by the test platform for multiple times correspondingly, and resource waste caused in the process is avoided.
Further optionally, the update resource obtaining request may carry a terminal identifier and an application version identifier of the test terminal at the same time, and the test platform returns the first path to the test terminal only when the application version identifier is smaller than the update version identifier and the terminal identifier of the test terminal is stored in a preset permission opening terminal identifier list.
S204, the test terminal obtains the module updating resources from the resource management device according to the first path, and stores the module updating resources and the module original resources in the test terminal together.
Here, if the test terminal has the authority to access the storage medium of the resource management device (the storage medium stores the module update resource), the test terminal may directly acquire the module update resource from the storage medium of the resource management device according to the first path. If the test terminal does not have the authority to access the storage medium of the resource management device, the test terminal can send a resource acquisition request carrying a first path to the resource management device, and the resource management device further acquires a module to update the resource according to the first path carried in the resource acquisition request and returns the resource to the test terminal.
The module original resource is an original resource corresponding to the module updating resource. For example, the first application is a WeChat application, the module update resource is a new version resource of a friend circle function module update acquired by a tester from a developer, and the module original resource is a resource of an old version of the friend circle function module in the first application installed in the test terminal. After the test terminal obtains the module updating resource, the module updating resource and the module original resource can be stored in the test terminal together in a parallel resource sub-directory storage mode. When the first application is a WeChat application, for example, when the test terminal runs a code frame of the WeChat application, the running of the bundle files of all the subdirectories under the A directory is called, for example, before the resources are updated by the non-stored module, three resource subdirectories are shared under the A directory, the names of the resource subdirectories are respectively 1, 2 and 3, and the bundle files with the bundle ID of 1, the bundle ID of 2 and the bundle ID of 3 are respectively stored correspondingly, and the three bundle files respectively correspond to a friend circle function, a shake function and a WeChat payment function of the friend circle application. If the module updates the resource as a bundle file with a bundle ID of 5, a resource subdirectory with a name of 5 can be established under the A directory, and the bundle file with the bundle ID of 5 is stored.
S205, the test platform analyzes the application code of the first application and obtains an original resource operation instruction corresponding to the original resource of the module.
The original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is used by the test terminal for operating the original resource of the module to obtain a first operation result. Here, the application code in the production data packet of the first application may be parsed, first, the location of the resource identifier of the module original resource in the application code is determined, and then, according to the location, the original resource operation instruction corresponding to the module original resource is obtained. Here, the resource identifier of the module update resource may be a name of the module update resource, a storage directory of the module update resource in the test terminal, or a resource code corresponding to the module update resource, etc. For example, the module original resource is a resource named abc.iyu, and the production packet of the first application contains onclick=button click (); and acquiring codes of the uigo ("abc. Iyu") as an original resource running instruction corresponding to the original resource of the module.
And the test terminal runs the module original resources according to the original resource running instruction when the triggering condition instruction of the original resource running instruction is triggered, so as to obtain a first running result. For example, in onclick=button click (); in the code of the logo ("abc. Iyu"), the logo ("abc. Iyu") is an original resource execution instruction, and onclick=button click () is a trigger condition instruction of the original resource execution instruction, that is, when there is a click button event, the original resource execution instruction is executed. The step of the test terminal to obtain the first operation result by operating the module original resource according to the original resource operation instruction may be performed at any time other than step S208 before step S209, which is not limited in detail.
S206, the test platform replaces the resource identifier of the original resource of the module in the original resource operation instruction with the resource identifier of the updated resource of the module to obtain the updated resource operation instruction.
The original resource running instruction includes, in addition to the resource identifier of the original resource of the module, a running instruction for the resource, for example, when the original resource running instruction is a logo ("abc. Iyu"), the logo (") is a running instruction for the resource. The test platform replaces the resource identifier of the original resource in the original resource operation instruction with the resource identifier of the module updating resource, and the resource identifier of the module updating resource and the operation instruction of the resource together form the updated resource operation instruction. For example, if the name of the module update resource is efg.iyu, the original resource execution instruction is uigo ("abc.iyu"), then the update resource execution instruction is uigo ("efg.iyu").
S207, the test platform sends the updated resource running instruction to the test terminal.
After the test platform generates the updated resource operation instruction, setting a triggering condition of the updated resource operation instruction, further sending the updated resource operation instruction to the test terminal, and executing the updated resource operation instruction when the test terminal detects the triggering condition to operate the module updated resource. In a specific implementation, the test platform can be realized by a two-dimensional code mode or a URL page.
In one implementation, the test platform generates a two-dimensional code identifier containing an updated resource operation instruction, and the test terminal identifies the two-dimensional code identifier, extracts the updated resource operation instruction, and sets a trigger condition of the updated resource operation instruction. The test platform sends the two-dimensional code identification to the test terminal, the test terminal identifies the two-dimensional code identification, and when the update resource operation instruction contained in the two-dimensional code identification is obtained, the trigger condition is confirmed to be met, and the step S208 is executed. In another implementation, the test platform determines a click command of a specified button in the specified URL page as a trigger condition for updating the resource running command. The test platform sends the URL information of the appointed URL interface to the test terminal, the test terminal opens the appointed URL page according to the received URL information, detects whether a clicking instruction aiming at the appointed button is received, when the clicking instruction aiming at the appointed button is received, the trigger condition is confirmed to be met, and step S208 is executed, wherein the clicking instruction aiming at the appointed button, which is received by the test terminal, can be an instruction of manual touch input by a tester or an instruction of pulse signal analog input of the clicking button, which is sent to the test terminal by an automatic test tool.
And S208, the test terminal operates the module updating resource according to the updating resource operation instruction, and generates a second operation result of the module updating resource.
Here, the second operation result is generated by updating the resource by the operation module, for example, if the first module corresponding to the module updating resource is a WeChat starting display interface module, the second operation result may be an interface when the WeChat is started, and if the first module corresponding to the module updating resource is a WeChat payment function module, the second operation result may be a payment result of WeChat payment.
S209, the test platform obtains the first operation result and the second operation result, and generates a test result of the module update resource according to the first operation result and the second operation result.
Here, after the first operation result and the second operation result are generated, the test terminal may send the first operation result and the second operation result to the test platform, for example, the first operation result and the second operation result are operation results corresponding to the WeChat starting display interface module before and after updating, and may send the interface screenshot when the WeChat is started to the test platform after the original module resource and the updated module resource are respectively operated. For another example, the first operation result and the second operation result are operation results corresponding to the WeChat payment function module, and after the original resource of the module and the updated resource of the module are operated, the test terminal sends the account balances of the payment account and the collection account to the test platform after the same payment account pays the same payment amount to the same collection user based on the balance of the same payment account.
The first operation result is an operation result obtained by the test terminal based on the original resources of the module of the old version before updating, the second operation result is an operation result obtained by the test terminal based on the updated resources of the module of the new version, the first operation result is taken as a comparison reference object of the second operation result, and the test result of the updated resources of the module is judged to be passing or failing by the test by combining with the expected update information of the updated resources of the module. The module updating resource is triggered to operate through the generated updating resource operation instruction, the normal operation of the original resource of the module is not affected, and the test result of the module updating resource is obtained through the comparison of the module updating resource and the original resource.
For example, if the first module corresponding to the module update resource is a WeChat starting display interface module, the expected update information of the module update resource is to add a specified banner at a first preset position of a WeChat starting interface, it can be judged whether the specified banner is added at the first preset position of an interface screenshot corresponding to the first operation result or not, if yes, the test result of the module update resource is that the test is passed, and if not, the test result of the module update resource is that the test is not passed.
For another example, if the first module corresponding to the module updating resource is a WeChat payment function module, and the expected information of updating the module updating resource is a commission fee of a first preset proportion of the amount to be paid, which is required to be paid by the payment account to the third party account in the WeChat payment process, the first payment amount of the payment account can be determined according to the account balance of the payment account and the collection account contained in the first operation result, and whether the first payment amount is multiplied by the first preset proportion or not is judged to be equal to the amount increment of the third party account after the second operation result is generated; if so, further determining a second payment amount of the payment account and a second collection amount of the collection account according to account balances of the payment account and the collection account contained in the second operation result, judging whether the sum of the amount increment of the third party account and the second collection amount is equal to the second payment amount, if so, updating the test result of the resource by the module to be test passing, otherwise, updating the test result of the resource by the module to be test failing.
In the embodiment of the invention, a test platform sends a module update resource of a first application to a resource management device, the resource management device stores the module update resource, returns a first path of the storage module update resource to the test platform, after receiving an update resource acquisition request of a test terminal for the first application, sends the first path to the test terminal, so that the test terminal acquires the module update resource from the resource management device according to the first path, stores the module update resource and a module original resource in the test terminal together, analyzes an application code of the first application, acquires an original resource operation instruction corresponding to the module original resource, replaces a resource identifier of the module original resource in the original resource operation instruction with a resource identifier of the module update resource, acquires an update resource operation instruction, and then sends the update resource operation instruction to the test terminal. And generating an update resource operation instruction for updating the resource by the test terminal operation module through the test platform, so that the test terminal operation module updates the resource, and the test of the module update resource is realized.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a test platform according to an embodiment of the present invention, as shown in the drawing, the test platform 30 may include:
a resource sending module 301, configured to send a module update resource of a first application to a resource management device, so that the resource management device stores the module update resource, and return a first path storing the module update resource to the test platform;
the path transmission module 302 is configured to send, when receiving an update resource acquisition request of a test terminal for the first application, the first path to the test terminal, so that the test terminal acquires the module update resource from the resource management device according to the first path, and store the module update resource and a module original resource together in the test terminal, where the module original resource is an original resource corresponding to the module update resource;
the code analysis module 303 is configured to analyze an application code of the first application, obtain an original resource operation instruction corresponding to the original resource of the module, where the original resource operation instruction includes a resource identifier of the original resource of the module, and the original resource operation instruction is used by the test terminal to operate the original resource of the module, so as to obtain a first operation result;
The instruction generating module 304 is configured to replace a resource identifier of the module original resource in the original resource running instruction with a resource identifier of the module updated resource, so as to obtain the updated resource running instruction;
the instruction sending module 305 is configured to send the update resource operation instruction to the test terminal, so that the test terminal operates the module update resource according to the update resource operation instruction, and generates a second operation result of the module update resource;
and the test result generating module 306 is configured to obtain the first operation result and the second operation result, and generate a test result of the module update resource according to the first operation result and the second operation result.
In a specific implementation, the test platform may execute, through each functional module built in the test platform, each step executed by the test platform in the resource test method of fig. 2, and details of implementation may refer to details of implementation of each step in the embodiment corresponding to fig. 2, which are not described herein again.
In the embodiment of the invention, a resource sending module sends a module updating resource of a first application to a resource management device, a resource management device stores the module updating resource, and returns a first path of the storage module updating resource, a path transmission module sends the first path to a test terminal after receiving an updating resource acquisition request of the test terminal for the first application, the test terminal acquires the module updating resource from the resource management device according to the first path, and stores the module updating resource and a module original resource in the test terminal together, a code analyzing module analyzes an application code of the first application, acquires an original resource operation instruction corresponding to the module original resource, an instruction generating module replaces a resource identifier of the module original resource in the original resource operation instruction with a resource identifier of the module updating resource to obtain an updating resource operation instruction, the instruction sending module sends the updating resource operation instruction to the test terminal, the test terminal generates a second operation result of the module updating resource according to the updating resource operation instruction, and the test result generating module acquires the first operation result and the second operation result generated by the test terminal according to the original resource operation instruction, and the test result of the updating resource of the second operation result generating module. And the test terminal operation module updates the resources by generating an update resource operation instruction for updating the resources by the test terminal operation module, so that the test of the module update resources is realized.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a test terminal according to an embodiment of the present invention, as shown in the drawing, the test terminal 40 includes:
a path acquisition module 401, configured to send an update resource acquisition request for a first application to a test platform, so that the test platform returns a first path, where the first path is a storage path of the module update resource in a resource management device;
a resource obtaining module 402, configured to obtain the module update resource from the resource management device according to the first path, and store the module update resource and a module original resource together in the test terminal, where the module original resource is an original resource corresponding to the module update resource;
a resource operation module 403, configured to obtain a trigger instruction for an original resource operation instruction, operate the module original resource, and generate a second operation result of the module original resource, where the original resource operation instruction includes a resource identifier of the module original resource, and the original resource operation instruction is an instruction indicating that the module original resource is operated;
the resource operation module 403 is further configured to obtain an update resource operation instruction corresponding to the module update resource, operate the module update resource according to the update resource operation instruction, and generate a second operation result of the module update resource; the updated resource operation instruction is obtained by replacing the resource identifier of the module original resource in the original resource operation instruction with the resource identifier of the module updated resource by the test platform;
And the result sending module 404 is configured to send the first operation result and the second operation result to the test platform, where the first operation result and the second operation result are used by the test platform to generate a test result of the module update resource.
In a specific implementation, the test terminal 40 may execute, through each functional module built in the test terminal, each step executed by the test terminal in the resource test method of fig. 2, and details of implementation of each step in the corresponding embodiment of fig. 2 may be referred to, which will not be described herein.
In the embodiment of the invention, a test platform sends a module update resource of a first application to a resource management device, the resource management device stores the module update resource, and returns a first path of the storage module update resource to the test platform, after receiving an update resource acquisition request of a path acquisition module for the first application, the test platform sends the first path to the path acquisition module, the resource acquisition module acquires the module update resource from the resource management device according to the first path, and stores the module update resource and the module original resource together in a test terminal, the resource operation module acquires a trigger instruction for the original resource operation instruction, operates the module original resource, generates a second operation result of the module original resource, analyzes an application code of the first application, acquires an original resource operation instruction corresponding to the module original resource, replaces a resource identifier of the module original resource in the original resource operation instruction with a resource identifier of the module update resource, acquires the update resource operation instruction, and further acquires the update resource operation instruction, generates a second operation result of the module update resource according to the update resource operation instruction, and generates the first operation result and the second operation result according to the first operation result and the second operation result. And generating an update resource operation instruction for updating the resource by the test terminal operation module through the test platform, so that the resource operation module operates the module update resource, and the test of the module update resource is realized.
Referring to fig. 5, fig. 5 is a schematic structural diagram of a resource testing device provided in an embodiment of the present invention, as shown in fig. 5, the resource testing device 50 may be applied to the testing terminal or the testing platform in the corresponding embodiment of fig. 1, and the resource testing device 50 may include: at least one processor 501, such as a CPU, at least one network interface 504, a user interface 503, a memory 505, at least one communication bus 502. Wherein a communication bus 502 is used to enable connected communications between these components. The user interface 503 may include a Display screen (Display) and a Keyboard (Keyboard), and the optional user interface 503 may further include a standard wired interface and a standard wireless interface. The network interface 504 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 505 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 505 may also optionally be at least one storage device located remotely from the aforementioned processor 501. As shown in fig. 5, an operating system, a network communication module, a user interface module, and a device control application program may be included in the memory 505, which is one type of computer storage medium.
In one implementation, in the resource testing device 50 shown in fig. 5, the network interface 504 is mainly used to connect to a testing terminal; while the user interface 503 is primarily an interface for providing input to a user; and the processor 501 may be configured to invoke a device control application stored in the memory 505 to implement:
the method comprises the steps that module updating resources of a first application are sent to resource management equipment, so that the resource management equipment stores the module updating resources, and a first path for storing the module updating resources is returned to the test platform;
under the condition that an update resource acquisition request of a test terminal for the first application is received, the first path is sent to the test terminal, so that the test terminal acquires the module update resource from the resource management device according to the first path, the module update resource and a module original resource are stored in the test terminal together, and the module original resource is an original resource corresponding to the module update resource;
analyzing an application code of the first application, and acquiring an original resource operation instruction corresponding to the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is used by the test terminal for operating the original resource of the module to acquire a first operation result;
Replacing the resource identifier of the original resource of the module in the original resource operation instruction with the resource identifier of the updated resource of the module to obtain the updated resource operation instruction;
the updated resource operation instruction is sent to the test terminal, so that the test terminal operates the module updated resource according to the updated resource operation instruction, and a second operation result of the module updated resource is generated;
and acquiring the first operation result and the second operation result, and generating a test result of the module updating resource according to the first operation result and the second operation result.
In another implementation, in the resource testing device 50 shown in fig. 5, the network interface 504 is mainly used to connect to a testing platform; while the user interface 503 is primarily an interface for providing input to a user; and the processor 501 may be configured to invoke a device control application stored in the memory 505 to implement:
sending an updated resource acquisition request aiming at a first application to a test platform so that the test platform sends a first path to the test terminal, wherein the first path is a storage path of the module updated resource in resource management equipment;
Acquiring the module updating resource from the resource management equipment according to the first path, and jointly storing the module updating resource and a module original resource in the test terminal, wherein the module original resource is an original resource corresponding to the module updating resource;
acquiring a trigger instruction aiming at an original resource operation instruction, operating the original resource of the module, and generating a second operation result of the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is an instruction for indicating the operation of the original resource of the module;
acquiring an updated resource operation instruction corresponding to the module updated resource, and operating the module updated resource according to the updated resource operation instruction to generate a second operation result of the module updated resource; the updated resource operation instruction is obtained by replacing the resource identifier of the module original resource in the original resource operation instruction with the resource identifier of the module updated resource by the test platform;
and sending the first operation result and the second operation result to the test platform, wherein the first operation result and the second operation result are used by the test platform to generate a test result of the module updating resource.
It should be understood that the resource testing device 50 described in the embodiment of the present invention may perform the description of the resource testing method in the embodiment corresponding to fig. 2, or may perform the description of the test platform 30 in the embodiment corresponding to fig. 3, or perform the description of the test terminal 40 in the embodiment corresponding to fig. 4, which are not repeated herein. In addition, the description of the beneficial effects of the same method is omitted.
Furthermore, it should be noted here that: the embodiment of the present invention further provides a computer storage medium, in which a computer program executed by the resource testing device 30 mentioned above is stored, and the computer program includes program instructions, when executed by the processor, can execute the description of the resource testing method in the embodiment corresponding to fig. 2, and therefore, a detailed description will not be given here. In addition, the description of the beneficial effects of the same method is omitted. For technical details not disclosed in the embodiments of the computer storage medium according to the present invention, please refer to the description of the method embodiments of the present invention.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), or the like.
The foregoing disclosure is illustrative of the present invention and is not to be construed as limiting the scope of the invention, which is defined by the appended claims.

Claims (7)

1. A method for testing resources, comprising:
the method comprises the steps that a test platform sends module updating resources of a first application to resource management equipment so that the resource management equipment stores the module updating resources, and a first path for storing the module updating resources is returned to the test platform;
the test platform receives an update resource acquisition request of a test terminal for the first application, wherein the update resource acquisition request carries a terminal identifier of the test terminal and an application version identifier, and the application version identifier is a version identifier of the first application installed in the test terminal;
The test platform judges whether the application version identifier is smaller than an updated version identifier, wherein the updated version identifier is a version identifier corresponding to the first application after the module updated resource is generated, which is preset by a user;
the test platform judges whether the terminal identifier of the test terminal is in a preset authority open terminal identifier list or not;
the test platform sends the first path to the test terminal under the condition that the judgment results are yes, so that the test terminal obtains the module updating resources from the resource management equipment according to the first path, and stores the module updating resources and module original resources in the test terminal together, wherein the module original resources are original resources corresponding to the module updating resources;
the test platform analyzes an application code of the first application, and acquires an original resource operation instruction corresponding to the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is used by the test terminal for operating the original resource of the module to acquire a first operation result;
the test platform replaces the resource identifier of the original resource of the module in the original resource operation instruction with the resource identifier of the module updating resource to obtain an updating resource operation instruction;
The test platform generates a two-dimensional code identifier containing the updated resource operation instruction;
the test platform sends the two-dimensional code identifier to the test terminal so that the test terminal scans the two-dimensional code identifier, extracts the updated resource operation instruction in the two-dimensional code identifier, operates the module updated resource according to the updated resource operation instruction, and generates a second operation result of the module updated resource;
the test platform obtains the first operation result and the second operation result, and generates a test result of the module updating resource according to the first operation result and the second operation result.
2. The method of claim 1, wherein the test platform sending the update resource execution instruction to the test terminal to cause the test terminal to execute the module update resource according to the update resource execution instruction, and generating the second execution result of the module update resource comprises:
the test platform determines a click command aiming at a designated button in a designated URL page as a trigger condition of the updated resource operation command;
the test platform sends the URL information of the appointed URL page to the test terminal so that the test terminal opens the appointed URL page according to the received URL information; and when the test terminal receives a click command aiming at the specified button, the module updating resource is operated according to the updating resource operation command.
3. A method for testing resources, comprising:
the method comprises the steps that a test terminal sends an update resource acquisition request for a module update resource of a first application to a test platform, wherein the update resource acquisition request carries a terminal identifier and an application version identifier of the test terminal, the application version identifier is a version identifier of the first application installed in the test terminal, the test platform is used for judging whether the application version identifier is smaller than the update version identifier, and the update version identifier is a version identifier corresponding to the first application after the module update resource is generated, which is preset by a user; the terminal identification of the test terminal is used by the test platform to judge whether the terminal identification of the test terminal is in a preset authority open terminal identification list or not;
if the judging results of the test platform are yes, the test terminal receives a first path sent by the test platform, wherein the first path is a storage path of the module update resource in the resource management equipment;
the test terminal acquires the module updating resource from the resource management equipment according to the first path, and stores the module updating resource and a module original resource in the test terminal together, wherein the module original resource is an original resource corresponding to the module updating resource;
The test terminal acquires a trigger instruction aiming at an original resource operation instruction, operates the module original resource and generates a second operation result of the module original resource, wherein the original resource operation instruction comprises a resource identifier of the module original resource, and the original resource operation instruction is an instruction for indicating the module original resource to operate;
the test terminal acquires a two-dimensional code identifier which is sent by the test platform and is generated aiming at the module updating resource, extracts an updating resource operation instruction corresponding to the module updating resource contained in the two-dimensional code identifier by scanning the two-dimensional code identifier, operates the module updating resource according to the updating resource operation instruction, and generates a second operation result of the module updating resource; the updated resource operation instruction is obtained by replacing the resource identifier of the module original resource in the original resource operation instruction with the resource identifier of the module updated resource by the test platform;
and the test terminal sends the second operation result to the test platform, and the second operation result is used by the test platform to generate a test result of the module updating resource.
4. A test platform, comprising:
the resource sending module is used for sending the module updating resource of the first application to the resource management equipment so that the resource management equipment stores the module updating resource and returns a first path for storing the module updating resource to the test platform;
the path transmission module receives an update resource acquisition request of a test terminal for the first application, wherein the update resource acquisition request carries a terminal identifier of the test terminal and an application version identifier, and the application version identifier is a version identifier of the first application installed in the test terminal; judging whether the application version identifier is smaller than an updated version identifier, wherein the updated version identifier is a version identifier corresponding to the first application after the module updated resource is generated, which is preset by a user; judging whether the terminal identifier of the test terminal is in a preset authority open terminal identifier list or not; if the judgment results are yes, the first path is sent to the test terminal, so that the test terminal obtains the module updating resources from the resource management equipment according to the first path, the module updating resources and module original resources are stored in the test terminal together, and the module original resources are original resources corresponding to the module updating resources;
The code analysis module is used for analyzing the application code of the first application, acquiring an original resource operation instruction corresponding to the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is used for operating the original resource of the module by the test terminal to acquire a first operation result;
the instruction generation module is used for replacing the resource identifier of the original resource of the module in the original resource operation instruction with the resource identifier of the module updating resource to obtain an updating resource operation instruction;
the instruction sending module is used for generating a two-dimensional code identifier containing the updated resource operation instruction; the two-dimensional code identification is sent to the test terminal, so that the test terminal scans the two-dimensional code identification, the updated resource operation instruction in the two-dimensional code identification is extracted, the module updated resource is operated according to the updated resource operation instruction, and a second operation result of the module updated resource is generated;
the test result generation module is used for acquiring the first operation result and the second operation result, and generating a test result of the module updating resource according to the first operation result and the second operation result.
5. A test terminal, comprising:
the path acquisition module is used for sending an update resource acquisition request for updating a resource of a module of a first application to the test platform, wherein the update resource acquisition request carries a terminal identifier and an application version identifier of the test terminal, the application version identifier is a version identifier of the first application installed in the test terminal, the application version identifier is used by the test platform for judging whether the application version identifier is smaller than the update version identifier, and the update version identifier is a version identifier corresponding to the first application after the module update resource is generated, which is preset by a user; the terminal identification of the test terminal is used by the test platform to judge whether the terminal identification of the test terminal is in a preset authority open terminal identification list or not;
if the judging results of the test platform are yes, the path acquisition module receives a first path sent by the test platform, wherein the first path is a storage path of the module update resource in the resource management equipment;
the resource acquisition module is used for acquiring the module updating resource from the resource management equipment according to the first path, and storing the module updating resource and a module original resource in the test terminal together, wherein the module original resource is an original resource corresponding to the module updating resource;
The resource operation module is used for acquiring a trigger instruction aiming at an original resource operation instruction, operating the original resource of the module and generating a second operation result of the original resource of the module, wherein the original resource operation instruction comprises a resource identifier of the original resource of the module, and the original resource operation instruction is an instruction for indicating the operation of the original resource of the module;
the resource operation module is further configured to obtain a two-dimensional code identifier generated for the module update resource and sent by the test platform, extract an update resource operation instruction corresponding to the module update resource included in the two-dimensional code identifier by scanning the two-dimensional code identifier, and operate the module update resource according to the update resource operation instruction to generate a second operation result of the module update resource; the updated resource operation instruction is obtained by replacing the resource identifier of the module original resource in the original resource operation instruction with the resource identifier of the module updated resource by the test platform;
and the result sending module is used for sending the second operation result to the test platform, and the second operation result is used by the test platform for generating a test result of the module updating resource.
6. A resource testing apparatus, comprising: a processor and a memory;
the processor is connected to a memory, wherein the memory is adapted to store program code, the processor being adapted to invoke the program code to perform the method according to any of claims 1-2 or the method according to claim 3.
7. A computer readable storage medium, characterized in that it stores a computer program that is executed by a processor to implement the method of any one of claims 1 to 2 or the method of claim 3.
CN202010134532.XA 2020-02-29 2020-02-29 Resource testing method and related equipment Active CN111427770B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010134532.XA CN111427770B (en) 2020-02-29 2020-02-29 Resource testing method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010134532.XA CN111427770B (en) 2020-02-29 2020-02-29 Resource testing method and related equipment

Publications (2)

Publication Number Publication Date
CN111427770A CN111427770A (en) 2020-07-17
CN111427770B true CN111427770B (en) 2024-04-09

Family

ID=71547326

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010134532.XA Active CN111427770B (en) 2020-02-29 2020-02-29 Resource testing method and related equipment

Country Status (1)

Country Link
CN (1) CN111427770B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968491B (en) * 2022-06-17 2024-02-06 中国电信股份有限公司 Virtual resource testing method and device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105830037A (en) * 2013-12-18 2016-08-03 谷歌公司 Process for displaying test coverage data during code reviews
US9419884B1 (en) * 2012-12-28 2016-08-16 Emc Corporation Intelligent automated testing method for restful web services
WO2018014580A1 (en) * 2016-07-20 2018-01-25 平安科技(深圳)有限公司 Data interface test method and apparatus, and server and storage medium
CN108491331A (en) * 2018-04-13 2018-09-04 平安普惠企业管理有限公司 Method for testing software, device, equipment and computer storage media
CN108563544A (en) * 2018-03-26 2018-09-21 平安普惠企业管理有限公司 System performance testing method, apparatus, computer equipment and storage medium
CN109542763A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 Page monitoring method, device, computer equipment and storage medium
CN110262960A (en) * 2019-05-21 2019-09-20 深圳壹账通智能科技有限公司 Test environment control method, device, computer readable storage medium and server

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9419884B1 (en) * 2012-12-28 2016-08-16 Emc Corporation Intelligent automated testing method for restful web services
CN105830037A (en) * 2013-12-18 2016-08-03 谷歌公司 Process for displaying test coverage data during code reviews
WO2018014580A1 (en) * 2016-07-20 2018-01-25 平安科技(深圳)有限公司 Data interface test method and apparatus, and server and storage medium
CN108563544A (en) * 2018-03-26 2018-09-21 平安普惠企业管理有限公司 System performance testing method, apparatus, computer equipment and storage medium
CN108491331A (en) * 2018-04-13 2018-09-04 平安普惠企业管理有限公司 Method for testing software, device, equipment and computer storage media
CN109542763A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 Page monitoring method, device, computer equipment and storage medium
CN110262960A (en) * 2019-05-21 2019-09-20 深圳壹账通智能科技有限公司 Test environment control method, device, computer readable storage medium and server

Also Published As

Publication number Publication date
CN111427770A (en) 2020-07-17

Similar Documents

Publication Publication Date Title
CN109933522B (en) Test method, test system and storage medium for automatic case
CN105718289B (en) Component relation establishing method and equipment
US11389960B2 (en) Systems and methods for robotic process automation
JP5171790B2 (en) Information processing apparatus, communication system, and program
US9672032B2 (en) Mobile enabled application
CN112685035A (en) Project development method and device, computer-readable storage medium and electronic device
CN106874028A (en) Using dispositions method and device
CN113885870A (en) Application program updating method, electronic equipment, terminal equipment and system
CN115407977A (en) Information compiling method, device, equipment and computer readable storage medium
CN111142884A (en) Applet version deployment method and device, electronic equipment and storage medium
CN114036439A (en) Website building method, device, medium and electronic equipment
EP3447635A1 (en) Application architecture generation
CN114297056A (en) Automatic testing method and system
CN111427770B (en) Resource testing method and related equipment
CN108804120B (en) Page construction method, device, equipment and storage medium
US20080059949A1 (en) System and method for implementing a safe framework
CN116166907B (en) Method and device for developing Web application by using WebAsssembly and service page compiling technology
CN112559344A (en) Remote mock testing method and system
CN112835568A (en) Project construction method and device
CN112732265A (en) Data processing method and related device
CN113590179B (en) Plug-in detection method and device, electronic equipment and storage medium
CN113608996B (en) Mirror image compiling test method, system, device and readable storage medium
CN113934412A (en) Program generation method, device, equipment and storage medium
CN116974653B (en) Class loading method and system
CN117093286B (en) Plug-in generation method, device, equipment and computer readable storage medium

Legal Events

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