CN112015661B - Software testing method and device - Google Patents

Software testing method and device Download PDF

Info

Publication number
CN112015661B
CN112015661B CN202010935957.0A CN202010935957A CN112015661B CN 112015661 B CN112015661 B CN 112015661B CN 202010935957 A CN202010935957 A CN 202010935957A CN 112015661 B CN112015661 B CN 112015661B
Authority
CN
China
Prior art keywords
user
user information
subscription request
information
mapping association
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
CN202010935957.0A
Other languages
Chinese (zh)
Other versions
CN112015661A (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.)
Nanjing Cloud Cabinet Network Technology Co ltd
Original Assignee
Nanjing Cloud Cabinet Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Cloud Cabinet Network Technology Co ltd filed Critical Nanjing Cloud Cabinet Network Technology Co ltd
Priority to CN202010935957.0A priority Critical patent/CN112015661B/en
Publication of CN112015661A publication Critical patent/CN112015661A/en
Application granted granted Critical
Publication of CN112015661B publication Critical patent/CN112015661B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/22Payment schemes or models
    • G06Q20/29Payment schemes or models characterised by micropayments

Abstract

The invention relates to the technical field of software testing, and discloses a software testing method and device, wherein the method comprises the following steps: acquiring user information in a server SVN configuration file; calling an API interface to trigger the operation of a user data device, and sending a subscription request to a system, wherein the subscription request carries the user information; responding to the subscription request, taking the user information as a parameter set to enter into a parameter set, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result; receiving the mapping association result returned by the background server, and executing a user data clearing action; and obtaining a result of successful user data clearing, and returning the result to the interface of the subscription request. The invention ensures that when the system needs to add and delete the user information after finishing the test of the service scene, only the configuration information of the SVN file at the server side is required to be modified, and the software release process is not required to be carried out again by modifying the code, thereby improving the efficiency of the software test process.

Description

Software testing method and device
Technical Field
The invention belongs to the technical field of testing, and particularly relates to a software testing method and device.
Background
With the rapid development of the internet, various application software layers with different purposes, such as logistics software, chat software, payment software and the like, are endless. In order to adapt to the changing application demands, the application software needs to be continuously tested and updated to meet the demands of users.
In the prior art, when a tester tests the use flow of software, because special processing is not performed on account information of the tester, simulation test cannot be performed on some service scenes.
For example, when testing registration and authentication services, a large number of unused registered mobile phone numbers are generally required to be provided to satisfy the registration and authentication process of a new user. And even if the mobile phone number of the tester is logged off and re-registered, the user state is set to be invalid from the database, and all user data of the user at the third party client cannot be completely deleted. Under the condition that the development colleagues assist or the testers are unfamiliar with the tested payment service, deleting the user data is directly executed through the SQL statement, the risk is high, dirty data is easy to generate, and the risk that other user data are deleted cannot be avoided.
For example, in the process of recharging and paying business testing, the recharging amount has the lowest limit, the testers need to recharge orders with large amount during each test, and the testers need to recharge a large amount of amount due to the fact that the system does not provide refund function, so that the cost is high.
Disclosure of Invention
The invention aims to provide a software testing method and device which are used for solving at least one technical problem existing in the prior art.
In order to achieve the above purpose, the present invention adopts the following technical scheme:
a software testing method, comprising:
acquiring user information in a server SVN configuration file;
calling an API interface to trigger the operation of a user data device, and sending a subscription request to a system, wherein the subscription request carries the user information;
responding to the subscription request, taking the user information as a parameter set to enter into a parameter set, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result;
receiving the mapping association result returned by the background server, and executing a user data clearing action;
and obtaining a result of successful user data clearing, and returning the result to the interface of the subscription request.
Further, the response to the subscription request takes the user information as a parameter set to enter into a parameter set, and performs mapping association action with a redis cache of a background server according to the user information, and returns a mapping association result to the method specifically comprising the following steps:
responding to the subscription request, taking the Tel and UnionID information of the user as parameter set to enter parameters, carrying out mapping association action with the redis cache of the background server according to the Tel and UnionID information of the user, and returning the mapping association result.
The invention also provides a software testing device, which comprises:
the user information acquisition unit is used for acquiring the user information in the SVN configuration file of the server;
the subscription request sending unit is used for calling an API interface to trigger the operation of the user data device to be cleared and sending a subscription request to the system, wherein the subscription request carries the user information;
the mapping association unit is used for responding to the subscription request, taking the user information as a parameter set to enter into the parameter set, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result;
the user data clearing unit is used for receiving the mapping association result returned by the background server and executing user data clearing action;
and the clearing result acquisition unit is used for acquiring the successful clearing result of the user data and returning the result to the interface of the subscription request.
Further, the mapping association unit specifically includes:
and the mapping association module is used for responding to the subscription request, taking the Tel and UnionID information of the user as parameter sets for entry, carrying out mapping association action according to the Tel and UnionID information of the user and the redis cache of the background server, and returning the mapping association result.
The invention also provides a software testing method, which comprises the following steps:
acquiring a user recharging request and user information of a current login end;
acquiring user information in a server SVN configuration file;
judging whether the user information of the current login end is matched with the user information in the SVN configuration file of the server end;
when the judgment result is yes, selecting a recharging amount and a payment mode;
and completing payment according to the selected recharging amount and the payment mode.
Further, the completing payment according to the selected recharge amount and the payment method includes:
according to the selected recharging amount and the payment mode, a recharging interface is called, and the user information, the recharging amount and the payment mode are sent to a payment end;
and the payment terminal creates a payment order according to the user information, the recharging amount and the payment mode, pops up a payment window, and completes payment according to the prompt of the payment window.
Further, the recharging amount is a default value of 0.01 yuan.
The invention also provides a software testing device, which comprises:
the first acquisition unit is used for acquiring a user recharging request and user information of a current login end;
the second acquisition unit is used for acquiring the user information in the SVN configuration file of the server;
the judging unit is used for judging whether the user information of the current login end is matched with the user information in the SVN configuration file of the server end;
the selecting unit is used for selecting the recharging amount and the payment mode when the judging result is yes;
and the payment unit is used for completing payment according to the selected recharging amount and the payment mode.
Further, the payment unit includes:
the sending module is used for calling a recharging interface according to the selected recharging amount and the payment mode and sending the user information, the recharging amount and the payment mode to a payment end;
and the payment module is used for creating a payment order by the payment terminal according to the user information, the recharging amount and the payment mode, popping up a payment window and completing payment according to the prompt of the payment window.
Further, the recharging amount is a default value of 0.01 yuan.
The beneficial effects of the invention are as follows:
1. the invention completes subscription by acquiring the user information in the SVN configuration file of the server and carrying the user information in the subscription request transmitted to the system, and mapping and associating the user information with the redis cache of the background server according to the user information, and clearing the user information after successful subscription. The invention ensures that when the system needs to add and delete the user information after finishing the test of the service scene, the configuration of the SVN file at the server side is only required to be modified to finish the addition and deletion of the user information, and the software release process is not required to be carried out again by modifying the code, thereby improving the efficiency of the software test process and avoiding the waste of resources.
2. The invention judges whether the user information of the recharging page is matched with the user information in the SVN configuration file of the server side; when the two are matched, the corresponding recharging amount and payment mode are selected to finish payment, so that the information independence of the test user and other users is ensured, and the test cost of the tester is effectively reduced due to the small payment.
Drawings
FIG. 1 is a flow chart of a software testing method of the present invention;
FIG. 2 is a schematic block diagram of a software testing apparatus according to the present invention;
FIG. 3 is a flow chart of another software testing method of the present invention;
FIG. 4 is a schematic block diagram of another software testing apparatus according to the present invention.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present specification more clear, the technical solutions of the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification, and it is apparent that the described embodiments are some embodiments of the present specification, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are intended to be within the scope of the present disclosure.
Example 1
Referring to fig. 1, a software testing method according to an embodiment of the present invention includes the following steps:
step S101, obtaining user information in a server SVN configuration file;
in an optional embodiment, the software testing method of the present embodiment is applied to a mobile terminal device, where the server SVN configuration file may be configured by a PC and then issued to the mobile terminal for testing. Of course, it is understood that in another alternative embodiment, the server SVN configuration file may also be directly configured by the mobile terminal device for testing. The specific application may be selected according to the need, and is not limited herein.
The service scenario to which the server SVN configuration file is applicable may be a service scenario such as user registration, user authentication, user logout, etc., and of course, it may be understood that other applicable service scenarios exist, and the corresponding user information is specifically configured in the server SVN configuration file according to the test requirement, which is not limited.
In the embodiment of the invention, the user information is stored in the server SVN configuration file in advance, wherein in a preferred embodiment, the user information can be user Tel and UnionID information, and the unique identification of the user can be realized by inputting the Tel information and the UnionID information of the user, so that the personal data information of other formal users is prevented from being confused.
Step S102, calling an API interface to trigger the operation of a user data device, and sending a subscription request to a system, wherein the subscription request carries the user information;
s103, responding to the subscription request, taking the user information as a parameter set to enter a parameter, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result;
in an optional embodiment, the subscription request may be responded, tel and UnionID information of the user are taken as parameter sets to enter, mapping association actions are performed according to the Tel and UnionID information of the user and redis cache of the background server, and a mapping association result is returned.
In the embodiment of the invention, the system determines the user basic information in the database and the authentication state of the user according to the Tel information and UnionID of the user. For example, it may be: the binding state of the WeChat public number and the openID corresponding to the public number are determined through the Tel and the UnionID of the user, specifically, the token of the WeChat public number and the session key of the applet in the redis cache of the background server are associated through the Tel and the UnionID of the user, the app key is associated through the token and the session key, and the app key is used for associating the WeChat public number and the authorization authority of the applet.
S104, receiving the mapping association result returned by the background server, and executing a user data clearing action;
wherein, the user information that can be clear when the user data clearing action is performed may be: deleting the user registration information and the authentication information in the database; deleting public number concern relations of user userId and unionId; removing the binding relation of the unionId and the openid; deleting the access token of the WeChat public number in the Redis cache and the session key of the applet; and releasing the user authorization information in the third party WeChat public number and the WeChat applet.
S105, obtaining a result of successful user data clearing, and returning the result to the interface of the subscription request.
The invention completes subscription by acquiring the user information in the SVN configuration file of the server and carrying the user information in the subscription request transmitted to the system, and mapping and associating the user information with the redis cache of the background server according to the user information, and clearing the user information after successful subscription. The invention ensures that when the system needs to add and delete the user information after finishing the test of the service scene, the configuration of the SVN file at the server side is only required to be modified to finish the addition and deletion of the user information, and the software release process is not required to be carried out again by modifying the code, thereby improving the efficiency of the software test process and avoiding the waste of resources.
Example two
Referring to fig. 2, the present invention further provides a software testing apparatus 100, including:
a user information obtaining unit 11, configured to obtain user information in a server SVN configuration file;
in an alternative embodiment, the software testing device of this embodiment may be disposed in a mobile terminal device, where the server SVN configuration file may be configured by a PC and then sent to the mobile terminal for testing. Of course, it is understood that in another alternative embodiment, the server SVN configuration file may also be directly configured by the mobile terminal device for testing. The specific application may be selected according to the need, and is not limited herein.
The service scenario to which the server SVN configuration file is applicable may be a service scenario such as user registration, user authentication, user logout, etc., and of course, it may be understood that other applicable service scenarios exist, and the corresponding user information is specifically configured in the server SVN configuration file according to the test requirement, which is not limited.
In the embodiment of the invention, the user information is stored in the server SVN configuration file in advance, wherein in a preferred embodiment, the user information can be user Tel and UnionID information, and the unique identification of the user can be realized by inputting the Tel information and the UnionID information of the user, so that the personal data information of other formal users is prevented from being confused.
A subscription request sending unit 12, configured to invoke an API interface to trigger the operation of the user data device, and send a subscription request to the system, where the subscription request carries the user information;
the mapping association unit 13 is configured to respond to the subscription request, take the user information as a parameter set, perform a mapping association action according to the user information and a redis cache of a background server, and return a mapping association result;
in an optional embodiment, the mapping association unit 13 includes a mapping association module (not shown) configured to take Tel and UnionID information of the user as parameter sets for participating in the subscription request, perform a mapping association action with the redis cache of the backend server according to the Tel and UnionID information of the user, and return a mapping association result.
In the embodiment of the invention, the system determines the user basic information in the database and the authentication state of the user according to the Tel information and UnionID of the user. For example, it may be: the binding state of the WeChat public number and the openID corresponding to the public number are determined through the Tel and the UnionID of the user, specifically, the token of the WeChat public number and the session key of the applet in the redis cache of the background server are associated through the Tel and the UnionID of the user, the app key is associated through the token and the session key, and the app key is used for associating the WeChat public number and the authorization authority of the applet.
A user data clearing unit 14, configured to receive the mapping association result returned by the background server, and perform a user data clearing action;
wherein, the user information that can be clear when the user data clearing action is performed may be: deleting the user registration information and the authentication information in the database; deleting public number concern relations of user userId and unionId; removing the binding relation of the unionId and the openid; deleting the access token of the WeChat public number in the Redis cache and the session key of the applet; and releasing the user authorization information in the third party WeChat public number and the WeChat applet.
And the clearing result obtaining unit 15 is used for obtaining the result of successful clearing of the user data and returning the result to the interface of the subscription request.
The invention acquires the user information in the SVN configuration file of the server through the user information acquisition unit, carries the user information in the subscription request transmitted to the system through the subscription request transmitting unit, and the mapping association unit performs mapping association with the redis cache of the background server according to the user information to complete subscription, and clears the user information through the user information clearing unit after the subscription is successful. The invention ensures that when the system needs to add and delete the user information after finishing the test of the service scene, the configuration of the SVN file at the server side is only required to be modified to finish the addition and deletion of the user information, and the software release process is not required to be carried out again by modifying the code, thereby improving the efficiency of the software test process and avoiding the waste of resources.
Example III
Referring to fig. 3, the invention further provides a software testing method, which comprises the following specific steps:
s201, acquiring a user recharging request and user information of a current login end;
the user can enter the recharging page through a front-end page, such as a page of a client side of a WeChat public number, an express logistics APP, a payment bank and the like. Of course, it can be understood that only the user who successfully logs in can enter the front-end page to perform operations such as recharging.
In an embodiment of the present invention, an alternative embodiment is: the obtaining the recharging request of the user and the user information of the current login end comprises the following steps:
and acquiring a recharging request of the user, taking the user information of the current login end as a parameter to enter a parameter when the user enters a recharging page, and calling a server to acquire the user information of the current login end.
The user information may be information such as a name of a user, a Tel of a user, or other user information, and is not limited specifically.
S202, obtaining user information in a server SVN configuration file;
in an optional embodiment, the software testing method of the present embodiment is applied to a mobile terminal device, where the server SVN configuration file may be configured by a PC and then issued to the mobile terminal for testing. Of course, it is understood that in another alternative embodiment, the server SVN configuration file may also be directly configured by the mobile terminal device for testing. The specific application may be selected according to the need, and is not limited herein.
The service scenario to which the server SVN configuration file is applicable may be a service scenario such as user recharging, user payment, etc., and of course, it may be understood that other applicable service scenarios exist, and the corresponding user information is specifically configured in the server SVN configuration file according to the test requirement, which is not limited.
In the embodiment of the invention, the user information is stored in the server SVN configuration file in advance, wherein in a preferred embodiment, the user information can be user Tel information, and the unique identification of the user can be realized by inputting the user Tel information, so that the personal data information of other formal users is prevented from being confused.
S203, judging whether the user information of the current login end is matched with the user information in the SVN configuration file of the server end;
the user information of the tester is added in the SVN configuration file of the server and marked as a test account, after the user information of the current login end is received, the user information is compared with the user information in the SVN configuration file of the server, and if the user information is consistent with the user information of the SVN configuration file of the server, the user account of the current login end is judged to be the test account.
S204, selecting a recharging amount and a payment mode when the judgment result is yes;
in the embodiment of the present invention, optionally, the recharge amount is a default value of 0.01 yuan. The test user can complete the test only by recharging 0.01 yuan each time, and the cost of service test is greatly reduced by recharging the test user by a small amount. Of course, it is understood that the recharging amount may be 0.02 yuan or 0.03 yuan, which is not particularly limited.
And S205, completing payment according to the selected recharging amount and the payment mode.
Specifically, the completing payment according to the selected recharge amount and the payment method includes:
according to the selected recharging amount and the payment mode, a recharging interface is called, and the user information, the recharging amount and the payment mode are sent to a payment end;
and the payment terminal creates a payment order according to the user information, the recharging amount and the payment mode, pops up a payment window, and completes payment according to the prompt of the payment window.
The invention judges whether the user information of the recharging page is matched with the user information in the SVN configuration file of the server side; and when the two types of payment match, selecting a default recharging amount and completing the payment in a payment mode. The invention ensures the information independence of the test user and other users, and effectively reduces the test cost of the tester due to the arrangement of the micropayment.
Example IV
The present invention also provides a software testing device 200, including:
a first obtaining unit 21, configured to obtain a user recharging request and user information of a current login end;
the user can enter the recharging page through a front-end page, such as a page of a client side of a WeChat public number, an express logistics APP, a payment bank and the like. Of course, it can be understood that only the user who successfully logs in can enter the front-end page to perform operations such as recharging.
In an embodiment of the present invention, an alternative embodiment is: the first obtaining unit 21 uses the user information of the current login end as a parameter to enter a parameter when the user enters a recharging page by obtaining the recharging request of the user, and invokes a server to obtain the user information of the current login end.
The user information may be information such as a name of a user, a Tel of a user, or other user information, and is not limited specifically.
A second obtaining unit 22, configured to obtain user information in the server SVN configuration file;
in an optional embodiment, the software testing method of the present embodiment is applied to a mobile terminal device, where the server SVN configuration file may be configured by a PC and then issued to the mobile terminal for testing. Of course, it is understood that in another alternative embodiment, the server SVN configuration file may also be directly configured by the mobile terminal device for testing. The specific application may be selected according to the need, and is not limited herein.
The service scenario to which the server SVN configuration file is applicable may be a service scenario such as user recharging, user payment, etc., and of course, it may be understood that other applicable service scenarios exist, and the corresponding user information is specifically configured in the server SVN configuration file according to the test requirement, which is not limited.
A judging unit 23, configured to judge whether the user information of the current login end is matched with the user information in the server SVN configuration file;
the user information of the tester is added in the SVN configuration file of the server and marked as a test account, after the user information of the current login end is received, the user information is compared with the user information in the SVN configuration file of the server, and if the user information is consistent with the user information of the SVN configuration file of the server, the user account of the current login end is judged to be the test account.
A selecting unit 24, configured to select a recharge amount and a payment method when the determination result is yes;
in the embodiment of the present invention, optionally, the recharge amount is a default value of 0.01 yuan. The test user can complete the test only by recharging 0.01 yuan each time, and the cost of service test is greatly reduced by recharging the test user by a small amount. Of course, it is understood that the recharging amount may be 0.02 yuan or 0.03 yuan, which is not particularly limited.
And a payment unit 25 for completing payment according to the selected recharge amount and the payment mode.
Specifically, the payment unit 25 includes:
a sending module (not shown), configured to invoke a recharging interface according to the selected recharging amount and the payment method, and send the user information, the recharging amount and the payment method to a payment terminal;
and the payment module (not shown) is used for creating a payment order by the payment terminal according to the user information, the recharging amount and the payment mode, popping up a payment window and completing payment according to the prompt of the payment window.
The invention judges whether the user information of the recharging page is matched with the user information in the SVN configuration file of the server side; and when the two types of payment match, selecting a default recharging amount and completing the payment in a payment mode. The invention ensures the information independence of the test user and other users, and effectively reduces the test cost of the tester due to the arrangement of the micropayment.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (4)

1. A method of software testing, the method comprising:
acquiring user information in a server SVN configuration file;
calling an API interface to trigger the operation of a user data device, and sending a subscription request to a system, wherein the subscription request carries the user information;
responding to the subscription request, taking the user information as a parameter set to enter into a parameter set, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result;
receiving the mapping association result returned by the background server, and executing a user data clearing action;
and obtaining a result of successful user data clearing, and returning the result to the interface of the subscription request.
2. The software testing method of claim 1, wherein responding to the subscription request, taking the user information as a parameter set as a reference, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result specifically comprises:
responding to the subscription request, taking the Tel and UnionID information of the user as parameter set to enter parameters, carrying out mapping association action with the redis cache of the background server according to the Tel and UnionID information of the user, and returning the mapping association result.
3. A software testing apparatus, the apparatus comprising:
the user information acquisition unit is used for acquiring the user information in the SVN configuration file of the server;
the subscription request sending unit is used for calling an API interface to trigger the operation of the user data device to be cleared and sending a subscription request to the system, wherein the subscription request carries the user information;
the mapping association unit is used for responding to the subscription request, taking the user information as a parameter set to enter into the parameter set, performing mapping association action according to the user information and a redis cache of a background server, and returning a mapping association result;
the user data clearing unit is used for receiving the mapping association result returned by the background server and executing user data clearing action;
and the clearing result acquisition unit is used for acquiring the successful clearing result of the user data and returning the result to the interface of the subscription request.
4. A software testing apparatus according to claim 3, wherein said mapping association unit specifically comprises:
and the mapping association module is used for responding to the subscription request, taking the Tel and UnionID information of the user as parameter sets for entry, carrying out mapping association action according to the Tel and UnionID information of the user and the redis cache of the background server, and returning the mapping association result.
CN202010935957.0A 2020-09-08 2020-09-08 Software testing method and device Active CN112015661B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010935957.0A CN112015661B (en) 2020-09-08 2020-09-08 Software testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010935957.0A CN112015661B (en) 2020-09-08 2020-09-08 Software testing method and device

Publications (2)

Publication Number Publication Date
CN112015661A CN112015661A (en) 2020-12-01
CN112015661B true CN112015661B (en) 2023-10-03

Family

ID=73517088

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010935957.0A Active CN112015661B (en) 2020-09-08 2020-09-08 Software testing method and device

Country Status (1)

Country Link
CN (1) CN112015661B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043714A (en) * 2010-12-10 2011-05-04 成电汽车电子产业园(昆山)有限公司 Automatic testing system of embedded software
CN103646077A (en) * 2013-12-11 2014-03-19 北京控制工程研究所 Efficient software data management method combining local working area with remote data server
CN104182347A (en) * 2014-09-05 2014-12-03 上海斐讯数据通信技术有限公司 Test requirement automatic analysis method based on automatic test platform
CN104423983A (en) * 2013-08-29 2015-03-18 国际商业机器公司 Method and device for developing, testing and deploying application
CN104699619A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Online testing method and device
CN106933573A (en) * 2017-02-22 2017-07-07 广东网金控股股份有限公司 A kind of method and system that user and role are obtained by SVN configuration files
CN107634967A (en) * 2017-10-19 2018-01-26 南京大学 A kind of the CSRFToken systems of defense and method of CSRF attacks
CN108305055A (en) * 2017-10-20 2018-07-20 掌合天下(北京)信息技术有限公司 Pay test method and device
CN108628735A (en) * 2017-03-22 2018-10-09 腾讯科技(深圳)有限公司 The automated testing method and system of application
CN109857667A (en) * 2019-02-03 2019-06-07 苏州市龙测智能科技有限公司 Automatic interface testing method, test device, test equipment and storage medium
CN110020958A (en) * 2019-02-11 2019-07-16 阿里巴巴集团控股有限公司 One kind is insured and insures link test method, device and equipment
CN110162468A (en) * 2019-04-26 2019-08-23 腾讯科技(深圳)有限公司 A kind of test method, device and computer readable storage medium
CN110717754A (en) * 2019-07-26 2020-01-21 上海千检信息技术服务有限公司 Commodity transaction method, server, user side, laboratory side and system
CN110928774A (en) * 2019-11-07 2020-03-27 杭州顺网科技股份有限公司 Automatic test system based on node formula
CN111026635A (en) * 2019-09-27 2020-04-17 珠海随变科技有限公司 Software project testing system, method, device and storage medium
CN111429126A (en) * 2020-03-03 2020-07-17 支付宝(杭州)信息技术有限公司 Payment method, device and equipment
CN111429139A (en) * 2020-03-27 2020-07-17 上海二三四五网络科技有限公司 Control method and device for dynamically matching user payment mode selection
CN111522744A (en) * 2020-04-22 2020-08-11 腾讯科技(深圳)有限公司 Service testing method, device and computer readable storage medium

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043714A (en) * 2010-12-10 2011-05-04 成电汽车电子产业园(昆山)有限公司 Automatic testing system of embedded software
CN104423983A (en) * 2013-08-29 2015-03-18 国际商业机器公司 Method and device for developing, testing and deploying application
CN103646077A (en) * 2013-12-11 2014-03-19 北京控制工程研究所 Efficient software data management method combining local working area with remote data server
CN104182347A (en) * 2014-09-05 2014-12-03 上海斐讯数据通信技术有限公司 Test requirement automatic analysis method based on automatic test platform
CN104699619A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Online testing method and device
CN106933573A (en) * 2017-02-22 2017-07-07 广东网金控股股份有限公司 A kind of method and system that user and role are obtained by SVN configuration files
CN108628735A (en) * 2017-03-22 2018-10-09 腾讯科技(深圳)有限公司 The automated testing method and system of application
CN107634967A (en) * 2017-10-19 2018-01-26 南京大学 A kind of the CSRFToken systems of defense and method of CSRF attacks
CN108305055A (en) * 2017-10-20 2018-07-20 掌合天下(北京)信息技术有限公司 Pay test method and device
CN109857667A (en) * 2019-02-03 2019-06-07 苏州市龙测智能科技有限公司 Automatic interface testing method, test device, test equipment and storage medium
CN110020958A (en) * 2019-02-11 2019-07-16 阿里巴巴集团控股有限公司 One kind is insured and insures link test method, device and equipment
CN110162468A (en) * 2019-04-26 2019-08-23 腾讯科技(深圳)有限公司 A kind of test method, device and computer readable storage medium
CN110717754A (en) * 2019-07-26 2020-01-21 上海千检信息技术服务有限公司 Commodity transaction method, server, user side, laboratory side and system
CN111026635A (en) * 2019-09-27 2020-04-17 珠海随变科技有限公司 Software project testing system, method, device and storage medium
CN110928774A (en) * 2019-11-07 2020-03-27 杭州顺网科技股份有限公司 Automatic test system based on node formula
CN111429126A (en) * 2020-03-03 2020-07-17 支付宝(杭州)信息技术有限公司 Payment method, device and equipment
CN111429139A (en) * 2020-03-27 2020-07-17 上海二三四五网络科技有限公司 Control method and device for dynamically matching user payment mode selection
CN111522744A (en) * 2020-04-22 2020-08-11 腾讯科技(深圳)有限公司 Service testing method, device and computer readable storage medium

Also Published As

Publication number Publication date
CN112015661A (en) 2020-12-01

Similar Documents

Publication Publication Date Title
CN110519115B (en) Gateway interface test method, terminal device, storage medium and device
CN107426711B (en) Method, device and system for binding or unbinding mobile phone number
CN111538596B (en) Resource processing method, device, computer equipment and storage medium
CN105207996A (en) Account merging method and apparatus
WO2019210759A1 (en) Virtual card generating method, user terminal, and token server
CN102958022A (en) Short message verification method, device and system
CN107105415B (en) System and method for vehicle-mounted equipment user registration and equipment binding
CN109165157B (en) Method for testing application program and test platform
CN109639719B (en) Identity verification method and device based on temporary identifier
CN110351349B (en) Method and system for realizing work of cloud sound box
CN106550031A (en) The method and device of data backup
CN108933789B (en) Method for preventing personal information leakage and third-party application server
CN106411517A (en) Password resetting method and device
CN104754136A (en) Method and system for managing account numbers relevant to mobile phone numbers on basis of intelligent terminals
CN109685532A (en) Self-help tax method, apparatus, storage medium and electronic equipment
CN103269384A (en) Rich client abnormality processing method, processing device and processing system
CN111372238B (en) Login method, login device, electronic equipment and computer-readable storage medium
CN112015661B (en) Software testing method and device
CN106095520A (en) A kind of limit the method and device that third-party application mutually starts
CN105827602B (en) A kind of embedded SIM card register method and server
CN111414191A (en) Gray scale publishing method and device for small program
CN102109986B (en) Method, system and device for providing connection serial numbers and connecting plugins
CN110752933A (en) Verification code input method and device, electronic equipment and storage medium
CN111400684A (en) Electronic certificate information acquisition method, system, device, equipment and storage medium
CN113868116A (en) Test dependent data generation method and device, server 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
TA01 Transfer of patent application right

Effective date of registration: 20210513

Address after: 210000 Room 301, 3rd floor, 138 Fengtai South Road, Yuhuatai District, Nanjing City, Jiangsu Province

Applicant after: Nanjing cloud cabinet Network Technology Co.,Ltd.

Address before: Room 1501, building 1, Tianhe Plaza, 146 Fengtai South Road, Yuhuatai District, Nanjing, Jiangsu Province 210000

Applicant before: JIANGSU CLOUDBOX NETWORK TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant