CN116149718A - Software processing method, device, electronic equipment, medium and program product - Google Patents

Software processing method, device, electronic equipment, medium and program product Download PDF

Info

Publication number
CN116149718A
CN116149718A CN202111395629.7A CN202111395629A CN116149718A CN 116149718 A CN116149718 A CN 116149718A CN 202111395629 A CN202111395629 A CN 202111395629A CN 116149718 A CN116149718 A CN 116149718A
Authority
CN
China
Prior art keywords
difference function
target software
different system
system platforms
operation path
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111395629.7A
Other languages
Chinese (zh)
Inventor
田野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zitiao Network Technology Co Ltd
Original Assignee
Beijing Zitiao 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 Beijing Zitiao Network Technology Co Ltd filed Critical Beijing Zitiao Network Technology Co Ltd
Priority to CN202111395629.7A priority Critical patent/CN116149718A/en
Publication of CN116149718A publication Critical patent/CN116149718A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The present disclosure relates to a software processing method, apparatus, electronic device, medium and program product, applied to the field of computer technology, the method comprising: acquiring operation path information for operating target software in different system platforms; determining whether the target software in different system platforms has difference function information according to the operation path information respectively corresponding to the different system platforms; and if the difference function information exists, repairing the difference function indicated by the difference function information in the target software. The method and the device can improve the consistency of the target software in different system platform functions and improve the user experience.

Description

Software processing method, device, electronic equipment, medium and program product
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a software processing method, apparatus, electronic device, medium, and program product.
Background
In the software development process, in order to match different system platforms, such as an Android system, an iOS system, a personal computer system, a Web version, and the like, various software supporting different system platforms is generally developed. Thus, the software may be used at multiple ends. However, multiple ends of different system platforms may differ in handling specific business logic, particularly in handling boundary conditions, which may be more pronounced, affecting user experience.
Disclosure of Invention
To solve or at least partially solve the above technical problems, the present disclosure provides a software processing method, apparatus, electronic device, medium, and program product.
According to a first aspect of the present disclosure, there is provided a software processing method, including:
acquiring operation path information for operating target software in different system platforms;
determining whether the target software has difference function information in different system platforms according to the operation path information respectively corresponding to the different system platforms;
and if the difference function information exists, repairing the difference function indicated by the difference function information in the target software.
Optionally, the repairing the difference function indicated by the difference function information in the target software includes:
and if the difference function information is irrelevant to the platform attribute of the system platform, repairing the difference function indicated by the difference function information in the target software.
Optionally, the repairing the difference function indicated by the difference function information in the target software includes:
acquiring importance of the difference function indicated by the difference function information;
and if the importance is greater than a preset threshold, repairing the difference function of the target software.
Optionally, acquiring the importance of the difference function includes:
and determining the importance of the difference function according to the access times and/or the access time length aiming at the difference function.
Optionally, the repairing the difference function indicated by the difference function information in the target software includes:
selecting a target solution corresponding to the difference function indicated by the difference function information from a solution library;
and repairing the difference function of the target software according to the target solution.
Optionally, the determining whether the target software has difference function information in the different system platforms according to the operation path information respectively corresponding to the different system platforms includes:
generating an operation path tree diagram corresponding to the different system platforms according to the operation path information corresponding to the different system platforms respectively;
and comparing the operation path tree diagrams corresponding to the different system platforms layer by layer, and determining whether the target software has difference function information in the different system platforms.
According to a second aspect of the present disclosure, there is provided a software processing apparatus comprising:
the operation path information acquisition module is used for acquiring operation path information for operating the target software in different system platforms;
the difference function information determining module is used for determining whether the difference function information exists in the target software in the different system platforms according to the operation path information respectively corresponding to the different system platforms;
and the repair processing module is used for repairing the difference function indicated by the difference function information in the target software if the difference function information exists.
Optionally, the repair processing module is specifically configured to repair the difference function indicated by the difference function information in the target software if the difference function information exists and the difference function information is irrelevant to the platform attribute of the system platform.
Optionally, the repair processing module is specifically configured to obtain importance of the difference function indicated by the difference function information if the difference function information exists; and if the importance is greater than a preset threshold, repairing the difference function of the target software.
Optionally, the repair processing module is specifically configured to obtain the importance of the difference function by: and determining the importance of the difference function according to the access times and/or the access time length aiming at the difference function.
Optionally, the repair processing module is specifically configured to select, if there is difference function information, a target solution corresponding to the difference function indicated by the difference function information from a solution library; and repairing the difference function of the target software according to the target solution.
Optionally, the difference function information determining module is specifically configured to generate an operation path tree diagram corresponding to the different system platforms according to the operation path information corresponding to the different system platforms respectively; and comparing the operation path tree diagrams corresponding to the different system platforms layer by layer, and determining whether the target software has difference function information in the different system platforms.
According to a third aspect of the present disclosure, there is provided an electronic device comprising: a processor for executing a computer program stored in a memory, which when executed by the processor implements the method according to the first aspect.
According to a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of the first aspect.
According to a fifth aspect of the present disclosure, there is provided a computer program product for, when run on a computer, causing the computer to perform the method of the first aspect.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has the following advantages:
according to the method and the device, the operation path information for operating the target software in different system platforms is obtained, and the difference function information of the target software in the different system platforms can be determined according to the operation path information. And if the difference function information exists, repairing the difference function indicated by the difference function information in the target software. The operation path information can characterize the operation behavior in the process of using the target software, so that the difference of the target software in different system platforms can be accurately determined through the operation path information, further, the difference functions of the target software can be accurately repaired, the functions of the target software in different system platforms are kept consistent, the consistency of the functions of the target software in different system platforms is improved, and the user experience is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments of the present disclosure or the solutions in the prior art, the drawings that are required for the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 illustrates a schematic diagram of a system architecture of an exemplary application environment to which a software processing method of an embodiment of the present disclosure may be applied;
FIG. 2 is a flowchart of a software processing method in an embodiment of the present disclosure;
FIG. 3 is a further flowchart of a software processing method in an embodiment of the present disclosure;
fig. 4 is a schematic diagram of a functional difference of a live scene in an embodiment of the disclosure;
FIG. 5 is a schematic diagram of a software processing apparatus according to an embodiment of the disclosure;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, a further description of aspects of the present disclosure will be provided below. It should be noted that, without conflict, the embodiments of the present disclosure and features in the embodiments may be combined with each other.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced otherwise than as described herein; it will be apparent that the embodiments in the specification are only some, but not all, embodiments of the disclosure.
FIG. 1 illustrates a schematic diagram of a system architecture of an exemplary application environment to which the software processing method of embodiments of the present disclosure may be applied.
As shown in fig. 1, system architecture 100 may include a plurality of terminal devices 101, 102, 103, a network 104, and a server 105. Terminal device 101, terminal device 102, terminal device 103 may be a variety of electronic devices including, but not limited to, desktop computers, portable computers, smart phones, tablet computers, and the like. The terminal device 101, the terminal device 102, and the terminal device 103 may correspond to different system platforms, for example, the terminal device 101 is an Android system, the terminal device 102 is an iOS system, and the terminal device 103 is a personal computer system (Windows system or macOS system, etc.). The network 104 is a medium used to provide communication links between the terminal device 101, the terminal device 102, the terminal device 103, and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others. It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation. For example, the server 105 may be a server cluster formed by a plurality of servers.
The software processing method provided by the embodiment of the present disclosure is generally executed by the server 105, and accordingly, the software processing apparatus may be disposed in the server 105. For example, the server 105 may obtain operation path information of the target object for operating the target software at the terminal device 101, the terminal device 102, and the terminal device 103, where the operation path information may be obtained after the authorization of the target object. And determining whether the difference function information exists in the target software in different system platforms according to the operation path information respectively corresponding to the different system platforms, and if the difference function information exists, repairing the difference function indicated by the difference function information in the target software to obtain an updated installation package. The terminal device 101, the terminal device 102, and the terminal device 103 can download and install the updated installation package to repair the difference function of the target software. The above process does not need to perform functional test on the target software, and avoids the consumption of manpower. And because the whole flow of the functional test is compared with the black box, all functional differences cannot be found, compared with the functional test, the method and the device can accurately detect the differences of the target software on different system platforms according to the operation path information respectively corresponding to the different system platforms, repair the functions with the differences and improve the consistency of the target software on the functions of the different system platforms.
Referring to fig. 2, fig. 2 is a flowchart of a software processing method in an embodiment of the disclosure, which may include the following steps:
step S210, obtaining operation path information for operating the target software in different system platforms.
In the embodiment of the disclosure, the obtaining of the operation path information for operating the target software in different system platforms may specifically be obtaining of the operation path information for operating the target software in different system platforms by the target object, where the target object may be a developer, a tester, or a designated user of the target software, and of course may also be other users. The target software may be software that supports a variety of different system platforms, i.e., the target software corresponds to a plurality of types of installation packages. The target object can select a corresponding installation package according to the type of the system platform of the used equipment, and the target software is used after installation. The same target object may install the target software in devices of different system platforms, respectively, so that the target software may be more conveniently used.
The target software is operated during the process that the target object uses the target software. For example, after entering the main interface of the target software, clicking on a first button, entering the first interface, clicking on a second button in the first interface, entering the second interface, clicking on a third button in the second interface, entering the third interface, and so forth. In the process of executing the operation by the target object, if the target object is authorized, the corresponding operation path information can be acquired. The method and the device can acquire the operation path information of a plurality of target objects operating in different system platforms aiming at the target software, and the more the acquired operation path information is, the more comprehensively and accurately the difference of the target software functions in different system platforms can be determined in the process of executing the step S220.
Step S220, determining whether the difference function information exists in the target software in different system platforms according to the operation path information respectively corresponding to the different system platforms.
It will be appreciated that the operational path information of the target object during use of the target software may reflect the functionality of the target software. And if the target object executes the same operation on the target application in different system platforms, the finally displayed interfaces are the same, which indicates that the functions of the target application corresponding to the different system platforms are the same, otherwise, the functions of the target application corresponding to the different system platforms are different. Therefore, according to the operation path information respectively corresponding to the different system platforms, the difference function information of the target software in the different system platforms can be determined. The difference function information may be information describing a difference in function of the target software in the different system platforms, from which the difference function of the target software in the different system platforms may be determined.
Step S230, if the difference function information exists, repairing the difference function indicated by the difference function information in the target software.
If the difference exists between the functions of the target software on different system platforms, the difference function of the target software can be analyzed, namely, the reason that the difference function is generated by the target software on each system platform is analyzed, and the difference function is repaired according to the analyzed reason, so that the functions of the target software in each system platform are kept consistent.
According to the software processing method, the difference function information of the target software in different system platforms can be determined according to the operation path information by acquiring the operation path information for operating the target software in different system platforms. And if the difference function information exists, repairing the difference function indicated by the difference function information in the target software. The operation path information can characterize the operation behavior of the target object in the process of using the target software, so that the difference of the target software in different system platforms can be accurately determined through the operation path information, further, the difference functions of the target software can be accurately repaired, the functions of the target software in different system platforms are kept consistent, the consistency of the functions of the target software in different system platforms is improved, and user experience is improved.
Referring to fig. 3, fig. 3 is a flowchart of a software processing method according to an embodiment of the disclosure, which may include the following steps:
step S310, obtaining operation path information for operating the target software in different system platforms.
In the embodiment of the disclosure, in the process that the target object uses the target software through the terminal device, the terminal device can acquire the operation path information of the target object aiming at the target software in different system platforms after the target object is authorized, and the operation path information is uploaded to the server after the server sends the information acquisition request. The server can also acquire the operation path information of the target object aiming at the target software in different system platforms after the authorization of the target object.
Step S320, according to the operation path information corresponding to the different system platforms, an operation path tree diagram corresponding to the different system platforms is generated.
It will be appreciated that the interface components of the target software are organized in a multi-way tree, and accordingly, the path of operations may also be considered a multi-way tree during execution of the operations on the target software. Accordingly, a corresponding operation path tree diagram can be generated from the operation path information. The nodes of the operation path tree diagram are functional nodes of the target software.
In the embodiment of the present disclosure, when the operation path tree diagram is generated, the operation path tree diagram may further include importance corresponding to a node, where the importance corresponding to the node may be determined by:
mode one: importance is determined according to the access frequency and/or the access duration. For example, aiming at a function which is frequently accessed by a target object in target software and has long access time, the importance of the function is high; for the function with the short access time and the occasional access of the target object in the target software, the importance of the function is low. Alternatively, mode two: determining importance according to the type of a function, for example, if a certain function belongs to a basic function of target software and the function is deleted and the use of the target software by a target object is influenced, the importance of the function is high; or, if a function is deleted and the use of the target software by the target object is not affected, the importance of the function is low. Therefore, the importance of each function can be determined according to the access times and/or the access time length of the target object for each function. For example, in the case where different target objects use target software, the importance of each function may be determined according to the number of accesses and/or the access duration of different target objects to each function within a preset period (for example, within 2 minutes, 5 minutes).
It is assumed that a smaller value of importance indicates a higher importance, i.e., a node is more important. After determining the importance of each function, the nodes may be divided into core function nodes and normal function nodes according to the importance. The importance of the core function node can be 1-10, and the importance of the common function node is 20-30.
And step S330, comparing the operation path tree diagrams corresponding to different system platforms layer by layer, and determining whether the target software has difference function information in the different system platforms.
In the embodiment of the disclosure, the operation path tree diagrams corresponding to different system platforms are all corresponding to the operation path tree diagrams, so that the operation path tree diagrams corresponding to different system platforms can be compared layer by layer, namely, the operation path tree diagrams from the first layer to the last layer are compared layer by layer, and if the number of nodes of the current layer is the same, the node types are the same, and the next layer can be compared. If the number of nodes is different or the number of nodes is the same, but the types of the nodes are different, determining that the target software has differences in functions of different system platforms, marking the nodes with the differences, and in addition, the operation path information related to the disclosure is data fully authorized by the target object and each party.
Referring to fig. 4, fig. 4 is a schematic diagram illustrating a functional difference of a live scene in an embodiment of the disclosure. And after the Android system clicks "+", "live broadcast" and "start live broadcast" in sequence, displaying a countdown 5s prompt, namely, starting live broadcast after 5 s. And after the iOS system clicks "+", "live broadcast" and "start live broadcast" in sequence, displaying a countdown 3s prompt, namely, starting live broadcast after 3 s.
It can be seen that after the Android system and the iOS system execute the same operation, the interface finally displayed by the target software is different, so that it can be determined that the target software has difference function information in the two system platforms.
Step S340, if the difference function information exists, and the difference function information is irrelevant to the platform attribute of the system platform, repairing the difference function indicated by the difference function information in the target software.
It should be noted that, due to the differences of the platform attributes of the system platforms, some functions of the target software may actually have differences, that is, due to the limitations of the system platforms, complete consistency of all functions of the target application cannot be achieved. Therefore, in the case where the difference function information is related to the platform attribute of the system platform, no processing is performed. And repairing the difference function of the target software under the condition that the difference function information is irrelevant to the platform attribute of the system platform. For example, with respect to the functional difference diagram shown in fig. 4, the occurrence of multi-terminal inconsistency is not expected, that is, the case of multi-terminal inconsistency is independent of the platform attribute of the system platform, and the repair process may be performed.
Alternatively, the difference function table may be obtained by storing the difference function caused by the difference of the system platform, and the category, the sub-category, and the like corresponding to the difference function in advance. If the difference function table has the difference function of the target software on different system platforms, determining that the difference of the difference function of the target software on different system platforms is related to the platform attribute of the system platform; if the difference function table does not have the difference function of the target software on different system platforms, the difference of the difference function of the target software on different system platforms can be determined to be irrelevant to the platform attribute of the system platform.
Because the importance of the function node is set in advance, when the difference function of the target software is repaired, the difference function of the target software can be repaired according to the importance of the function node. As previously described, the importance of the differencing function may be determined based on the number of accesses and/or the length of access to the differencing function. Therefore, the importance degree of the difference function indicated by the difference function information can be acquired, and if the importance degree is greater than a preset threshold value, the difference function of the target software is repaired. That is, in the case where the difference function belongs to an important function, repair processing can be performed; in the case where the difference function does not belong to an important function, the repair process may not be performed.
In the embodiment of the disclosure, for an important core function, whether repair is necessary or recommended can be determined according to the importance of the core function; for general functions that are not important, whether to suggest a repair or not to process may be determined based on the importance of the general function.
In an alternative embodiment, a target solution corresponding to the difference function indicated by the difference function information may be selected from a solution library; and repairing the difference function of the target software according to the target solution. Solutions corresponding to various difference functions are recorded in the solution library, solutions corresponding to the general difference functions can be directly obtained from the cloud, and solutions corresponding to the non-general difference functions can be customized manually. The solution library can be seen in table 1, which contains the function class, sub-class, related description of the function, priority, and solutions.
TABLE 1
Figure BDA0003370222030000101
According to the software processing method, the operation path information of the target object (a plurality of different target objects) for operating the target software in different system platforms is obtained, an operation path tree diagram is generated according to the operation path information, the operation path tree diagrams of the different system platforms are compared layer by layer, and the difference function information of the target software in the different system platforms can be determined. If the difference function information exists and the difference function information is irrelevant to the platform attribute of the system platform, whether the difference function of the target software is repaired or not can be determined according to the importance degree of the difference function. According to the method and the device for repairing the important difference functions of the target software, the important difference functions of the target software can be repaired accurately according to the importance degree of the difference functions, so that the important functions of the target software on different system platforms are kept consistent, the consistency of the important functions of the target software on different system platforms is improved, and user experience is improved. For unimportant difference functions, the use experience of a user is not affected, so that repair processing can be omitted, and the repair quantity is reduced.
Corresponding to the above method embodiments, the present disclosure further provides a software processing apparatus, referring to fig. 5, the software processing apparatus 500 includes:
an operation path information obtaining module 510, configured to obtain operation path information for operating on the target software in different system platforms;
the difference function information determining module 520 is configured to determine whether the difference function information exists in the target software in different system platforms according to the operation path information respectively corresponding to the different system platforms;
and the repair processing module 530 is configured to perform repair processing on the difference function indicated by the difference function information in the target software if the difference function information exists.
Optionally, the repair processing module 530 is specifically configured to repair the difference function indicated by the difference function information in the target software if the difference function information exists and the difference function information is irrelevant to the platform attribute of the system platform.
Optionally, the repair processing module 530 is specifically configured to obtain importance of the difference function indicated by the difference function information if the difference function information exists; and if the importance is greater than a preset threshold, repairing the difference function of the target software.
Optionally, the repair processing module 530 is specifically configured to implement the importance of the difference obtaining function by: and determining the importance of the difference function according to the access times and/or the access time length aiming at the difference function.
Optionally, the repair processing module 530 is specifically configured to select, if the difference function information exists, a target solution corresponding to the difference function indicated by the difference function information from the solution library; and repairing the difference function of the target software according to the target solution.
Optionally, the difference function information determining module 520 is specifically configured to generate an operation path tree diagram corresponding to different system platforms according to operation path information corresponding to the different system platforms respectively; and comparing the operation path tree diagrams corresponding to different system platforms layer by layer, and determining whether the target software has difference function information in the different system platforms.
Specific details of each module or unit in the above apparatus have been described in the corresponding method, and thus are not described herein.
It should be noted that although in the above detailed description several modules or units of a device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit in accordance with embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into a plurality of modules or units to be embodied.
In an exemplary embodiment of the present disclosure, there is also provided an electronic apparatus including: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to execute the software processing method described above in this example embodiment.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure. It should be noted that the electronic device 600 shown in fig. 6 is only an example, and should not impose any limitation on the functions and the application scope of the embodiments of the present disclosure.
As shown in fig. 6, the electronic device 600 includes a Central Processing Unit (CPU) 601, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data required for system operation are also stored. The central processing unit 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
The following components are connected to the I/O interface 605: an input portion 606 including a keyboard, mouse, etc.; an output portion 607 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a Local Area Network (LAN) card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The drive 610 is also connected to the I/O interface 605 as needed. Removable media 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed as needed on drive 610 so that a computer program read therefrom is installed as needed into storage section 608.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the flowcharts. In such an embodiment, the computer program may be downloaded and installed from a network through the communication portion 609, and/or installed from the removable medium 611. The computer program, when executed by the central processing unit 601, performs the various functions defined in the apparatus of the present disclosure.
In an embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the above-described software processing method.
The computer readable storage medium shown in the present disclosure may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory, a read-only memory, an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable storage medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, radio frequency, and the like, or any suitable combination of the foregoing.
In an embodiment of the present disclosure, there is also provided a computer program product, which when run on a computer causes the computer to perform the above-described software processing method.
It should be noted that in this document, relational terms such as "first" and "second" and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing is merely a specific embodiment of the disclosure to enable one skilled in the art to understand or practice the disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown and described herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of software processing, the method comprising:
acquiring operation path information for operating target software in different system platforms;
determining whether the target software has difference function information in different system platforms according to the operation path information respectively corresponding to the different system platforms;
and if the difference function information exists, repairing the difference function indicated by the difference function information in the target software.
2. The method according to claim 1, wherein the repairing the difference function indicated by the difference function information in the target software includes:
and if the difference function information is irrelevant to the platform attribute of the system platform, repairing the difference function indicated by the difference function information in the target software.
3. The method according to claim 1 or 2, wherein the repairing the difference function indicated by the difference function information in the target software includes:
acquiring importance of the difference function indicated by the difference function information;
and if the importance is greater than a preset threshold, repairing the difference function of the target software.
4. A method according to claim 3, wherein obtaining the importance of the difference function comprises:
and determining the importance of the difference function according to the access times and/or the access time length aiming at the difference function.
5. The method according to claim 1 or 2, wherein the repairing the difference function indicated by the difference function information in the target software includes:
selecting a target solution corresponding to the difference function indicated by the difference function information from a solution library;
and repairing the difference function of the target software according to the target solution.
6. The method according to claim 1, wherein the determining whether the target software has difference function information in the different system platforms according to the operation path information respectively corresponding to the different system platforms includes:
generating an operation path tree diagram corresponding to the different system platforms according to the operation path information corresponding to the different system platforms respectively;
and comparing the operation path tree diagrams corresponding to the different system platforms layer by layer, and determining whether the target software has difference function information in the different system platforms.
7. A software processing apparatus, the apparatus comprising:
the operation path information acquisition module is used for acquiring operation path information for operating the target software in different system platforms;
the difference function information determining module is used for determining whether the difference function information exists in the target software in the different system platforms according to the operation path information respectively corresponding to the different system platforms;
and the repair processing module is used for repairing the difference function indicated by the difference function information in the target software if the difference function information exists.
8. An electronic device, comprising: a processor for executing a computer program stored in a memory, which when executed by the processor carries out the steps of the method according to any one of claims 1-6.
9. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1-6.
10. A computer program product, characterized in that the computer program product, when run on a computer, causes the computer to perform the steps of the method of any of claims 1-6.
CN202111395629.7A 2021-11-23 2021-11-23 Software processing method, device, electronic equipment, medium and program product Pending CN116149718A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111395629.7A CN116149718A (en) 2021-11-23 2021-11-23 Software processing method, device, electronic equipment, medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111395629.7A CN116149718A (en) 2021-11-23 2021-11-23 Software processing method, device, electronic equipment, medium and program product

Publications (1)

Publication Number Publication Date
CN116149718A true CN116149718A (en) 2023-05-23

Family

ID=86372389

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111395629.7A Pending CN116149718A (en) 2021-11-23 2021-11-23 Software processing method, device, electronic equipment, medium and program product

Country Status (1)

Country Link
CN (1) CN116149718A (en)

Similar Documents

Publication Publication Date Title
CN109840192B (en) Method and device for automatic testing
CN111382070A (en) Compatibility testing method and device, storage medium and computer equipment
CN113448862B (en) Software version testing method and device and computer equipment
CN110879776A (en) Test case generation method and device
CN107305528B (en) Application testing method and device
CN114238134A (en) Test result display method, device, equipment and storage medium
CN110955409B (en) Method and device for creating resources on cloud platform
CN111694550A (en) Page display control method, device and system
CN110955438A (en) Method, device and equipment for monitoring performance of small program and storage medium
CN116149718A (en) Software processing method, device, electronic equipment, medium and program product
CN113448869B (en) Method and device for generating test case, electronic equipment and computer readable medium
CN115860877A (en) Product marketing method, device, equipment and medium
CN111338928A (en) Chrome-based browser testing method and device
CN111026629A (en) Method and device for automatically generating test script
CN113655942A (en) Chart data display method and device
CN110083351B (en) Method and device for generating code
CN108287792B (en) Method and apparatus for outputting information
CN112965910A (en) Automatic regression testing method and device, electronic equipment and storage medium
WO2020230241A1 (en) Testing device, testing method, and program
CN114968696A (en) Index monitoring method, electronic equipment and chip system
CN113158177A (en) Dynamic measurement method, device, equipment and storage medium
CN109871310B (en) Version quality testing method and device
CN115543391B (en) Application platform upgrading method and device, electronic equipment and readable storage medium
CN109189689B (en) Method and apparatus for testing
CN115129355B (en) Page repair method, system and computer equipment thereof

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