CN111858336B - Automatic software testing method and system - Google Patents

Automatic software testing method and system Download PDF

Info

Publication number
CN111858336B
CN111858336B CN202010699448.2A CN202010699448A CN111858336B CN 111858336 B CN111858336 B CN 111858336B CN 202010699448 A CN202010699448 A CN 202010699448A CN 111858336 B CN111858336 B CN 111858336B
Authority
CN
China
Prior art keywords
test
automatic test
management platform
framework
tested 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.)
Active
Application number
CN202010699448.2A
Other languages
Chinese (zh)
Other versions
CN111858336A (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.)
Shenzhen Zhutai Defense Intelligent Technology Co ltd
Original Assignee
Shenzhen Zhutai Defense Intelligent 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 Shenzhen Zhutai Defense Intelligent Technology Co ltd filed Critical Shenzhen Zhutai Defense Intelligent Technology Co ltd
Priority to CN202010699448.2A priority Critical patent/CN111858336B/en
Publication of CN111858336A publication Critical patent/CN111858336A/en
Application granted granted Critical
Publication of CN111858336B publication Critical patent/CN111858336B/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
    • 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/3684Test management for test design, e.g. generating new test cases

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 relates to the technical field of software automation test and discloses a software automation test method and a system; the method comprises the following steps: the automatic test script is in communication connection with the mobile equipment management platform, and the mobile equipment management platform is in communication connection with the tested software; the automatic test script controls the mobile equipment management platform to send an instruction to the tested software; the automatic test frame is in communication connection with the tested software; the automatic test framework judges whether the tested software receives an instruction sent by the mobile equipment management platform; if yes, the automatic test framework detects the result of the execution instruction of the tested software; the automatic test framework is in communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script; comparing the result with the sent instruction by the automated test script; the software automatic testing method and system provided by the invention avoid the processes of manual instruction issuing and manual inspection, and improve the testing efficiency.

Description

Automatic software testing method and system
Technical Field
The invention relates to the technical field of software automatic testing, in particular to a software automatic testing method and system.
Background
Automated testing is a process that converts human driven testing into machine execution. Compared with manual testing, automatic testing can save a large amount of manpower resources and time resources, and testing efficiency is improved.
In the prior art, a method for manually controlling a mobile device management platform to issue a test command to tested software on a tested terminal to detect application software is often used, but in the test method, a test result displayed by the tested software on the tested terminal cannot be automatically acquired, and often needs to be checked manually, so that the problems of low efficiency and labor consumption exist.
Disclosure of Invention
The invention aims to provide a software automatic test method and system, and aims to solve the problems that in the prior art, test software needs to manually issue a test instruction and manually check a test result, and the efficiency is low and the labor is consumed.
In a first aspect, an embodiment of the present invention provides a software automation test method, where the test method includes:
the method comprises the steps that communication connection is established between an automatic test script and a mobile equipment management platform, and the mobile equipment management platform is in communication connection with tested software;
the automatic test script controls the mobile equipment management platform to send a test instruction to the tested software;
the automatic test framework establishes communication connection with the tested software; the automatic test framework judges whether the tested software receives the test instruction sent by the mobile equipment management platform or not;
if yes, the automatic test framework detects the result of the tested software executing the test instruction;
the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script;
and the automated test script compares the result with the test instruction sent to the tested software, and the automated test script obtains a test result according to the comparison result.
In some embodiments, the automated test framework determining whether the tested software receives the test instruction sent by the mobile device management platform includes:
the automatic test framework acquires information of the tested software;
and the automatic test framework detects the acquired information and judges whether the tested software receives the test instruction sent by the mobile equipment management platform.
In some embodiments, after the automated test script derives a test result from the comparison result, the test method further comprises:
and the automatic test script outputs the test result.
In some embodiments, the automated test script controls the mobile device management platform to send test instructions to the software under test, including:
creating a timed task in a computer device storing the mobile device management platform;
and the timing task drives the automatic test script to control the mobile equipment management platform to send the test instruction to the tested software at fixed time.
In some embodiments, the test method further comprises:
if the automatic test framework detects that the tested software does not receive the test instruction sent by the mobile equipment management platform;
the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script;
and the automatic test script outputs the test result.
In some embodiments, the automated test scripts, the mobile device management platform, and the automated test framework are stored on different computer devices, or two of them are stored on the same computer device, another one is stored on other computer devices, or three are stored on the same computer device.
In some embodiments, the automated test framework is an app ium open source test automated framework.
In a second aspect, an embodiment of the present invention provides a software automated testing system, including: an automated test script, an automated test framework, and a mobile device management platform;
the automatic test script is used for being in communication connection with the mobile equipment management platform, and the mobile equipment management platform is used for establishing communication connection with the tested software;
the automatic test script is also used for controlling the mobile equipment management platform to send a test instruction to the tested software;
the automatic test framework is used for establishing communication connection with the tested software; the automatic test framework is also used for judging whether the tested software receives the test instruction sent by the mobile equipment management platform;
if the automatic test framework judges that the tested software receives the test instruction sent by the mobile equipment management platform, the automatic test framework is also used for detecting the result of the tested software executing the test instruction;
the automatic test framework is also used for establishing communication connection with the automatic test script and sending the result to the automatic test script;
the automatic test script is further used for comparing the result with the test instruction sent to the tested software, and the automatic test script is further used for obtaining a test result according to the comparison result.
Compared with the prior art, the invention has the following main beneficial effects:
the automatic software testing method and the automatic software testing system provided by the invention have the advantages that the automatic testing script establishes communication connection with the mobile equipment management platform, and the mobile equipment management platform establishes communication connection with the tested software; the automatic test script controls the mobile equipment management platform to send a test instruction to the tested software; the automatic test frame establishes communication connection with the tested software; the automatic test framework judges whether the tested software receives a test instruction sent by the mobile equipment management platform; if yes, the automatic test framework detects the result of the tested software executing the test instruction; the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script; the automatic test script compares the result with the test instruction sent to the tested software, and the automatic test script obtains the test result according to the comparison result. The automatic test script sends a test instruction to the tested software through the mobile equipment management platform, so that cross-platform automatic sending of the test instruction is realized; the automatic test framework detects the result of the tested software executing the test instruction and feeds back the result to the automatic test script, and the automatic test script compares the result and records the result, so that the automatic detection and the result are realized, the processes of manually issuing the instruction and manually checking are omitted, and the test efficiency is improved.
Drawings
FIG. 1 is a schematic flow chart of a software automated testing method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of step S30 in a software automated testing method according to an embodiment of the present invention;
fig. 3 is a schematic flow chart of step S20 in a software automated testing method according to an embodiment of the present invention;
fig. 4 is a schematic flow chart with step S70 in a software automated testing method according to an embodiment of the present invention;
fig. 5 is a schematic block diagram of a software automated testing apparatus according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The implementation of the present invention will be described in detail below with reference to specific embodiments.
Fig. 1 shows a flow chart of a software automation testing method provided by the invention, and referring to fig. 1, the method includes: step S10, step S20, step S30, step S40, step S50, and step S60.
And S10, establishing communication connection between the automatic test script and a mobile equipment management platform, wherein the mobile equipment management platform establishes communication connection with the tested software.
It should be noted that an automated test script is a computer readable instruction that automatically performs a test procedure (or a portion of a test procedure). Test scripts may be created (recorded) or automatically generated using test automation tools, or programmed in a programming language, or may be integrated with the first three methods.
The mobile device management platform (MDM) carries out mobile device life cycle management for enterprise devices and BYOD devices, and carries out unified management on all links of registration, activation, cancellation, loss and elimination of mobile devices including notebooks, mobile phones, tablet computers, iPod Touches and the like. The MDM system provides strong equipment control capability, including mechanisms such as function limitation, remote screen locking, remote erasing, remote configuration, remote positioning, jail-break monitoring, remote pushing and unloading of applications and the like; and delivers device management capabilities such as device authorization, activation limits, and asset statistics. Based on the MDM, enterprises can realize life cycle management, configuration management and security control on user equipment.
The communication connection means that all the isolated devices are physically connected, so that the links for information exchange among people, people and computers and between computers are realized, and the purposes of resource sharing and communication are achieved. Including but not limited to network connections and hardware connections, such as USB connections, etc.
The tested software refers to application software stored on a tested terminal, and the tested terminal comprises, but is not limited to, a smart phone, a tablet computer, a smart television, a vehicle-mounted entertainment system, a smart camera, a wearable device, a blue-ray player, even a household appliance and the like.
And step S20, the automatic test script controls the mobile equipment management platform to send a test instruction to the tested software.
Specifically, the automated test script sends test instructions to the mobile device management platform, which sends test instructions to the tested software on the device it manages. Here, the automated test script replaces the manual execution of the operation of sending the command, and an automated process of sending the test instruction is realized.
S30, establishing communication connection between the automatic test framework and the tested software; and the automatic test framework judges whether the tested software receives the test instruction sent by the mobile equipment management platform.
Specifically, fig. 2 shows a schematic flow chart of step S30, and referring to fig. 2, the method includes: step S301 and step S302.
Step 301, the automated test framework acquires information of the tested software.
Step S302, the automatic test framework detects the acquired information and judges whether the tested software receives the test instruction sent by the mobile equipment management platform.
The automated test framework is a framework used for automated testing. By definition of the framework, an automated test framework is either one that provides reusable underlying automated test modules, such as: selenium, watir, they mainly provide the basic automatic test function, such as opening a program, simulating a mouse and a keyboard to click or operate the tested object, and finally verifying the attribute of the tested object to determine the correctness of the program; or an architecture module that can provide automated test execution and management functions, such as: phoenixFramework, robot, STAF, etc. that do not provide basic automated test support by themselves, are used only to organize, manage and execute individual automated test cases, and after testing is completed, statistics of test results is usually obtained, and typically such framework will integrate a basic automated test module, such as: the robot framework may integrate the selenium framework, which is also integrated by the phoenixframe.
Here we use an Appium automation test framework, an open source, cross-platform test framework that can be used to test native and hybrid mobile applications. The Appium supports IOS, android and FirefoxOS platforms. The application uses the jsonwire protocol of WebDriver to drive the uiutomation library of the Apple system and the uiutomator framework of the Android system. The app ium also integrates a Selendroid to support older android versions. The App of the Selenium mWibDriver may be used by the Apium to support all languages supported by the Selenium mWibDriver, such as java, object-C, javaScript, php, python, ruby, C #, clojure, or Perl. The Appium supports any test framework, and realizes real cross-platform automatic test.
And step S40, if the tested software receives the test instruction sent by the mobile equipment management platform, the automatic test framework detects the result of the tested software executing the test instruction.
Specifically, the test instruction may be a message sent to the tested software, or may be a command sent to the tested software; when the test instruction is a transmitted message, the automatic test framework acquires the content of the message received by the tested software; when the test instruction is a transmitted command, the automatic test framework acquires the state of the tested software after executing the command.
And S50, establishing communication connection between the automatic test framework and the automatic test script, and sending the result to the automatic test script by the automatic test framework.
Specifically, the automation test framework transmits the acquired message content received by the tested software back to the automation test script, or translates the state of the tested software after executing the command into a language which can be identified by the automation test script, and transmits the language back to the automation test script.
And step S60, the automatic test script compares the result with the test instruction sent to the tested software, and the automatic test script obtains a test result according to the comparison result.
Specifically, the automation test script compares the received content returned by the automation test frame with the sent test instruction, if the content is the same, a correct result is obtained, and if the content is different, an incorrect result is obtained.
In the software automatic test method provided by the above, the automatic test script establishes communication connection with the mobile equipment management platform, and the mobile equipment management platform establishes communication connection with the tested software; the automatic test script controls the mobile equipment management platform to send a test instruction to the tested software; the automatic test frame establishes communication connection with the tested software; the automatic test framework judges whether the tested software receives a test instruction sent by the mobile equipment management platform; if yes, the automatic test framework detects the result of the tested software executing the test instruction; the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script; the automatic test script compares the result with the test instruction sent to the tested software, and the automatic test script obtains the test result according to the comparison result. The automatic test script sends a test instruction to the tested software through the mobile equipment management platform, so that cross-platform automatic sending of the test instruction is realized; the automatic test framework detects the result of the tested software executing the test instruction and feeds back the result to the automatic test script, and the automatic test script compares the result and records the result, so that the automatic detection and the result are realized, the processes of manually issuing the instruction and manually checking are omitted, and the test efficiency is improved.
Referring to fig. 3, in some embodiments, step S20 includes:
s201, creating a timing task in the computer equipment stored with the mobile equipment management platform.
In particular, there are a number of ways to create the timed task, here illustrated in two ways. Firstly, setting an automatic test script to run regularly by using a Windows task plan of a Windows system; second, jenkins configuration information is borrowed, wherein Jenkins is an independent open source automation server that can be used to automate various tasks such as building, testing and deploying software. Jenkins can be installed by native system package Docker, and even run independently by any machine that installs javarun im environment.
S202, the timing task drives the automatic test script to control the mobile equipment management platform to send the test instruction to the tested software at fixed time.
Specifically, the test task can be automatically executed according to the time designated by the timing task, so that the automatic test of the software is realized.
Referring to fig. 4, in some embodiments, the testing method further comprises:
and S70, outputting the test result by the automatic test script.
Specifically, for example, an automated test script may specify that if the test result is correct, the automated test script assigns a "1"; if the test result is wrong, the automatic test script assigns a value of '2', so as to record the test condition.
Referring to fig. 4, in some embodiments, the testing method further comprises:
if the automatic test framework detects that the tested software does not receive the test instruction sent by the mobile equipment management platform;
the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script;
and the automatic test script outputs the test result.
Specifically, when the automatic test framework acquires the information of the tested software, the automatic test framework finds that no new message or new instruction exists, and feeds back the result to the automatic test script, and the automatic test script outputs and records the result.
It should be noted that the above-mentioned automated test scripts, the mobile device management platform, and the automated test framework are stored on different computer devices, or two of them are stored on the same computer device, and the other is stored on other computer devices, or the three are stored on the same computer device.
Referring to fig. 5, fig. 5 is a schematic block diagram illustrating a software automated test system according to an embodiment of the present invention; the software automation test system provided by the embodiment of the application can be used for executing the software automation test method. The software automated test system comprises: an automation test script 1, an automation test framework 2, and a mobile device management platform 3.
The automation test script 1 is used for being in communication connection with the mobile equipment management platform 3, and the mobile equipment management platform 3 is used for establishing communication connection with the tested software.
The automation test script 1 is further used for controlling the mobile device management platform 3 to send a test instruction to the tested software.
The automatic test framework 2 is used for establishing communication connection with the tested software; the automated test framework 2 is further configured to determine whether the tested software receives a test instruction sent by the mobile device management platform 3.
If the automated test framework 2 determines that the tested software receives the test instruction sent by the mobile device management platform 3, the automated test framework 2 is further configured to detect a result that the tested software executes the test instruction.
The automation test framework 2 is further configured to establish a communication connection with the automation test script 1 and send the result to the automation test script 1.
The automated test script 1 is further configured to compare the result with a test instruction sent to the tested software, and the automated test script 1 is further configured to obtain a test result according to the comparison result.
It should be noted that, for convenience and brevity of description, specific working processes of the above-described system may refer to corresponding processes in the foregoing method embodiments, which are not described in detail herein.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather is intended to cover all modifications, equivalents, and alternatives falling within the spirit and principles of the invention.

Claims (7)

1. A method for automated testing of software, the method comprising:
the method comprises the steps that communication connection is established between an automatic test script and a mobile equipment management platform, and the mobile equipment management platform is in communication connection with tested software;
the automatic test script controls the mobile equipment management platform to send a test instruction to the tested software;
the automatic test framework establishes communication connection with the tested software; the automatic test framework judges whether the tested software receives the test instruction sent by the mobile equipment management platform or not;
if yes, the automatic test framework detects the result of the tested software executing the test instruction;
the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script;
the automatic test script compares the result with the test instruction sent to the tested software, and the automatic test script obtains a test result according to the comparison result;
if the automatic test framework detects that the tested software does not receive the test instruction sent by the mobile equipment management platform;
the automatic test framework establishes communication connection with the automatic test script, and the automatic test framework sends the result to the automatic test script;
and the automatic test script outputs the test result.
2. The method of claim 1, wherein the automated test framework determining whether the tested software receives the test instruction sent by the mobile device management platform comprises:
the automatic test framework acquires information of the tested software;
and the automatic test framework detects the acquired information and judges whether the tested software receives the test instruction sent by the mobile equipment management platform.
3. The software automated testing method of claim 1, wherein after the automated testing script derives the test result from the comparison result, the testing method further comprises:
and the automatic test script outputs the test result.
4. The method for automatically testing software according to claim 1, wherein the automated test script controls the mobile device management platform to send test instructions to the tested software, and the method comprises:
creating a timed task in a computer device storing the mobile device management platform;
and the timing task drives the automatic test script to control the mobile equipment management platform to send the test instruction to the tested software at fixed time.
5. A method of automated testing of software according to claim 1, wherein the automated test scripts, the mobile device management platform and the automated test framework are stored on different computer devices, or wherein two are stored on the same computer device and another is stored on other computer devices, or wherein three are stored on the same computer device.
6. A software automated testing method according to claim 1, wherein the automated testing framework is an applied open source testing automated framework.
7. A software automated testing system, comprising: an automated test script, an automated test framework, and a mobile device management platform;
the automatic test script is used for being in communication connection with the mobile equipment management platform, and the mobile equipment management platform is used for establishing communication connection with the tested software;
the automatic test script is also used for controlling the mobile equipment management platform to send a test instruction to the tested software;
the automatic test framework is used for establishing communication connection with the tested software; the automatic test framework is also used for judging whether the tested software receives the test instruction sent by the mobile equipment management platform;
if the automatic test framework judges that the tested software receives the test instruction sent by the mobile equipment management platform, the automatic test framework is also used for detecting the result of the tested software executing the test instruction;
the automatic test framework is also used for establishing communication connection with the automatic test script and sending the result to the automatic test script;
the automatic test script is further used for comparing the result with the test instruction sent to the tested software, and the automatic test script is further used for obtaining a test result according to the comparison result.
CN202010699448.2A 2020-07-20 2020-07-20 Automatic software testing method and system Active CN111858336B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010699448.2A CN111858336B (en) 2020-07-20 2020-07-20 Automatic software testing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010699448.2A CN111858336B (en) 2020-07-20 2020-07-20 Automatic software testing method and system

Publications (2)

Publication Number Publication Date
CN111858336A CN111858336A (en) 2020-10-30
CN111858336B true CN111858336B (en) 2024-03-15

Family

ID=73001765

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010699448.2A Active CN111858336B (en) 2020-07-20 2020-07-20 Automatic software testing method and system

Country Status (1)

Country Link
CN (1) CN111858336B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631937A (en) * 2020-12-31 2021-04-09 武汉光庭信息技术股份有限公司 Automatic CAN operation testing method and device for T-Box
CN113093034A (en) * 2021-04-07 2021-07-09 阳光三星(合肥)储能电源有限公司 Automatic testing method, device and system for battery management system
CN113238951A (en) * 2021-05-20 2021-08-10 大河(深圳)信息有限公司 Software barrier-free automatic test system and test method thereof

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103207338A (en) * 2013-04-25 2013-07-17 上海纳恩汽车技术有限公司 Python script-based automotive electronic test platform
CN103914368A (en) * 2012-12-31 2014-07-09 百度国际科技(深圳)有限公司 Security software performance test method, system and device
CN106776344A (en) * 2017-01-16 2017-05-31 上海聚宝网络科技股份有限公司 A kind of automated testing method of the intelligent express delivery cabinet based on APPIUM
CN107885662A (en) * 2017-11-09 2018-04-06 郑州云海信息技术有限公司 A kind of method of testing based on more browser multi-version compatibility sex chromosome mosaicisms
CN108052451A (en) * 2017-12-26 2018-05-18 网易(杭州)网络有限公司 Test method, system, test server, test terminal and storage medium
CN108845949A (en) * 2018-07-24 2018-11-20 浙江数链科技有限公司 A kind of performance test methods and platform
CN109344074A (en) * 2018-10-19 2019-02-15 中国银行股份有限公司 A kind of cross-platform automated testing method and system
CN109376088A (en) * 2018-10-24 2019-02-22 网宿科技股份有限公司 A kind of automatization test system and automated testing method
CN109634871A (en) * 2019-01-10 2019-04-16 珠海金山网络游戏科技有限公司 A kind of Software Automatic Testing Method and device based on multi-terminal devices control platform
CN109656826A (en) * 2018-12-14 2019-04-19 深圳前海微众银行股份有限公司 Application testing method, system, equipment and computer readable storage medium
WO2019218458A1 (en) * 2018-05-16 2019-11-21 平安科技(深圳)有限公司 Application program test method and device, mobile terminal and medium
CN111190812A (en) * 2019-12-12 2020-05-22 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Automatic test framework based on embedded equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6993748B2 (en) * 2001-10-26 2006-01-31 Capital One Financial Corporation Systems and methods for table driven automation testing of software programs
US20090199160A1 (en) * 2008-01-31 2009-08-06 Yahoo! Inc. Centralized system for analyzing software performance metrics
CN102651700A (en) * 2011-02-28 2012-08-29 Sap股份公司 Management test automation
US20130311827A1 (en) * 2012-05-16 2013-11-21 International Business Machines Corporation METHOD and APPARATUS for automatic testing of automation software

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914368A (en) * 2012-12-31 2014-07-09 百度国际科技(深圳)有限公司 Security software performance test method, system and device
CN103207338A (en) * 2013-04-25 2013-07-17 上海纳恩汽车技术有限公司 Python script-based automotive electronic test platform
CN106776344A (en) * 2017-01-16 2017-05-31 上海聚宝网络科技股份有限公司 A kind of automated testing method of the intelligent express delivery cabinet based on APPIUM
CN107885662A (en) * 2017-11-09 2018-04-06 郑州云海信息技术有限公司 A kind of method of testing based on more browser multi-version compatibility sex chromosome mosaicisms
CN108052451A (en) * 2017-12-26 2018-05-18 网易(杭州)网络有限公司 Test method, system, test server, test terminal and storage medium
WO2019218458A1 (en) * 2018-05-16 2019-11-21 平安科技(深圳)有限公司 Application program test method and device, mobile terminal and medium
CN108845949A (en) * 2018-07-24 2018-11-20 浙江数链科技有限公司 A kind of performance test methods and platform
CN109344074A (en) * 2018-10-19 2019-02-15 中国银行股份有限公司 A kind of cross-platform automated testing method and system
CN109376088A (en) * 2018-10-24 2019-02-22 网宿科技股份有限公司 A kind of automatization test system and automated testing method
CN109656826A (en) * 2018-12-14 2019-04-19 深圳前海微众银行股份有限公司 Application testing method, system, equipment and computer readable storage medium
CN109634871A (en) * 2019-01-10 2019-04-16 珠海金山网络游戏科技有限公司 A kind of Software Automatic Testing Method and device based on multi-terminal devices control platform
CN111190812A (en) * 2019-12-12 2020-05-22 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Automatic test framework based on embedded equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于数据驱动自动化测试框架研究和实现;姚杰;程光钧;李浩;;工业控制计算机(第07期);全文 *

Also Published As

Publication number Publication date
CN111858336A (en) 2020-10-30

Similar Documents

Publication Publication Date Title
CN111858336B (en) Automatic software testing method and system
CN110633209B (en) Automatic testing method and system for vehicle-mounted android multimedia navigator
CN111124919A (en) User interface testing method, device, equipment and storage medium
CN104424095A (en) Automatic testing method and system of mobile terminal
CN103634592A (en) Automatic test method and system for intelligent televisions
CN110013672B (en) Method, device, apparatus and computer-readable storage medium for automated testing of machine-run games
CN112612699B (en) General automatic test equipment for HID (human interface device) human-computer interaction scene use case
CN112333057A (en) Intelligent household equipment distribution network testing method and device, execution machine and storage medium
CN111274154A (en) Automatic testing method, device, equipment and storage medium
CN105786695A (en) Data test method and system
CN110119350A (en) Software Development Kit test method, device and equipment and computer storage medium
WO2021227690A1 (en) Automatic testing system and method for robot, and build server and storage medium
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
KR100758850B1 (en) Appaturus and method for test using test script in mobile communication system
Wang et al. Research on mobile application automation testing technology based on appium
CN113032247A (en) Automatic ubus command line testing method and system
CN107577466A (en) A kind of RPM software kits Compilation Method and system based on linux system
CN110990221A (en) Kernel LKM-based Android platform malicious software automatic detection method and system
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN105243015B (en) Method and system for automatically testing software
CN111343661B (en) Method and device for testing blacklist function and computer readable storage medium
CN112835789A (en) Realization technology for automatic test of automatic test framework
CN111813659A (en) UI and interface based automatic test method, device, equipment and readable medium
CN111581081A (en) Automatic test system and method
CN112306845A (en) Concurrent testing method, device, equipment and medium

Legal Events

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