CN106126414B - Application software testing method and system - Google Patents

Application software testing method and system Download PDF

Info

Publication number
CN106126414B
CN106126414B CN201610423566.4A CN201610423566A CN106126414B CN 106126414 B CN106126414 B CN 106126414B CN 201610423566 A CN201610423566 A CN 201610423566A CN 106126414 B CN106126414 B CN 106126414B
Authority
CN
China
Prior art keywords
test
application software
command
tested
script
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
CN201610423566.4A
Other languages
Chinese (zh)
Other versions
CN106126414A (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.)
Gree Electric Appliances Inc of Zhuhai
Original Assignee
Gree Electric Appliances Inc of Zhuhai
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 Gree Electric Appliances Inc of Zhuhai filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN201610423566.4A priority Critical patent/CN106126414B/en
Publication of CN106126414A publication Critical patent/CN106126414A/en
Application granted granted Critical
Publication of CN106126414B publication Critical patent/CN106126414B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • 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)
  • Debugging And Monitoring (AREA)

Abstract

the invention discloses an application software testing method and system, wherein the method comprises the following steps: after receiving the test command, calling a first script corresponding to the test command from a plurality of pre-stored scripts according to the test command, and starting and controlling the application software to be tested to execute a corresponding function by the first script; the first script outputs a corresponding test result to the database according to the running state of the first script when the first script controls the application software to be tested to execute the corresponding function. The method and the system control the application software to be tested by calling the written script, and output a corresponding test result to the database as a result output identifier in the running state when the script automatically controls the application software to be tested to execute a corresponding function, thereby realizing the automatic test of testing the application software to be tested by using the mobile phone as a test terminal, effectively improving the accuracy and stability of the application software test, and simultaneously improving the test efficiency.

Description

application software testing method and system
Technical Field
the invention relates to the technical field of android device application software testing, in particular to an application software testing method and system.
background
At present, mobile phones have become increasingly popular in people's daily life. At present, the mobile phone is only used as a medium on the hand of a user, the habit of the user is really changed, and the reality influencing the life of the user is the APP (application software) installed on the mobile phone. Among them, the stability of the APP installed on the mobile phone directly affects the use of the user. Therefore, testing for APP is particularly important. The traditional APP test is usually completed by manual test or corresponding test command is issued by a computer terminal to perform corresponding test. However, since the functions of the APP are usually many, when the APP is tested manually, the test method and the test concept of each tester may be different, so that the test missing phenomenon is easily caused, and the accuracy of the test result is low. When the computer terminal issues a corresponding test command to test the application software, the phenomenon of unstable data transmission usually exists, so that the stability of the test process is influenced.
Disclosure of Invention
Therefore, it is necessary to provide an application software testing method and system for solving the problems of low accuracy of test results and low stability of test process in the conventional APP test mode.
The application software testing method provided for realizing the purpose of the invention comprises the following steps:
After a test command is received, calling a first script corresponding to the test command from a plurality of pre-stored scripts according to the test command, and starting and controlling the application software to be tested to execute a corresponding function by the first script;
And the first script outputs a corresponding test result to a database according to the running state of the first script when the first script controls the application software to be tested to execute the corresponding function.
In one embodiment, before receiving the test command, the method further includes the following steps:
receiving a test mode selection command, and outputting a corresponding test interface according to the test mode selection command;
The test interface comprises a test function consistent with the function of the application software to be tested;
Receiving a test function selection command and a corresponding test frequency setting command, and taking the test function selection command and the test frequency setting command as the test commands to test the application software to be tested;
Wherein the test mode selection command comprises at least one of a single function test command, a multi-function test command, a smoke test command, a stress test command, and a fast test command.
In one embodiment, when the first script is started and controls the application software under test to execute a corresponding function, the method further includes the following steps:
The first script stores corresponding identification information to the database after executing an operation;
Wherein the identification information is used for identifying the operation steps executed by the first script.
In one embodiment, the method further comprises the step of querying the identification information stored in the database in real time, and determining the position of the first script test interrupt according to the identification information.
in one embodiment, the database is a sqlite database.
in one embodiment, the script is implemented using robotium technology.
Correspondingly, the invention also provides an application software testing system, which comprises a main testing module and a storage module;
the storage module is stored with a plurality of scripts in advance;
the main test module is used for calling a first script corresponding to the test command from the storage module after receiving the test command;
The first script is used for starting and controlling the application software to be tested to execute a corresponding function, and outputting a corresponding test result to a database according to the running state of the application software to be tested when the application software to be tested is controlled to execute the corresponding function.
in one embodiment, the device further comprises a first command receiving module, a display module and a second command receiving module;
the first command receiving module is used for receiving a test mode selection command and outputting a corresponding test interface to the display module according to the test mode selection command; the test function contained in the test interface is consistent with the function of the application software to be tested;
The display module is used for displaying the test interface;
the second command receiving module is configured to receive a test function selection command and a corresponding test frequency setting command, and perform a test on the application software to be tested by using the test function selection command and the test frequency setting command as the test commands;
Wherein the test mode selection command comprises at least one of a single function test command, a multi-function test command, a smoke test command, a stress test command, and a fast test command.
in one embodiment, the first script is further configured to store corresponding identification information in the database after each operation is performed;
Wherein the identification information is used for identifying the operation steps executed by the first script.
in one embodiment, the system further comprises a query module;
the query module is used for querying the identification information stored in the database in real time and determining the position of the first script test interruption according to the identification information.
According to the application software testing method, after the testing command is received, the first script corresponding to the testing command is called from the plurality of pre-stored scripts according to the received testing command, so that the first script starts and controls the application software to be tested to execute the corresponding function, and the corresponding testing result is output to the database according to the running state of the application software to be tested when the application software to be tested is controlled to execute the corresponding function. Therefore, after the functions of the application software to be tested are obtained according to the signature of the application software to be tested, the corresponding test results are output to the database according to the running state of the called first script when the application software to be tested executes the corresponding functions, the automatic test of the application software to be tested by using the mobile phone as a test terminal and using the software for test is realized, the phenomena that the test is easy to miss and the test stability is influenced in the traditional application software test mode installed on the mobile phone are avoided, the accuracy and the stability of the application software test are effectively improved, and the test efficiency is also improved.
Drawings
FIG. 1 is a flow chart of one embodiment of a method for testing application software of the present invention;
FIG. 2 is a flow chart of another embodiment of a method for testing application software of the present invention;
FIG. 3 is a schematic diagram of a test interface when a test mode is selected during a test of an application software according to an embodiment of the application software testing method of the present invention;
FIG. 4 is a schematic diagram of a test interface when a test function is set during a test process of an application software according to an embodiment of the application software testing method of the present invention;
FIG. 5 is a schematic diagram of a test report interface when a test report is output after an application is tested according to an embodiment of the application testing method of the present invention;
FIG. 6 is a block diagram of an embodiment of an application software testing system;
FIG. 7 is a block diagram of an application software testing system according to another embodiment of the present invention.
Detailed Description
in order to make the technical solution of the present invention clearer, the present invention is further described in detail below with reference to the accompanying drawings and specific embodiments.
first, it should be noted that the application software under test refers to any type of application software installed on the mobile phone, such as: smart home software, chat software, and the like.
Scripts, which refer to executable files written according to a certain format using a particular descriptive language, are also referred to as macros or batch files. In the application software testing method, a plurality of pre-stored scripts are used for starting and controlling the running of the application software to be tested. The function program controlled by each script to run by the application software to be tested is different. That is, each script corresponds to a function of the application software under test.
In addition, in the application software testing method of the present invention, the script is implemented using Robotium technology. The Robotium is an Android automatic testing framework, mainly aims at black box automatic testing of applications of an Android platform, provides an API for simulating various gesture operations (clicking, long pressing, sliding and the like), searching and assertion mechanisms, and can operate various controls.
meanwhile, it should be noted that the application software testing system of the present invention refers to a piece of software for testing application software under test. Which is correlated to the application under test. That is, the plurality of test functions included in the application test system disclosed in the present invention are consistent with the functions of the application under test.
Referring to fig. 1, as an embodiment of the application software testing method of the present invention, the method first includes step S100, receiving a test command, and calling a first script corresponding to the test command from a plurality of scripts stored in advance according to the test command. It should be noted that, the application software testing method of the present invention uses the application software testing system installed on the same device (e.g., mobile phone or tablet computer) as the application software to be tested to perform the test. Therefore, before receiving the test command to test the application software under test, the application software testing system needs to establish the connection with the application software under test.
Specifically, according to the characteristics of an android system, when the signatures of two apps (i.e., application software) are the same, the android system recognizes that the two apps are the same app, and modifies the signatures of the tested app and the test app to be the same, so that a test script in the test app (i.e., the application software test system of the present invention) can be run into a main thread of the tested app (i.e., the tested application software) on the android system, thereby achieving automatic control and monitoring.
Therefore, referring to fig. 2, when establishing the relationship between the application software testing system and the application software under test, it can be specifically implemented by modifying the signature of the application software testing system (where the application software testing system is installed on the mobile phone and used for testing the application software under test) to the signature of the application software under test in step S001. The signature (sign) refers to writing specific mark information in a specific field of an application program. That is, the signature of the application software testing system is set to be the same as the signature of the application software to be tested, so that the application software testing system and the application software to be tested are associated with each other, and therefore the application software testing system can have various functions of the application software to be tested, and the functions of the application software to be tested can be conveniently and correspondingly tested subsequently.
after the connection between the application software testing system and the application software to be tested is established by modifying the signature of the application software testing system, the corresponding first script needs to be called according to the preset testing function contained in the testing command when the corresponding first script is called according to the testing command. Therefore, referring to fig. 2, in another embodiment of the application software testing method of the present invention, before receiving the test command, it further comprises a step of receiving the test command. Specifically, step S010 is included to receive a test mode selection command and output a corresponding test interface according to the test mode selection command.
It should be noted that, referring to fig. 3, a schematic diagram of a test interface when selecting a test mode in a process of testing a specific application (e.g., glancing wisdom union) by using an embodiment of the application testing method of the present invention is shown. The tester can realize the input of the test mode selection command by clicking the corresponding test mode on the test interface. The selectable test modes in the test interface comprise a single-function test, a multi-function test, a smoke test, a pressure test and a quick test. Accordingly, the test mode selection command may include at least one of a single function test command, a multi-function test command, a smoke test command, a stress test command, and a fast test command. By setting multiple test modes, single test or multifunctional test of different functions can be realized, so that the diversity and flexibility of the application software test method are effectively improved, and the test efficiency and coverage rate are further improved.
after receiving the test module selection command, the corresponding test interface may be output according to the received test mode selection command, which may be specifically referred to in fig. 4. The test interface comprises a test function consistent with the application software to be tested. Taking the intelligent association as the application software to be tested as an example, the test interface includes the following test functions: adding equipment, adding scenes, helping documents, opinion feedback, backup functions, setting functions, adding appointments, appointment lists, sharing functions, adding linkage and the like. Through the test interface, a tester can click the displayed test function and input the corresponding test times in the test time input box, so that the input of a test function selection command and a corresponding test time setting command can be realized. Thus, referring to fig. 2, after the application software testing system receives the test function selection command and the corresponding test frequency setting command through step S011, the application software under test is tested by using the test function selection command and the test frequency setting command as the corresponding test commands.
After the corresponding test command is generated, referring to fig. 1 and 2, a first script corresponding to the test command may be called from a plurality of scripts stored in advance according to the test command through step S100. Here, the test command includes a preset test function. That is, the test command includes a certain function of the application software to be tested currently. Therefore, after the test command is received, the corresponding first script can be called from the plurality of scripts according to the preset test function contained in the test command. And the first script runs in the same process with the application software to be tested, so that the first script can click and control the application software to be tested. Therefore, through step S200, the first script starts and controls the application software to be tested to execute the corresponding function, so that the application software to be tested enters the automatic test state, thereby performing the test of the application software to be tested.
further, when the first script is started and controls the application software to be tested to execute the corresponding function, the first script outputs the corresponding test result to the database according to the running state of the first script when the first script controls the application software to be tested to execute the corresponding function, through step S300. Specifically, when the first script controls the tested application software to execute a corresponding function, whether the current running state of the first script is interrupted or not is judged; when the interruption occurs, it indicates that a certain link in the running process of the application software to be tested makes an error, and the test process is abnormal, so that the information of the abnormal test result is output to the database. When the first script is not interrupted, that is, the first script normally executes all operations, it indicates that the running process of the application software to be tested is normal and the testing process is normal, and therefore, the information that the corresponding testing result is normal is output to the database. Therefore, the purpose of automatically simulating and manually testing the application software by using the runtime (the running time refers to the state that a program runs or is executed) is achieved by using the runtime method, the traditional test mode of adopting a PC (personal computer) as a test terminal is separated, the phenomenon that data transmission is unstable when the traditional PC is adopted as the test terminal is avoided, and the stability and the reliability of the test process are ensured. In addition, the difficulty of using the test software to test the application software on the mobile phone is effectively reduced.
it should be noted that, when the first script controls the application software to be tested to execute a corresponding function and outputs a corresponding test result to the database according to the running state of the application software to be tested, the database is preferably a local sql lite database. And then, corresponding test results can be read from the local sqlite database by querying the local sqlite database so as to facilitate troubleshooting and analysis of detection personnel.
here, it should be noted that, after the test result is read from the database, the test result can be displayed in a report form, and particularly, see fig. 5. By displaying the test result information in a report form, the detection personnel can acquire the test result more intuitively, so that the fault analysis is facilitated. Meanwhile, the difficulty of checking the test result is reduced, so that non-professional testers can understand the test result.
Preferably, in another specific embodiment of the application software testing method of the present invention, when the first script starts and controls the application software to be tested to execute the corresponding function, the method further includes the step of storing the corresponding identification information in the database after the first script executes each operation. The identification information is used for identifying the operation steps executed by the first script, and the identification information also represents the current running process of the application software to be tested.
that is, in the running process of the first script, a database update information statement is inserted in each step of the operation of the first script, so that the database update is performed once every time the first script executes one operation, so as to store the identifier of each operation of the first script in the database. Therefore, when the first script is in the running process (namely, in the test process of the application software to be tested), if a certain link goes wrong, the first script automatically interrupts the test process and prompts test exception; and meanwhile, the updating of the identification information in the database fails, and at the moment, only the identification information of all operations before the error link is stored in the database. If the normal operation of the first script is finished, the first script automatically returns at the moment, and the test is prompted to be normal; meanwhile, the database stores identification information of all operations of the first script.
Correspondingly, in the application software testing method, when the first script is called to start and control the application software to be tested to execute the corresponding function, the testing process of the application software to be tested also comprises the steps of inquiring the identification information stored in the database in real time and determining the position of the first script test interruption according to the identification information. Namely, a thread is opened in the automatic test process, so that the updated identification information in the database is queried in real time. And when the database is inquired to contain the identification information of all the operations of the first script, the test process is normal. When the identification information of the operation of only part of the first script is inquired in the database, the test is abnormal, the position of the first script interrupting the test can be determined according to the updated position of the identification information in the database, and therefore the link causing the test abnormality can be directly positioned, so that a detection person can position the error link in a short time, the fault analysis can be performed more quickly and accurately, and the optimization and the perfection of the application software to be tested are realized.
meanwhile, the test result and the identification information in the test process are updated to the sqlite database through the first script, and then the corresponding test result is read from the database through the application software test system, so that the monitoring of the test process and the recording of the test result by using the sqlite database are realized, and the sqlite database serves as a medium, so that the application software test system and the application software to be tested can be in interactive communication.
It should be further understood by those skilled in the art that all or part of the processes in the methods of the above embodiments may be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer-readable storage medium, and when executed, the computer program may include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
Correspondingly, the invention also provides an application software testing system based on the principle of any application software testing method. Because the working principle of the application software testing system provided by the invention is the same as or similar to that of the application software testing method provided by the invention, repeated parts are not repeated.
Referring to fig. 6, the application software testing system 100 according to an embodiment of the present invention includes a main testing module 110 and a storage module 120. The storage module 120 stores a plurality of scripts in advance. And each script is respectively and correspondingly started and controls each function of the application software to be tested. The main test module 110 is configured to obtain a function of the application software under test according to the signature of the application software under test, and call a first script (not shown in the figure) corresponding to the test command from the storage module 120 after receiving the test command. The first script is used for starting and controlling the application software to be tested to execute a corresponding function, and outputting a corresponding test result to a database (not shown in the figure) according to the running state of the application software to be tested when the application software to be tested is controlled to execute the corresponding function. Thus, the main test module 110 can obtain the corresponding test result by querying the database.
Referring to fig. 7, in one embodiment, it further includes a first command receiving module 130, a display module 140, and a second command receiving module 150. The first command receiving module 130 is configured to receive a test mode selection command, and output a corresponding test interface to the display module 140 according to the test mode selection command; and the test function contained in the test interface is consistent with the function of the application software to be tested. And the display module 140 is used for displaying the test interface. The second command receiving module 150 is configured to receive the test function selection command and the corresponding test time setting command, and perform a test on the application software under test by using the test function selection command and the test time setting command as the test commands. Wherein the test mode selection command includes at least one of a single function test command, a multi-function test command, a smoke test command, a stress test command, and a fast test command.
Preferably, in the application software testing system 100 of the present invention, the first script is further configured to store the corresponding identification information in the database after each operation is performed. The identification information is used for identifying the operation steps executed by the first script.
more preferably, it further comprises a query module (not shown in the figures). And the query module is used for querying the identification information stored in the database in real time and determining the position of the first script test interruption according to the identification information.
meanwhile, it should be noted that each technical feature of the above embodiments may be arbitrarily combined, and for the sake of brevity, all possible combinations of each technical feature in the above embodiments are not described, however, as long as there is no contradiction between the combinations of the technical features, the combinations should be considered as the scope of the present description.
To more clearly illustrate the specific process of the application software testing system 100 of the present invention for testing the application software under test, the application software under test is taken as an example of the wisdom association, and the application software testing system 100 of the present invention is further described below.
Firstly, the application software testing system 100 is packaged and installed on the mobile phone, and the mobile phone is simultaneously installed with the application software to be tested (such as the intelligent alliance). And then clicks on the application testing system 100 to start the application testing system 100. When the application testing system 100 is started, the testing options and settings may be entered.
Referring to FIG. 3, a series of selections and settings may be made after the application software testing system 100 is started. Specifically, first, a corresponding test mode is selected through the test main interface. Such as: and (4) performing single-function test. And after the corresponding test mode is selected, clicking the single-function test to enter a single-function test interface.
referring to fig. 4, after entering the single-function test interface, the test interface includes a plurality of test functions. By selecting the function currently required to be tested from a plurality of test functions. Such as: the function is tested by clicking the help document, and the test times of the function of the help document can be set.
referring to fig. 5, after the test functions and the test times are set through the above steps, at this time, the main test module 110 in the application software testing system 100 calls the script corresponding to the help document function from the storage module 120, and the script automatically opens the application software to be tested (the lattice intelligent link), so that the lattice intelligent link enters an automatic test state, performs the corresponding automatic test, and outputs the test result in the form of a report.
the above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. the method is characterized in that the method is applied to an application software testing system, and the application software testing system and the application software to be tested are arranged in the same mobile terminal;
The method comprises the following steps:
The application software testing system establishes a connection with the application software to be tested according to the signature information of the application software to be tested in the mobile terminal, and comprises the following steps:
Setting the signature information of the application software testing system as the same signature information as the signature information of the application software to be tested according to the signature information of the application software to be tested, so that the application software testing system establishes contact with the application software to be tested;
After the application software testing system receives a testing command, the application software testing system calls a first script corresponding to the testing command from a plurality of pre-stored scripts according to the testing command, and the first script is started and controls the application software to be tested to execute a corresponding function;
and the first script outputs a corresponding test result to a database according to the running state of the first script when the first script controls the application software to be tested to execute the corresponding function.
2. the method for testing application software according to claim 1, further comprising the following steps before receiving the test command:
Receiving a test mode selection command, and outputting a corresponding test interface according to the test mode selection command;
The test interface comprises a test function consistent with the function of the application software to be tested;
receiving a test function selection command and a corresponding test frequency setting command, and taking the test function selection command and the test frequency setting command as the test commands to test the application software to be tested;
Wherein the test mode selection command comprises at least one of a single function test command, a multi-function test command, a smoke test command, a stress test command, and a fast test command.
3. The method for testing application software according to claim 1, wherein when the first script is started and controls the application software under test to execute the corresponding function, the method further comprises the following steps:
the first script stores corresponding identification information to the database after executing an operation;
Wherein the identification information is used for identifying the operation steps executed by the first script.
4. The method for testing application software according to claim 3, further comprising the step of querying the identification information stored in the database in real time and determining the location of the first script test interrupt according to the identification information.
5. The application software testing method as claimed in any one of claims 1 to 4, characterized in that the database is a sqlite database.
6. the application software testing method of any one of claims 1 to 4, wherein the script is implemented by robotium technology.
7. An application software testing system (100), characterized in that the application software testing system (100) is arranged in the same mobile terminal as the application software under test, the application software testing system (100) comprises a main testing module (110) and a storage module (120);
wherein a plurality of scripts are stored in the storage module (120) in advance;
the main test module (110) is configured to establish a connection with the application software to be tested according to the signature information of the application software to be tested in the mobile terminal, and after the main test module (110) receives a test command, call a first script corresponding to the test command from the storage module (120);
The main test module (110) is specifically configured to set, according to the signature information of the application software to be tested, the signature information of the application software test system (100) to be the same as the signature information of the application software to be tested, so that the application software test system (100) establishes a connection with the application software to be tested;
the first script is used for starting and controlling the application software to be tested to execute a corresponding function, and outputting a corresponding test result to a database according to the running state of the application software to be tested when the application software to be tested is controlled to execute the corresponding function.
8. The application software testing system (100) of claim 7, further comprising a first command receiving module (130), a display module (140), and a second command receiving module (150);
The first command receiving module (130) is used for receiving a test mode selection command and outputting a corresponding test interface to the display module (140) according to the test mode selection command; the test function contained in the test interface is consistent with the function of the application software to be tested;
The display module (140) is used for displaying the test interface;
the second command receiving module (150) is configured to receive a test function selection command and a corresponding test frequency setting command, and perform a test on the application software to be tested by using the test function selection command and the test frequency setting command as the test commands;
Wherein the test mode selection command comprises at least one of a single function test command, a multi-function test command, a smoke test command, a stress test command, and a fast test command.
9. the application software testing system (100) of claim 7, wherein said first script is further configured to perform storing of corresponding identification information to said database after each operation;
Wherein the identification information is used for identifying the operation steps executed by the first script.
10. the application software testing system (100) of claim 9, further comprising a query module;
The query module is used for querying the identification information stored in the database in real time and determining the position of the first script test interruption according to the identification information.
CN201610423566.4A 2016-06-14 2016-06-14 Application software testing method and system Active CN106126414B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610423566.4A CN106126414B (en) 2016-06-14 2016-06-14 Application software testing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610423566.4A CN106126414B (en) 2016-06-14 2016-06-14 Application software testing method and system

Publications (2)

Publication Number Publication Date
CN106126414A CN106126414A (en) 2016-11-16
CN106126414B true CN106126414B (en) 2019-12-06

Family

ID=57270711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610423566.4A Active CN106126414B (en) 2016-06-14 2016-06-14 Application software testing method and system

Country Status (1)

Country Link
CN (1) CN106126414B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107102949B (en) * 2017-06-30 2020-06-09 上海木木聚枞机器人科技有限公司 Application program offline testing method and tool
CN109240913A (en) * 2018-08-14 2019-01-18 中国平安人寿保险股份有限公司 A kind of webpage function verification method, computer readable storage medium and terminal device
CN109684525B (en) * 2018-12-20 2021-03-02 Oppo(重庆)智能科技有限公司 Document display method and device, storage medium and test equipment
CN109840204A (en) * 2018-12-24 2019-06-04 苏州蜗牛数字科技股份有限公司 A kind of application test systems and method
CN109725629B (en) * 2018-12-29 2020-05-22 一汽-大众汽车有限公司 Vehicle control unit refreshes test system
CN110135168B (en) * 2019-05-16 2021-04-20 北京字节跳动网络技术有限公司 Application program detection method, device and system, terminal equipment and storage medium
CN117441163A (en) * 2022-05-23 2024-01-23 北京小米移动软件有限公司 Automatic testing method and device for application program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317720A (en) * 2014-11-12 2015-01-28 上海斐讯数据通信技术有限公司 Mobile terminal automated testing system and method based on Robotium automated scripts
CN105093016A (en) * 2015-07-28 2015-11-25 努比亚技术有限公司 Automation testing method and device for mobile terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425574B (en) * 2012-05-25 2018-02-23 腾讯科技(深圳)有限公司 A kind of method and device of test application program
CN103544099A (en) * 2012-07-11 2014-01-29 腾讯科技(深圳)有限公司 Method and device for testing programs on mobile device
CN104281518B (en) * 2013-07-02 2018-05-15 腾讯科技(深圳)有限公司 Terminal applies test method, device, system, platform and mobile terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317720A (en) * 2014-11-12 2015-01-28 上海斐讯数据通信技术有限公司 Mobile terminal automated testing system and method based on Robotium automated scripts
CN105093016A (en) * 2015-07-28 2015-11-25 努比亚技术有限公司 Automation testing method and device for mobile terminal

Also Published As

Publication number Publication date
CN106126414A (en) 2016-11-16

Similar Documents

Publication Publication Date Title
CN106126414B (en) Application software testing method and system
US9280451B2 (en) Testing device
CN106776294B (en) Automatic android mobile phone testing method and system
CN111026645B (en) User interface automatic test method and device, storage medium and electronic equipment
CN105302722B (en) CTS automatic testing method and device
CN104123219A (en) Method and device for testing software
CN105045699B (en) Mobile terminal and smart card uniformity test connect the method and system of race automatically
US8959394B2 (en) Electronic device, system, and method for testing exception handling mechanism
CN103973858B (en) The Auto-Test System of mobile terminal
CN107102949B (en) Application program offline testing method and tool
CN104978271A (en) Automatic upgrade pressure measurement method and system for Android system
CN106294172A (en) App self-testing method based on terminal unit and device
US9183115B2 (en) Testing method and testing apparatus for testing function of electronic apparatus
CN112732587A (en) Method and device for acquiring automatic test log, electronic equipment and storage medium
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
CN115617780A (en) Data import method, device, equipment and storage medium
CN110489347A (en) Method for edition management, device, equipment and readable storage medium storing program for executing based on GIT
US9053084B1 (en) Self-service testing
US20060126530A1 (en) Indicating a configuring status
CN107391354B (en) Method and system for automatically monitoring terminal performance and storage device
CN106940647B (en) Code management method and device
CN112416734A (en) Test method, device and storage medium
CN110989876B (en) Application program adaptation method, mobile terminal and storage medium
CN112685322B (en) Customized test method, device and system
CN112420019B (en) Equipment testing method and device

Legal Events

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