CN107515818B - Test software opening method, system and device - Google Patents

Test software opening method, system and device Download PDF

Info

Publication number
CN107515818B
CN107515818B CN201610428869.5A CN201610428869A CN107515818B CN 107515818 B CN107515818 B CN 107515818B CN 201610428869 A CN201610428869 A CN 201610428869A CN 107515818 B CN107515818 B CN 107515818B
Authority
CN
China
Prior art keywords
test
resource
test software
software
testing
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
CN201610428869.5A
Other languages
Chinese (zh)
Other versions
CN107515818A (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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China 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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN201610428869.5A priority Critical patent/CN107515818B/en
Publication of CN107515818A publication Critical patent/CN107515818A/en
Application granted granted Critical
Publication of CN107515818B publication Critical patent/CN107515818B/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/3668Software testing
    • G06F11/3672Test management

Landscapes

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

Abstract

The embodiment of the invention provides a test software opening method, a test software opening system and a test software opening device, which are used for improving the convenience of using each test software for a user. The test software opening method is applied to a server, the server can be accessed by at least one test terminal through a network, a test software resource client is installed in the test terminal, and the method comprises the following steps: selecting a test software resource from a database of the server; pushing the selected test software resource to a test software resource client of the test terminal; responding to the test software downloading request transmitted by the test software resource client, and transmitting the test software resource requested to be downloaded to the test terminal for installation.

Description

Test software opening method, system and device
Technical Field
The invention relates to the technical field of software testing, in particular to a method, a system and a device for testing software opening.
Background
With the continuous popularization and development of internet technology, mobile applications have become the most prominent expression form of software services and tools, and software testing is also transferred from a PC terminal to a mobile terminal in a comprehensive manner, so that how to better guarantee software quality or detect the running condition of an Application program (APP) by means of testing software is very important. At present, most of test software at a mobile terminal is respectively dispersed, software testing practitioners are difficult to obtain effective test software resources from multiple channels, and excellent test tools opened by other software testing personnel cannot be well shared with software testing workers with demands, so that the concept of compatibility and promotion with the internet is contrary to the concept of opening and promotion, and the development of the software testing industry is not facilitated.
Disclosure of Invention
The invention aims to provide a test software opening method, a system and a device so as to be beneficial to the development of the software testing industry.
In order to achieve the above purpose, the embodiment of the present invention adopts the following technical solutions:
in a first aspect, an embodiment of the present invention provides a test software opening system, including a test terminal and a server, where a test software resource client is installed in the test terminal, and the test terminal includes: display element and response unit, the server includes: the system comprises a database, a resource selection unit, a resource pushing unit and a resource distribution management unit;
the database is used for storing the testing software resources;
the resource selection unit is used for selecting the testing software resources from the database;
the resource pushing unit is used for pushing the test software resources selected by the resource selecting unit to a test software resource client of the test terminal;
the display unit is used for displaying the test software resources pushed by the resource pushing unit through the test software resource client;
the response unit is used for responding to the test software downloading operation of the user on the test software resource client and initiating a downloading request to the server;
and the resource distribution management unit is used for issuing the test software resource requested to be downloaded to the test terminal for installation according to the downloading request initiated by the response unit.
Furthermore, the database stores types of the test software, and the resource selection unit is configured to select, for each type, at least one test software resource corresponding to the type from the database.
Further, the resource pushing unit includes:
a connection request subunit, configured to initiate a connection request to the test terminal; and
and the pushing processing subunit is used for judging whether the test software in the test software resource client of the test terminal is consistent with the test software resource selected by the resource selection unit or not after the connection with the test terminal is established, and replacing the test software in the test software resource client with the selected test software if the test software in the test software resource client of the test terminal is inconsistent with the test software resource selected by the resource selection unit.
Further, the response unit is further configured to execute a test operation corresponding to the test software resource pushed by the resource pushing unit, where the test software resource includes test software, a Shell script, and a page link.
In a second aspect, an embodiment of the present invention further provides a test software opening method, which is applied to a server, where the server may be accessed by at least one test terminal through a network, and a test software resource client is installed in the test terminal, where the method includes:
selecting a test software resource from a database of the server;
pushing the selected test software resource to a test software resource client of the test terminal;
responding to the test software downloading request transmitted by the test software resource client, and transmitting the test software resource requested to be downloaded to the test terminal for installation.
In a third aspect, an embodiment of the present invention further provides a test software opening apparatus, which is applied to a server, where the server is accessible to at least one test terminal through a network, and a test software resource client is installed in the test terminal, where the test software opening apparatus includes:
the database is used for storing the testing software resources;
the resource selection unit is used for selecting the testing software resources from the database;
the resource pushing unit is used for pushing the test software resources selected by the resource selecting unit to a test software resource client of the test terminal;
and the resource distribution management unit is used for responding to a test software downloading request transmitted by the test software resource client and transmitting the test software resource requested to be downloaded to the test terminal for installation.
According to the test software opening method, system and device provided by the embodiment of the invention, the server aggregates various test software resources, and can flexibly distribute the various test software resources to the test terminal provided with the test software resource client, so that a software tester can conveniently check, download and use the required test software only by starting the test software resource client on the test terminal, the concept of internet opening compatibility and promotion is met, and the development of the software testing industry is facilitated.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 shows a block diagram of a test software open system according to an embodiment of the present invention.
Fig. 2 shows a block diagram of a server according to an embodiment of the present invention.
Fig. 3 is a schematic diagram illustrating a connection between a test software opening apparatus and a test terminal according to an embodiment of the present invention.
Fig. 4 shows a block diagram of a resource selection unit according to an embodiment of the present invention.
Fig. 5 is a block diagram illustrating a structure of another resource selection unit according to an embodiment of the present invention.
Fig. 6 shows a block diagram of a resource pushing unit according to an embodiment of the present invention.
Fig. 7 is a flowchart illustrating a method for testing software opening according to an embodiment of the present invention.
Fig. 8 is a flowchart illustrating selecting a test software resource according to an embodiment of the present invention.
FIG. 9 is a flowchart illustrating another method for selecting a test software resource according to an embodiment of the present invention.
Fig. 10 shows a flowchart for managing and controlling test software in a test software resource client according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
Fig. 1 shows a test software open system according to an embodiment of the present invention. The test software open system includes a test terminal 100 and a server 200, and the test terminal 100 and the server 200 may establish a communication connection through a network 300 so that the test terminal 100 and the server 200 may communicate and interact with each other. The network 300 may be a wireless network or a wired network.
In the embodiment of the present invention, the test terminal 100 may be a mobile terminal device, and may include a smart phone, a tablet computer, an e-book reader, a laptop portable computer, a vehicle-mounted computer, a wearable mobile terminal, and the like.
The operating system of the test terminal 100 may be an Android operating system, an iOS operating system, a Windows Phone operating system, or the test terminal 100 of another platform. In the embodiment of the present invention, the testing terminal 100 is installed with a testing software resource client 400, which corresponds to the server 200 and provides services for users.
In this embodiment, the server 200 may be a device with functions of storage, control, and the like. Fig. 2 shows a block diagram of the server 200 in an embodiment. As shown in fig. 2, the server 200 may include: a memory 201, a processor 202 and a network module 203, and a test software opening apparatus 500, an operating system 221 and a service module 222 installed or stored in the memory 201.
The memory 201 may be used to store software programs and modules, such as program instructions/units corresponding to the test software opening apparatus 500 in the embodiment of the present invention, and the processor 202 executes various functional applications and data processing, such as the test software opening method provided in the embodiment of the present invention, by executing the software programs and units stored in the memory 201. Memory 201 may include high speed random access memory and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. The software program and the modules in the memory 201 may include the test software opening apparatus 500, and may further include: an operating system 221 and a service module 222. The operating system 221, which may be LINUX, UNIX, WINDOWS, may include various software components and/or drivers for managing system tasks (e.g., memory management, storage device control, power management, etc.), and may communicate with various hardware or software components to provide an operating environment for other software components. The service module 222 runs on the basis of the operating system 221, and monitors a request from the network through a network service of the operating system 221, completes corresponding data processing according to the request, and returns a processing result.
The network module 203 is configured to establish a communication connection between the server 200 and an external communication terminal through a network, so as to implement transceiving operation of network signals and data. The network signal may include a wireless signal or a wired signal.
It will be appreciated that the configuration shown in fig. 2 is merely illustrative and that server 200 may include more or fewer components than shown in fig. 2 or have a different configuration than shown in fig. 2. The components shown in fig. 2 may be implemented in hardware, software, or a combination thereof.
In the embodiment of the present invention, the server 200 aggregates a plurality of test software resources, and only by installing the test software resource client 400 on the test terminal 100, the server 200 can flexibly distribute the plurality of test software resources to the test terminal 100 installed with the test software resource client 400, so that a software tester can conveniently view, download and use the required test software by starting the test software resource client 400 on the test terminal 100.
As shown in fig. 3, fig. 3 is a functional block diagram of a test terminal 100 and the test software opening apparatus 500 shown in fig. 2 according to an embodiment of the present invention. The test terminal 100 is installed with a test software resource client 400, and the test terminal 100 includes a display unit 110 and a response unit 120. The testing software opening apparatus 500 includes a database 210, a resource selecting unit 220, a resource pushing unit 230, and a resource distribution managing unit 240.
Wherein the database 210 is used for storing the testing software resources.
In the embodiment of the present invention, the testing software resources stored in the database 210 may be from various sources, such as: may include testing software resources that are manually imported into the database 210. Another example is: the server 200 may be included to automatically search and import the testing software resources of the database 210 according to the keywords, functions, setting conditions, and the like, so as to implement aggregation of the testing software resources. Optionally, the test software resources in the embodiment of the present invention may include test software, a test software icon, a Shell script, a page link, and/or the like.
The resource selecting unit 220 is used for selecting a test software resource from the database 210.
The resource selection unit 220 may randomly select the testing software resource from the database 210, or select the testing software resource from the database 210 according to a set rule. According to actual requirements, the set rules can be various, such as: and sequencing the test software resources according to the relevant information of the test software resources such as the goodness of appreciation, the popularity or the priority, and selecting the test software resources with higher goodness of appreciation, popularity or priority. Another example is: the method can set the weights of the favorable rating, the popularity and the priority, comprehensively calculate the favorable rating, the popularity, the priority and the like of each test software resource according to the set weights, sort each test software resource according to the comprehensive calculation result, and select the test software resource with higher comprehensive calculation result ranking. Another example is: the test software resources are randomly selected from the database 210 according to a set time interval.
In order to ensure the diversity of the selected types of the testing software resources, optionally, the database 210 stores the types of the testing software. As shown in fig. 4, the resource selecting unit 220 includes a searching subunit 221, an ordering subunit 222, and a selecting subunit 223. The search subunit 221 is configured to search the database 210 for all test software resources corresponding to the same type. The sorting subunit 222 is configured to sort all the testing software resources corresponding to the same type according to the related information of all the testing software resources corresponding to the same type, where the related information includes at least one of the goodness of appreciation, the popularity, and the priority of each testing software. The selecting subunit 223 is configured to select a preset number of test software resources as the test software resources corresponding to the type according to the sorting. After such setting, the resource selecting unit 220 may classify the test software according to types, and when selecting the test software resource, at least one test software resource corresponding to the type is selected from the database 210 for each type, so as to ensure that various types of test software resources can be selected. For example: the types of the test software may include a network speed measurement type, a network speed limit type, a memory detection type, a network packet capture type, and the like, and accordingly, the resource selection unit 220 may select at least one network speed measurement type test software resource, at least one network speed limit type test software resource, at least one memory detection type test software resource, and at least one network packet capture type test software resource.
In order to ensure compatibility of the selected testing software resource, optionally, the database 210 is further configured to store the types of operating systems supported by the testing terminal 100. As shown in fig. 5, the resource selecting unit 220 includes a querying subunit 224, a ranking subunit 225 and a selecting subunit 226. The query subunit 224 is configured to find a plurality of testing software resources compatible with the operating system supported by the testing terminal 100 from the database 210. The ranking subunit 225 is configured to rank the plurality of searched testing software resources according to the related information of the plurality of testing software, where the related information includes at least one of a goodness of appreciation, a popularity, and a priority of each testing software. The selecting and sending subunit 226 is configured to select a preset number of test software resources according to the sorting and send the test software resources to the test software resource client 400 of the test terminal 100. Therefore, when the test software resources are selected, the test software resources compatible with the corresponding operating system are selected for the operating system type supported by each test terminal 100, so that the selected test software resources can be normally used in the test terminal 100.
The resource pushing unit 230 is configured to push the test software resource selected by the resource selecting unit 220 to the test software resource client 400 of the test terminal 100.
The resource pushing unit 230 pushes the testing software resources in the testing software resource client 400 of the testing terminal 100 to the testing software resources selected by the resource selecting unit 220. Optionally, the resource pushing unit 230 pushes all the testing software resources selected by the resource selecting unit 220 to the testing software resource client 400 of the testing terminal 100.
The display unit 110 is configured to display the test software resource pushed by the resource pushing unit 230 through the test software resource client 400.
When the user starts the testing software resource client 400 at the testing terminal 100, the testing software resources pushed by the resource pushing unit 230 are displayed. Optionally, the test software resource pushed by the resource pushing unit 230 is displayed in the test software resource client 400 in the form of an icon.
The response unit 120 is configured to respond to a test software downloading operation performed by a user on the test software resource client 400, and initiate a downloading request to the server 200.
When the user starts the testing software resource client 400 at the testing terminal 100, and the testing software resource pushed by the resource pushing unit 230 is displayed in the testing software resource client 400, the user can see the displayed testing software resource, but cannot directly use the testing software resource to execute the testing function. If the user needs to use a certain test software to execute the corresponding test function, the download operation is needed, the response unit 120 sends a download request to the server 200, and the test function corresponding to the test software can be used after the test software is downloaded.
The resource distribution management unit 240 is configured to issue the test software resource requested to be downloaded to the test terminal 100 for installation according to the download request initiated by the response unit 120.
It should be noted that, although the user cannot directly use the test software to execute the corresponding test function before downloading the test software, the server 200 may directly push the test software resource selected by the resource selecting unit 220 to the test software resource client 400 of the test terminal 100 through the resource pushing unit 230, so that the responding unit 120 executes the test operation corresponding to the test software resource pushed by the resource pushing unit 230, and completes the test operation on the test terminal 100. In application, the server 200 may also push the test software resource to the test software resource client 400 of the test terminal 100 through the resource distribution management unit 240, so that the response unit 120 executes the test operation corresponding to the test software resource pushed by the resource distribution management unit 240, thereby completing the test operation on the test terminal 100. That is, after the test terminal 100 installs the test software resource client 400, the server 200 may directly perform test management and control on the test software resource client.
In the test software opening system according to the embodiment of the present invention, the server 200 manages and controls the test software in the test software resource client 400 of the test terminal 100, and the user cannot add or delete the test software in the test software resource client 400 on the test terminal 100, and the related operations are executed by the server 200. Optionally, as shown in fig. 6, the resource pushing unit 230 includes a connection request subunit 231 and a pushing processing subunit 232.
The connection request subunit 231 is configured to initiate a connection request to the test terminal 100.
The pushing processing subunit 232 is configured to, after establishing a connection with the test terminal 100, determine whether the test software in the test software resource client 400 of the test terminal 100 is consistent with the test software resource selected by the resource selecting unit 220, and if not, replace the test software in the test software resource client 400 with the selected test software.
It should be understood that the pushing processing sub-unit 232 synchronizes the testing software resource selected by the resource selecting unit 220 with the testing software in the testing software resource client 400, for example: if the testing software resource selected by the resource selecting unit 220 is added or deleted, the pushing processing sub-unit 232 will add or delete the testing software in the testing software resource client 400 synchronously. Another example is: if the test software resource selected by the resource selection unit 220 has a status change such as update or disable, the pushing processing subunit 232 may synchronously perform operations such as update or disable on the test software in the test software resource client 400.
According to the test software opening system provided by the embodiment of the invention, the server 200 aggregates various test software resources, and can flexibly distribute the various test software resources to the test terminal 100 provided with the test software resource client 400, so that a software tester can conveniently check, download and use the required test software only by opening the test software resource client 400 on the test terminal 100, the concept of internet opening compatibility and promotion is met, and the development of the software testing industry is facilitated.
As shown in fig. 7, fig. 7 is a flowchart illustrating a method for testing software opening according to an embodiment of the present invention. The test software opening method in the present embodiment is applied to the server 200 shown in fig. 1 and fig. 2, and is implemented by each functional unit included in the test software opening apparatus 500 of the service 200. The method comprises the following steps.
Step S401: the test software resource is selected from the database 210 of the server 200.
In the present embodiment, the server 200 includes a database 210, and the database 210 stores the testing software resources. The test software resources stored in database 210 may come from a variety of sources, such as: may include testing software resources that are manually imported into the database 210. Another example is: may include the test software resources that server 200 automatically searches and imports into database 210 based on keywords, functions, set conditions, etc. To enable the aggregation of test software resources. Optionally, the test software resources in the embodiment of the present invention may include test software, a test software icon, a Shell script, a page link, and/or the like.
In this embodiment, the step S401 may be executed by the resource selecting unit 220 in fig. 3.
Step S402: and pushing the selected testing software resource to the testing software resource client 400 of the testing terminal 100.
In this step, the testing software resources may be randomly selected from the database 210, or the testing software resources may be selected from the database 210 according to a set rule. According to actual requirements, the set rules can be various, such as: and sequencing the test software resources according to the goodness of appreciation, the popularity or the priority, and selecting the test software resources with higher goodness of appreciation, popularity or priority. Another example is: the method can set the weights of the favorable rating, the popularity and the priority, comprehensively calculate the favorable rating, the popularity, the priority and the like of each test software resource according to the set weights, sort each test software resource according to the comprehensive calculation result, and select the test software resource with higher comprehensive calculation result ranking. Another example is: the test software resources are randomly selected from the database 210 according to a set time interval.
In this embodiment, the step S402 may be executed by the resource pushing unit 230 of fig. 3.
The present embodiment will be described in detail below with respect to the selection of the testing software resources, which will not be described herein.
Step S403: responding to the test software downloading request transmitted by the test software resource client 400, and issuing the test software resource requested to be downloaded to the test terminal 100 for installation.
In this embodiment, the step S403 may be executed by the resource distribution management unit 240 in fig. 3.
When the user starts the testing software resource client 400 at the testing terminal 100, the testing software resources pushed by the server 200 are displayed. Optionally, the test software resource pushed by the server 200 is displayed in the test software resource client 400 in the form of an icon. Although the user can see the displayed test software resources, the user cannot directly use the test software to perform the test function. If the user needs to use a certain test software to execute the corresponding test function, the user needs to perform downloading operation and sends a downloading request to the server 200. The server 200 issues the test software resource requested to be downloaded to the test terminal 100 for installation according to the test software downloading request.
It should be noted that, although the user cannot directly use the test software to execute the corresponding test function before downloading the test software, the server 200 may directly select the test software resource to be pushed to the test software resource client 400 of the test terminal 100, so that the test terminal 100 executes the test operation corresponding to the pushed test software resource to complete the test operation on the test terminal 100. That is, after the test terminal 100 installs the test software resource client 400, the server 200 may directly perform test management and control on the test software resource client.
In this embodiment, two selection manners of testing software resources are exemplified.
In a first way, referring to fig. 8, the step of selecting, for each type, at least one test software resource corresponding to the type from the database 210 of the server 200 includes the following steps.
Step S501: all test software resources corresponding to the same type are looked up from the database 210.
In this embodiment, the step S501 may be executed by the searching subunit 221 in fig. 4.
Step S502: and sequencing all the testing software resources corresponding to the same type according to the related information of all the testing software resources corresponding to the same type, wherein the related information comprises at least one of the good rating, the heat and the priority of each testing software.
In this embodiment, the step S502 may be executed by the sorting subunit 222 in fig. 4.
Step S503: and selecting a preset number of test software resources as the test software resources corresponding to the type according to the sequence.
In this embodiment, the step S503 may be executed by the selecting subunit 223 in fig. 4.
After the software testing method is set in the above way, the software testing can be classified according to the types, and when the software testing resources are selected, the software testing resources are selected according to each type, so that the software testing resources of various types can be selected. Through sorting and selection, the testing software resources with higher evaluation rate, higher popularity and/or higher priority can be selected. For example: the types of the test software may include a network speed measurement type, a network speed limit type, a memory detection type, a network packet capturing type, and the like, and accordingly, the server 200 may select a preset number of network speed measurement type test software resources, a preset number of network speed limit type test software resources, a preset number of memory detection type test software resources, and a preset number of network packet capturing type test software resources according to the ranking of the rating, the heat and/or the priority.
In a second mode, referring to fig. 9, the server 200 stores the operating system types supported by the test terminal 100, and the step of selecting the test software resource from the database 210 of the server 200 includes the following steps.
Step S601: a plurality of test software resources compatible with the operating system supported by the test terminal 100 are found from the database 210 of the server 200.
In this embodiment, the step S601 may be executed by the querying subunit 224 in fig. 5.
Step S602: and sequencing the searched plurality of testing software resources according to the related information of the plurality of testing software, wherein the related information comprises at least one of the favorable rating, the heat and the priority of each testing software.
In this embodiment, the step S602 may be executed by the arrangement subunit 225 in fig. 5.
Step S603: and selecting a preset number of test software resources according to the sequence and pushing the test software resources to the test software resource client 400 of the test terminal 100.
In this embodiment, the step S603 may be executed by the selecting subunit 226 in fig. 5.
After the above arrangement, when the test software resource is selected, the test software resource compatible with the corresponding operating system is selected for the operating system type supported by each test terminal 100, so that it is ensured that the selected test software resource can be normally used in the test terminal 100. Through sorting and selection, the testing software resources with higher evaluation rate, higher popularity and/or higher priority can be selected, so that the user experience is improved.
In the test software opening method according to the embodiment of the present invention, the server 200 manages and controls the test software in the test software resource client 400 of the test terminal 100, and the user cannot add or delete the test software in the test software resource client 400 on the test terminal 100, and the related operations are executed by the server 200. Optionally, as shown in fig. 10, the step of pushing the selected testing software resource to the testing software resource client 400 of the testing terminal 100 includes the following steps.
Step S701: a connection request is initiated to the test terminal 100.
In this embodiment, the step S701 may be executed by the connection request subunit 231 of fig. 6.
Step S702: after the connection with the test terminal 100 is established, whether the test software in the test software resource client 400 of the test terminal 100 is consistent with the selected test software resource is judged. Step S703: and if not, replacing the test software in the test software resource client 400 with the selected test software.
In this embodiment, the step S702 and the step S703 may be executed by the pushing processing subunit 232 in fig. 6.
It should be understood that the server 200 will synchronize the selected testing software resources with the testing software in the testing software resource client 400, for example: if the test software resource selected by the server 200 is added or deleted, the test software in the test software resource client 400 is added or deleted synchronously after being connected with the test terminal 100. Another example is: if the test software resource selected by the server 200 is changed in state, such as updated or disabled, the server 200 will synchronously update or disable the test software in the test software resource client 400 after connecting with the test terminal 100.
The implementation principle and the generated technical effect of the test software opening method provided by the embodiment of the invention are similar to those of the test software opening system embodiment, and for brief description, corresponding contents in the test software opening system embodiment can be referred to where the test software opening method embodiment is not mentioned.
It should be understood that the method, the system and the device for opening the test software provided by the embodiment of the invention are mainly applied to mobile terminals such as mobile phones and tablets, and are also applicable to desktop computers, notebook computers and the like during implementation.
It is to be noted that the flowchart and block diagrams in the figures of the embodiments of the present invention illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a unit, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The computer program product provided in the embodiment of the present invention includes a computer-readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment, which is not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. The above-described embodiments of the system and apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions in actual implementation, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, each functional unit in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It should be noted that, in this document, the term "comprises/comprising" or any other variation thereof is intended to cover a non-exclusive inclusion, so that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but also other elements not expressly listed or inherent to such process, method, article, or apparatus.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.

Claims (10)

1. The testing software opening system is characterized by comprising a testing terminal and a server, wherein a testing software resource client is installed in the testing terminal, the testing terminal is a mobile terminal device, and the testing terminal comprises: display element and response unit, the server includes: the system comprises a database, a resource selection unit, a resource pushing unit and a resource distribution management unit;
the database is used for storing the testing software resources;
the resource selection unit is used for selecting the testing software resources from the database;
the resource pushing unit is used for pushing the test software resources selected by the resource selecting unit to a test software resource client of the test terminal;
the display unit is used for displaying the test software resources pushed by the resource pushing unit through the test software resource client;
the response unit is used for responding to the test software downloading operation of the user on the test software resource client and initiating a downloading request to the server; and
the resource distribution management unit is used for issuing the test software resource requested to be downloaded to the test terminal for installation according to the downloading request initiated by the response unit;
the resource selection unit is used for selecting at least one test software resource corresponding to each type from the database aiming at each type;
the resource pushing unit comprises:
a connection request subunit, configured to initiate a connection request to the test terminal; and
and the pushing processing subunit is used for judging whether the test software in the test software resource client of the test terminal is consistent with the test software resource selected by the resource selection unit or not after the connection with the test terminal is established, and replacing the test software in the test software resource client with the selected test software if the test software in the test software resource client of the test terminal is inconsistent with the test software resource selected by the resource selection unit.
2. The system according to claim 1, wherein the response unit is further configured to execute a test operation corresponding to the test software resource pushed by the resource pushing unit, where the test software resource includes test software, a Shell script, and a page link.
3. A test software opening method is applied to a server, the server is accessed by at least one test terminal through a network, a test software resource client is installed in the test terminal, and the test terminal is a mobile terminal device, and is characterized by comprising the following steps:
selecting a test software resource from a database of the server;
pushing the selected test software resource to a test software resource client of the test terminal; and
responding to a test software downloading request transmitted by the test software resource client, and issuing the test software resource requested to be downloaded to the test terminal for installation;
the method comprises the following steps of selecting a test software resource from a database of a server, wherein the database stores the type of each test software, and the step of selecting the test software resource from the database of the server comprises the following steps:
aiming at each type, selecting at least one testing software resource corresponding to the type from a database of the server;
the step of pushing the selected testing software resource to the testing software resource client of the testing terminal comprises the following steps:
initiating a connection request to the test terminal; and
and after the connection with the test terminal is established, judging whether the test software in the test software resource client of the test terminal is consistent with the selected test software resource, if not, replacing the test software in the test software resource client with the selected test software.
4. The method according to claim 3, wherein the step of selecting, for each type, at least one test software resource corresponding to the type from the database of the server comprises:
finding out all testing software resources corresponding to the same type from the database;
sequencing all the testing software resources corresponding to the same type according to the related information of all the testing software resources corresponding to the same type, wherein the related information comprises at least one of the favorable rating, the heat and the priority of each testing software; and
and selecting a preset number of test software resources as the test software resources corresponding to the type according to the sequence.
5. The method as claimed in claim 3, wherein the database stores the os types supported by the testing terminal, and the step of selecting the testing software resource from the database of the server comprises:
searching a plurality of testing software resources which are compatible with an operating system supported by the testing terminal from a database of the server;
sequencing the searched test software resources according to the related information of the test software, wherein the related information comprises at least one of the favorable rating, the heat and the priority of each test software; and
and selecting a preset number of test software resources according to the sequence and pushing the test software resources to the test software resource client of the test terminal.
6. The method for opening test software according to claim 3, wherein the step of pushing the selected test software resource to the test software resource client of the test terminal includes:
and pushing the selected test software resource to a test software resource client of the test terminal so that the test terminal executes a test operation corresponding to the pushed test software resource, wherein the test software resource comprises test software, a Shell script and a page link.
7. A testing software opening device is applied to a server, the server is accessed by at least one testing terminal through a network, a testing software resource client is installed in the testing terminal, the testing terminal is a mobile terminal device, and the testing software opening device is characterized by comprising:
the database is used for storing the testing software resources;
the database is also used for storing the types of the test software; the resource selection unit is used for selecting the testing software resources from the database;
the resource selection unit is further configured to select, for each type, at least one test software resource corresponding to the type from the database;
the resource pushing unit is used for pushing the test software resources selected by the resource selecting unit to a test software resource client of the test terminal; and
the resource distribution management unit is used for responding to a test software downloading request transmitted by the test software resource client and transmitting the test software resource requested to be downloaded to the test terminal for installation;
wherein the resource pushing unit comprises:
a connection request subunit, configured to initiate a connection request to the test terminal; and
and the pushing processing subunit is used for judging whether the test software in the test software resource client of the test terminal is consistent with the test software resource selected by the resource selection unit or not after the connection with the test terminal is established, and replacing the test software in the test software resource client with the selected test software if the test software in the test software resource client of the test terminal is inconsistent with the test software resource selected by the resource selection unit.
8. The test software opening apparatus of claim 7, wherein the resource selecting unit includes:
the searching subunit is used for searching all the testing software resources corresponding to the same type from the database;
the sequencing subunit is used for sequencing all the testing software resources corresponding to the same type according to the related information of all the testing software resources corresponding to the same type, wherein the related information comprises at least one of the favorable rating, the heat and the priority of each testing software; and
and the selecting subunit is used for selecting a preset number of test software resources as the test software resources corresponding to the type according to the sequence.
9. The device as claimed in claim 7, wherein the database is further configured to store the types of operating systems supported by the test terminal;
the resource selecting unit comprises:
the query subunit is used for searching a plurality of test software resources compatible with the operating system supported by the test terminal from the database;
the arrangement subunit is used for sequencing the plurality of searched testing software resources according to the related information of the plurality of testing software, wherein the related information comprises at least one of the favorable rating, the heat and the priority of each testing software; and
and the selecting and sending subunit is used for selecting a preset number of test software resources according to the sequence and pushing the test software resources to the test software resource client of the test terminal.
10. The device according to claim 7, wherein the resource pushing unit is configured to push the test software resource selected by the resource selecting unit to a test software resource client of the test terminal, so that the test terminal executes a test operation corresponding to the pushed test software resource, where the test software resource includes test software, a Shell script, and a page link.
CN201610428869.5A 2016-06-15 2016-06-15 Test software opening method, system and device Active CN107515818B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610428869.5A CN107515818B (en) 2016-06-15 2016-06-15 Test software opening method, system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610428869.5A CN107515818B (en) 2016-06-15 2016-06-15 Test software opening method, system and device

Publications (2)

Publication Number Publication Date
CN107515818A CN107515818A (en) 2017-12-26
CN107515818B true CN107515818B (en) 2021-02-05

Family

ID=60721279

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610428869.5A Active CN107515818B (en) 2016-06-15 2016-06-15 Test software opening method, system and device

Country Status (1)

Country Link
CN (1) CN107515818B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110753089B (en) * 2019-09-19 2022-08-19 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for managing client

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1369787A (en) * 2001-02-14 2002-09-18 英业达股份有限公司 Test tool loading and managing method for test system
CN102693495A (en) * 2011-03-21 2012-09-26 微软公司 Filtering and promoting application store applications
CN103186646A (en) * 2011-12-31 2013-07-03 联想(北京)有限公司 Application program-oriented display method, equipment and system
CN104699616A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Method, device and system for testing application

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102023919B (en) * 2009-09-15 2014-09-24 技嘉科技股份有限公司 Integrated test method and system
US9460461B1 (en) * 2011-03-09 2016-10-04 Amazon Technologies, Inc. System for collecting and exposing usage metrics associated with mobile device applications
US9170924B2 (en) * 2013-08-14 2015-10-27 Vmware, Inc. Ecosystem certification of a partner product
CN104023073A (en) * 2014-06-13 2014-09-03 北京奇虎科技有限公司 Resource pushing method, system and device
CN104978276B (en) * 2015-07-21 2018-09-14 安一恒通(北京)科技有限公司 Method, apparatus and system for inspection software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1369787A (en) * 2001-02-14 2002-09-18 英业达股份有限公司 Test tool loading and managing method for test system
CN102693495A (en) * 2011-03-21 2012-09-26 微软公司 Filtering and promoting application store applications
CN103186646A (en) * 2011-12-31 2013-07-03 联想(北京)有限公司 Application program-oriented display method, equipment and system
CN104699616A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Method, device and system for testing application

Also Published As

Publication number Publication date
CN107515818A (en) 2017-12-26

Similar Documents

Publication Publication Date Title
US9584612B2 (en) Systems and methods for pushing applications
CN101385017B (en) Partial item change tracking and synchronization
EP2682863B1 (en) Installing applications remotely
CN103618774B (en) A kind of resource recommendation method based on network behavior and device, system
EP3764220A1 (en) Automatic application updates
EP3220270A1 (en) System and method to configure distributed measuring devices and treat measurement data
EP3399415A1 (en) Computing resource identification
US20130227085A1 (en) Terminal and method for using cloud services
EP2985707A1 (en) Method and apparatus for finding file in storage device and router and medium
EP2862338B1 (en) Method, server, and client for pushing and displaying splash screen
US20150339628A1 (en) Online software service system and method
CN103118140A (en) Method, system and device for sharing file with other users out of relationship circle
US10621259B2 (en) URL error-correcting method, server, terminal and system
US20210109897A1 (en) Dynamically updating distributed content objects
CN112085567A (en) Commodity recommendation method and device, electronic equipment and readable medium
US20240054544A1 (en) Information display method and apparatus, and electronic device
CN107515818B (en) Test software opening method, system and device
KR102205686B1 (en) Method and apparatus for ranking candiate character and method and device for inputting character
CN107480240B (en) Database system and data processing method thereof
CN115086194B (en) Cloud application data transmission method, computing device and computer storage medium
CN111193804A (en) Distributed storage method and device, network node and storage medium
JP2018508081A (en) Input serial processing method, apparatus, device, and non-executable computer storage medium
CN105701231A (en) Network resource search system and method
CN108139900B (en) Communicating information about updates of an application
CN111373387A (en) Deduplication of files in cloud computing storage and communication tools

Legal Events

Date Code Title Description
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: 20200601

Address after: 310052 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Alibaba (China) Co.,Ltd.

Address before: 510627 Guangdong city of Guangzhou province Whampoa Tianhe District Road No. 163 Xiping Yun Lu Yun Ping B radio 14 floor tower square

Applicant before: GUANGZHOU UCWEB COMPUTER TECHNOLOGY Co.,Ltd.

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