CN113672516A - Automatic testing method and system for virtual screen interconnection interface control - Google Patents

Automatic testing method and system for virtual screen interconnection interface control Download PDF

Info

Publication number
CN113672516A
CN113672516A CN202111008960.9A CN202111008960A CN113672516A CN 113672516 A CN113672516 A CN 113672516A CN 202111008960 A CN202111008960 A CN 202111008960A CN 113672516 A CN113672516 A CN 113672516A
Authority
CN
China
Prior art keywords
interface
virtual screen
control
interconnection
operable
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
CN202111008960.9A
Other languages
Chinese (zh)
Other versions
CN113672516B (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.)
Wuhan Carbit Information Co ltd
Original Assignee
Wuhan Carbit Information 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 Wuhan Carbit Information Co ltd filed Critical Wuhan Carbit Information Co ltd
Priority to CN202111008960.9A priority Critical patent/CN113672516B/en
Publication of CN113672516A publication Critical patent/CN113672516A/en
Application granted granted Critical
Publication of CN113672516B publication Critical patent/CN113672516B/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/3684Test management for test design, e.g. generating new test cases
    • 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

Abstract

The invention relates to an automatic testing method of an interconnection virtual screen interface control, which comprises the following steps: s100, building an automatic test environment, and installing an automatic test frame and a vehicle-mounted end analog controller on a computer terminal; s200, an interconnection channel is established between a mobile terminal and a computer terminal, the mobile terminal establishes a virtual screen, and an interface on the virtual screen is projected to a vehicle-mounted end simulation controller for display; the automatic test framework and the mobile terminal establish a control channel; s300, deeply traversing, inquiring and simulating all operable but unoperated controls of a click interface through a recursive circular algorithm, and storing an execution result into a database; s500, recording the test result, inquiring the failed test process according to the execution result stored in the database, and writing the failed test process into the APP running log. The invention can automatically traverse the interconnection interface and the controls on the interface, is irrelevant to specific services, does not need manual operation of testers, and effectively improves the testing efficiency.

Description

Automatic testing method and system for virtual screen interconnection interface control
Technical Field
The invention relates to the technical field of mobile phone interconnection, in particular to an automatic testing method and system for a virtual screen interconnection interface control.
Background
With the development of the internet of vehicles industry, mobile phone interconnection is becoming a low-cost and efficient solution for internet of vehicles, wherein the scheme of mobile phone screen mapping is most widely applied. The screen mapping refers to a technology of projecting the screen content of the mobile phone to a vehicle-mounted navigator screen so as to display the functions running on the mobile phone screen on the vehicle-mounted navigator screen. The reverse control refers to a technology that an interface is operated on a vehicle-mounted screen and correspondingly changed on a mobile phone.
Because the virtual screen interconnection interface is not displayed on the main screen of the mobile phone, and the existing automatic testing framework aims at the main screen of the mobile phone, the existing interconnection automatic testing framework needs testers to write testing scripts in advance, so that the dependence of the test on the testers is relatively high, and the testing efficiency is low.
Disclosure of Invention
The invention aims to provide an automatic testing method and system for virtual screen interconnection interface controls, which do not need to manually compile automatic scripts one by one according to service modules and have high testing efficiency.
In order to achieve the purpose, the invention relates to an automatic testing method of a virtual screen interconnection interface control, which comprises the following steps: s100 building an automatic test environment
The computer terminal is provided with an automatic test frame and a vehicle-mounted end simulation controller;
s200, an interconnection channel is established between a mobile terminal and a computer terminal, the mobile terminal establishes a virtual screen, and an interface on the virtual screen is projected to a vehicle-mounted end simulation controller for display; the automatic test framework and the mobile terminal establish a control channel;
s300, deeply traversing, inquiring and simulating all visible and operable controls on an operation interface through a recursive cyclic algorithm, and storing control information into a database;
s500 recording the test result
Inquiring the failed flow of the test according to the execution result stored in the database, and writing the failed flow into an APP running log;
after the flow is finished, the tester can derive the logs such as app running log and flash quit to check the automatic test result.
The step S300 includes the steps of:
s301, starting to enter a current interface; s302, traversing to obtain a control list of the current interface, and storing control information into a database; s303, inquiring whether a visible, operable and unoperated control exists in the current interface, if so, entering the step S304, and if not, entering the step S305; s304, simulating operation, namely simulating operation of one visible, operable and unoperated control, updating control information to a database, entering a sub-interface, and performing next-layer recursion; s305, judging whether all controls of the interface of the layer are operated, namely judging whether operable controls but not operated controls exist in the interface of the layer; if yes, entering S306, otherwise, returning to S304; s306, exiting the recursion layer, returning to the previous interface to continue the operation execution until all visible, operable and unoperated controls on the interface are completely executed; s307, executing the operation of each layer of interface until all visible, operable and unoperated controls of the top layer interface are completely executed, and completing the recursion cycle.
Further, in step S300, before entering the new interface each time, interface cycle jump recognition is performed, if the interface cycle jump is recognized as cycle jump, the current interface cycle is jumped out, and if not, the new interface continues to be entered.
Further, the interface cycle jump identification comprises: when a new simulation operation event path is added, the path is judged to be completely repeated with the previous step after being added, and if the path is completely repeated, the interface cycle jump is judged.
Further, step S400 is further included after step S300 to search for leaks, and step S400 includes the following steps: s401, restoring the initialization environment; s402, judging whether operable but unoperated controls exist in the database, if so, entering S403, and if not, entering S404; s403, entering a recurrence environment according to the current interface operation steps, sequentially carrying out simulation operation on all operable but unoperated controls, and updating control information in a database; and S404, jumping out of a leakage repairing link.
Further, the control information includes: the ID of the control, whether the control is operated, the current page, whether the secondary access is visible or not and the current interface enters the operation steps.
Further, after the operation is simulated, the state of 'whether the control is operated' in the control information is updated to 'operated'.
Further, the simulation operation comprises simulation click and simulation sliding.
An automated testing system of a virtual screen interconnection interface control comprises a mobile terminal and a computer terminal, wherein an interconnection channel is established between the mobile terminal and the computer terminal; the mobile terminal comprises a display screen and a virtual screen, wherein the virtual screen is connected with the display screen; the computer terminal comprises an automatic test frame, a vehicle-mounted terminal simulator and a storage module, wherein the automatic test frame is connected with the virtual screen, the vehicle-mounted terminal simulator and the automatic test script module, and the automatic test script module is connected with the vehicle-mounted terminal simulator; a control channel is established between the automatic test framework and the virtual screen; the automatic test framework inquires all visible and operable controls on the interface of the vehicle-mounted terminal simulation controller, and the searched corresponding control information is stored in a database of the storage module;
the automatic test frame inquires all operable but non-operable controls in a database of the storage module, the vehicle-mounted terminal simulation controller sends control signals to the virtual screen through the control channel, and the controls on the virtual screen respond to the operation and transmit the control information updated through the interconnection channel to be stored in the database of the storage module.
Furthermore, the automatic test framework inquires operable but unoperated controls in the database, the automatic test framework outputs control signals to the vehicle-mounted terminal simulation controller through the control channel, the vehicle-mounted terminal simulation controller operates the current page according to the control signals and transmits simulation operation commands to the virtual screen of the mobile terminal through the interconnection channel, and the virtual screen executes the simulation operation commands.
Further, the virtual screen executes the simulation operation command, and the automatic test framework updates the control information in the database according to the changed control parameters of the page.
According to the automatic testing method and system for the virtual screen interconnection interface control, after the compiling of the deeply traversed automatic script is finished, the interconnection interface and the control on the interface can be automatically traversed, the method and system are irrelevant to specific services, manual operation of testers is not needed, and the testing efficiency is effectively improved. The interconnection channel is established between the mobile terminal and the computer terminal, the control channel is established between the automatic testing framework and the mobile terminal, the interconnection between the mobile terminal and the vehicle-mounted multimedia is not needed, the limitation of hardware and a testing scene is avoided, the virtual screen is not tested manually, and the testing cost is saved.
Drawings
FIG. 1 is a flowchart of an automated testing method for a virtual screen interconnection interface control according to the present invention;
FIG. 2 is a flowchart of step S300 in the method for automatically testing the virtual screen interconnection interface control according to the present invention;
FIG. 3 is a schematic diagram of control information in the automated testing method for the virtual screen interconnection interface control according to the present invention;
FIG. 4 is a flowchart of another embodiment of a method for automated testing of a virtual screen interconnection interface control according to the present invention;
FIG. 5 is a flowchart of step S400 in the method for automatically testing the virtual screen interconnection interface control according to the present invention;
FIG. 6 is a schematic diagram of an automated testing system for a virtual screen interconnection interface control according to the present invention.
Detailed Description
The invention relates to an automatic test method and system for a virtual screen interconnection interface control, which can automatically traverse the control on an interface and automatically generate a script for testing. The invention is described in further detail below with reference to the following figures and specific examples:
referring to fig. 1 to 5, an automated testing method for a virtual screen interconnection interface control includes the following steps:
s100 building an automatic test environment
The computer terminal is provided with an automatic test frame and a vehicle-mounted end simulation controller;
specifically, a Python test frame is installed on the computer terminal, and the vehicle-mounted end analog controller is an ECTest analog controller and is responsible for interface display and counter control of the virtual screen of the projection mobile phone.
S200, an interconnection channel is established between a mobile terminal and a computer terminal, the mobile terminal establishes a virtual screen, and an interface on the virtual screen is projected to a vehicle-mounted end simulation controller for displaying; the automated test framework establishes a control channel (channel 2) with the mobile terminal.
The mobile terminal can be connected with a computer through a USB (universal serial bus), or is connected with the computer through WiFi (wireless fidelity), then an interconnection channel (channel 1) is established with a vehicle-mounted end simulator on the computer terminal, a control channel (channel 2) is established between the automatic test framework and a virtual screen of the mobile terminal, and when the mobile terminal is an Android system and the USB is connected, the automatic test framework establishes a control channel with the virtual screen through an ADB (Android Debug Bridge Android system) system.
The virtual display screen is created in the android system by calling a CreateVirtualDisplay Interface by using an API (Application Program Interface) call Interface. The virtual display screen is created in the IOS system using an API call [ [ UIWindow alloc ] initWithFrame [ [ UIScreen mainScreen ]. bound ] interface. And the screen of the mobile terminal is independently displayed with the virtual screen.
The mobile terminal is pre-equipped with mobile terminal interconnection application, and the computer terminal is pre-equipped with vehicle-mounted interconnection application. The mobile terminal interconnection application is a common interconnection client in the market, such as hundred million driving assistants APP, driving partners APP and the like of my department; the vehicle-mounted interconnection application is a common interconnection server on the market.
S300, deeply traversing, inquiring and simulating all visible and operable controls on the operation interface through a recursive circular algorithm, and storing control information into a database.
S500 recording the test result
According to the execution result stored in the database, the failed flow of the test is inquired and written into the APP running log, so that subsequent export and check are facilitated.
As shown in fig. 2, step S300 includes the steps of:
s301 begins, and the current interface is entered
S302, traversing to obtain a control list of the current interface, and storing control information into a database;
s303, inquiring whether a visible, operable and unoperated control exists in the current interface, if so, entering the step S304, and if not, entering the step S305;
s304 simulation operation
Simulating and operating one visible, operable but unoperated control, updating control information, entering a sub-interface, and performing next-layer recursion;
the simulation operation comprises simulation click and simulation sliding.
S305, judging whether all controls of the interface of the layer are operated, namely judging whether operable controls but not operated controls exist in the interface of the layer; if yes, entering S306, otherwise, returning to S304;
s306, exiting the recursion layer, returning to the previous interface to continue the operation execution until all visible, operable and unoperated controls on the interface are completely executed;
s307, executing the operation of each layer of interface until all visible, operable and unoperated controls of the top layer interface are completely executed, and completing the recursion cycle.
Specifically, in the above simulation operation, if the operation is unsuccessful, a failed flow is recorded in the APP running log.
Further, as shown in fig. 3, the control information in step S302 includes: the ID of the control, whether the control is operated, the current page to which the control belongs, whether the secondary access is visible, the operation step of the current interface, the purpose of the control and the like.
In order to better implement the recursive loop algorithm, the IDs of the controls of the pages are not repeated, that is, the IDs of all operable controls in each page are not repeated globally.
In order to avoid that the recursive loop algorithm cannot jump out when the interface has loop jump, the method also includes an interface loop jump identification step in step S300, that is, whether the operation step of the previous page is loop is judged, and the loop jump identification method includes: when a new simulation operation event path is added, judging that the path is completely repeated with the previous step after being added, if the path is completely repeated, judging that the interface cycle jumps, and if the path is judged that the interface cycle jumps, jumping out of the cycle. Before entering a new interface, the interface cycle jump recognition is carried out.
As shown in fig. 4 and 5, in order to prevent the missing detection, a step S400 of repairing the missing link is further included after the step S300, and the step S400 includes the following steps:
s401, restoring the initialization environment, namely restoring to the interface and the state of the APP during initial use;
s402, judging whether operable but unoperated controls exist in the database, if so, entering S403, and if not, entering S404;
s403, entering a recurrence environment according to the current interface operation steps, sequentially carrying out simulation operation on all operable but unoperated controls, and updating control information in a database;
and S404, jumping out of a leakage repairing link.
And inquiring operable but not operated controls in the database, simulating and operating the controls inquired in the step by the vehicle-mounted end simulation controller, and updating control information after simulating and operating. After the operation is simulated, the state of 'whether the control is operated' in the control information is updated to 'operated'.
Referring to fig. 6, an automated testing system for a virtual screen interconnection interface control includes a mobile terminal 1 and a computer terminal 2, and an interconnection channel is established between the mobile terminal 1 and the computer terminal 2. The mobile terminal 1 is a smart phone or a tablet, and the computer terminal 2 is a computer.
The mobile terminal 1 comprises a display screen 11 and a virtual screen 12, wherein the virtual screen 12 is connected with the display screen 11, and the display screen 11 and the virtual screen 12 are displayed independently.
The computer terminal 2 includes an automated test framework 21, an in-vehicle terminal simulator 22, and a storage module 23. The automatic test framework 21 is connected with the virtual screen 12, the vehicle-mounted terminal simulation controller 22 and the storage module 23. A control channel is established between the automated test framework 21 and the virtual screen 12.
The automated testing framework 21 is responsible for data transmission between the mobile terminal virtual screen and the vehicle-mounted multimedia terminal through the mobile terminal interconnection communication protocol pxClient. And an interconnection channel is established between the vehicle-mounted terminal simulator 22 and the mobile terminal 1 through USB or Wifi. The virtual screen 12 projects the page to the vehicle-mounted terminal simulation controller 22 through the interconnection channel for displaying.
The automated testing framework 21 queries all visible and operable controls on the interface of the vehicle-mounted terminal simulation controller 22, and stores the searched corresponding control information into the database of the storage module 23.
The automatic test framework 21 queries operable but unoperated controls in a database of the storage module 23, the automatic test framework 21 outputs control signals to the vehicle-mounted terminal simulation controller 22 through the control channel, the vehicle-mounted terminal simulation controller 22 operates a current page according to the control signals and transmits simulation operation commands to the virtual screen 12 of the mobile terminal 1 through the interconnection channel, the virtual screen 12 executes the simulation operation commands, and the controls on the virtual screen 12 respond to the operations and transmit the updated control information to the database of the storage module 23 through the interconnection channel.
Further, in order to ensure the accuracy of the query, the automated testing framework 21 performs leak repairing query on the controls in the database, specifically: the automatic test framework 21 restores the initialization environment, the automatic test framework 21 queries a first operable but non-operable control from the database of the storage module 23, the automatic test framework 21 realizes a reproduction environment, the vehicle-mounted terminal simulation controller 22 operates the retrieved operable but non-operable control, and the updated control information is stored in the database of the storage module 23.
Further, when the mobile terminal 1 is an android system, the automatic testing framework 21 is connected with the display screen 11, so that the automatic testing framework 21 controls the display screen 11. Specifically, the automated testing framework 21 implements control of the display screen 11 through the UI testing tool Uiautomator.
According to the automatic testing method and system for the virtual screen interconnection interface control, after the compiling of the deeply traversed automatic script is finished, the interconnection interface and the control on the interface can be automatically traversed, the method and system are irrelevant to specific services, manual operation of testers is not needed, manual operation can be completely removed, automatic control query and automatic testing according to coordinate reverse control can be carried out on the virtual screen projected on the vehicle-mounted end analog controller, and the testing efficiency is effectively improved. Meanwhile, an interconnection channel is established between the mobile terminal and the computer terminal, and a control channel is established between the automatic testing framework and the mobile terminal, so that the interconnection between the mobile terminal and the vehicle-mounted multimedia is not needed, the limitation of hardware and a testing scene is avoided, the virtual screen is not tested manually, and the testing cost is saved.

Claims (10)

1. An automatic test method for a virtual screen interconnection interface control is characterized by comprising the following steps:
s100 building an automatic test environment
The computer terminal is provided with an automatic test frame and a vehicle-mounted end simulation controller;
s200, an interconnection channel is established between a mobile terminal and a computer terminal, the mobile terminal establishes a virtual screen, and an interface on the virtual screen is projected to a vehicle-mounted end simulation controller for display; the automatic test framework and the mobile terminal establish a control channel;
s300, deeply traversing, inquiring and simulating all visible and operable controls on an operation interface through a recursive cyclic algorithm, and storing control information into a database;
s500 recording the test result
Inquiring the failed flow of the test according to the execution result stored in the database, and writing the failed flow into an APP running log;
the step S300 includes the steps of:
s301 begins, and the current interface is entered
S302, traversing to obtain a control list of the current interface, and storing control information into a database;
s303, inquiring whether a visible, operable and unoperated control exists in the current interface, if so, entering the step S304, and if not, entering the step S305;
s304, simulating operation, namely simulating operation of one visible, operable but not operable control, updating control information, entering a sub-interface, and performing next-layer recursion;
s305, judging whether all controls of the interface of the layer are operated, namely judging whether operable controls but not operated controls exist in the interface of the layer; if yes, entering S306, otherwise, returning to S304;
s306, exiting the recursion layer, returning to the previous interface to continue the operation execution until all visible, operable and unoperated controls on the interface are completely executed;
s307, executing the operation of each layer of interface until all visible, operable and unoperated controls of the top layer interface are completely executed, and completing the recursion cycle.
2. The method for automatically testing the virtual screen interconnection interface control according to claim 1, wherein in step S300, before entering a new interface, interface cycle jump recognition is performed, if the interface cycle jump recognition is a cycle jump, a current interface cycle is jumped out, and if not, the new interface is continuously entered.
3. The method for automatically testing the virtual screen interconnection interface control according to claim 2, wherein the interface cycle jump recognition comprises: when a new simulation click event path is added, the path is judged to be completely repeated with the previous step after being added, and if the path is completely repeated, the interface is judged to be in cycle skip.
4. The method for automatically testing the virtual screen interconnection interface control as claimed in claim 1, further comprising a step S400 of leak-filling query after the step S300, wherein the step S400 comprises the steps of:
s401 restores the initialization environment and,
s402, judging whether operable but unoperated controls exist in the database, if so, entering S403, and if not, entering S404;
s403, entering a recurrence environment according to the current interface operation steps, sequentially carrying out simulation operation on all operable but unoperated controls, and updating control information in a database;
and S404, jumping out of a leakage repairing link.
5. The method for automatically testing the virtual screen interconnection interface control as claimed in claim 1, wherein the control information comprises: the ID of the control, whether the control is clicked, the current page, whether the secondary access is visible or not and the current interface enters the operation steps.
6. The method for automatically testing the virtual screen interconnection interface control as claimed in claim 5, wherein after the simulation operation, the "operation or not" state in the control information is updated to "operated".
7. The method for automatically testing the virtual screen interconnection interface control as claimed in claim 1, wherein in the step S300, the simulation operation includes simulating click and sliding.
8. An automatic test system for a virtual screen interconnection interface control is characterized by comprising a mobile terminal (1) and a computer terminal (2), wherein an interconnection channel is established between the mobile terminal (1) and the computer terminal (2);
the mobile terminal (1) comprises a display screen (11) and a virtual screen (12), wherein the virtual screen (12) is connected with the display screen (11); the computer terminal (2) comprises an automatic test frame (21), a vehicle-mounted terminal simulator (22) and a storage module (23), wherein the automatic test frame (21) is connected with the virtual screen (12), the vehicle-mounted terminal simulator (22) and the automatic test script module (23), and the automatic test script module (23) is connected with the vehicle-mounted terminal simulator (22); a control channel is established between the automatic test frame (21) and the virtual screen (12);
the automatic test framework (21) inquires all visible and operable controls on the interface of the vehicle-mounted terminal simulation controller (22), and the searched corresponding control information is stored in a database of the storage module (23);
the automatic test framework (21) inquires all operable but unoperated controls in a database of the storage module (23), the vehicle-mounted terminal simulation controller (22) sends control signals to the virtual screen (12) through a control channel, and the controls on the virtual screen (12) respond to the operation and transmit the control information updated by the operation to the database of the storage module (23) through an interconnection channel.
9. The system for automatically testing the virtual screen interconnection interface control as claimed in claim 6, wherein the automated testing framework (21) queries an operable but non-operable control in the database, the automated testing framework (21) outputs a control signal to the vehicle-mounted terminal simulation controller (22) through the control channel, the vehicle-mounted terminal simulation controller (22) operates the current page according to the control signal and transmits a simulated click command to the virtual screen (12) of the mobile terminal (1) through the interconnection channel, and the virtual screen (12) executes the simulated operation command.
10. The automated testing system for the virtual screen interconnection interface control as claimed in claim 7, wherein the virtual screen (12) executes a simulation operation command, and the automated testing framework (21) updates the control information in the database according to the control parameter of the changed page.
CN202111008960.9A 2021-08-31 2021-08-31 Automatic testing method and system for virtual screen interconnection interface control Active CN113672516B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111008960.9A CN113672516B (en) 2021-08-31 2021-08-31 Automatic testing method and system for virtual screen interconnection interface control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111008960.9A CN113672516B (en) 2021-08-31 2021-08-31 Automatic testing method and system for virtual screen interconnection interface control

Publications (2)

Publication Number Publication Date
CN113672516A true CN113672516A (en) 2021-11-19
CN113672516B CN113672516B (en) 2024-03-29

Family

ID=78547649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111008960.9A Active CN113672516B (en) 2021-08-31 2021-08-31 Automatic testing method and system for virtual screen interconnection interface control

Country Status (1)

Country Link
CN (1) CN113672516B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103312850A (en) * 2013-05-10 2013-09-18 江苏科技大学 Mobile phone automation testing system and work method
CN110286864A (en) * 2019-05-15 2019-09-27 武汉卡比特信息有限公司 A kind of mobile phone and computer terminal, which adaptively interconnect, throws screen method
CN111182346A (en) * 2020-01-16 2020-05-19 武汉卡比特信息有限公司 Combined split screen projection method of mobile terminal and computer terminal
US20210073108A1 (en) * 2019-09-09 2021-03-11 Inventec (Pudong) Technology Corporation Virtualized device-based test system and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103312850A (en) * 2013-05-10 2013-09-18 江苏科技大学 Mobile phone automation testing system and work method
CN110286864A (en) * 2019-05-15 2019-09-27 武汉卡比特信息有限公司 A kind of mobile phone and computer terminal, which adaptively interconnect, throws screen method
US20210073108A1 (en) * 2019-09-09 2021-03-11 Inventec (Pudong) Technology Corporation Virtualized device-based test system and method thereof
CN111182346A (en) * 2020-01-16 2020-05-19 武汉卡比特信息有限公司 Combined split screen projection method of mobile terminal and computer terminal

Also Published As

Publication number Publication date
CN113672516B (en) 2024-03-29

Similar Documents

Publication Publication Date Title
CN107453960B (en) Method, device and system for processing test data in service test
CN110348218B (en) Vulnerability testing method and device based on vehicle-mounted terminal system
CN108829608B (en) Simulator-based automatic test system and method for vehicle-mounted terminal equipment
CN110633209A (en) Automatic testing method and system for vehicle-mounted android multimedia navigator
CN109947635B (en) Data reporting method, device, storage medium and terminal equipment
CN110768863B (en) Scheme for simulating and testing AIOT equipment
CN106126414B (en) Application software testing method and system
CN104899132A (en) Application software test method, apparatus and system
CN104699617A (en) Automated testing method for games
CN111241111B (en) Data query method and device, data comparison method and device, medium and equipment
CN110941520B (en) Hardware function test system and method based on two-out-of-two safety control unit
CN111858336A (en) Software automation test method and system
CN111338951A (en) Wireless intelligent household appliance detection method and system
CN113133041B (en) Method and device for testing vehicle-to-vehicle communication function in dynamic interval train control vehicle
CN110198222B (en) Plug-and-play test method and test master station for power distribution automation terminal
CN113126993A (en) Automatic testing method and system applied to vehicle detection software
CN106407118A (en) Method and device for testing user terminal
CN113672516B (en) Automatic testing method and system for virtual screen interconnection interface control
CN103095882A (en) Automated testing method and automated testing system for intelligent mobile terminal external field
CN101267645B (en) Automatic test method and system for service flow software development of W base station
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN111008140B (en) Cross-platform UI (user interface) automatic testing method and device
CN111857752A (en) PostgreSQL database installation method, device and equipment
CN112230848A (en) NVM automatic configuration method, device and equipment
CN111427795A (en) Code test control method and device, storage medium and electronic equipment

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