CN111611166B - Software testing method and system based on mobile internet - Google Patents

Software testing method and system based on mobile internet Download PDF

Info

Publication number
CN111611166B
CN111611166B CN202010438490.9A CN202010438490A CN111611166B CN 111611166 B CN111611166 B CN 111611166B CN 202010438490 A CN202010438490 A CN 202010438490A CN 111611166 B CN111611166 B CN 111611166B
Authority
CN
China
Prior art keywords
test
mobile
chain
request
mobile terminal
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
CN202010438490.9A
Other languages
Chinese (zh)
Other versions
CN111611166A (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.)
Xiamen University of Technology
Original Assignee
Xiamen University of Technology
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 Xiamen University of Technology filed Critical Xiamen University of Technology
Priority to CN202010438490.9A priority Critical patent/CN111611166B/en
Publication of CN111611166A publication Critical patent/CN111611166A/en
Application granted granted Critical
Publication of CN111611166B publication Critical patent/CN111611166B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/3664Environments for testing or debugging software
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The invention provides a software testing method based on a mobile internet, which is used for testing mobile terminal software and comprises a mobile internet testing chain construction step, a testing request adding step, a testing request analyzing step and a testing node competition step. The method broadcasts the parameters of the mobile terminal sending the test request to the existing test nodes in the mobile internet test chain for comparison, broadcasts the test purpose description to the existing test nodes in the mobile internet test chain for history record searching and matching, and takes the test nodes with inconsistent comparison results and the test nodes meeting the searching and matching conditions as the test nodes for receiving the test request. The invention also provides a corresponding computer readable storage medium, on which computer executable code program instructions are stored, for implementing the software automation testing method. The technical scheme of the invention can realize comprehensive and accurate test of the mobile terminal software.

Description

Software testing method and system based on mobile internet
Technical Field
The invention belongs to the technical field of software testing, and particularly relates to a software testing method and a software testing platform based on a mobile internet and a computer readable storage medium for realizing the method.
Background
With the rapid expansion of the application and the demand of the mobile internet, a large number of talents enter the field of the mobile internet. However, the rapid increase of the number of APP applications and other mobile internet applications inevitably brings about various problems such as unstable software quality. Although software companies have accelerated the research progress of application software testing techniques, the software testing industry, testing methods, and testing techniques, by contrast, have not progressed as fast as the development of the mobile internet in the past decade.
The purpose of software testing is to detect existing defects as soon as possible before a software system is put into use, and automation is needed to reduce cost and ensure high regression, and to ensure high-quality test results.
Software testing must be performed on the software to ensure the quality and reliability of the software. In a waterfall model of software development, software testing can also reveal errors in software, so that the software quality is ensured and improved; the importance and irreplaceability of software testing is also clearly demonstrated in other types of software engineering development models, such as spiral models, rapid prototyping and object-oriented software development models. Software testing is an important component of a software quality assurance system.
In order to restore a real software running environment, a traditional software test needs to build different network environments for different test projects, deploy corresponding hardware resources such as storage, calculation, network and the like, cost too much manpower and material resources, have a complex test operation process, and have a low test resource utilization rate. In order to improve the testing efficiency, the software functional test is shifted from a manual test to an automatic test, the automatic test can be immediately involved in the test after each version update, and the automatic test is carried out according to the requirements of a test case strictly, so that the manual errors can be reduced, the testing time is saved, and the testing accuracy is improved.
With the internet entering the era of mobile internet, APP (Application) is widely used, and people are gradually accustomed to the way of surfing the internet by using APP clients, such as WeChat APP, paibao APP, happy and safe APP, E claim APP, and the like. For an APP program, not only needs to ensure that the function of the APP program meets the requirement definition, but also needs to ensure that the performance of the APP program is sufficiently optimized, and a User Interface (UI) of the APP program is sufficiently beautiful and has better User experience, so that a complete test scheme is needed to ensure that each index meets the requirement.
The chinese invention patent application with application number CN201910754732.2 proposes an APP test method, apparatus, computer device and storage medium, the method comprising: acquiring APPs in an activated state through a cloud platform, and acquiring environment information corresponding to each APP; sending a test case to the APP based on the environment information corresponding to the APP, and acquiring test data fed back by the APP in real time; performing defect analysis on the environment information corresponding to the APP and the test data to obtain defect data; generating a defect report based on the defect data; and performing regression testing on the APP according to the defect report to obtain a testing result. The APP testing method realizes intelligent testing of the cross-environment APP, avoids repeated testing of the APP, can obtain a complete testing result only by operating the APP program once, and improves APP testing efficiency and accuracy.
The Chinese patent application with the application number of CN201910984934.6 provides a software testing method, a device, equipment and a computer readable medium, and relates to the technical field of computers. One embodiment of the method comprises: acquiring an XML source code file of a current page; if the XML source code file of the current page comprises all the special controls of the APP home page, determining that the current page is the APP home page; and if the XML source code file of the current page does not comprise all the special controls of the APP home page, determining that the current page is a non-home page, and operating the current page based on the return times of the current page. This embodiment can improve the test efficiency.
However, the above prior art is generally only applicable to software tests in specific industries, which are performed for the situations of known software test cases, and have no generality, and the test cases need to be preset in advance, but no matter how preset, the test cases are limited, and cannot meet the requirements of multiple types of software tests with variable conditions, and are not comprehensive enough; even if the test case is provided externally, the usability of the test case cannot be ensured, and reliable software automation test cannot be continuously realized.
Disclosure of Invention
In order to solve the technical problem, the invention provides a software testing method based on the mobile internet, which is used for testing mobile terminal software and comprises a mobile internet testing chain construction step, a testing request adding step, a testing request analyzing step and a testing node competition step. The method broadcasts the parameters of the mobile terminal sending the test request to the existing test nodes in the mobile internet test chain for comparison, broadcasts the test purpose description to the existing test nodes in the mobile internet test chain for history record searching and matching, and takes the test nodes with inconsistent comparison results and the test nodes meeting the searching and matching conditions as the test nodes for receiving the test request. The invention also provides a corresponding computer readable storage medium, on which computer executable code program instructions are stored, for implementing the software automation testing method. The technical scheme of the invention can realize comprehensive and accurate test of the mobile terminal software.
Specifically, the technical solutions of the present application are summarized as follows as a whole:
in a first aspect of the present invention, a mobile internet-based software testing method is provided, which is used for testing mobile terminal software,
the method comprises the following steps:
a mobile interconnection test chain construction step: constructing a mobile interconnection test chain, wherein the mobile interconnection test chain comprises at least one test node, and the test node corresponds to a mobile terminal;
a test request adding step: receiving a test request of mobile terminal software, wherein the test request is sent to the mobile Internet test chain by a test user through a mobile terminal;
analyzing the test request: analyzing the test request to obtain at least one test parameter;
the test parameters comprise parameters of the mobile terminal sending the test request and test purpose description.
Testing node competition: distributing at least one test node in the mobile internet test chain to receive the test request based on the test parameters;
and broadcasting the parameters of the mobile terminal sending the test request to the existing test nodes in the mobile interconnection test chain for comparison, and taking the test nodes with inconsistent comparison results as the test nodes for receiving the test request.
Further, the description of the test purpose is broadcasted to the existing test nodes in the mobile interconnection test chain to search and match historical records, and the test nodes meeting the search and match conditions are used as the test nodes for receiving the test request.
Wherein, the step of constructing the mobile interconnection test chain further comprises:
issuing a mobile internet test chain creation broadcast in the mobile internet, wherein the mobile internet test chain creation broadcast comprises at least one test contract;
adding the mobile terminal which responds to the test contract for the first time as a first-sending test node into a mobile interconnection test chain corresponding to the test contract;
the test request adding step further comprises:
receiving a test request sent by a test user to the mobile internet test chain through a mobile terminal;
judging whether the mobile terminal sending the test request is an existing test node of the mobile interconnection test chain, if not, broadcasting the test request to the existing test node by the mobile interconnection test chain, and receiving consensus feedback parameters of the existing test node;
and if the existing test nodes with the first preset proportion in the existing test nodes execute consensus synchronization operation, adding the mobile terminal sending the test request into the mobile interconnection test chain as a subsequent test node, wherein the mobile interconnection test chain passes through the test request.
The existing test nodes comprise a first-sending test node and a later-sending test node.
And based on the consensus feedback parameter, the mobile interconnection test chain passes the test request or rejects the test request.
In a second aspect of the present invention, a software testing platform, that is, a software testing system, is provided, where the software testing platform includes a mobile internet testing chain formed by a plurality of mobile terminals connected to each other through a mobile internet, and is used to implement the aforementioned mobile internet-based software testing method.
The software testing platform comprises a mobile terminal access port, and the mobile terminal access port is used for receiving a software testing request sent by a user through a mobile terminal;
the software testing platform comprises a testing request analyzing module, and the testing request analyzing module is used for analyzing the software testing request to obtain testing parameters;
the software testing platform comprises a broadcasting module, and the broadcasting module is used for broadcasting the testing parameters and/or the software testing requests to each mobile terminal in the mobile internet testing chain;
the software testing platform comprises a consensus computing module, wherein the consensus computing module is used for receiving the consensus operating parameters fed back by each mobile terminal in the mobile interconnection testing chain and computing consensus synchronous values;
the software testing platform comprises a weight setting module, wherein the weight setting module is used for setting a node testing weight of each mobile terminal in the mobile interconnection testing chain;
and the consensus synchronization value is calculated based on the consensus operation parameter fed back by each mobile terminal and the node test weight of each mobile terminal.
The consensus computing module is configured to receive consensus operation parameters fed back by each mobile terminal in the mobile interconnection test chain, and compute a consensus synchronization value, and specifically includes:
the consensus operation parameter fed back by each mobile terminal represents the consensus agreement degree of the mobile terminal on the received current broadcast object;
for the current broadcast object, the consensus operation parameter fed back by each of the N mobile terminals is C i ,i=1,2,...,N;
The consensus C calculated this time n Comprises the following steps:
Figure BDA0002503197260000061
wherein w i And testing the weight value for the node of the ith mobile terminal.
The software testing platform further comprises a comparison and matching module, and the comparison and matching module is used for comparing and matching the testing parameters with attribute parameters and historical record parameters stored by the mobile terminal in the mobile interconnection testing chain.
The technical scheme of the invention can be realized by the automatic process of a computer system, therefore, the invention also provides a computer readable storage medium, on which computer executable program instructions are stored; the executable program instructions are executed through a processor and a memory in the software testing platform, so that the mobile internet-based software testing method is realized.
Further advantages of the invention will be apparent in the detailed description section in conjunction with the drawings attached hereto.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings 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 it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a main flow chart of a mobile Internet-based software testing method according to an embodiment of the present invention;
FIG. 2 is a flow diagram of an embodiment of the method of FIG. 1 to determine test nodes;
FIG. 3 is a block diagram of a software testing platform implementing the method of FIG. 1;
fig. 4 is a functional block diagram of the platform of fig. 3.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings required in the embodiments will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts. The invention is further described with reference to the following drawings and detailed description.
Referring to fig. 1, a main flowchart of a mobile internet-based software testing method according to an embodiment of the present invention is shown.
The embodiment of fig. 1 is a mobile internet-based software testing method, which is used for testing mobile terminal software and includes a mobile internet test chain establishing step, a test request adding step, a test request analyzing step and a test node competition step.
The functions specifically performed for each step are explained below:
the construction steps of the mobile interconnection test chain are as follows: the method comprises the steps of constructing a mobile interconnection test chain, wherein the mobile interconnection test chain comprises at least one test node, and the test node corresponds to a mobile terminal.
With reference to fig. 2, the step of building the mobile interconnect test chain further includes:
issuing a mobile internet test chain creation broadcast in the mobile internet, wherein the mobile internet test chain creation broadcast comprises at least one test contract;
adding the mobile terminal which responds to the test contract for the first time as a first sending test node into a mobile interconnection test chain corresponding to the test contract;
the step of adding the test request in fig. 1 specifically includes: receiving a test request of mobile terminal software, wherein the test request is sent to the mobile Internet test chain by a test user through a mobile terminal;
with reference to fig. 2, the test request adding step further includes:
receiving a test request sent by a test user to the mobile internet test chain through a mobile terminal;
judging whether the mobile terminal sending the test request is an existing test node of the mobile interconnection test chain, if so, passing the test request;
if not, the mobile interconnection test chain broadcasts the test request to the existing test nodes and receives consensus feedback parameters of the existing test nodes;
and based on the consensus feedback parameter, the mobile interconnection test chain passes the test request or rejects the test request.
In fig. 1, the test request parsing step specifically includes: analyzing the test request to obtain at least one test parameter;
the test parameters comprise parameters of the mobile terminal sending the test request and test purpose description.
The existing test nodes comprise a first-sending test node and a later-sending test node.
The test node competition steps are specifically as follows: and allocating at least one test node in the mobile internet test chain to receive the test request based on the test parameters.
On the basis of fig. 1-2, the embodiment further comprises:
based on the test parameters, allocating at least one test node in the mobile interconnect test chain to receive the test request, specifically including:
and broadcasting the parameters of the mobile terminal sending the test request to the existing test nodes in the mobile interconnection test chain for comparison, and taking the test nodes with inconsistent comparison results as the test nodes for receiving the test request.
Based on the test parameters, allocating at least one test node in the mobile interconnect test chain to receive the test request, specifically including:
and broadcasting the test purpose description to the existing test nodes in the mobile interconnection test chain for history record searching and matching, and taking the test nodes meeting the searching and matching conditions as the test nodes for receiving the test request.
Referring next to fig. 3-4, fig. 3 is a block diagram of a software testing platform implementing the method of fig. 1, and fig. 4 is a functional block diagram of the platform of fig. 3.
Referring to fig. 3, the software testing platform includes a mobile interconnection testing chain formed by a plurality of mobile terminals interconnected through a mobile internet, and the software testing platform includes a mobile interconnection testing chain formed by a plurality of mobile terminals interconnected through a mobile internet, a mobile terminal access port, a testing request parsing module, a broadcasting module, a consensus calculating module, a weight setting module, and a comparison and matching module.
The mobile terminal access port is used for receiving a software test request sent by a user through the mobile terminal;
the test request analysis module is used for analyzing the software test request to obtain test parameters;
the broadcast module is used for broadcasting the test parameters and/or the software test requests to each mobile terminal in the mobile internet test chain;
the consensus computing module is used for receiving the consensus operation parameters fed back by each mobile terminal in the mobile interconnection test chain and computing consensus synchronous values;
the weight setting module is used for setting a node test weight of each mobile terminal in the mobile interconnection test chain.
More specifically, the consensus computing module is configured to receive a consensus operation parameter fed back by each mobile terminal in the mobile internet test chain, and compute a consensus synchronization value, which specifically includes:
the consensus operation parameter fed back by each mobile terminal represents the consensus agreement degree of the mobile terminal on the received current broadcast object;
for the current broadcast object, the consensus operation parameter fed back by each of the N mobile terminals is C i ,i=1,2,...,N;
The consensus C calculated this time n Comprises the following steps:
Figure BDA0002503197260000101
wherein w i And testing the weight value for the node of the ith mobile terminal.
If the consensus synchronous value C n If the value is larger than the preset standard value, the mobile interconnection test chain means that most of the mobile terminals in the mobile interconnection test chain agree to the user mobile terminals which send the test parameters and/or software test requests to join the mobile interconnection testAnd the chain becomes one of the test nodes, namely one of the existing test nodes.
Therefore, in the invention, the existing test nodes in the mobile interconnection test chain are continuously updated; because the mobile interconnection test chain is continuously updated, the number of the existing test nodes is continuously increased, and in order to enable each test to obtain more effective and more targeted test nodes for testing, referring to fig. 4, the test nodes for receiving software test requests need to be determined.
The comparison and matching module is used for comparing and matching the test parameters with attribute parameters and historical record parameters stored by the mobile terminals in the mobile interconnection test chain.
Specifically, the parameters of the mobile terminal sending the test request are broadcast to the existing test nodes in the mobile internet test chain for comparison, and the test nodes with inconsistent comparison results are used as the test nodes for receiving the test request.
And broadcasting the test purpose description to the existing test nodes in the mobile interconnection test chain for history record searching and matching, and taking the test nodes meeting the searching and matching conditions as the test nodes for receiving the test request.
And finally, adjusting the weight of the test node receiving the test request.
Therefore, the invention adopts the form of the mobile internet test chain to realize the software test based on the mobile internet, can expand the range of the mobile terminal software test, ensure the safety and expand the test objects at the same time, and ensures the comprehensiveness and the accuracy of the software test by the mobile terminal with the adaptive compliance participating in the software test.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (10)

1. A software testing method based on mobile Internet is used for testing mobile terminal software, and is characterized by comprising the following steps:
a mobile interconnection test chain construction step: constructing a mobile interconnection test chain, wherein the mobile interconnection test chain comprises at least one test node, and the test node corresponds to a mobile terminal;
a test request adding step: receiving a test request of mobile terminal software, wherein the test request is sent to the mobile Internet test chain by a test user through a mobile terminal;
analyzing the test request: analyzing the test request to obtain at least one test parameter;
testing node competition: distributing at least one test node in the mobile internet test chain to receive the test request based on the test parameters;
wherein, the step of constructing the mobile interconnection test chain further comprises:
issuing a mobile internet test chain creation broadcast in the mobile internet, wherein the mobile internet test chain creation broadcast comprises at least one test contract;
adding the mobile terminal which responds to the test contract for the first time as a first-sending test node into a mobile interconnection test chain corresponding to the test contract;
the test request adding step further comprises:
receiving a test request sent to the mobile Internet test chain by a test user through a mobile terminal;
judging whether the mobile terminal sending the test request is an existing test node of the mobile interconnection test chain, if not, broadcasting the test request to the existing test node by the mobile interconnection test chain, and receiving a consensus feedback parameter of the existing test node;
and based on the consensus feedback parameter, the mobile interconnection test chain passes the test request or rejects the test request.
2. The mobile internet-based software testing method of claim 1, wherein:
judging whether the mobile terminal sending the test request is an existing test node of the mobile interconnection test chain, if not, the mobile interconnection test chain broadcasts the test request to the existing test node and receives consensus feedback parameters of the existing test node, and the method specifically comprises the following steps:
and if the existing test nodes with the first preset proportion in the existing test nodes execute consensus synchronization operation, adding the mobile terminal sending the test request into the mobile interconnection test chain as a subsequent test node, wherein the mobile interconnection test chain passes through the test request.
3. The mobile internet-based software testing method of claim 2, wherein:
the existing test nodes comprise a first-sending test node and a second-sending test node.
4. The mobile internet-based software testing method of claim 2, wherein:
the analyzing the test request to obtain at least one test parameter specifically includes:
the test parameters comprise parameters of the mobile terminal sending the test request and test purpose description.
5. The mobile internet-based software testing method of claim 4, wherein:
based on the test parameters, allocating at least one test node in the mobile internet test chain to receive the test request specifically includes:
and broadcasting the parameters of the mobile terminal sending the test request to the existing test nodes in the mobile interconnection test chain for comparison, and taking the test nodes with inconsistent comparison results as the test nodes for receiving the test request.
6. The mobile internet-based software testing method of claim 4, wherein:
based on the test parameters, allocating at least one test node in the mobile interconnect test chain to receive the test request, specifically including:
and broadcasting the test purpose description to the existing test nodes in the mobile interconnection test chain for searching and matching historical records, and taking the test nodes meeting the searching and matching conditions as the test nodes for receiving the test request.
7. A software testing platform based on the mobile internet-based software testing method of any one of claims 1 to 6, the software testing platform comprising a mobile internet testing chain consisting of a plurality of mobile terminals interconnected through the mobile internet, characterized in that:
the software testing platform comprises a mobile terminal access port, and the mobile terminal access port is used for receiving a software testing request sent by a user through a mobile terminal;
the software testing platform comprises a testing request analyzing module, and the testing request analyzing module is used for analyzing the software testing request to obtain testing parameters;
the software testing platform comprises a broadcasting module, and the broadcasting module is used for broadcasting the testing parameters and/or the software testing requests to each mobile terminal in the mobile internet testing chain;
the software testing platform comprises a consensus computing module, wherein the consensus computing module is used for receiving the consensus operating parameters fed back by each mobile terminal in the mobile interconnection testing chain and computing consensus synchronous values;
the software testing platform comprises a weight setting module, wherein the weight setting module is used for setting a node testing weight of each mobile terminal in the mobile interconnection testing chain;
and the consensus synchronous value is calculated based on the consensus operation parameter fed back by each mobile terminal and the node test weight of each mobile terminal.
8. The software testing platform of claim 7, wherein:
the consensus computing module is configured to receive consensus operation parameters fed back by each mobile terminal in the mobile interconnection test chain, and compute a consensus synchronization value, and specifically includes:
the consensus operation parameter fed back by each mobile terminal represents the consensus agreement degree of the mobile terminal on the received current broadcast object;
for the current broadcast object, the consensus operation parameter fed back by each of the N mobile terminals is C i ,i=1,2,…,N;
The consensus synchronous value C calculated this time n Comprises the following steps:
Figure 887230DEST_PATH_IMAGE001
wherein
Figure 932546DEST_PATH_IMAGE002
And testing the weight value for the node of the ith mobile terminal.
9. The software testing platform of claim 7, wherein:
the software testing platform further comprises a comparison and matching module, and the comparison and matching module is used for comparing and matching the testing parameters with attribute parameters and historical record parameters stored by the mobile terminal in the mobile interconnection testing chain.
10. A computer-readable storage medium having stored thereon computer-executable program instructions; executing the executable program instructions by a processor and a memory in a software testing platform according to any of claims 7-9 for implementing the method according to any of claims 1-6.
CN202010438490.9A 2020-05-22 2020-05-22 Software testing method and system based on mobile internet Active CN111611166B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010438490.9A CN111611166B (en) 2020-05-22 2020-05-22 Software testing method and system based on mobile internet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010438490.9A CN111611166B (en) 2020-05-22 2020-05-22 Software testing method and system based on mobile internet

Publications (2)

Publication Number Publication Date
CN111611166A CN111611166A (en) 2020-09-01
CN111611166B true CN111611166B (en) 2023-04-07

Family

ID=72201738

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010438490.9A Active CN111611166B (en) 2020-05-22 2020-05-22 Software testing method and system based on mobile internet

Country Status (1)

Country Link
CN (1) CN111611166B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667405B (en) * 2021-01-05 2021-09-24 田宇 Information processing method, device, equipment and storage medium
CN113282511B (en) * 2021-06-24 2024-05-07 中国农业银行股份有限公司 Test method and test equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9934138B1 (en) * 2016-12-07 2018-04-03 International Business Machines Corporation Application testing on a blockchain
CN109753433A (en) * 2018-12-26 2019-05-14 中链科技有限公司 Automated testing method, device and electronic equipment based on block chain
CN110389900A (en) * 2019-07-10 2019-10-29 深圳市腾讯计算机系统有限公司 A kind of distributed experiment & measurement system test method, device and storage medium
CN110598446A (en) * 2019-09-16 2019-12-20 腾讯科技(深圳)有限公司 Block chain based test method and device, storage medium and computer equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9934138B1 (en) * 2016-12-07 2018-04-03 International Business Machines Corporation Application testing on a blockchain
CN109753433A (en) * 2018-12-26 2019-05-14 中链科技有限公司 Automated testing method, device and electronic equipment based on block chain
CN110389900A (en) * 2019-07-10 2019-10-29 深圳市腾讯计算机系统有限公司 A kind of distributed experiment & measurement system test method, device and storage medium
CN110598446A (en) * 2019-09-16 2019-12-20 腾讯科技(深圳)有限公司 Block chain based test method and device, storage medium and computer equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Capacity of blockchain based Internet-of-Things: Testbed and analysis;Xu Wang 等;《Internet of Things》;20191231;全文 *
基于区块链技术的供应链智能治理机制;李晓;《中国流通经济》;20171109;全文 *

Also Published As

Publication number Publication date
CN111611166A (en) 2020-09-01

Similar Documents

Publication Publication Date Title
CN108632068B (en) Network slice template generation method, network slice template application method and device
CN111611166B (en) Software testing method and system based on mobile internet
CN114116065B (en) Method and device for acquiring topological graph data object and electronic equipment
WO2023130933A1 (en) Model processing method and apparatus, code aquisition method and apparatus, and electronic device
CN110826606B (en) Element matching method, device, server and readable storage medium
CN115391219A (en) Test case generation method and device, electronic equipment and storage medium
CN110888800A (en) Service interaction function test method, device, storage medium and test system
CN103024015A (en) Flex based cross-platform method for uploading files after message digest 5 (md5) value is checked at browser end
CN108111591B (en) Method and device for pushing message and computer readable storage medium
CN113485697A (en) Model construction operation service method and system under artificial intelligence framework
CN111625467B (en) Automatic testing method and device, computer equipment and storage medium
CN116627432A (en) Front-end application automatic deployment method, device, equipment and medium
CN111475388A (en) Data push test method and device, computer equipment and storage medium
CN113691403B (en) Topology node configuration method, related device and computer program product
CN113282489B (en) Interface testing method and device
TWI579709B (en) Instantly analyze the scene file and automatically fill the cloud of the cloud system and methods
CN110806967A (en) Unit testing method and device
US10289788B1 (en) System and method for suggesting components associated with an electronic design
CN110990035B (en) Chain type software upgrading method based on Git
CN113609168A (en) Data export method, device, terminal and readable storage medium
CN112055076A (en) Multifunctional intelligent monitoring method and device based on Internet and server
CN109743587B (en) Live broadcast connection monitoring method, terminal equipment and storage medium
CN114117181B (en) Website page turning logic acquisition method and device and website page turning control method and device
CN115509776B (en) Data analysis method and system based on intelligent supervision platform of electric power engineering
CN110784479B (en) Data verification method and device, electronic equipment and storage medium

Legal Events

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