CN115757168A - Vehicle UI automatic test script recording method and device and electronic equipment - Google Patents

Vehicle UI automatic test script recording method and device and electronic equipment Download PDF

Info

Publication number
CN115757168A
CN115757168A CN202211511200.4A CN202211511200A CN115757168A CN 115757168 A CN115757168 A CN 115757168A CN 202211511200 A CN202211511200 A CN 202211511200A CN 115757168 A CN115757168 A CN 115757168A
Authority
CN
China
Prior art keywords
script
recording
event
predicated
click event
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211511200.4A
Other languages
Chinese (zh)
Inventor
陈代付
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Changan Automobile Co Ltd
Original Assignee
Chongqing Changan Automobile 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 Chongqing Changan Automobile Co Ltd filed Critical Chongqing Changan Automobile Co Ltd
Priority to CN202211511200.4A priority Critical patent/CN115757168A/en
Publication of CN115757168A publication Critical patent/CN115757168A/en
Pending legal-status Critical Current

Links

Images

Abstract

The application relates to the technical field of automatic testing, in particular to a recording method and device for a vehicle UI automatic test script and an electronic device, wherein the method comprises the following steps: receiving a recording instruction sent by a user; based on a recording instruction, capturing a mouse click event of a screen recording interface and a selection event of an element to be predicated, automatically generating a click event script code according to the mouse click event, and generating a predicated script code according to the selection event of the element to be predicated; and after receiving a recording stopping instruction, storing the click event script code and/or the assertion script code generated in the recording process into a preset script file. Therefore, the problems that how to convert the recorded and generated script into the automatic test script, the script automatically adds the assertion, the automatic test report is output and the like are solved, the efficiency of compiling the automatic script by testers is improved, and the difficulty of compiling the script is reduced.

Description

Vehicle UI automatic test script recording method and device and electronic equipment
Technical Field
The application relates to the technical field of automatic testing, in particular to a recording method and device for a vehicle UI automatic test script and electronic equipment.
Background
At present, tools with recording and playback functions of android devices mainly comprise an autoamtor, a monkey launcher and an airtest, and modes for realizing recording, playback and searching elements mainly comprise element positioning (coordinates, xpath and element attributes) and image recognition, the tools can realize recording and playback functions, but scripts generated by recording depend on execution environments of the tools, and api (Application Program Interface) of the tools cannot meet all requirements of automatic vehicle machine testing, such as vehicle machine 4G testing, vehicle machine safety limitation and the like, and the existing tools cannot be completely supported.
In the related art, a recording and playback method supporting interface operations of cross-application (different apps) is provided, which is not restricted by an entity only in the program, can conveniently implement automatic operations on a passive code third-party app and system applications, and supports almost all user operation types, and in a known range, android user operation events are recorded in an eventX recording file, so that operations unsupported by upper-layer applications cannot be missed like other schemes, such as: the recording and playback test system has the advantages that operations such as shaking, compass and screen rotation can be performed, recording and playback can be completed in Android equipment without connecting a PC (personal computer), limitation of office places is avoided, recording and playback tests can be completed very conveniently, and recording and playback can be automatically adapted to different Android equipment (different hardware input equipment).
However, the methods in the related art do not mention how to convert the recorded generated script into an automated test script, the script automatically adds assertions, and outputs an automated test report in conjunction with an automated test framework.
Disclosure of Invention
The application provides a method and a device for recording a car UI automatic test script and an electronic device, and solves the problems that how to convert a recorded and generated script into an automatic test script, the script automatically adds assertion, outputs an automatic test report and the like, improves the efficiency of a tester writing the automatic script, and reduces the difficulty of writing the script.
An embodiment of a first aspect of the present application provides a method for recording a car machine UI (User Interface) automated test script, including the following steps: receiving a recording instruction sent by a user; based on the recording instruction, capturing a mouse click event of a screen recording interface and a selection event of an element to be predicated, automatically generating a click event script code according to the mouse click event, and generating a predicated script code according to the selection event of the element to be predicated; and after receiving a recording stopping instruction, storing the click event script code and/or the assertion script code generated in the recording process into a preset script file.
According to the technical means, the problems that how to convert the recorded and generated script into the automatic test script, the script automatically adds the assertion, the automatic test report is output and the like are solved, the efficiency of compiling the automatic script by testers is improved, and the difficulty of compiling the script is reduced.
Further, after saving the click event script code and/or the assertion script code generated in the recording process to the preset script file, the method further includes: receiving a playback instruction sent by the user; and executing a script method by using a preset Integrated Development Environment (IDE) tool to play back and execute the click event script code and/or the assertion script code.
According to the technical means, the functions of the IDE tool api, script editing, screen projection and script execution are utilized, the test script is recorded and generated, and the efficiency of compiling the automatic script by a tester is improved.
Further, after receiving a recording instruction sent by the user, the method further includes: and controlling the car machine to automatically end the first application program which is currently running and return to the home page of the first application program.
According to the technical means, the user returns to the program home page when the user clicks to stop recording, the interface of the user is kept consistent with the interface of the user when the user records the script, the problem of execution failure caused by inconsistent system interfaces is solved, and the script execution success rate and accuracy are improved.
Further, the generating an assertion script code according to the selection event of the element to be asserted includes: and after the element to be predicated is selected through the right mouse button on a preset application program interface api interface, double-clicking the predicated script code through id, text and xpath predicated api.
According to the technical means, the assertion is automatically added by clicking the api, so that an actual result is compared with an expected result in the automatic testing process, and the script writing difficulty is reduced.
Further, the mouse click event includes at least one of a click text element event, a click element coordinate event, and a slide screen page turn event.
According to the technical means, the click event of the screen is captured, and at least one of a click text element event, a click element coordinate event and a sliding screen page turning event is supported.
An embodiment of a second aspect of the present application provides an apparatus for recording an automatic test script for a vehicle UI, including: the receiving module is used for receiving a recording instruction sent by a user; the recording module is used for capturing a mouse click event of a screen recording interface and a selection event of an element to be predicated based on the recording instruction, automatically generating a click event script code according to the mouse click event, and generating a predicated script code according to the selection event of the element to be predicated; and the storage module is used for storing the click event script codes and/or the assertion script codes generated in the recording process into a preset script file after receiving the recording stopping instruction.
Further, after saving the click event script code and/or the assertion script code generated in the recording process to the preset script file, the saving module is further configured to: receiving a playback instruction sent by the user; and executing a script method by utilizing a preset Integrated Development Environment (IDE) tool, and playing back and executing the click event script codes and/or the assertion script codes.
Further, after receiving the recording instruction sent by the user, the receiving module is further configured to: and controlling the car machine to automatically end the first application program which is currently running and return to the home page of the first application program.
Further, the recording module is further configured to: and after the element to be predicated is selected through the right mouse button on a preset application program interface api interface, double-clicking the predicated script code through id, text and xpath predicated api.
Further, the mouse click event includes at least one of a click text element event, a click element coordinate event, and a slide screen page turn event.
An embodiment of a third aspect of the present application provides an electronic device, including: the system comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor executes the program to realize the recording method of the automatic test script of the UI of the car machine.
A fourth aspect of the present application provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor, so as to implement the in-vehicle UI automation test script recording method according to the foregoing embodiment.
Therefore, the method and the device capture the mouse click event of the screen recording interface and the selection event of the element to be predicated by receiving the recording instruction sent by the user, automatically generate the click event script code according to the mouse click event, generate the predicated script code according to the selection event of the element to be predicated, and store the click event script code and/or the predicated script code generated in the recording process into a preset script file after receiving the recording stopping instruction. Therefore, the problems that how to convert the recorded and generated script into the automatic test script, the script automatically adds the assertion, the automatic test report is output and the like are solved, the efficiency of compiling the automatic script by testers is improved, and the difficulty of compiling the script is reduced.
Additional aspects and advantages of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a flowchart of a method for recording a car UI automation test script provided in an embodiment of the present application;
fig. 2 is a schematic diagram of an automatic recording playback test method according to an embodiment of the present application;
FIG. 3 is a flow diagram of automatic recording playback scripts according to an embodiment of the present application;
fig. 4 is a schematic block diagram of a device for recording an automatic test script for a car UI according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Description of reference numerals: the system comprises a 10-vehicle UI automatic test script recording device, a 100-receiving module, a 200-recording module, a 300-storing module, a 501-memory, a 502-processor and a 503-communication interface.
Detailed Description
Reference will now be made in detail to the embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to the same or similar elements or elements having the same or similar functions throughout. The embodiments described below with reference to the accompanying drawings are illustrative and intended to explain the present application and should not be construed as limiting the present application.
The following describes a car UI automation test script recording method, a car UI automation test script recording device, and an electronic device according to an embodiment of the present application with reference to the drawings. In the method, a recording instruction sent by a user is received, a mouse click event of a screen recording interface and a selection event of an element to be predicated are captured, a click event script code is automatically generated according to the mouse click event, a predicate script code is generated according to the selection event of the element to be predicated, and the click event script code and/or the predicate script code generated in the recording process are/is stored in a preset script file after the recording stopping instruction is received. Therefore, the problems that how to convert the recorded and generated script into the automatic test script, the script automatically adds the assertion, the automatic test report is output and the like are solved, the efficiency of compiling the automatic script by testers is improved, and the difficulty of compiling the script is reduced.
Specifically, fig. 1 is a flowchart of a method for recording an in-vehicle UI automation test script provided in an embodiment of the present application.
As shown in fig. 1, the method for recording the in-vehicle UI automatic test script includes the following steps:
in step S101, a recording instruction issued by a user is received.
First, as shown in fig. 2, a test engineer designs a test case to be subjected to an automated test, prepares a test bench for the in-vehicle device, writes the bench to a specified application version, installs a script execution frame and a script writing and debugging IDE on a work PC, connects the bench to the work PC through a USB, starts the IDE software, selects a device connected to the work PC to screen, and opens a project or newly creates a project on a tool page.
Then, the user clicks a record start button on the IDE operation interface to send a record instruction.
The IDE software is client program software which runs on a computer, a software interface is divided into an upper toolbar and a left toolbar, a middle-lower main body part adopts left-middle-right layout and comprises five areas of an auxiliary script compiling api, a script engineering, a script editing function and a debugging information output console and a screen projection function, the API area shows a commonly used API which is packaged with the IDE, a mouse double-click api can generate a script code corresponding to the api when an auxiliary test engineer manually compiles the script, and the script engineering area is used for managing the test script; the script editing area is used for editing scripts (when the scripts are edited, the association prompting function of a common development tool IDE is provided, and the script correctness is improved); the debugging information output console area is used for outputting code execution information in the running and debugging processes of the script (facilitating debugging and troubleshooting problems); the screen projection area is used for synchronously displaying screen display information of the vehicle equipment in an IDE tool, the vehicle equipment App can be operated in the IDE screen projection, the attribute of the displayed App element can be acquired, and the test script is convenient to write.
Further, in some embodiments, after receiving a recording instruction issued by a user, the method further includes: and controlling the car machine to automatically end the first application program which is currently running and return to the home page of the first application program.
Specifically, after receiving a recording instruction sent by a user, the car machine automatically ends the currently running first application program and returns to the home page of the first application program, a script is automatically created in an IDE script editing area, the script is displayed in a tool script editing area, and the recording button icon is changed into a recording stopping icon. At this time, the test engineer may operate the first application program on the in-vehicle device on the screen-projecting interface, for example, slide the screen, click the first application program, and the like, and display the real-time generated test script code in the script editing area in real time.
In step S102, based on the recording instruction, a mouse click event of the screen recording interface and a selection event of the element to be asserted are captured, a click event script code is automatically generated according to the mouse click event, and an assertion script code is generated according to the selection event of the element to be asserted. Wherein, in some embodiments, the mouse click event comprises at least one of a click text element event, a click element coordinate event, and a sliding screen page turn event.
It should be understood that, in the embodiments of the present application, at least one of a click text element event, a click element coordinate event, and a slide screen page turning event of the screen recording interface, and a selection event of an element to be asserted are captured.
Further, in some embodiments, generating the assertion script code according to a selection event of an element to be asserted includes: after an element to be predicated is selected through a right mouse button on a preset application program interface api interface, a double click generates predication script codes through id, text and xpath predication api.
In step S103, after receiving the recording stop instruction, saving the click event script code and/or assertion script code generated in the recording process to a preset script file.
Specifically, the user clicks a recording button to stop recording, the recorded content includes a click event script code or an assertion script code, or the click event script code and the assertion script code, and the clicked event script code and the assertion script code are stored in a preset script file from a script editing area, and the application program operated in the recording process is ended and returned to the application program home page.
Further, in some embodiments, after saving the click event script code and/or the assertion script code generated in the recording process to a preset script file, the method further includes: receiving a playback instruction sent by a user; and executing the script method by utilizing a preset Integrated Development Environment (IDE) tool to perform playback execution on the click event script code and/or the assertion script code.
It can be understood that, when a user issues a playback instruction, in the embodiment of the present application, a preset integrated development environment IDE tool is used to execute a script method, and an execution script is clicked, or a right-click recording is performed on a generated script to select an execution script, and an event script code or an assertion script code is clicked, or the event script code and the assertion script code are clicked to play back, and the vehicle returns to the home page and starts to execute from the home page.
In summary, as shown in fig. 3, in the embodiment of the present application, a script writing IDE is used to connect a car-mounted device through an adb (Android Debug Bridge), the car-mounted device is projected to the IDE through a minisap, a user clicks to start recording, the car-mounted device automatically returns to a home page, starts recording from the home page, captures a mouse click, a mouse is pressed, a mouse is released to generate script content, automatically generates a code, a right mouse button selects an assertion element, an api is clicked to automatically add the assertion, a record stop button is clicked to stop recording, existing running script logic is multiplexed, and an execution script is clicked, so that the car-mounted device automatically returns to the home page and starts executing from the home page.
According to the recording method of the in-vehicle UI automatic test script, a recording instruction sent by a user is received, a mouse click event of a screen recording interface and a selection event of an element to be predicated are captured, a click event script code is automatically generated according to the mouse click event, a predicate script code is generated according to the selection event of the element to be predicated, and after the recording stopping instruction is received, the click event script code and/or the predicate script code generated in the recording process are/is stored into a preset script file. Therefore, the problems that how to convert the recorded and generated script into the automatic test script, the script automatically adds the assertion, the automatic test report is output and the like are solved, the efficiency of compiling the automatic script by a tester is improved, and the difficulty of compiling the script is reduced.
The following describes a recording device for the in-vehicle UI automatic test script according to an embodiment of the application with reference to the accompanying drawings.
Fig. 4 is a schematic block diagram of an in-vehicle UI automation test script recording apparatus according to an embodiment of the present application.
As shown in fig. 4, the in-vehicle UI automated test script recording apparatus 10 includes: a receiving module 100, a recording module 200 and a saving module 300.
The receiving module 100 is configured to receive a recording instruction sent by a user; the recording module 200 is configured to capture a mouse click event of a screen recording interface and a selection event of an element to be asserted based on a recording instruction, automatically generate a click event script code according to the mouse click event, and generate an assertion script code according to the selection event of the element to be asserted; the saving module 300 is configured to, after receiving the instruction to stop recording, save the click event script code and/or the assertion script code generated in the recording process to a preset script file.
Further, in some embodiments, after saving the click event script code and/or the assertion script code generated during the recording process to the preset script file, the saving module 300 is further configured to: receiving a playback instruction sent by a user; and executing the script method by utilizing a preset Integrated Development Environment (IDE) tool to perform playback execution on the click event script code and/or the assertion script code.
Further, in some embodiments, after receiving a recording instruction issued by a user, the receiving module 100 is further configured to: and controlling the car machine to automatically end the first application program which is currently running and return to the home page of the first application program.
Further, in some embodiments, the recording module 200 is further configured to: after an element to be predicated is selected through a right mouse button on a preset application program interface api interface, a double click generates predication script codes through id, text and xpath predication api.
Further, in some embodiments, the mouse click event includes at least one of a click text element event, a click element coordinate event, and a slide screen page turn event.
It should be noted that the explanation of the foregoing embodiment of the method for recording the in-vehicle UI automatic test script is also applicable to the in-vehicle UI automatic test script recording apparatus of this embodiment, and is not repeated herein.
According to the recording device for the automatic test script of the UI of the car machine, a recording instruction sent by a user is received, a mouse click event of a screen recording interface and a selection event of an element to be predicated are captured, a click event script code is automatically generated according to the mouse click event, a predicated script code is generated according to the selection event of the element to be predicated, and after the recording stopping instruction is received, the click event script code and/or the predicated script code generated in the recording process are/is stored into a preset script file. Therefore, the problems that how to convert the recorded and generated script into the automatic test script, the script automatically adds the assertion, the automatic test report is output and the like are solved, the efficiency of compiling the automatic script by testers is improved, and the difficulty of compiling the script is reduced.
Fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application. The electronic device may include:
a memory 501, a processor 502, and a computer program stored on the memory 501 and executable on the processor 502.
When the processor 502 executes the program, the method for recording the in-vehicle UI automatic test script provided in the foregoing embodiments is implemented.
Further, the electronic device further includes:
a communication interface 503 for communication between the memory 501 and the processor 502.
A memory 501 for storing computer programs that can be run on the processor 502.
The Memory 501 may include a high-speed RAM (Random Access Memory) Memory, and may also include a nonvolatile Memory, such as at least one disk Memory.
If the memory 501, the processor 502 and the communication interface 503 are implemented independently, the communication interface 503, the memory 501 and the processor 502 may be connected to each other through a bus and perform communication with each other. The bus may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 5, but this is not intended to represent only one bus or type of bus.
Optionally, in a specific implementation, if the memory 501, the processor 502, and the communication interface 503 are integrated on a chip, the memory 501, the processor 502, and the communication interface 503 may complete communication with each other through an internal interface.
The processor 502 may be a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits configured to implement embodiments of the present Application.
The embodiment of the application also provides a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, the method for recording the in-vehicle UI automatic test script is implemented.
In the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or N embodiments or examples. Moreover, various embodiments or examples and features of various embodiments or examples described in this specification can be combined and combined by one skilled in the art without being mutually inconsistent.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or to implicitly indicate the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one of the feature. In the description of the present application, "N" means at least two, e.g., two, three, etc., unless explicitly defined otherwise.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more N executable instructions for implementing steps of a custom logic function or process, and alternate implementations are included within the scope of the preferred embodiment of the present application in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of implementing the embodiments of the present application.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the N steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. If implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a programmable gate array, a field programmable gate array, or the like.
It will be understood by those skilled in the art that all or part of the steps carried out in the method of implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and the program, when executed, includes one or a combination of the steps of the method embodiments.
While embodiments of the present application have been shown and described above, it will be understood that the above embodiments are exemplary and should not be construed as limiting the present application and that changes, modifications, substitutions and alterations in the above embodiments may be made by those of ordinary skill in the art within the scope of the present application.

Claims (10)

1. A recording method for automatic test scripts of a vehicle UI is characterized by comprising the following steps:
receiving a recording instruction sent by a user;
based on the recording instruction, capturing a mouse click event of a screen recording interface and a selection event of an element to be predicated, automatically generating a click event script code according to the mouse click event, and generating a predicated script code according to the selection event of the element to be predicated; and
and after receiving a recording stopping instruction, storing the click event script code and/or the assertion script code generated in the recording process into a preset script file.
2. The method according to claim 1, wherein after saving the click event script code and/or the assertion script code generated during the recording process to the preset script file, further comprising:
receiving a playback instruction sent by the user;
and executing a script method by utilizing a preset Integrated Development Environment (IDE) tool, and playing back and executing the click event script code and/or the assertion script code.
3. The method of claim 1, after receiving a recording instruction from the user, further comprising:
and controlling the car machine to automatically end the first application program which is currently running and return to the home page of the first application program.
4. The method according to claim 3, wherein the generating assertion script code according to the selection event of the element to be asserted comprises:
and after the element to be predicated is selected through the right mouse button on a preset application program interface api interface, double-clicking the predicated script code through id, text and xpath predicated api.
5. The method of claim 1, wherein the mouse click event comprises at least one of a click text element event, a click element coordinate event, and a slide screen page turn event.
6. The utility model provides a device is recorded to automatic test script of car machine UI which characterized in that includes:
the receiving module is used for receiving a recording instruction sent by a user;
the recording module is used for capturing a mouse click event of a screen recording interface and a selection event of an element to be predicated based on the recording instruction, automatically generating a click event script code according to the mouse click event, and generating a predicated script code according to the selection event of the element to be predicated; and
and the storage module is used for storing the click event script codes and/or the assertion script codes generated in the recording process into a preset script file after receiving the recording stopping instruction.
7. The apparatus according to claim 6, wherein after saving the click event script code and/or the assertion script code generated during the recording process to the preset script file, the saving module is further configured to:
receiving a playback instruction sent by the user;
and executing a script method by utilizing a preset Integrated Development Environment (IDE) tool, and playing back and executing the click event script codes and/or the assertion script codes.
8. The apparatus of claim 6, wherein after receiving the recording instruction issued by the user, the receiving module is further configured to:
and controlling the car machine to automatically end the first application program which is currently running and return to the home page of the first application program.
9. An electronic device, comprising: the device comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor executes the program to realize the in-vehicle UI automation test script recording method according to any claim 1-5.
10. A computer-readable storage medium, on which a computer program is stored, wherein the program is executed by a processor to implement the in-vehicle UI automation test script recording method according to any one of claims 1 to 5.
CN202211511200.4A 2022-11-29 2022-11-29 Vehicle UI automatic test script recording method and device and electronic equipment Pending CN115757168A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211511200.4A CN115757168A (en) 2022-11-29 2022-11-29 Vehicle UI automatic test script recording method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211511200.4A CN115757168A (en) 2022-11-29 2022-11-29 Vehicle UI automatic test script recording method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN115757168A true CN115757168A (en) 2023-03-07

Family

ID=85340202

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211511200.4A Pending CN115757168A (en) 2022-11-29 2022-11-29 Vehicle UI automatic test script recording method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN115757168A (en)

Similar Documents

Publication Publication Date Title
US8522176B2 (en) Method of recording and replaying call frames for the testbench
US8645912B2 (en) System and method for use in replaying software application events
CN102184138B (en) Method and system for automatically reproducing and positioning software error
US7613954B2 (en) Test executive with stack corruption detection
US7954009B2 (en) Test executive system with memory leak detection for user code modules
US5513317A (en) System and method for permitting rapid refinement of data output from a debugger
CN103049371A (en) Testing method and testing device of Android application programs
US7480826B2 (en) Test executive with external process isolation for user code modules
TWI566090B (en) Debugging firmware / software to produce tracking systems and methods, recording media and computer program products
US8402446B2 (en) Associating probes with test cases
JP5076381B2 (en) Software development apparatus and software development method
US6966051B2 (en) Automatically generated symbol-based debug script executable by a debug program for software debugging
Moran et al. On-device bug reporting for android applications
CN110908915B (en) Test coverage rate display method and device and computer system
KR100809291B1 (en) API test method and apparatus of embedded software
US20030177471A1 (en) System and method for graphically developing a program
US10877873B2 (en) Using historic execution data to visualize tracepoints
CN115757168A (en) Vehicle UI automatic test script recording method and device and electronic equipment
RU2729210C1 (en) Electronic devices software testing system
CN114280459A (en) Test method and device for integrated circuit
CN115827418A (en) Program debugging method, program backtracking method and related products
KR101476536B1 (en) The method and system for inspecting program
CN114968751A (en) Program debugging method and program debugging device of code-free development platform
CN111008133A (en) Debugging method and device for coarse-grained data flow architecture execution array
RU2817186C1 (en) System for confirming tests and testing embedded software of electronic devices

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