CN108536584A - A kind of automated testing method based on Sikuli - Google Patents

A kind of automated testing method based on Sikuli Download PDF

Info

Publication number
CN108536584A
CN108536584A CN201810199261.9A CN201810199261A CN108536584A CN 108536584 A CN108536584 A CN 108536584A CN 201810199261 A CN201810199261 A CN 201810199261A CN 108536584 A CN108536584 A CN 108536584A
Authority
CN
China
Prior art keywords
case
test
sikuli
script
excel
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201810199261.9A
Other languages
Chinese (zh)
Other versions
CN108536584B (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.)
Guangdong Ruijiang Cloud Computing Co Ltd
Guangdong Eflycloud Computing Co Ltd
Original Assignee
Guangdong Ruijiang Cloud Computing 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 Guangdong Ruijiang Cloud Computing Co Ltd filed Critical Guangdong Ruijiang Cloud Computing Co Ltd
Priority to CN201810199261.9A priority Critical patent/CN108536584B/en
Publication of CN108536584A publication Critical patent/CN108536584A/en
Application granted granted Critical
Publication of CN108536584B publication Critical patent/CN108536584B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

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

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 purpose of the disclosure is in view of the deficiencies of the prior art, to provide a kind of automated testing method based on Sikuli for improving automatic test efficiency and being safeguarded convenient for script, and test case is write in excel.Start Sikuli IDE, write the script of test case, be encapsulated into function, which receives anticipated input value, finally returns to test result.Edit script again is used to open excel, identifies the anticipated input title of use-case, and the occurrence of anticipated input is read by the relationship of position.It after Sikuli scripts obtain the title and value of anticipated input, is stored in dictionary, then executes specific test case, obtain test result.The disclosure is separated test case and test script, need not be again again to test script into edlin when changing test case, and the test case of excel formats is more convenient management and checks, testing efficiency can be improved.Sikuli extracts the test case of excel directly to execute test script, simplifies flow.

Description

A kind of automated testing method based on Sikuli
Technical field
This disclosure relates to automatic test field, specifically a kind of automated testing method based on Sikuli.
Background technology
Automated testing method needs a large amount of programing work, although there is UI (user interface), user only needs Software is can be operated by intuitive button or other visual elements.But the appearance of UI does not offer convenience to programmer, people There is still a need for realizing corresponding function by code.If different software is allowed to cooperate, similarly to carry out generation Code calls.In the prior art, it is based on Sikuli (the New Graphics script programming technique of research team's publication of MIT) Automatic test is to carry out UI automatic tests by sectional drawing.Sikuli includes Sikuli scripts, (is compiled with Java based on Jython Advanced, object-oriented, open source code the programming language write) API and Sikuli IDE (Sikuli Integrated Developments Environment).Sikuli may be implemented it is any you can see the automation of UI objects over the display, can be by writing some generations Code realizes the automatic test of Web page or desktop application.Automatic test needs first to write test case, opens Sikuli IDE carry out sectional drawing, and the mode for writing corresponding scripts writes implementation of test cases to Web or desktop application, most laggard Row asserts and exports result.If to update test case after web updates, need to update the use in Sikuli scripts Example, and test case shown in script it is not intuitive enough.Further, since software product iteration updates, test case is also wanted Corresponding update, so be required for updating Sikuli scripts every time, and the test case of Sikuli scripts show not directly It sees, when page object location information changes, a unified management is lacked for the page object on Web, it is identical Page object location information appears in multiple test cases, it is necessary to change relevant test case, maintenance workload ratio one by one Larger, change use-case will devote a tremendous amount of time, and be unfavorable for the maintenance of large-scale Sikuli scripts.
Invention content
The purpose of the disclosure is in view of the deficiencies of the prior art, to provide a kind of raising automatic test efficiency and be convenient for script The automated testing method based on Sikuli safeguarded is convenient for unified management, reduces the workload that script is safeguarded.
To achieve the goals above, the disclosure proposes a kind of automated testing method based on Sikuli, specifically include with Lower step:
Step 1, writing excel, (Microsoft Corporation is using Windows and Apple Macintoshes A spreadsheet software that computer is write) test case;
Step 2, set of uses case script is encapsulated;
Step 3, use-case element is obtained by excel test cases;
Step 4, set of uses case script is according to use-case element implementation of test cases;
Step 5, test result of the output to test case.
Further, in step 1, test case is write with constant spacing in excel, wherein test case Excel input formats are the title of the first behavior anticipated input of first row, the value of the second behavioral expectations input of first row; Since secondary series, each row correspond to a test case later, wherein test case includes title and value.
Further, in step 2, set of uses case script, each set of uses case foot are encapsulated by Sikuli IDE editing environments This at least encapsulates a script test function, wherein the incoming parameter of script test function is set as anticipated input.
Further, in step 3, the method for obtaining use-case element includes following sub-step:
Step 3.1, excel is opened in a manner of sectional drawing in Sikuli IDE;
Step 3.2, in excel sectional drawings A1 intercept anticipated input title picture A2;
Step 3.3, the coordinate position (x, y) of picture A2 is positioned by the Location methods of Sikuli, wherein x is pre- The row coordinate of phase use-case title, y are the ordinate of set of uses case parameter value;
Step 3.4, subtracted each other by the corresponding expected use-case title x coordinate value of the set of uses case parameter value y-coordinate value of each row Obtain the displacement d of each use-case element between the column and the column;
Step 3.5, the script function of test case identifies expection use-case title all in picture A2 one by one;
Step 3.6, the x values of each expected use-case title in picture A2 are added change successively after identifying expected use-case title Away from d, the coordinate of use-case element is navigated to by coordinate (x+d, y) and stores the element to array B, until the picture identified The use-case element of A2 is sky;
Step 3.7, the array B of the use-case element of identification is preserved as a result.
Further, in step 3, the method for test case parameter being obtained in excel sectional drawings is, by excel Sectional drawing obtains the use-case element of test case, using ocr plug-in units (ocr, the optical character of Sikuli Recognition, optical character identification plug-in unit, this can be the text conversion in picture at the document that can be edited by plug-in unit) Identify the value of excel elements.
Further, in step 3, all use-case elements in the recognition result to excel sectional drawings are all stored in word In allusion quotation.
Further, in step 4, the method for implementation of test cases includes following sub-step:
Step 4.1, set of uses case script is executed;
Step 4.2, set of uses case script reads use-case element from dictionary;
Step 4.3, relevant test case is executed according to use-case element.
Further, in step 4, Sikuli sets of uses case script is according to use-case element implementation of test cases, wherein use-case Collect script and inputs script test function implementation of test cases using use-case element as parameter.
The disclosure has the beneficial effect that:The disclosure is separated test case and test script, when changing test case Need not be again again to test script into edlin, and the test case of excel formats is more convenient management and checks, can be improved Testing efficiency.Sikuli extracts the test case of excel, then directly executes test script, simplifies flow.
Description of the drawings
By the way that the embodiment in conjunction with shown by attached drawing is described in detail, above-mentioned and other features of the disclosure will More obvious, identical reference label indicates same or analogous element in disclosure attached drawing, it should be apparent that, in being described below Attached drawing be only some embodiments of the present disclosure, for those of ordinary skill in the art, do not making the creative labor Under the premise of, other drawings may also be obtained based on these drawings, in the accompanying drawings:
Fig. 1 show a kind of flow chart of automated testing method based on Sikuli of the disclosure;
Fig. 2 show a kind of test case of login system of the disclosure;
Fig. 3 show the flow chart of the automated testing method of an embodiment of the disclosure.
Specific implementation mode
The technique effect of the design of the disclosure, concrete structure and generation is carried out below with reference to embodiment and attached drawing clear Chu, complete description, to be completely understood by the purpose, scheme and effect of the disclosure.It should be noted that the case where not conflicting Under, the features in the embodiments and the embodiments of the present application can be combined with each other.The identical attached drawing mark used everywhere in attached drawing Note indicates same or analogous part.
It is according to a kind of flow chart of automated testing method based on Sikuli of the disclosure, shown in Fig. 2 as shown in Figure 1 For the test case of an embodiment of the disclosure, illustrated according to embodiment of the present disclosure with reference to Fig. 1 and Fig. 2 Automated testing method based on Sikuli.
The disclosure proposes a kind of automated testing method based on Sikuli, specifically includes following steps:
Step 1, test case is write, test case is write in excel, often the first lattice of row are the title of anticipated input, The value of anticipated input can be write after second lattice per lattice, each row correspond to a test case.A kind of login system as shown in Figure 2 The anticipated input of the test case of system, test case is username and passwd, writes 4 test cases, then compiling form Such as Fig. 2.Once it is determined that the interval between each column cannot be changed, because back Sikuli scripts are the fixed variations by x-axis, Obtain the value of anticipated input.
Step 2, start Sikuli IDE, start to write test script.Each set of uses case is packaged with a function, is passed to Parameter is anticipated input, then obtains the username and passwd of a kind of test case of login system as shown in Figure 2 to letter In number, then the step of writing by way of sectional drawing test case, finally assert and return the result of test.
Step 3, test case parameter is obtained, a function defined in Sikuli IDE is opened with the mode of sectional drawing excel.An interim script is newly created again, and intercept anticipated inputs the picture of title, its position is obtained by the method for Location It sets (position of picture is indicated with x, the form of y).Anticipated input title and parameter value, with a line different lines, pass through position in excel The x values set subtract each other the distance d obtained between the column and the column.It is then return to the script of former test case, function is write and identifies institute one by one There is the anticipated input title of use-case, the x values of the element is added d after identifying title, y values are constant, you can navigate to that of value One lattice, then with the ocr plug-in units of Sikuli, (ocr, optical character recognition, optical character identification are inserted Part, this can be the text conversion in picture at the document that can be edited by plug-in unit) identify the value of the lattice element, and preserve.Most X values gradually add d afterwards, and y is constant, until the value of the picture identified is sky.So far, then the expection of all tests in excel Input and value are all stored in dictionary, are used for subsequent execution test case.
Position as obtained picture " username " in step 1, if it is (10,10), the position of first " test case 1 " It is set to (15,10), you can it is 15-10=5 to obtain column pitch, and x values are added one by one by the spacing, next acquisition (20,10) position Picture carry out ocr identifications and if it is empty then stop, otherwise continuing to identify remaining parameter value, until obtaining " username " All values.
Step 4, the method for implementation of test cases includes following sub-step:
Step 4.1, set of uses case script is executed;
Step 4.2, set of uses case script reads use-case element from dictionary;
Step 4.3, relevant test case is executed according to use-case element.
In step 4, Sikuli sets of uses case script is according to use-case element implementation of test cases, wherein set of uses case script will Use-case element inputs script test function implementation of test cases as parameter.
Step 5, test result of the output to test case.
A kind of automated testing method based on Sikuli that embodiment of the disclosure provides, one kind of the embodiment are based on The automated testing method of Sikuli includes:It processor, memory and is stored in the memory and can be in the processing The computer program run on device, such as encipheror.The processor is realized above-mentioned each when executing the computer program Step in encryption method embodiment, for example, the automated testing method of an embodiment of the disclosure shown in Fig. 3 stream The step of journey figure.
The system comprises:It memory, processor and is stored in the memory and can transport on the processor Capable computer program, the processor execute the computer program to execute step as shown in Figure 3, and steps are as follows:
Step a writes excel test cases;
Step b starts Sikuli IDE and writes use-case step and be encapsulated into function;
Step c writes Sikuli test scripts and obtains excel test case parameters;
Step d, Sikuli script implementation of test cases;
Step e exports the test result to test case.
Further, in step a, the method flow for writing test case is to write survey in excel with constant spacing Example on probation, wherein the excel input formats of test case are the title of the first behavior anticipated input of first row, first row The value of second behavioral expectations input;Since secondary series, each row correspond to a test case later, wherein test case packet Include title and value.
Further, in step a, test case is write in excel, since Sikuli scripts are consolidating by x-axis The value for changing and obtaining anticipated input calmly, so once it is determined that the interval between each column cannot be changed.
Further, in stepb, the method for encapsulation set of uses case script is to start Sikuli IDE, start to write test Script.Each set of uses case is packaged with a function, and it is anticipated input to be passed to parameter.
Further, in step c, the method flow for obtaining test case parameter is, in Sikuli IDE with sectional drawing Mode opens excel, and intercept anticipated inputs the picture of title, its position (position of picture is obtained by the method for Location With x, the form of y indicates), it is contemplated that title and parameter value are inputted in excel with a line different lines, are subtracted each other by the x values of position Fall out the distance between row d.It is then return to the script of former test case, function is write and identifies that the expection of all use-cases is defeated one by one Enter title, the x values of the element added d after identifying title, y values are constant, you can navigate to that lattice of value, last x values by Secondary plus d, y is constant, and until the value of the picture identified is sky, recognition result is preserved.
Further, in step c, the method that test case parameter is obtained in the sectional drawing of excel is, using Sikuli Ocr plug-in units identification excel elements value.
Further, in step c, the anticipated input and value of all tests in the recognition result to excel sectional drawings It is all stored in dictionary, is used for subsequent execution test case.
Further, in step d, the method for implementation of test cases is that the good Sikuli scripts of executive editor execute survey The method of example on probation is the good Sikuli scripts of executive editor, and Sikuli scripts first carry out the function preservation for obtaining excel data In dictionary, then the value in dictionary is passed to as parameter in the function of testing procedure, calls the excel tests in dictionary Anticipated input and value parameter execute relevant test case.
A kind of automated testing method based on Sikuli can run on desktop PC, notebook, palm In the computing devices such as computer and cloud server.The device that a kind of automated testing method based on Sikuli can be run can It include but are not limited to, processor, memory.It is based on it will be understood by those skilled in the art that the example is only one kind The example of the automated testing method of Sikuli is not constituted to a kind of restriction of the automated testing method based on Sikuli, It may include component more more or fewer than example, either combine certain components or different components, such as a kind of base It can also be including input-output equipment, network access equipment, bus etc. in the automated testing method of Sikuli.
Alleged processor can be central processing unit (Central Processing Unit, CPU), can also be it His general processor, digital signal processor (Digital Signal Processor, DSP), application-specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-made programmable gate array (Field- Programmable Gate Array, FPGA) either other programmable logic device, discrete gate or transistor logic, Discrete hardware components etc..General processor can be microprocessor or the processor can also be any conventional processor Deng the processor is a kind of control centre of automated testing method running gear based on Sikuli, and utilization is various The entire a kind of automated testing method based on Sikuli of interface and connection can running gear various pieces.
The memory can be used for storing the computer program and/or module, and the processor is by running or executing Computer program in the memory and/or module are stored, and calls the data being stored in memory, described in realization A kind of various functions of the automated testing method based on Sikuli.The memory can include mainly storing program area and storage Data field, wherein storing program area can storage program area, (for example sound plays the application program needed at least one function Function, image player function etc.) etc.;Storage data field can be stored uses created data (such as audio number according to mobile phone According to, phone directory etc.) etc..In addition, memory may include high-speed random access memory, can also include non-volatile memories Device, such as hard disk, memory, plug-in type hard disk, intelligent memory card (Smart Media Card, SMC), secure digital (Secure Digital, SD) card, flash card (Flash Card), at least one disk memory, flush memory device or other volatibility are solid State memory device.
Although the description of the disclosure is quite detailed and especially several embodiments are described, it is not Any of these details or embodiment or any specific embodiments are intended to be limited to, but it is by reference to appended that should be considered as Claim considers that the prior art provides the possibility explanation of broad sense for these claims, to effectively cover the disclosure Preset range.In addition, the disclosure is described with inventor's foreseeable embodiment above, its purpose is to be provided with Description, and those equivalent modifications that the disclosure can be still represented to the unsubstantiality change of the disclosure still unforeseen at present.

Claims (8)

1. a kind of automated testing method based on Sikuli, which is characterized in that the automated testing method includes following step Suddenly:
Step 1, excel test cases are write;
Step 2, Sikuli set of uses case scripts are encapsulated;
Step 3, use-case element is obtained by excel test cases;
Step 4, Sikuli sets of uses case script is according to use-case element implementation of test cases;
Step 5, test result of the output to test case.
2. a kind of automated testing method based on Sikuli according to claim 1, which is characterized in that in step 1, Test case is write with constant spacing in excel, wherein the excel input formats of test case are the first row of first row For the title of anticipated input, the value of the second behavioral expectations input of first row;Since secondary series, each row are one corresponding later Test case, wherein test case includes title and value.
3. a kind of automated testing method based on Sikuli according to claim 1, which is characterized in that in step 2, Set of uses case script is encapsulated by Sikuli IDE editing environments, each set of uses case script at least encapsulates a script test function, Wherein, the incoming parameter of script test function is set as anticipated input.
4. a kind of automated testing method based on Sikuli according to claim 1, which is characterized in that in step 3, The method for obtaining use-case element includes following sub-step:
Step 3.1, excel is opened in a manner of sectional drawing in Sikuli IDE;
Step 3.2, in excel sectional drawings A1 intercept anticipated input title picture A2;
Step 3.3, the coordinate position (x, y) of picture A2 is positioned by the Location methods of Sikuli, wherein x is to be expected with The row coordinate of example title, y are the ordinate of set of uses case parameter value;
Step 3.4, subtracted each other by the corresponding expected use-case title x coordinate value of the set of uses case parameter value y-coordinate value of each row and obtained The displacement d of each use-case element between the column and the column;
Step 3.5, the script function of test case identifies expection use-case title all in picture A2 one by one;
Step 3.6, the x values of each expected use-case title in picture A2 are added displacement d successively after identifying expected use-case title, are led to Coordinate (x+d, y) is crossed to navigate to the coordinate of use-case element and store the element to array B, until the use of the picture A2 identified Example element is sky;
Step 3.7, the array B of the use-case element of identification is preserved as a result.
5. a kind of automated testing method based on Sikuli according to claim 1, which is characterized in that in step 3, By the use-case element for obtaining test case to excel sectional drawings, wherein obtain use-case element using the ocr plug-in units of Sikuli Value.
6. a kind of automated testing method based on Sikuli according to claim 1, which is characterized in that in step 4, The method of implementation of test cases includes following sub-step:
Step 4.1, set of uses case script is executed;
Step 4.2, set of uses case script reads use-case element from dictionary;
Step 4.3, relevant test case is executed according to use-case element.
7. a kind of automated testing method based on Sikuli according to claim 1, which is characterized in that in step 4, Sikuli sets of uses case script is according to use-case element implementation of test cases, wherein set of uses case script is defeated as parameter using use-case element Enter script test function implementation of test cases.
8. a kind of automatization test system based on Sikuli, which is characterized in that the system comprises:Memory, processor with And it is stored in the computer program that can be run in the memory and on the processor, which is characterized in that the processor The computer program is executed to execute following steps:
Step a writes excel test cases;
Step b starts Sikuli IDE and writes use-case step and be encapsulated into function;
Step c writes Sikuli test scripts and obtains excel test case parameters;
Step d, Sikuli script implementation of test cases;
Step e exports the test result to test case.
CN201810199261.9A 2018-03-12 2018-03-12 Automatic testing method based on Sikuli Active CN108536584B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810199261.9A CN108536584B (en) 2018-03-12 2018-03-12 Automatic testing method based on Sikuli

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810199261.9A CN108536584B (en) 2018-03-12 2018-03-12 Automatic testing method based on Sikuli

Publications (2)

Publication Number Publication Date
CN108536584A true CN108536584A (en) 2018-09-14
CN108536584B CN108536584B (en) 2021-05-11

Family

ID=63483508

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810199261.9A Active CN108536584B (en) 2018-03-12 2018-03-12 Automatic testing method based on Sikuli

Country Status (1)

Country Link
CN (1) CN108536584B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209587A (en) * 2019-06-04 2019-09-06 北京智芯微电子科技有限公司 The test method and device of safety chip operation flow
CN112181809A (en) * 2020-09-14 2021-01-05 麒麟软件有限公司 Automatic graphical user interface testing method based on multiple positioning methods
CN112631938A (en) * 2020-12-31 2021-04-09 北京弘远博学科技有限公司 Automatic regression testing method
CN116594917A (en) * 2023-07-18 2023-08-15 建信金融科技有限责任公司 UI testing method and device, electronic equipment and machine-readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140253559A1 (en) * 2013-03-07 2014-09-11 Vmware, Inc. Ui automation based on runtime image
CN104794048A (en) * 2014-01-17 2015-07-22 阿里巴巴集团控股有限公司 Automatic UI testing method and system
CN106201873A (en) * 2016-07-01 2016-12-07 网易(杭州)网络有限公司 The treating method and apparatus of test script
CN106598869A (en) * 2016-12-26 2017-04-26 北京京东金融科技控股有限公司 Method and device for realizing automatic software testing and electronic equipment
CN107562626A (en) * 2017-08-31 2018-01-09 国家电网公司 A kind of method that encapsulation Selenium and Sikuli realizes Web automatic tests

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140253559A1 (en) * 2013-03-07 2014-09-11 Vmware, Inc. Ui automation based on runtime image
CN104794048A (en) * 2014-01-17 2015-07-22 阿里巴巴集团控股有限公司 Automatic UI testing method and system
CN106201873A (en) * 2016-07-01 2016-12-07 网易(杭州)网络有限公司 The treating method and apparatus of test script
CN106598869A (en) * 2016-12-26 2017-04-26 北京京东金融科技控股有限公司 Method and device for realizing automatic software testing and electronic equipment
CN107562626A (en) * 2017-08-31 2018-01-09 国家电网公司 A kind of method that encapsulation Selenium and Sikuli realizes Web automatic tests

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
TOM YEH: ""Sikuli:Using GUI Screenshots for Search and Automation"", 《EECS MIT & CSAIL》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209587A (en) * 2019-06-04 2019-09-06 北京智芯微电子科技有限公司 The test method and device of safety chip operation flow
CN110209587B (en) * 2019-06-04 2022-11-29 北京智芯微电子科技有限公司 Method and device for testing service process of security chip
CN112181809A (en) * 2020-09-14 2021-01-05 麒麟软件有限公司 Automatic graphical user interface testing method based on multiple positioning methods
CN112181809B (en) * 2020-09-14 2024-06-11 麒麟软件有限公司 Graphic user interface automatic test method based on multiple positioning methods
CN112631938A (en) * 2020-12-31 2021-04-09 北京弘远博学科技有限公司 Automatic regression testing method
CN112631938B (en) * 2020-12-31 2024-02-09 北京弘远博学科技有限公司 Automatic regression testing method
CN116594917A (en) * 2023-07-18 2023-08-15 建信金融科技有限责任公司 UI testing method and device, electronic equipment and machine-readable storage medium
CN116594917B (en) * 2023-07-18 2023-09-22 建信金融科技有限责任公司 UI testing method and device, electronic equipment and machine-readable storage medium

Also Published As

Publication number Publication date
CN108536584B (en) 2021-05-11

Similar Documents

Publication Publication Date Title
CN108334585A (en) A kind of spiders method, apparatus and electronic equipment
CN108536584A (en) A kind of automated testing method based on Sikuli
US9910641B2 (en) Generation of application behaviors
US20120110444A1 (en) Help Document Animated Visualization
KR20150143473A (en) Signal capture controls in recalculation user interface
US10452231B2 (en) Usability improvements for visual interfaces
CN109558128A (en) Json data analysis method, device and computer readable storage medium
CN102054217A (en) Entity morphing in metamodel-based tools
CN110187880A (en) A kind of similar elemental recognition method, apparatus and calculate equipment
US20190310976A1 (en) Search Results Modulator
CN112817657A (en) Application program starting item loading method, device and system and storage medium
CN104216646A (en) Method and device for creating application program based on gesture
CN110390063A (en) A kind of data analysis method, device, medium and electronic equipment
CN115756449A (en) Page multiplexing method and device, storage medium and electronic equipment
US9043464B1 (en) Automatically grouping resources accessed by a user
CN103631645A (en) Digital family middleware system based on digital medical treatment
US9082104B2 (en) Method and apparatus for managing system specifications
CN107276881A (en) Remarks are shared in a kind of electronic reading method and its device
CN110990006A (en) Form management system and form generation device
CN112748946A (en) Application program installation file generation method and device, computing equipment and storage medium
CN114356430B (en) DAG dependent configuration tool based on airflow scheduling system
CN108733281A (en) A kind of image interception method, system and terminal device
CN106569829A (en) Implementing method for switching operation modes of touch screen, touch screen device and headset device
US20160018953A1 (en) Systems and methods for generating an interactive user interface from a database
Goubko et al. Mathematical model of hierarchical menu structure optimization

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