CN111008144A - Software performance detection method, terminal device and computer readable storage medium - Google Patents

Software performance detection method, terminal device and computer readable storage medium Download PDF

Info

Publication number
CN111008144A
CN111008144A CN201911315051.2A CN201911315051A CN111008144A CN 111008144 A CN111008144 A CN 111008144A CN 201911315051 A CN201911315051 A CN 201911315051A CN 111008144 A CN111008144 A CN 111008144A
Authority
CN
China
Prior art keywords
test
program code
file
performance
software
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.)
Granted
Application number
CN201911315051.2A
Other languages
Chinese (zh)
Other versions
CN111008144B (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.)
Shanghai Pinshun Information Technology Co ltd
Original Assignee
Shanghai Pinshun Information 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 Shanghai Pinshun Information Technology Co ltd filed Critical Shanghai Pinshun Information Technology Co ltd
Priority to CN201911315051.2A priority Critical patent/CN111008144B/en
Publication of CN111008144A publication Critical patent/CN111008144A/en
Application granted granted Critical
Publication of CN111008144B publication Critical patent/CN111008144B/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
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

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)
  • Stored Programmes (AREA)

Abstract

The invention provides a software performance detection method, terminal equipment and a computer readable storage medium. The software performance detection method provided by the invention comprises the following steps: the platform server acquires a program code file and a test flow script file corresponding to target application software; adding a test performance file in the program code file to obtain a mixed program code file of the target application software; and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file. The test performance file is combined with the program code file corresponding to the target application software, the test performance file is bound into the program code file, the purpose of performing software performance test in the IOS system can be achieved without the support of the jail crossing equipment, and the test flexibility is further improved.

Description

Software performance detection method, terminal device and computer readable storage medium
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a software performance detection method, a terminal device, and a computer-readable storage medium.
Background
Indexes such as memory occupation and Central Processing Unit (CPU) occupation of an APP (Application, mobile phone software) under a specific interface or a specific operation need to be detected to detect the performance of a client. The bottom layer of an IOS system (apple mobile operating system) is UNIX (uinex), and it is required that an IOS device for prison crossing is provided with an OpenSSH plug-in and a TOP plug-in to connect with a mobile phone through Xshell to display APP performance parameters during operation of the IOS device in order to acquire a state of a process by establishing an SSH (secure shell protocol) connection and sending a TOP instruction. However, the latest IOS system version is different from the system version which can cross prisons in the market, so that the system cannot cross prisons without the support of the prison crossing equipment, namely, the performance parameters of the APP cannot be tested.
Disclosure of Invention
The invention mainly aims to provide a software performance detection method, terminal equipment and a computer readable storage medium, and aims to solve the technical problem that jail crossing equipment is required to be relied on when software performance test is carried out in the prior IOS system.
In order to achieve the above object, the present invention provides a software performance detection method, which comprises the following steps:
the platform server acquires a program code file and a test flow script file corresponding to target application software;
adding a test performance file in the program code file to obtain a mixed program code file of the target application software;
and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file.
Optionally, the step of adding a test performance file to the program code file to obtain a mixed program code file of the target application software includes:
extracting a test program code of the test performance file;
inserting the test program code into a program code corresponding to the program code file to obtain a mixed program code;
and packaging the mixed program code to obtain the mixed program code file.
Optionally, the step of sending the mixed code file and the test flow script file to a terminal device includes:
acquiring a path channel corresponding to the terminal equipment in a connectable state at present;
and issuing the mixed program code file and the test flow script file to the terminal equipment according to the path channel.
In order to achieve the above object, the present invention provides a software performance detection method, which comprises the following steps:
after receiving a mixed program code file and a test flow script file sent by a platform server, terminal equipment analyzes the mixed program code file and the test flow script file to obtain a mixed program code and a flow script program;
installing an application program according to the mixed program code;
and running the test flow script file in the application program to test the performance of the application program.
Optionally, the step of running the test flow script file in the application program to perform a performance test on the application program includes:
acquiring operation steps and operation parameters corresponding to the flow script program;
and controlling the application program to perform performance test according to the operation steps and the operation parameters.
Optionally, after the step of installing the application program according to the mixed program code, the software performance testing method further includes:
after receiving a manual operation instruction of a user based on the application program, acquiring step information of the user for operating the application program;
and performing performance test on the application program according to the step information.
Optionally, after the step of performing the performance test on the application program, the method further includes:
after the performance test is finished, obtaining test data;
and sending the test data to a background server so that the background server can comprehensively process the test data to obtain performance data.
In order to achieve the above object, the present invention further provides a terminal device, where the terminal device includes a memory, a processor, and a control program of a software performance detection method stored in the memory and executable on the processor, and when the control program of the software performance detection method is executed by the processor, the steps of the software performance detection method are implemented.
To achieve the above object, the present invention further provides a computer-readable storage medium, on which a control program of a software performance detection method is stored, and the control program of the software performance detection method, when executed by a processor, implements the steps of the software performance detection method as described above.
According to the technical scheme, a platform server acquires a program code file and a test flow script file corresponding to target application software; adding a test performance file in the program code file to obtain a mixed program code file of the target application software; and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file. The test performance file is combined with the program code file corresponding to the target application software, the test performance file is bound into the program code file, the purpose of performing software performance test in the IOS system can be achieved without the support of the jail crossing equipment, and the test flexibility is further improved.
Drawings
Fig. 1 is a schematic terminal structure diagram of a platform server hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a software performance testing method according to the present invention;
FIG. 3 is a flowchart illustrating a second embodiment of a software performance testing method according to the present invention;
FIG. 4 is a flowchart illustrating a third exemplary embodiment of a software performance testing method according to the present invention;
fig. 5 is a schematic terminal structure diagram of a hardware operating environment of a terminal device corresponding to a user side according to an embodiment of the present invention;
FIG. 6 is a flowchart illustrating a fourth exemplary embodiment of a software performance testing method according to the present invention;
FIG. 7 is a flowchart illustrating a fifth exemplary embodiment of a method for detecting software performance according to the present invention;
FIG. 8 is a flowchart illustrating a sixth embodiment of the software performance testing method according to the present invention;
fig. 9 is a flowchart illustrating a software performance detecting method according to a seventh embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying 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. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that, if directional indications (such as up, down, left, right, front, and back) are involved in the embodiment of the present invention, the directional indications are only used for explaining the relative positional relationship, the motion situation, and the like between the components in a certain posture, and if the certain posture is changed, the directional indications are changed accordingly.
In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The main solution of the embodiment of the invention is as follows: the platform server acquires a program code file and a test flow script file corresponding to target application software; adding a test performance file in the program code file to obtain a mixed program code file of the target application software; and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file. .
As in the prior art, the software performance test in the IOS system is required to depend on the support of the jail crossing device.
The invention provides a software performance detection method, which comprises the following steps: the platform server acquires a program code file and a test flow script file corresponding to target application software; adding a test performance file in the program code file to obtain a mixed program code file of the target application software; and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file. The technical problem that jail crossing equipment is required to be relied on when software performance test is carried out in the prior IOS system is solved.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be an intermediate server, and can also be terminal equipment with a data processing function, such as a computer.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard priority interface, a wireless interface (e.g., a WiFi interface). The memory 1005 may be a high-speed RAM memory, or may be an NVM (non-volatile memory), such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer-readable storage medium, may include therein a control program of an operating system, a network communication module, and a software performance detection method.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a control program of the software performance detection method stored in the memory 1005, and perform the following operations:
the platform server acquires a program code file and a test flow script file corresponding to target application software;
adding a test performance file in the program code file to obtain a mixed program code file of the target application software;
and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file.
Further, the processor 1001 may call the control program of the software performance detection method stored in the memory 1005, and also perform the following operations:
extracting a test program code of the test performance file;
inserting the test program code into a program code corresponding to the program code file to obtain a mixed program code;
and packaging the mixed program code to obtain the mixed program code file.
Further, the processor 1001 may call the control program of the software performance detection method stored in the memory 1005, and also perform the following operations:
acquiring a path channel corresponding to the terminal equipment in a connectable state at present;
and issuing the mixed program code file and the test flow script file to the terminal equipment according to the path channel.
Based on the hardware architecture, the embodiment of the software performance detection method is provided.
Referring to fig. 2, fig. 2 is a first embodiment of the software performance detection method of the present invention, which includes the following steps:
step S10, the platform server obtains the program code file and the test flow script file corresponding to the target application software;
in this embodiment, the program code file is a software installation package of the target application software, and the target application software generally refers to an APP installed on a mobile phone or a tablet. The test flow script file is stored with the operation flow of application software, after the APP is installed on terminal equipment such as a mobile phone, various functions of the APP can be automatically operated according to the operation flow in the test flow script file, and therefore manual operation is not needed.
Step S20, adding a test performance file in the program code file to obtain a mixed program code file of the target application software;
in this embodiment, the test performance file stores test items, such as a memory, a CPU, start time, and the like, for performing various tests on the target APP. And binding the test performance file in the program code file to form a mixed program code file fusing the test performance program and the target application program.
And step S30, sending the mixed program code file and the test flow script file to a terminal device, so that the terminal device can install an application program according to the mixed program code file and perform a performance test according to the test flow script file.
In this embodiment, the platform server sends the mixed program code file and the test flow script file, which are fused with the test performance program and the target application program, to the mobile terminal such as a mobile phone or a tablet of the IOS system, and the mobile terminal installs the application program according to the mixed program code file, and performs the performance test according to the test flow script file after starting the application program.
In this embodiment, the platform server combines the test performance file with the program code file corresponding to the target application software to bind the test performance file to the program code file, so that the purpose of performing software performance test in the IOS system can be achieved without the support of jail crossing equipment, and the test flexibility is further improved.
Referring to fig. 3, fig. 3 is a second embodiment of the software performance detecting method of the present invention, and based on the first embodiment, step S20 includes:
step S21, extracting the test program code of the test performance file;
step S22, the test program code is inserted into the program code corresponding to the program code file to obtain a mixed program code;
and step S23, packaging the mixed program code to obtain the mixed program code file.
In this embodiment, the test program code and the program code are mixed by program instrumentation to obtain a mixed program code, and the mixed program code is encapsulated to obtain a mixed program code file, where the mixed program code file is used as a carrier of the mixed program code and can be sent to the mobile terminal through a formulated path.
In this embodiment, the test program code and the program code are mixed by using program instrumentation, so as to obtain a mixed program code, and the integrity of the program code is not affected by using the program instrumentation, that is, the mixed program code can implement normal application program installation on the mobile terminal, and a test item corresponding to the test program code is run on the basis.
Referring to fig. 4, fig. 4 is a third embodiment of the software performance detecting method of the present invention, and based on the first or second embodiment, step S30 includes:
step S31, acquiring a path channel corresponding to the terminal equipment which is currently in a connectable state;
and step S32, issuing the mixed program code file and the test flow script file to the terminal device according to the path channel.
In this embodiment, the process of issuing the hybrid program code file and the test flow script file to the mobile terminal by the platform server is to trigger a Jenkins task by the platform server, and then to implement file transmission by scheduling the mobile terminal equipped with the IOS system by Jenkins. The path channel is a Jenkins integration tool for realizing mobile terminal scheduling in the platform server.
As shown in fig. 5, fig. 5 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be an iphone, and also can be a mobile intelligent terminal such as an ipad and the like supporting an IOS system.
As shown in fig. 1, the terminal may include: a processor 2001 such as a CPU, a network interface 2004, a user interface 2003, a memory 2005, a communication bus 2002. The communication bus 2002 is used to implement connection communication between these components. The user interface 2003 may include a Display (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 2003 may also include a standard wired interface, a wireless interface. The network interface 2004 may optionally include a standard priority interface, a wireless interface (e.g., a WiFi interface). The memory 2005 can be a high-speed RAM memory, or can be an NVM (non-volatile memory), such as a disk memory. The memory 2005 may alternatively be a storage device separate from the aforementioned processor 2001.
Those skilled in the art will appreciate that the terminal configuration shown in fig. 4 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 5, a memory 2005 as one of computer-readable storage media may include therein a control program of an operating system, a network communication module, and a software performance detection method.
In the terminal shown in fig. 5, the network interface 2004 is mainly used for connecting the platform server and performing data communication with the platform server; the user interface 2003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 2001 may be configured to call a control program of the software performance detection method stored in the memory 2005 and perform the following operations:
after receiving a mixed program code file and a test flow script file sent by a platform server, terminal equipment analyzes the mixed program code file and the test flow script file to obtain a mixed program code and a flow script program;
installing an application program according to the mixed program code;
and running the test flow script file in the application program to test the performance of the application program.
Further, the processor 1001 may call the control program of the software performance detection method stored in the memory 1005, and also perform the following operations:
acquiring operation steps and operation parameters corresponding to the flow script program;
and controlling the application program to perform performance test according to the operation steps and the operation parameters.
Further, the processor 1001 may call the control program of the software performance detection method stored in the memory 1005, and also perform the following operations:
after receiving a manual operation instruction of a user based on the application program, acquiring step information of the user for operating the application program;
and performing performance test on the application program according to the step information.
Further, the processor 1001 may call the control program of the software performance detection method stored in the memory 1005, and also perform the following operations:
after the performance test is finished, obtaining test data;
and sending the test data to a background server so that the background server can comprehensively process the test data to obtain performance data.
Based on the hardware architecture, the embodiment of the software performance detection method is provided.
Referring to fig. 6, fig. 6 is a fourth embodiment of the software performance detection method of the present invention, which includes the following steps:
step S40, after receiving a mixed program code file and a test flow script file sent by a platform server, a terminal device analyzes the mixed program code file and the test flow script file to obtain a mixed program code and a flow script program;
step S50, installing an application program according to the mixed program code;
in this embodiment, the terminal device is a mobile terminal such as a mobile phone or a tablet supporting the IOS system. After receiving the mixed program code file and the test flow script file sent by the platform server, the mobile terminal analyzes the mixed program code file and the test flow script file to obtain a mixed program code and a flow script program. Because the mixed program code is formed by the test program code and the program code in a program filling and instrumentation mode, the mobile terminal can directly install the application program according to the mixed program code.
And step S60, running the test flow script file in the application program to perform performance test on the application program.
In this embodiment, after the application program of the mobile terminal is installed, the application program is automatically started, and the performance test is performed according to the operation flow stored in the test flow script file.
Referring to fig. 7, fig. 7 is a fifth embodiment of the software performance detecting method of the present invention, and based on the fourth embodiment, step S60 includes:
step S61, obtaining the operation steps and operation parameters corresponding to the flow script program;
and step S62, controlling the application program to perform performance test according to the operation steps and the operation parameters.
In this embodiment, after the application program of the mobile terminal is installed, the system defaults to run the process script program to perform automated operation on the application software. The process script program comprises operation steps and operation parameters for controlling various functions of the APP to carry out automatic operation, the operation parameters are operation postures corresponding to manual operation, such as gestures and voice output, the mobile terminal realizes automatic operation by running the process script program, and therefore manual operation is not needed.
Referring to fig. 8, fig. 8 is a sixth embodiment of the software performance detecting method according to the present invention, and based on any one of the fourth to sixth embodiments, after step S50, the method further includes:
step S70, after receiving a manual operation instruction of the user based on the application program, acquiring step information of the user operating the application program;
and step S80, performing performance test on the application program according to the step information.
In this embodiment, after the application program of the mobile terminal is installed, the user may further select to execute each operation of the application program in a manual operation mode. After the application program is installed, a display interface of the mobile terminal pops up selection windows of default operation and manual operation, and a user can make corresponding selection according to actual requirements and perform subsequent performance test operation.
Referring to fig. 9, fig. 9 is a seventh embodiment of the software performance detecting method according to the present invention, and based on any one of the fourth to sixth embodiments, the software performance detecting method further includes:
step S90, obtaining test data after the performance test is finished;
and S100, sending the test data to a background server so that the background server can comprehensively process the test data to obtain performance data.
In this embodiment, if the mobile terminal completes the test through the default automatic operation mode, the process script program and/or the application software is closed to obtain test data, and the system automatically sends the test data to the background server for data processing to obtain performance data.
In this embodiment, if the test is completed in the manual operation mode, the application software is closed to obtain test data, and the mobile terminal is triggered to send the test data to the background server in the network connection state to perform data processing, so as to obtain performance data.
In this embodiment, the background server is a django background, and the django is used to process the test data of each scene and clean and process the test data, so that compared with the conventional local storage and test data processing, historical data can be better accumulated, more accurate performance data can be obtained through statistics, and the data processing load of the mobile terminal is reduced.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. 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 (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all modifications and equivalents of the present invention, which are made by the contents of the present specification and the accompanying drawings, or directly/indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A software performance detection method is characterized by comprising the following steps:
the platform server acquires a program code file and a test flow script file corresponding to target application software;
adding a test performance file in the program code file to obtain a mixed program code file of the target application software;
and sending the mixed program code file and the test flow script file to terminal equipment so that the terminal equipment can install an application program according to the mixed program code file and carry out performance test according to the test flow script file.
2. The software performance testing method of claim 1, wherein the step of adding a test performance file to the program code file to obtain a hybrid program code file of the target application software comprises:
extracting a test program code of the test performance file;
inserting the test program code into a program code corresponding to the program code file to obtain a mixed program code;
and packaging the mixed program code to obtain the mixed program code file.
3. The software performance testing method of claim 1, wherein said step of sending said mixed code file and said test flow script file to a terminal device comprises:
acquiring a path channel corresponding to the terminal equipment in a connectable state at present;
and issuing the mixed program code file and the test flow script file to the terminal equipment according to the path channel.
4. A software performance detection method is characterized by comprising the following steps:
after receiving a mixed program code file and a test flow script file sent by a platform server, terminal equipment analyzes the mixed program code file and the test flow script file to obtain a mixed program code and a flow script program;
installing an application program according to the mixed program code;
and running the test flow script file in the application program to test the performance of the application program.
5. The method for detecting software performance of claim 4, wherein the step of running the test flow script file in the application program to perform the performance test on the application program comprises:
acquiring operation steps and operation parameters corresponding to the flow script program;
and controlling the application program to perform performance test according to the operation steps and the operation parameters.
6. The software performance testing method of claim 4, wherein after the step of installing an application according to the hybrid program code, the software performance testing method further comprises: after receiving a manual operation instruction of a user based on the application program, acquiring step information of the user for operating the application program;
and performing performance test on the application program according to the step information.
7. The software performance detection method of any one of claims 4 to 6, further comprising, after the step of performing a performance test on the application program:
after the performance test is finished, obtaining test data;
and sending the test data to a background server so that the background server can comprehensively process the test data to obtain performance data.
8. A terminal device, characterized in that the terminal device comprises a memory, a processor, and a control program of a software performance detection method stored on the memory and executable on the processor, the control program of the software performance detection method realizing the steps of the software performance detection method according to any one of claims 1 to 7 when executed by the processor.
9. A computer-readable storage medium, characterized in that a control program of a software performance detection method is stored on the computer-readable storage medium, which when executed by a processor implements the steps of the software performance detection method according to any one of claims 1 to 7.
CN201911315051.2A 2019-12-18 2019-12-18 Software performance detection method, terminal equipment and computer readable storage medium Active CN111008144B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911315051.2A CN111008144B (en) 2019-12-18 2019-12-18 Software performance detection method, terminal equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911315051.2A CN111008144B (en) 2019-12-18 2019-12-18 Software performance detection method, terminal equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111008144A true CN111008144A (en) 2020-04-14
CN111008144B CN111008144B (en) 2023-11-14

Family

ID=70116875

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911315051.2A Active CN111008144B (en) 2019-12-18 2019-12-18 Software performance detection method, terminal equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111008144B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550001A (en) * 2015-12-24 2016-05-04 厦门市美亚柏科信息股份有限公司 Distributed automatic construction method and system
CN106681912A (en) * 2016-12-08 2017-05-17 武汉斗鱼网络科技有限公司 Method and device for automatic testing of code coverage rate, applied to Android system
CN109726100A (en) * 2018-04-19 2019-05-07 平安普惠企业管理有限公司 Application performance test method, apparatus, equipment and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550001A (en) * 2015-12-24 2016-05-04 厦门市美亚柏科信息股份有限公司 Distributed automatic construction method and system
CN106681912A (en) * 2016-12-08 2017-05-17 武汉斗鱼网络科技有限公司 Method and device for automatic testing of code coverage rate, applied to Android system
CN109726100A (en) * 2018-04-19 2019-05-07 平安普惠企业管理有限公司 Application performance test method, apparatus, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN111008144B (en) 2023-11-14

Similar Documents

Publication Publication Date Title
CN108733005B (en) Method and device for controlling linkage of intelligent equipment
CN104978263A (en) Mobile terminal application program test method and mobile terminal application program test system
KR101455084B1 (en) Traffic communication integration simulation system based on vehicle communication traffic simulation
KR20160089522A (en) Management method for embedded universal integrated circuit card, related device and system
CN108901077B (en) Antenna ratio setting method and device, user equipment and storage medium
CN111177112A (en) Database blocking method and device based on operation and maintenance management system and electronic equipment
JP2011530851A (en) Interface system and method between terminal and smart card, and smart card applied thereto
CN106897162B (en) Communication mode selection method of component in application, communication system and mobile terminal
CN107509051A (en) Long-range control method, device, terminal and computer-readable recording medium
WO2016070810A1 (en) Method for a dual access application between two execution environments
CN105022687A (en) Implementation method and device of sliding operation in automated testing scheme
JP2017531339A (en) Method and apparatus for interconnecting smart terminals and in-vehicle terminals
CN110543428A (en) Application system testing method and device
CN105468504A (en) Program test method and device
CN108023905B (en) Internet of things application system and method
CN113794602B (en) Equipment testing method and device, terminal equipment and storage medium
CN114257470A (en) Vehicle Bluetooth function test system and test method
EP2933957A1 (en) Method and mobile terminal for displaying dlna equipment
CN107205233B (en) Method and apparatus for cellular subscription binding
CN112927548A (en) Mechanical garage vehicle taking method and system and storage medium
EP2386959A1 (en) Communication device based on usb interface and method for implementing service configuration
CN103514003A (en) Program installation method and device
CN106528078B (en) method and device for dynamically adjusting payment mode based on react-native
CN109041026B (en) Antenna ratio setting method and device, user equipment and storage medium
CN108989428B (en) Bluetooth terminal upgrading method, server, computer readable storage medium and system

Legal Events

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