CN108304329B - Test case design method and device, terminal and readable storage medium - Google Patents

Test case design method and device, terminal and readable storage medium Download PDF

Info

Publication number
CN108304329B
CN108304329B CN201810149250.XA CN201810149250A CN108304329B CN 108304329 B CN108304329 B CN 108304329B CN 201810149250 A CN201810149250 A CN 201810149250A CN 108304329 B CN108304329 B CN 108304329B
Authority
CN
China
Prior art keywords
file
folder
establishing
index
directory
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
CN201810149250.XA
Other languages
Chinese (zh)
Other versions
CN108304329A (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.)
Coremail Technology Guangzhou Co ltd
Original Assignee
Coremail Technology Guangzhou 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 Coremail Technology Guangzhou Co ltd filed Critical Coremail Technology Guangzhou Co ltd
Priority to CN201810149250.XA priority Critical patent/CN108304329B/en
Publication of CN108304329A publication Critical patent/CN108304329A/en
Priority to PCT/CN2019/070310 priority patent/WO2019157884A1/en
Application granted granted Critical
Publication of CN108304329B publication Critical patent/CN108304329B/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

Landscapes

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

Abstract

The invention discloses a design method, a device, a terminal and a readable storage medium of a test case, wherein the method comprises the following steps: responding to a directory establishing instruction, and establishing a basic operation directory and a directory of test cases; responding to a first folder establishing instruction input by a user according to the basic operation directory, establishing a resource folder, and generating an interface element file and a keyword file in the resource folder; establishing an index file according to the surface element file and the keyword file; responding to a second folder establishing instruction input by a user according to the directory of the test case, establishing a case set folder, and importing an index; and responding to a use case compiling instruction input by a user, and calling an interface element and a keyword by executing the index file to obtain the use case compiling instruction input of the user according to the interface element and the keyword. The invention can quickly retrieve the interface elements and the keyword resources of the corresponding module when compiling the test case, thereby reducing the maintenance cost.

Description

Test case design method and device, terminal and readable storage medium
Technical Field
The invention relates to the technical field of software automation test, in particular to a method, a device, a terminal and a readable storage medium for designing a test case.
Background
At present, more and more companies or enterprises introduce UI automation to replace manual testing in the ordinary quality assurance work so as to improve the efficiency and lower the labor cost. However, when the UI automation case is written, since the resources written by the test case are dispersed and not classified and integrated, the resources of the corresponding module cannot be quickly retrieved when the case is written, which results in high maintenance cost and time-consuming case writing.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a method, an apparatus, a terminal and a readable storage medium for designing a test case, which can quickly retrieve interface elements and keyword resources of corresponding modules when writing the test case, and reduce maintenance cost.
In order to solve the above technical problem, an embodiment of the present invention provides a method for designing a test case, which specifically includes the following steps:
responding to a directory establishing instruction input by a user according to the project root directory, and respectively establishing a basic operation directory and a test case directory;
responding to a first folder establishing instruction input by a user according to the basic operation directory and the function module of the test product, establishing at least one resource folder, and generating an interface element file and a keyword file in the resource folder;
establishing an index file according to the surface element file and the keyword file;
responding to a second folder establishing instruction input by a user according to the directory of the test case and the functional module of the test product, and establishing at least one case set folder corresponding to the resource folders one by one;
responding to an index import instruction input by a user according to the case set folder, and importing an index in the index file;
and responding to a use case compiling instruction input by a user, and calling the interface element and the key word corresponding to the index by executing the index file to obtain a next use case compiling instruction input by the user according to the interface element and the key word.
Furthermore, the functional module comprises an uploading module, a downloading module and a checking module; the resource folders comprise first uploading folders, first downloading folders and first viewing folders which correspond to the functional modules one by one; the use case set folder comprises a second uploading folder, a second downloading folder and a second viewing folder which are in one-to-one correspondence with the resource folders.
Further, the interface element file comprises at least one element name, an element method name and an element value, and is used for recording elements of the uploading interface; the keyword file comprises test action keywords and is used for compiling basic operation for uploading; the basic operations include an upload file option and a select file option.
Further, the case set folder further includes a test case, and the test case is a function operation function of the functional module.
Further, the index file contains variable definitions, description data of use case operation steps, and indexes of basic input data files required for each step, and is used for managing indexes of the functional modules.
The embodiment of the present invention further provides a device for designing a test case, including:
the directory establishing unit is used for responding to a directory establishing instruction input by a user according to the project root directory and respectively establishing a basic operation directory and a directory of the test case;
the resource folder establishing unit is used for responding to a first folder establishing instruction input by a user according to the basic operation directory and the function module of the test product, establishing at least one resource folder, generating an interface element file and a keyword file in the resource folder, and establishing an index file according to the element file and the keyword file;
the case set folder establishing unit is used for responding to a second folder establishing instruction input by a user according to the directory of the test case and the functional module of the test product and establishing at least one case set folder corresponding to the resource folders one by one;
the index importing unit is used for responding to an index importing instruction input by a user according to the use case set folder and importing the index in the index file;
and the use case compiling unit is used for responding to a use case compiling instruction input by a user, and calling the interface element and the key word corresponding to the index by executing the index file so as to obtain a next use case compiling instruction input by the user according to the interface element and the key word.
Further, the interface element file comprises at least one element name, an element method name and an element value, and is used for recording elements of the uploading interface; the keyword file comprises test action keywords and is used for compiling basic operation for uploading; the basic operations include an upload file option and a select file option.
Further, the index file contains variable definitions, description data of use case operation steps, and indexes of basic input data files required for each step, and is used for managing indexes of the functional modules.
The embodiment of the present invention further provides a test case design terminal, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the test case design method as described above is implemented.
The embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the device where the computer-readable storage medium is located is controlled to execute the test case design method described above.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides a test case design method, a test case design device, a test case design terminal and a readable storage medium, wherein the method comprises the following steps: responding to a directory establishing instruction, and establishing a basic operation directory and a directory of test cases; responding to a first folder establishing instruction input by a user according to the basic operation directory, establishing a resource folder, and generating an interface element file and a keyword file in the resource folder; establishing an index file according to the surface element file and the keyword file; responding to a second folder establishing instruction input by a user according to the directory of the test case, establishing a case set folder, and importing an index; and responding to a use case compiling instruction input by a user, and calling an interface element and a keyword by executing the index file to obtain the use case compiling instruction input of the user according to the interface element and the keyword. The invention can quickly retrieve the interface elements and the keyword resources of the corresponding module when compiling the test case, thereby reducing the maintenance cost.
Drawings
Fig. 1 is a schematic flowchart of a method for designing a test case according to a first embodiment of the present invention;
FIG. 2 is a diagram of a design framework for test cases in a first embodiment of the present invention;
fig. 3 is a schematic structural diagram of a test case design apparatus according to a second embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the design terminal of the test case in the embodiment of the present invention may be a mobile terminal and a non-mobile terminal, where the non-mobile terminal includes a desktop computer, and the mobile terminal includes a Smart Phone (such as an Android Phone and an iOS Phone), Smart glasses, a Smart watch, a Smart bracelet, a tablet computer, a notebook computer, a personal digital assistant, and other mobile internet devices capable of performing wireless communication.
The first embodiment of the present invention:
referring to fig. 1 and fig. 2, fig. 1 is a schematic flow chart of a method for designing a test case according to a first embodiment of the present invention, and fig. 2 is a diagram of a test case design framework according to the first embodiment of the present invention.
A design method of a test case specifically comprises the following steps:
s101, responding to a directory building instruction input by a user according to the project root directory, and respectively building a basic operation directory and a test case directory.
In this embodiment, a user adds a basic operation directory and a directory of test cases on a project root directory through an intelligent terminal.
S102, responding to a first folder establishing instruction input by a user according to the basic operation directory and the function module of the test product, establishing at least one resource folder, generating an interface element file and a keyword file in the resource folder, and establishing an index file according to the element file and the keyword file.
In this embodiment, the test product may be divided into an upload module, a download module, and a view module according to the upload file, the download file, and the view file. In the basic operation directory, three resource folders, namely a first uploading folder, a first downloading folder and a first viewing folder, are respectively established based on the functional modules, namely an uploading module, a downloading module and a viewing module, and files of interface elements are established in the uploading folders and are used for recording elements related to an uploading interface. It is to be understood that the surface element file may integrate the surface elements based on the functional modules, i.e., classify the surface elements based on different functional modules.
It should be noted that the interface element file includes at least one element name, an element method name, and an element value. The keyword file comprises test action keywords and is used for writing basic operation for uploading. The basic operations include an upload file option and a select file option. Here, the keyword (test action keyword) refers to a component of a test case, and may be understood as a function of a basic functional operation. On the basis of classifying the interface elements based on different functional modules, classifying the keywords based on different functional modules and integrating the keywords into the interface elements.
And establishing an index file according to the surface element file and the keyword file. It can be understood that after the interface elements are classified and the keywords are integrated into the interface elements, indexes are built based on different functional modules to facilitate calling when writing test cases.
S103, responding to a second folder establishing instruction input by a user according to the directory of the test case and the function module of the test product, and establishing at least one case set folder corresponding to the resource folders one by one.
In this embodiment, in the basic operation directory, three case set folders, that is, a second upload folder, a second download folder, and a second view folder, are respectively established based on the functional modules, that is, the upload module, the download module, and the view module.
It is understood that the set of use cases may be classified based on different functional modules.
And S104, responding to an index import instruction input by the user according to the case set folder, and importing the index in the index file.
In this embodiment, after the use case set is classified, the indexes of the corresponding modules are respectively imported, and at this time, the use case set can use the interface elements and the keywords of the corresponding modules to write the test cases. It will be appreciated that the user may import the index of the upload module in the use case folder, such as the second upload folder.
As shown in fig. 2, in the operation directory and the test case directory, different functional modules, for example, each module (module one, module two, and module three) is associated by an index. When the test case is written, the user inputs a case writing instruction, and the interface elements and the keywords corresponding to the index can be conveniently called to write the test case by executing the index file.
And S105, responding to a use case compiling instruction input by a user, and calling the interface element and the key word corresponding to the index by executing the index file to obtain a next use case compiling instruction input by the user according to the interface element and the key word.
Further, the index file contains variable definitions, description data of use case operation steps, and indexes of basic input data files required for each step, and is used for managing indexes of the functional modules.
The method for designing the test case provided by the embodiment comprises the following steps: responding to a directory establishing instruction, and establishing a basic operation directory and a directory of test cases; responding to a first folder establishing instruction input by a user according to the basic operation directory, establishing a resource folder, and generating an interface element file and a keyword file in the resource folder; establishing an index file according to the surface element file and the keyword file; responding to a second folder establishing instruction input by a user according to the directory of the test case, establishing a case set folder, and importing an index; and responding to a use case compiling instruction input by a user, and calling an interface element and a keyword by executing the index file to obtain the use case compiling instruction input of the user according to the interface element and the keyword. The invention can quickly retrieve the interface elements and the keyword resources of the corresponding module when compiling the test case, thereby reducing the maintenance cost.
Second embodiment of the invention:
referring to fig. 3, fig. 3 is a schematic structural diagram of a test case design apparatus according to a second embodiment of the present invention.
A design device of a test case comprises:
the catalog establishing unit 201 is configured to respond to a catalog establishing instruction input by a user according to the project root catalog, and respectively establish a basic operation catalog and a test case catalog.
The resource folder establishing unit 202 is configured to respond to a first folder establishing instruction input by a user according to the basic operation directory and the function module of the test product, establish at least one resource folder, generate an interface element file and a keyword file in the resource folder, and establish an index file according to the interface element file and the keyword file.
In this embodiment, the test product may be divided into an upload module, a download module, and a view module according to the upload file, the download file, and the view file. In the basic operation directory, three resource folders, namely a first uploading folder, a first downloading folder and a first viewing folder, are respectively established based on the functional modules, namely an uploading module, a downloading module and a viewing module, and files of interface elements are established in the uploading folders and are used for recording elements related to an uploading interface. It is to be understood that the surface element file may integrate the surface elements based on the functional modules, i.e., classify the surface elements based on different functional modules.
It should be noted that the interface element file includes at least one element name, an element method name, and an element value. The keyword file comprises test action keywords and is used for writing basic operation for uploading. The basic operations include an upload file option and a select file option. Here, the keyword (test action keyword) refers to a component of a test case, and may be understood as a function of a basic functional operation. On the basis of classifying the interface elements based on different functional modules, classifying the keywords based on different functional modules and integrating the keywords into the interface elements.
And establishing an index file according to the surface element file and the keyword file. It can be understood that after the interface elements are classified and the keywords are integrated into the interface elements, indexes are built based on different functional modules to facilitate calling when writing test cases.
And the use case set folder establishing unit 203 is used for responding to a second folder establishing instruction input by a user according to the directory of the test case and the functional module of the test product and establishing at least one use case set folder corresponding to the resource folders one by one.
In this embodiment, in the basic operation directory, three case set folders, that is, a second upload folder, a second download folder, and a second view folder, are respectively established based on the functional modules, that is, the upload module, the download module, and the view module.
And an index importing unit 204, configured to respond to an index importing instruction input by a user according to the use case set folder, and import an index in the index file.
In this embodiment, after the use case set is classified, the indexes of the corresponding modules are respectively imported, and at this time, the use case set can use the interface elements and the keywords of the corresponding modules to write the test cases. It will be appreciated that the user may import the index of the upload module in the use case folder, such as the second upload folder.
As shown in fig. 2, in the operation directory and the test case directory, different functional modules, for example, each module (module one, module two, and module three) is associated by an index. When the test case is written, the user inputs a case writing instruction, and the interface elements and the keywords corresponding to the index can be conveniently called to write the test case by executing the index file.
And the use case compiling unit 205 is configured to respond to a use case compiling instruction input by the user, and call the interface element and the keyword corresponding to the index by executing the index file, so as to obtain a next use case compiling instruction input by the user according to the interface element and the keyword.
Further, the index file contains variable definitions, description data of use case operation steps, and indexes of basic input data files required for each step, and is used for managing indexes of the functional modules.
According to the design device of the test case provided by the embodiment, the basic operation directory and the directory of the test case are established by responding to the directory establishing instruction; responding to a first folder establishing instruction input by a user according to the basic operation directory, establishing a resource folder, and generating an interface element file and a keyword file in the resource folder; establishing an index file according to the surface element file and the keyword file; responding to a second folder establishing instruction input by a user according to the directory of the test case, establishing a case set folder, and importing an index; and responding to a use case compiling instruction input by a user, and calling an interface element and a keyword by executing the index file to obtain the use case compiling instruction input of the user according to the interface element and the keyword. The invention can quickly retrieve the interface elements and the keyword resources of the corresponding module when compiling the test case, thereby reducing the maintenance cost.
The embodiment of the present invention further provides a test case design terminal, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the test case design method as described above is implemented.
The embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the device where the computer-readable storage medium is located is controlled to execute the test case design method described above.
The foregoing is directed to the preferred embodiment of the present invention, and it is understood that various changes and modifications may be made by one skilled in the art without departing from the spirit of the invention, and it is intended that such changes and modifications be considered as within the scope of the invention.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.

Claims (7)

1. A design method of a test case is characterized by comprising the following steps:
responding to a directory establishing instruction input by a user according to the project root directory, and respectively establishing a basic operation directory and a test case directory;
responding to a first folder establishing instruction input by a user according to the basic operation directory and the function module of the test product, establishing at least one resource folder, and generating an interface element file and a keyword file in the resource folder;
establishing an index file according to the interface element file and the keyword file;
responding to a second folder establishing instruction input by a user according to the directory of the test case and the functional module of the test product, and establishing at least one case set folder corresponding to the resource folders one by one;
responding to an index import instruction input by a user according to the case set folder, and importing an index in the index file;
responding to a use case compiling instruction input by a user, and calling an interface element and a keyword corresponding to the index file by executing the index file to obtain a next use case compiling instruction input by the user according to the interface element and the keyword;
the functional module comprises an uploading module, a downloading module and a checking module; the resource folders comprise first uploading folders, first downloading folders and first viewing folders which correspond to the functional modules one by one; the use case set folders comprise a second uploading folder, a second downloading folder and a second viewing folder which are in one-to-one correspondence with the resource folders;
the interface element file comprises at least one element name, an element method name and an element value and is used for recording elements of the uploading interface; the keyword file comprises test action keywords and is used for compiling basic operation for uploading; the basic operations include an upload file option and a select file option.
2. The method for designing a test case according to claim 1, wherein the case set folder further includes a test action keyword of the test case, and the test action keyword of the test case is a function operation function of the functional module.
3. The method for designing test cases according to claim 1, wherein the index file contains an index of a variable definition, description data of the operation steps of a test case, and a basic input data file required for each step, and is used for managing the index of the functional module.
4. A device for designing a test case, comprising:
the directory establishing unit is used for responding to a directory establishing instruction input by a user according to the project root directory and respectively establishing a basic operation directory and a directory of the test case;
the resource folder establishing unit is used for responding to a first folder establishing instruction input by a user according to the basic operation directory and the function module of the test product, establishing at least one resource folder, generating an interface element file and a keyword file in the resource folder, and establishing an index file according to the element file and the keyword file;
the case set folder establishing unit is used for responding to a second folder establishing instruction input by a user according to the directory of the test case and the functional module of the test product and establishing at least one case set folder corresponding to the resource folders one by one;
the index importing unit is used for responding to an index importing instruction input by a user according to the use case set folder and importing the index in the index file;
the case compiling unit is used for responding to a case compiling instruction input by a user, calling the interface element and the keyword corresponding to the index file by executing the index file, and acquiring a next case compiling instruction input by the user according to the interface element and the keyword;
the functional module comprises an uploading module, a downloading module and a checking module; the resource folders comprise first uploading folders, first downloading folders and first viewing folders which correspond to the functional modules one by one; the use case set folders comprise a second uploading folder, a second downloading folder and a second viewing folder which are in one-to-one correspondence with the resource folders;
the interface element file comprises at least one element name, an element method name and an element value and is used for recording elements of the uploading interface; the keyword file comprises test action keywords and is used for compiling basic operation for uploading; the basic operations include an upload file option and a select file option.
5. The apparatus for designing test cases according to claim 4, wherein the index file contains an index of variable definitions, description data of use case operation steps, and basic input data files required for each step, and is used for managing the index of the functional module.
6. A terminal for designing test cases, comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, wherein the processor implements the method for designing test cases according to any one of claims 1 to 3 when executing the computer program.
7. A computer-readable storage medium, comprising a stored computer program, wherein when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the method for designing the test case according to any one of claims 1 to 3.
CN201810149250.XA 2018-02-13 2018-02-13 Test case design method and device, terminal and readable storage medium Active CN108304329B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810149250.XA CN108304329B (en) 2018-02-13 2018-02-13 Test case design method and device, terminal and readable storage medium
PCT/CN2019/070310 WO2019157884A1 (en) 2018-02-13 2019-01-03 Test case design method, apparatus and terminal, and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810149250.XA CN108304329B (en) 2018-02-13 2018-02-13 Test case design method and device, terminal and readable storage medium

Publications (2)

Publication Number Publication Date
CN108304329A CN108304329A (en) 2018-07-20
CN108304329B true CN108304329B (en) 2020-12-15

Family

ID=62865356

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810149250.XA Active CN108304329B (en) 2018-02-13 2018-02-13 Test case design method and device, terminal and readable storage medium

Country Status (2)

Country Link
CN (1) CN108304329B (en)
WO (1) WO2019157884A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108304329B (en) * 2018-02-13 2020-12-15 论客科技(广州)有限公司 Test case design method and device, terminal and readable storage medium
CN109753437A (en) * 2019-01-11 2019-05-14 平安科技(深圳)有限公司 Method of generating test program and device, storage medium, electronic equipment
CN109885299B (en) * 2019-01-23 2024-05-03 平安科技(深圳)有限公司 Template processing method, device, computer equipment and storage medium in model development
CN111124938B (en) * 2020-03-31 2020-08-21 四川新网银行股份有限公司 Method for generating componentized test case
CN112732579B (en) * 2021-01-11 2023-05-02 深圳市瑞云科技有限公司 Automatic test method and system for WebUI
CN115438226B (en) * 2022-09-01 2024-01-09 中国人民解放军92493部队试验训练总体研究所 Method for generating test scheme based on combat thinking

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101237662A (en) * 2008-02-29 2008-08-06 深圳华为通信技术有限公司 Method and device for generating automatic test cases of mobile phone
CN103365777A (en) * 2013-07-04 2013-10-23 卫生部统计信息中心 Test case generation system and system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096630B (en) * 2009-12-10 2013-11-06 大唐移动通信设备有限公司 Software testing method and device
JP5404666B2 (en) * 2011-01-31 2014-02-05 三菱電機株式会社 User interface design device
CN103049371A (en) * 2012-11-07 2013-04-17 青岛海信传媒网络技术有限公司 Testing method and testing device of Android application programs
CN104598376B (en) * 2014-12-30 2017-09-15 中国科学院计算机网络信息中心 The layering automatization test system and method for a kind of data-driven
CN106815140A (en) * 2015-12-02 2017-06-09 北京奇虎科技有限公司 A kind of interface test method and device
CN106528429A (en) * 2016-11-28 2017-03-22 广东威创视讯科技股份有限公司 UI testing method and device
CN107133177A (en) * 2017-05-12 2017-09-05 郑州云海信息技术有限公司 A kind of automated test frame
CN107678943B (en) * 2017-09-01 2020-10-30 千寻位置网络有限公司 Page automatic testing method of abstract page object
CN108304329B (en) * 2018-02-13 2020-12-15 论客科技(广州)有限公司 Test case design method and device, terminal and readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101237662A (en) * 2008-02-29 2008-08-06 深圳华为通信技术有限公司 Method and device for generating automatic test cases of mobile phone
CN103365777A (en) * 2013-07-04 2013-10-23 卫生部统计信息中心 Test case generation system and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于GUI4J的界面自动生成技术;李琦等;《西安工程大学学报》;20100625(第03期);全文 *

Also Published As

Publication number Publication date
WO2019157884A1 (en) 2019-08-22
CN108304329A (en) 2018-07-20

Similar Documents

Publication Publication Date Title
CN108304329B (en) Test case design method and device, terminal and readable storage medium
JP6488508B2 (en) Web page access method, apparatus, device, and program
EP3848793A1 (en) Api-based software development platform
CN107273369B (en) Table data modification method and device
CN112015739A (en) Data verification and data query method and device
CN111177113B (en) Data migration method, device, computer equipment and storage medium
CN112162915A (en) Test data generation method, device, equipment and storage medium
CN106126424A (en) A kind of visual automated testing method of script, device and mobile terminal
WO2017107572A1 (en) Reconfiguration method for smart watch-oriented android application
CN110633959A (en) Method, device, equipment and medium for creating approval task based on graph structure
CN112231197A (en) Page testing method and device and storage medium
CN117033249A (en) Test case generation method and device, computer equipment and storage medium
CN111142871A (en) Front-end page development system, method, equipment and medium
CN115543428A (en) Simulated data generation method and device based on strategy template
WO2019085354A1 (en) Excel system interface-based database linkage method, electronic device, and storage medium
US20180173601A1 (en) Energy consumption analysis based on telemetry data
CN115033436A (en) Page testing method and device, electronic equipment and storage medium
WO2019062087A1 (en) Attendance check data testing method, terminal and device, and computer readable storage medium
CN104361094A (en) Storage method and device for file in search result, and browser client
CN114968917A (en) Method and device for rapidly importing file data
CN103838873A (en) Automatic searching method and system for application matching user information
US10902150B2 (en) Methods and systems for facilitating migration to centralized compliance content for integration with a plurality of digital applications
CN108334621B (en) Database operation method, device, equipment and computer readable storage medium
CN102801749A (en) Method and device for deploying J2ME (Java 2 Micro Edition) application programs
US8495033B2 (en) Data processing

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