CN112565513B - Debugging method of mobile terminal, mobile terminal and storage medium - Google Patents

Debugging method of mobile terminal, mobile terminal and storage medium Download PDF

Info

Publication number
CN112565513B
CN112565513B CN202011030877.7A CN202011030877A CN112565513B CN 112565513 B CN112565513 B CN 112565513B CN 202011030877 A CN202011030877 A CN 202011030877A CN 112565513 B CN112565513 B CN 112565513B
Authority
CN
China
Prior art keywords
mobile terminal
interface
intelligent equipment
intelligent
control instruction
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
CN202011030877.7A
Other languages
Chinese (zh)
Other versions
CN112565513A (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.)
Vatti Co Ltd
Original Assignee
Vatti 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 Vatti Co Ltd filed Critical Vatti Co Ltd
Priority to CN202011030877.7A priority Critical patent/CN112565513B/en
Publication of CN112565513A publication Critical patent/CN112565513A/en
Application granted granted Critical
Publication of CN112565513B publication Critical patent/CN112565513B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses a debugging method of a mobile terminal, the mobile terminal and a storage medium, wherein the method comprises the following steps: acquiring a real-time state of the intelligent equipment, a state of the intelligent equipment displayed on a mobile terminal interface, a control instruction of the intelligent equipment sent by the mobile terminal and an attribute value of an execution control instruction returned by the intelligent equipment; determining the abnormality of the mobile terminal interface logic or the cloud or the intelligent device wireless module by comparing the real-time state of the intelligent device with the adaptability of the intelligent device state displayed on the mobile terminal interface, or the adaptability of the intelligent device state displayed on the mobile terminal interface with the control instruction of the intelligent device sent by the mobile terminal, or the adaptability of the intelligent device state displayed on the mobile terminal interface with the attribute value of the execution control instruction returned by the intelligent device; and correspondingly debugging according to the determined abnormality. The invention can quickly find the abnormal problem and carry out targeted processing.

Description

Debugging method of mobile terminal, mobile terminal and storage medium
Technical Field
The invention belongs to the technical field of Internet of things, and particularly relates to a debugging method of a mobile terminal, the mobile terminal and a storage medium.
Background
The intelligent products in the current market are ubiquitous, and the Internet of things gradually enters the lives of people, so that the life is not only facilitated, but also enriched. The internet of things mainly carries out intelligent control on products such as household appliances through smart phones such as apple cell phones or android phones, and enables users to achieve the purpose of remote control. And a functional interface of the control equipment is researched and developed on the smart phone, the research and development process needs required design, and the development of codes and the functional test are also carried out.
The main process of controlling the intelligent device by the mobile phone is that the mobile phone updates the control function interface of the current mobile phone end by acquiring the latest device information of the cloud end and then by the device information, when the state of the device is changed, the cloud end can feed back the device information to the mobile phone end by message pushing, and then the mobile phone end can update the state of the function interface. This protocol of UI (User Interface) and data interaction we call "object model".
At present, the customized APP is installed on the mobile phone, and the intelligent equipment is controlled through the APP. Because the testers can often test some abnormal problems of the mobile phone App function interfaces or are asynchronous with the state of the intelligent device, the problem that the cloud or the mobile phone App is found out to the end by more accurately checking from the lower part of the hand at this time, the problem that data transmission is found out or logic displayed by a UI is found out, and the testing difficulty of the testers is increased at this time.
Disclosure of Invention
In order to solve the problems and the defects of the prior art, the invention aims to provide a debugging method of a mobile terminal, the mobile terminal and a storage medium, which are convenient for a tester to carry out problem troubleshooting and debugging.
In order to achieve the above object, the present invention provides a method for debugging a mobile terminal, which is used for debugging and controlling functions of an intelligent device on the mobile terminal, and comprises the following steps:
acquiring a real-time state of the intelligent equipment, a state of the intelligent equipment displayed on a mobile terminal interface, a control instruction of the intelligent equipment sent by the mobile terminal and an attribute value of an execution control instruction returned by the intelligent equipment;
determining the abnormality of the mobile terminal interface logic or the cloud or the intelligent device wireless module by comparing the real-time state of the intelligent device with the adaptability of the intelligent device state displayed on the mobile terminal interface, or the adaptability of the intelligent device state displayed on the mobile terminal interface with the control instruction of the intelligent device sent by the mobile terminal, or the adaptability of the intelligent device state displayed on the mobile terminal interface with the attribute value of the execution control instruction returned by the intelligent device;
and correspondingly debugging according to the determined abnormality.
Further, the method for acquiring the real-time state of the intelligent device comprises the following steps: pulling an object model of the intelligent equipment from the cloud, reading the attribute name of the object model, and reading all attribute values of the intelligent equipment through the attribute name of the object model; and acquiring the real-time state of the intelligent equipment through the attribute name and the attribute value.
Further, the method for reading the attribute name of the object model comprises the following steps: the attribute name of the object model is read through runtime of Objective-C.
Further, after reading the attribute name of the object model, displaying all attribute values, including: traversing all the attribute values on the attribute value interface of the object model, generating a series of UITextField controls, assigning the attribute values and displaying.
Further, the method for acquiring the control instruction of the intelligent device sent by the mobile terminal comprises the following steps: and processing the sending instruction at a trigger point sent by the control instruction of each intelligent device to generate a json character string, and then displaying the json character string for a period of time through Toast.
Further, the method for acquiring the attribute value of the execution control instruction returned by the intelligent device comprises the following steps: and checking the state information of the equipment pushed back by the cloud through a log display interface of the mobile terminal.
Further, the method for obtaining the attribute value of the execution control instruction returned by the intelligent device specifically includes: and transmitting the equipment model object of the current intelligent equipment to a UITextView interface, transmitting the received message to a log display interface through the equipment model object through a proxy mode when the mobile terminal receives a feedback method in a push-back AppDelegate, and displaying the push content of the related message to the UITextView interface.
Further, the method for determining whether the mobile terminal interface logic is abnormal comprises the following steps: and modifying the attribute values of the object model of the intelligent device, and then observing the UI logic change of the mobile terminal interface.
Further, the method for modifying the attribute value of the object model of the intelligent device comprises the following steps: filled in or modified through the UITextField of the property interface of the object model.
Further, the method for observing the UI logic change of the control interface of the mobile terminal comprises the following steps: and checking whether the UI logic of the current mobile terminal interface accords with the data point of the object model.
The invention also provides a mobile terminal, which comprises a processor and a memory, wherein the memory is stored with a computer program capable of running on the processor, and the computer program realizes the debugging method of the mobile terminal when being executed by the processor.
And further, the system also comprises a display control module, and the display control module is used for carrying out UI interaction and displaying the result and the data of the computer program operation.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the above-described debugging method of a mobile terminal.
Compared with the prior art, the invention has the beneficial effects that: when the interface of the mobile terminal is abnormal or asynchronous with the state of the intelligent device:
and judging the real-time state of the intelligent equipment and the adaptability of the state of the intelligent equipment displayed on the interface of the mobile terminal through comparison so as to find out whether the object model returned by the cloud has problems.
And judging whether the state of the intelligent equipment displayed on the interface of the mobile terminal is accurately matched with the control instruction of the intelligent equipment sent by the mobile terminal through comparison so as to solve the problem whether the state is generated by data transmission of the control instruction.
Whether the state of the intelligent equipment displayed on the interface of the mobile terminal is accurately matched with the attribute value of the execution control instruction returned by the intelligent equipment or not is judged, so that the problem that the interface of the mobile terminal is abnormally displayed due to the control of other terminals is solved.
And finally determining the abnormity of the interface logic of the mobile terminal, the cloud end or the intelligent equipment wireless module by judging and checking the problems. And finally, corresponding processing is carried out aiming at the abnormal problem. Therefore, the data is transparent, and the abnormal problem can be searched more quickly, effectively and accurately.
Drawings
FIG. 1 is a diagram of method steps according to a first embodiment of the present invention;
fig. 2 is a first flowchart illustrating operation of the mobile terminal according to the first embodiment of the present invention;
fig. 3 is a flowchart illustrating a second operation of the mobile terminal according to the first embodiment of the present invention;
fig. 4 is a device header diagram of a mobile terminal APP according to a first embodiment of the present invention;
fig. 5 is a device attribute value interface diagram of a mobile terminal APP according to a first embodiment of the present invention;
fig. 6 is a device control interface diagram of a mobile terminal APP according to a first embodiment of the present invention;
fig. 7 is a more interface diagram for controlling the device of the mobile terminal APP according to the first embodiment of the present invention;
fig. 8 is a display interface diagram of a push log of a mobile terminal APP according to a first embodiment of the present invention;
fig. 9 is a virtual experience interface diagram of a mobile terminal APP according to a first embodiment of the present invention;
fig. 10 is a schematic structural diagram of a mobile terminal according to a second embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The first embodiment is as follows:
the embodiment of the invention provides a debugging method of a mobile terminal, which is used for debugging the function of controlling intelligent equipment on the mobile terminal, wherein the mobile terminal is a mobile phone loaded with the control intelligent equipment and comprises an iOS mobile phone APP or an android mobile phone APP, and the iOS mobile phone APP is selected in the embodiment; the mobile terminal interface of the embodiment includes: the method comprises the steps of APP equipment home page, equipment attribute value interface, equipment control interface, more equipment control interfaces, log pushing display interface and virtual experience interface.
As shown in fig. 1, the method comprises the steps of:
step S1: and acquiring the real-time state of the intelligent equipment, the state of the intelligent equipment displayed on the interface of the iOS terminal, a control instruction of the intelligent equipment sent by the iOS terminal and an attribute value of an execution control instruction returned by the intelligent equipment.
The method for acquiring the real-time state of the intelligent device specifically comprises the following steps: the method comprises the steps of pulling an object model of the intelligent device from a cloud, reading an attribute name of the object model through runtime (a runtime mechanism for executing compiled codes) of Objective-C (dynamic language based on C language with added object-oriented characteristics and a message forwarding mechanism), reading all attribute values of the intelligent device through the attribute name of the object model, displaying all attribute values, traversing all attribute values on an attribute value interface of the object model, generating a series of UITextField controls (controls which can provide objects capable of editing text areas on the attribute value interface), assigning the attribute values, and displaying.
Step S2:
s21, comparing and judging the real-time state of the intelligent device with the adaptability of the intelligent device state displayed by the iOS terminal interface; specifically, as shown in fig. 4 and 5, the present embodiment presses the current device on the device top page interface of the APP, and then can see all the attribute names of the current device object model and the attribute values of the current device. The real-time state of the current intelligent device can be obtained through the attribute name and the attribute value, and then the real-time state of the intelligent device is compared with the adaptability of the intelligent device state displayed on the iOS terminal interface, so that whether the object model returned by the cloud end has problems or not is checked.
S22, comparing and judging whether the state of the intelligent equipment displayed on the iOS terminal interface is accurately matched with the control instruction of the intelligent equipment sent by the iOS terminal so as to solve the problem whether the data transmission of the control instruction between the wireless module of the intelligent equipment and the iOS terminal is generated;
specifically, as shown in fig. 6, in the device control interface of the APP, a sending instruction is processed at a trigger point sent by each device control instruction to generate a json character string, and then the json character string is displayed for 1 to 3 seconds by Toast, which is preferably 2 seconds in this embodiment. Thus, a control instruction of the intelligent device sent by the iOS terminal is obtained, and then whether the control instruction is matched with the displayed state of the intelligent device or not is judged, so that whether the problem is caused by data transmission of the control instruction or not is judged.
Wherein Toast is a message frame type. json (JavaScript Object Notation) is a lightweight data exchange format that stores and represents data in a text format completely independent of programming languages based on a subset of ECMAScript (JS specification set by the european computer association). The compact and clear hierarchy makes json an ideal data exchange language. The network transmission method is easy to read and write by people, is easy to analyze and generate by machines, and effectively improves the network transmission efficiency.
S23, comparing and judging the suitability of the intelligent equipment state displayed by the iOS terminal interface and the attribute value of the execution control instruction returned by the intelligent equipment;
specifically, as shown in FIGS. 7 and 8, the device model object of the current smart device is passed to the UITextView (scrollable multi-line text area) interface; when the iOS terminal receives a feedback method in a push callback AppDelegate (a representative of App, all operations based on App hierarchy need to be completed in the App), the received message is transmitted to a log display interface through a device model object by a proxy mode, and related message push content is displayed on a UITextView interface. In this embodiment, more functions of the device control page can be pressed into the log interface, the device state information pushed back by the cloud is checked, and the problem of abnormal display of the iOS terminal interface caused in the control process of other terminals is solved.
S24, as shown in FIG. 5, modifying the attribute value of the intelligent device, filling or modifying through UITextField of the attribute interface of the object model, and the method for observing the UI logic change of the control interface includes entering the control interface, checking whether the current UI logic accords with the data point of the object model, and checking whether the UI logic of the iOS terminal interface is abnormal;
step S3: determining abnormalities existing in the iOS terminal interface logic, the cloud or the intelligent device wireless module through the step S2;
step S4: and correspondingly debugging according to the determined abnormality. The debugging based on the determined abnormality belongs to a conventional technical means commonly known to those skilled in the art.
When the control of the iOS terminal and the intelligent device is in a problem, the abnormity of the iOS terminal interface logic, the cloud end or the intelligent device wireless module can be determined through the steps. And finally, corresponding processing is carried out aiming at the abnormal problem. Therefore, the data is transparent, and the abnormal problem can be searched more quickly, effectively and accurately.
Example two:
a second embodiment of the present invention provides a mobile terminal, as shown in fig. 10, including a processor 1 and a memory 2; the memory 2 is used for storing programs and data, and the processor 1 calls and executes the programs stored in the memory 2 to implement the debugging method of the mobile terminal provided in the first embodiment.
The embodiment also comprises a display control module, and the display control module is used for carrying out UI interaction and displaying the result and the data of the running of the computer program.
The embodiment is utilized to ensure that the data is transparent, and the problem is conveniently checked by a tester.
In the implementation of the device of the present embodiment, the memory 2 and the processor 1 are electrically connected directly or indirectly to realize data transmission or interaction. For example, these elements may be electrically connected to each other via one or more communication buses or signal lines, such as via bus 3. The memory 2 stores computer-executable instructions for implementing the data access control method, including at least one software functional module that can be stored in the memory 2 in the form of software or firmware, and the processor 1 executes various functional applications and data processing by running software programs and modules stored in the memory 2. The memory 2 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a programmable read-only memory (PROM), an erasable read-only memory (EPROM), an electrically erasable read-only memory (EEPROM), and the like. The memory 2 is used for storing programs, and the processor 1 executes the programs after receiving the execution instructions. Further, the software programs and modules in the memory 2 may also include an operating system, which may include various software components and/or drivers for managing system tasks (e.g., memory management, storage device control, power management, etc.), and may communicate with various hardware or software components to provide an operating environment for other software components. The processor 1 may be an integrated circuit chip having signal processing capabilities. The processor 1 may be a general-purpose processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like. The various methods, steps, and logic flow diagrams disclosed in this embodiment may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
By adopting the mobile terminal provided by the second embodiment, when the control of the iOS terminal and the intelligent device is in a problem, the abnormality existing in the iOS terminal interface logic, the cloud or the intelligent device wireless module can be determined by executing the method provided by the first embodiment. And finally, corresponding processing is carried out aiming at the abnormal problem. Therefore, the data is transparent, and the abnormal problem can be searched more quickly, effectively and accurately.
Example three:
the third embodiment of the present invention provides a machine-readable storage medium, on which instructions are stored, and when the instructions are executed by a processor, the method for debugging a mobile terminal provided in the first embodiment is performed.
Those of ordinary skill in the art will understand that: all or a portion of the method steps for implementing the embodiments described above may be performed by hardware associated with program instructions. The aforementioned program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the foregoing storage media include, but are not limited to: various media capable of storing program codes, such as ROM, RAM, magnetic or optical disk, etc., and the specific type of media is not limited in this application.
By adopting the machine-readable storage medium provided by the third embodiment, when a problem occurs in the control of the iOS terminal and the smart device, by executing the method provided by the first embodiment, an abnormality existing in the iOS terminal interface logic, the cloud, or the smart device wireless module can be determined. And finally, corresponding processing is carried out aiming at the abnormal problem. Therefore, the data is transparent, and the abnormal problem can be searched more quickly, effectively and accurately.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A debugging method of a mobile terminal is used for debugging and controlling the functions of intelligent equipment on the mobile terminal, and is characterized by comprising the following steps:
the method comprises the steps of pulling an object model of the intelligent equipment from a cloud, reading an attribute name of the object model through runtime of Objective-C, and reading a real-time state of the intelligent equipment, an intelligent equipment state displayed on a mobile terminal interface, a control instruction of the intelligent equipment sent by the mobile terminal and an attribute value of an execution control instruction returned by the intelligent equipment through the attribute name of the object model;
the method comprises the steps of comparing the real-time state of the intelligent equipment with the adaptability of the intelligent equipment state displayed on a mobile terminal interface, or the adaptability of the intelligent equipment state displayed on the mobile terminal interface with a control instruction of the intelligent equipment sent by the mobile terminal, or the adaptability of the intelligent equipment state displayed on the mobile terminal interface with an attribute value of an execution control instruction returned by the intelligent equipment;
modifying the attribute value of the object model of the intelligent equipment, observing the UI logic change of the mobile terminal interface, and determining the abnormality of the mobile terminal interface logic or the cloud or the intelligent equipment wireless module; and correspondingly debugging according to the determined abnormality.
2. The debugging method of claim 1, wherein after reading the attribute name of the object model, displaying all attribute values comprises: traversing all the attribute values on the attribute value interface of the object model, generating a series of UITextField controls, assigning the attribute values and displaying.
3. The debugging method of claim 1, wherein the method for obtaining the control command of the intelligent device sent by the mobile terminal comprises: and processing the sending instruction at each triggering point sent by the control instruction of the intelligent equipment to generate a json character string, and then displaying the json character string for a period of time through Toast.
4. The debugging method of claim 1, wherein the method for obtaining the attribute value of the execution control instruction returned by the intelligent device comprises: and checking the state information of the equipment pushed back by the cloud through a log display interface of the mobile terminal.
5. The debugging method of the mobile terminal according to claim 4, wherein the method for obtaining the attribute value of the execution control instruction returned by the smart device specifically comprises: and transmitting the current equipment model object of the intelligent equipment to a UITextView interface, transmitting the received message to the log display interface through the equipment model object through a proxy mode when the mobile terminal receives a feedback method in a push-back AppDelegate, and displaying the related message push content to the UITextView interface.
6. The debugging method of claim 5, wherein the method for modifying the attribute values of the object model of the smart device comprises: filled in or modified through the UITextField of the property interface of the object model.
7. The debugging method of claim 5, wherein the method for observing the UI logic change of the mobile terminal interface comprises the following steps: and checking whether the UI logic of the current mobile terminal interface conforms to the data point of the object model.
8. A mobile terminal comprising a processor and a memory, said memory having stored thereon a computer program operable on said processor, characterized in that said computer program, when executed by said processor, implements a commissioning method for a mobile terminal according to any one of claims 1 to 7.
9. The mobile terminal of claim 8, further comprising a display control module, wherein the display control module is used for performing UI interaction and displaying result data and result of the computer program operation.
10. A computer-readable storage medium on which a computer program is stored, the computer program, when being executed by a processor, implementing a debugging method for a mobile terminal according to any one of claims 1 to 7.
CN202011030877.7A 2020-09-27 2020-09-27 Debugging method of mobile terminal, mobile terminal and storage medium Active CN112565513B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011030877.7A CN112565513B (en) 2020-09-27 2020-09-27 Debugging method of mobile terminal, mobile terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011030877.7A CN112565513B (en) 2020-09-27 2020-09-27 Debugging method of mobile terminal, mobile terminal and storage medium

Publications (2)

Publication Number Publication Date
CN112565513A CN112565513A (en) 2021-03-26
CN112565513B true CN112565513B (en) 2022-04-05

Family

ID=75042558

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011030877.7A Active CN112565513B (en) 2020-09-27 2020-09-27 Debugging method of mobile terminal, mobile terminal and storage medium

Country Status (1)

Country Link
CN (1) CN112565513B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377509A (en) * 2019-06-29 2019-10-25 苏州浪潮智能科技有限公司 A kind of method of web page real time inspection plug-in script debugging log
CN110489333A (en) * 2019-07-22 2019-11-22 北京字节跳动网络技术有限公司 A kind of method, apparatus based on detector tune-up data, medium and electronic equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101908989B (en) * 2010-08-16 2016-01-13 海尔集团公司 A kind of control method of intelligent appliance
US10628251B2 (en) * 2017-09-26 2020-04-21 At&T Intellectual Property I, L.P. Intelligent preventative maintenance of critical applications in cloud environments
CN110109830A (en) * 2019-04-23 2019-08-09 深圳行云创新科技有限公司 A kind of management method of software debugging, device, system and storage medium
CN110768863B (en) * 2019-10-10 2023-04-28 南京创维信息技术研究院有限公司 Scheme for simulating and testing AIOT equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377509A (en) * 2019-06-29 2019-10-25 苏州浪潮智能科技有限公司 A kind of method of web page real time inspection plug-in script debugging log
CN110489333A (en) * 2019-07-22 2019-11-22 北京字节跳动网络技术有限公司 A kind of method, apparatus based on detector tune-up data, medium and electronic equipment

Also Published As

Publication number Publication date
CN112565513A (en) 2021-03-26

Similar Documents

Publication Publication Date Title
CN101930400B (en) SDK (Software Development Kit) automatic test system and method
CN110750437B (en) Equipment debugging method, device, equipment and system
CN111045901A (en) Container monitoring method and device, storage medium and electronic equipment
CN104821954A (en) Cross-platform remote procedure call method
CN103823715A (en) Mobile terminal, method and device for one-key calling of application programs on mobile terminal
CN112100078B (en) Method, device and equipment for generating interface test case
CN110297637B (en) Resource file hot-reloading development tool and method applicable to full-platform client software
CN104536398B (en) Frequency converter monitoring method and system
CN112269746A (en) Automatic testing method and related equipment
CN111367812A (en) Test method, electronic device and readable storage medium
CN106294119B (en) Test scheduling system and method and terminal equipment
CN110795353A (en) Debugging method, device and equipment for fast application and storage medium
CN105117339A (en) Method and apparatus for debugging native command debugging program by utilizing plugin
CN112822073B (en) Test method, device, system, electronic equipment and readable storage medium
CN113407469B (en) Parameter configuration method and device, storage medium and electronic device
CN112565513B (en) Debugging method of mobile terminal, mobile terminal and storage medium
CN111580805A (en) Method and system for building block APP
CN111552606B (en) Data processing method and device and electronic equipment
CN111901155A (en) Internet of things debugging method, device and system and storage medium
CN112583617A (en) Fault determination method, server, control terminal and storage medium
CN108897689B (en) Embedded application program simulation debugging method and device and readable storage medium
CN103064789A (en) Automated testing method by software control
CN114428747A (en) User interface testing method, device, server and storage medium
CN115268956A (en) Android automation environment building method based on RPA
CN111026667B (en) Script execution method and device 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