CN103914375B - A kind of test method and device for drawing interface software certainly - Google Patents
A kind of test method and device for drawing interface software certainly Download PDFInfo
- Publication number
- CN103914375B CN103914375B CN201310004842.XA CN201310004842A CN103914375B CN 103914375 B CN103914375 B CN 103914375B CN 201310004842 A CN201310004842 A CN 201310004842A CN 103914375 B CN103914375 B CN 103914375B
- Authority
- CN
- China
- Prior art keywords
- interface element
- interface
- information
- under testing
- analog subscriber
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
The present invention provides a kind of from the test method and device of drawing interface software, wherein method includes: S1, analysis software under testing from the configuration file and resource file of drawing interface, obtains the location information of interface element;S2, the location information based on the interface element generate the corresponding analog subscriber operation of the interface element;S3, test case is generated using the corresponding analog subscriber operation of the interface element, the software under testing is tested.The present invention can be realized from the automatic test for drawing interface software, and have preferable robustness, reduce test maintaining cost.
Description
[technical field]
The present invention relates to software testing technology more particularly to a kind of method and apparatus from the test for drawing interface software.
[background technique]
Carrying out test to software is to guarantee the important link of software quality.Since software test is related to a large amount of repeatability behaviour
Work and test cases, therefore, software test generallys use the mode of automation to complete, however, due to drawing the interface UI certainly
Software is equally handled without image of Buddha standardization control, and the realization of automatic test is more difficult, in addition, can be realized certainly
Dynamicization is tested in the prior art, once the interface for drawing interface software certainly is changed, then its automatic test code is also required to
Corresponding biggish change is done, and test case needs rewrite, test maintaining higher cost.
[summary of the invention]
The present invention provides a kind of method and apparatus from the test for drawing interface software, can be realized and draw interface software certainly
Automatic test reduces test maintaining cost.
Specific technical solution is as follows:
A kind of test method for drawing interface software certainly, this method comprises:
S1, analysis software under testing obtain the location information of interface element from the configuration file and resource file of drawing interface;
S2, the location information based on the interface element generate the corresponding analog subscriber operation of the interface element;
S3, test case is generated using the corresponding analog subscriber operation of the interface element, the software under testing is carried out
Test.
According to one preferred embodiment of the present invention, the step S1 is specifically included:
The id information that interface element is obtained in the resource file, is obtained in the configuration file according to the id information
Take the location information of the interface element.
According to one preferred embodiment of the present invention, the step S1 further include:
The code at software under testing interface is drawn in analysis, obtains the relevant text information of interface element or URL information;
The step S3 further include: check whether the acquired relevant text information of interface element or URL information meet
It is expected that.
According to one preferred embodiment of the present invention, the step S2 further include:
It being generated for the interface element and waits operation, the waiting operation executes after analog subscriber operation,
It is responded for waiting the analog subscriber to operate;
The test case is generated further combined with waiting operation in the step S3.
According to one preferred embodiment of the present invention, the face of pixel corresponding to the interface element according to software under testing interface
Color information judges whether the analog subscriber operation is responded.
A kind of test device for drawing interface software certainly, the device include:
Analytical unit obtains interface element for analyzing software under testing from the configuration file and resource file of drawing interface
Location information;
It operates generation unit and generates the corresponding mould of the interface element for the location information based on the interface element
Quasi- user's operation;
Test cell generates test case using the corresponding analog subscriber operation of the interface element, to described to be measured soft
Part is tested.
According to one preferred embodiment of the present invention, the analytical unit specifically executes:
The id information that interface element is obtained in the resource file, is obtained in the configuration file according to the id information
Take the location information of the interface element.
According to one preferred embodiment of the present invention, the analytical unit also executes:
The code at software under testing interface is drawn in analysis, obtains the relevant text information of interface element or URL information;
The test cell also executes: checking whether the acquired relevant text information of interface element or URL information accord with
It closes and is expected.
According to one preferred embodiment of the present invention, the operation generation unit also executes:
It being generated for the interface element and waits operation, the waiting operation executes after analog subscriber operation,
It is responded for waiting the analog subscriber to operate;
The test cell generates the test case further combined with waiting operation.
According to one preferred embodiment of the present invention, the face of pixel corresponding to the interface element according to software under testing interface
Color information judges whether the analog subscriber operation is responded.
As can be seen from the above technical solutions, the present invention draws resource file and the configuration at interface by analysis software under testing certainly
The relevant informations such as file acquisition interface element and corresponding location information, and further generate corresponding analog subscriber operation and come
It realizes to the automatic test for drawing interface software certainly.Compared with prior art, the present invention is not necessarily to when software interface changes
Biggish change is carried out to test frame, cost is relatively low for test maintaining.
[Detailed description of the invention]
Fig. 1 is provided by the embodiment of the present invention one from the test method flow chart for drawing interface software;
Fig. 2 is that software under testing provided by the embodiment of the present invention one draws examples of interfaces figure certainly;
Fig. 3 is software under testing resource file exemplary diagram provided by the embodiment of the present invention one;
Fig. 4 is software under testing position paper exemplary diagram provided by the embodiment of the present invention one;
Fig. 5 is that software under testing provided by the embodiment of the present invention one waits operation file exemplary diagram;
Fig. 6 is provided by the embodiment of the present invention two from the test device schematic diagram for drawing interface software.
[specific embodiment]
To make the objectives, technical solutions, and advantages of the present invention clearer, right in the following with reference to the drawings and specific embodiments
The present invention is described in detail.
Embodiment one
Fig. 1 is that the embodiment of the present invention one is provided from the test method flow chart for drawing interface software, following embodiments
The software under testing draws interface software for be tested certainly, as shown in Figure 1, this method comprises:
S101, analysis software under testing obtain the location information of interface element from the configuration file and resource file of drawing interface.
The interface of software for drawing is usually all based on individual resource file and configuration file.It is protected in resource file
Interface element required for software for drawing interface is deposited, usually picture, icon etc..Software for drawing circle is saved in configuration file
When face, the configuration information of each interface element in resource file is saved and is drawn using which interface element, by interface element
In configuration informations such as which of interfaces, in general, configuration file is to be retouched with the structured document of xml format by node
State the configuration information of interface element.
The present invention is exactly based on analysis software under testing and draws configuration file and the resource file at interface certainly to obtain software under testing
The relevant informations such as the location information of interface element, and further interface element is operable to realize to the automatic of software under testing
Change test.
Analysis software under testing obtains the id information of wherein interface element, later, foundation from the resource file for drawing interface first
The id information of interface element, the node in configuration file where query interface element, and the description information in analysis node, obtain
Draw the information such as location information and the pixel color at interface certainly in software under testing to interface element.It can be established with xml format
One position paper draws the location information and pixel color at interface to save obtained interface element in software under testing certainly
Etc. relevant informations.
Further, the code for drawing software under testing interface can also be analyzed, is added when obtaining drafting interface element
The relevant informations such as text information, URL, to check whether those text informations or URL meet expection in follow-up test.
According to the id information of interface element, the analysis corresponding drafting relevant to the interface element in the code for drawing software under testing interface
Operation, and obtain the relevant informations such as the text information added on interface element when drawing interface element.
S102, according to the acquired location information for drawing interface element certainly, generate corresponding analog subscriber operation.
According to the location information of acquired interface element and interface element, corresponding operation member usually mould can be generated
Quasi- user's operation.Analog subscriber operation can be, but not limited to be click, dragging, keyboard input etc..
It, can be by the way of pre-setting, for example, by using silent when determining analog subscriber operation for interface element
Recognize the mode of setting, such as when testing, all generates preset analog subscriber for each interface element and operate, it can also be with needle
Different analog subscriber operations is generated to different types of interface element.In addition to this it is possible to provide user oriented (tester
Member) interface, allow tester using such as input order line form to each interface element setting analog subscriber grasp
Make.
It can be operated according to the analog subscriber to be executed for interface element, obtain boundary in the position paper established
The position coordinates of surface element, and call analog subscriber to operate corresponding function at acquired position coordinates and interface element is held
Row corresponding operation.For example, executing the operation clicked to a certain interface element to generate, then in the position paper established
The position coordinates of the interface element are obtained, are executed later by being simulated at the corresponding function of calling clicking operation in the position coordinate
The operation that mouse is clicked;To generate the operation dragged to a certain interface element, then obtained in the position paper established
The position coordinates of the interface element are taken, is executed drag by simulation at the corresponding function of calling clicking operation in the position coordinate later
The interface element is dragged at target location coordinate by dynamic operation.It is understood that the example above is merely for exemplary mesh
, the embodiment of the present invention is without being limited thereto.
Further, corresponding waiting operation is generated for the operation of each analog subscriber, which operates for simulating
It executes after user's operation, is responded for waiting analog subscriber to operate.It specifically, can be according to software under testing interface Zhong Te
The colouring information of pixel (the specific pixel point is the corresponding pixel of interface element) display is determined to judge for the Interface Element
Whether the analog subscriber operation of element is responded, and can establish a status file to save and execute for each interface element
Respective operations whether execute the judgment criteria of completion.In general, after executing a certain operation to interface element, software under testing interface
Changes will occur for whole or part, therefore, can be to judge a certain operation by the colouring information that specific pixel point is shown
It is no to execute completion, the corresponding waiting of the operation can be executed that is, after executing a certain operation to execute other subsequent operations
Operation, if operation is waited to determine that its corresponding operation executes according to the correspondence judgment criteria saved in the status file established
It completes, then executes subsequent operation again.For example, after clicking a certain interface element, in software under testing interface position coordinates be (510,
180) color of pixel can become " 0x1eb366 " (0x1eb366 is color code), can be stored in this information and be established
Status file, that is, after executing to the clicking operation of the interface element, execute corresponding waitings and operate, when position coordinates are
It when the color of the pixel of (510,180) becomes " 0x1eb366 ", then waits operation to terminate, continues to execute subsequent operation.
S103, using for generating test case from drawing interface element corresponding analog subscriber operation, to software under testing into
Row test.
After generating for the different analog subscribers operation of interface element, the operation of analog subscriber required for can calling comes
Composition test case tests software under testing.
Further, it can be combined with waiting operation corresponding with the operation of each analog subscriber generated to survey to form
Example on probation.In the test case, after having executed analog subscriber operation for certain interface element, call the operation corresponding etc.
Wait operate, the colouring information etc. according to the interface element is judged after obtaining the response of analog subscriber operation, then carries out
Remaining subsequent operation.
Further, the text information of interface element that can also be acquired in judgment step S101 in test case
Or whether URL etc. is consistent with expected text information or URL etc..Can by acquired text information or URL with preset
Text information or the content of URL compare to check whether acquired text information or URL meet expection.
Provided method for a better understanding of the present invention, below with reference to example shown in Fig. 2, Fig. 3 and Fig. 4 to above-mentioned step
Suddenly it is described further.Fig. 2 is software under testing examples of interfaces figure, as shown in Fig. 2, to the " Quick in the software interface
This interface element of Care " can carry out the quick physical examination function of the software after clicking, pass through method described in step S101
The software under testing is analyzed from the resource file and configuration file for drawing interface, Fig. 3 is the resource file that the software under testing draws interface certainly
In picture exemplary diagram used in " Quick Care " interface element (three pictures respectively correspond the interface element it is unselected,
The state choose, clicked), " Quick Care " is obtained in configuration file according to the id information of picture in software under testing interface
Location information, and by acquired location information deposit position paper, Fig. 4 is to save the software under testing interface element position
The position paper exemplary diagram of information.It can be directed to later by method described in step S102 based on the location information saved
" Quick Care " generates clicking operation, specifically can be the location information for obtaining " Quick Care " from position paper, adjusts
With click is executed at clicking operation function in the position information, further, a waiting operation can be generated to wait this
Analog subscriber click " Quick Care " operation responded, as shown in figure 5, the waiting operation by coordinate be " 510,
The colouring information of 180 " point come judge analog subscriber click " Quick Care " operation whether responded, when coordinate is
" when the color of 510,180 " point becomes " 0x1eb366 " or " 0x28cd7c ", it is believed that analog subscriber clicks " Quick Care "
Operation responded.Later, test case can be utilized to the quick physical examination function of the software by method described in S103
It is tested, is operated in conjunction with waiting generated during the test to complete the test, is i.e. calling analog subscriber is clicked
After the operation of " Quick Care ", corresponding waiting operation is called, is responded and (is worked as in the operation of click " Quick Care "
Coordinate be " when the color of 510,180 " point becomes " 0x1eb366 " or " 0x28cd7c ") after, then execute subsequent operation.
Above-mentioned is to be described to provided by the present invention from the test method for drawing interface software.As can be seen that the present invention
Interface element and corresponding location information etc. are obtained from the resource file and configuration file for drawing interface by analysis software under testing
Relevant information, and further generate corresponding operation member and usually realize to the automatic test for drawing interface software certainly.With existing skill
Art is compared, and the present invention can obtain the location information of interface element automatically, when research staff has done adjustment to interface, without
Biggish change is carried out to test frame, meanwhile, when existing test operation is not enough, also only need to increase for interface element
Add new operation, cost is relatively low for test maintaining.
Embodiment two
Fig. 6 is that the embodiment of the present invention two is provided from the test device schematic diagram for drawing interface software, following embodiments
The software under testing draws interface software for be tested certainly, as shown in fig. 6, the device includes: analytical unit 10, operation generation
Unit 20 and test cell 30.
Analytical unit 10 obtains interface element for analyzing software under testing from the configuration file and resource file for drawing interface
Location information.
Analytical unit 10 analyzes software under testing from the resource file for drawing interface first, obtains the ID letter of wherein interface element
Breath, later, according to the id information of interface element, the node in configuration file where query interface element, and in analysis node
Description information, obtain interface element in software under testing from the information such as location information and pixel color for drawing interface.It can be with
Establish a position paper with xml format save obtained interface element software under testing from draw the location information at interface with
And the relevant informations such as pixel color.
Further, analytical unit 10 can also analyze the code for drawing software under testing interface, obtain and draw Interface Element
The relevant informations such as the text information, the URL that are added when plain, to check those text informations in follow-up test or URL is
It is no to meet expection.According to the id information of interface element, analysis and the interface element phase in the code for drawing software under testing interface
The corresponding drafting operation closed, and obtain the relevant informations such as the text information added on interface element when drawing interface element.
It operates generation unit 20 and it is corresponding to generate the interface element for the location information based on the interface element
Analog subscriber operation.
Generation unit 20 is operated according to the location information of acquired interface element and interface element, can be generated corresponding
Operation member usually analog subscriber operate.Analog subscriber operation can be, but not limited to be click, dragging, keyboard input etc..
It, can be by the way of pre-setting, for example, by using silent when determining analog subscriber operation for interface element
Recognize the mode of setting, such as when testing, all generates preset analog subscriber for each interface element and operate, it can also be with needle
Different analog subscriber operations is generated to different types of interface element.In addition to this it is possible to provide user oriented (tester
Member) interface, allow tester using such as input order line form to each interface element setting analog subscriber grasp
Make.
Operation generation unit 20 can be directed to the interface element analog subscriber to be executed according to determined by tester
Operation obtains the position coordinates of interface element in the position paper established, and mould is called at acquired position coordinates
The quasi- corresponding function of user's operation executes corresponding operation to interface element.For example, being executed to generate to a certain interface element
The operation of click then obtains the position coordinates of the interface element in the position paper established, and clicks behaviour by calling later
Making corresponding function, simulation executes the operation that mouse is clicked at coordinate in the position;A certain interface element is dragged to generate
Dynamic operation then obtains the position coordinates of the interface element in the position paper established, later by calling clicking operation
Simulation executes the operation of dragging to corresponding function at coordinate in the position, which is dragged at target location coordinate.
It is understood that the example above, merely for exemplary purpose, the embodiment of the present invention is without being limited thereto.
Further, operation generation unit 20 can also generate corresponding waiting operation for the operation of each analog subscriber,
Waiting operation is responded for executing after analog subscriber operates for waiting analog subscriber to operate.Specifically, it waits
Operation can be according to specific pixel point in software under testing interface (the specific pixel point is the corresponding pixel of interface element) display
Colouring information come judge for the interface element analog subscriber operation whether responded, can establish a status file
To save the judgment criteria whether respective operations executed for each interface element execute completion.In general, to interface element
After executing a certain operation, changes will occur for the entirety at software under testing interface or part, therefore, can be aobvious by specific pixel point
The colouring information shown judges whether a certain operation executes completions, to execute other subsequent operations, i.e., in a certain behaviour of execution
After work, the corresponding waiting operation of the operation can be executed, if waiting operation according to pair saved in the status file established
It answers judgment criteria to determine that its corresponding operation executes completion, then executes subsequent operation again.For example, after clicking a certain interface element,
Position coordinates are that the color of the pixel of (510,180) can become " 0x1eb366 " (0x1eb366 is face in software under testing interface
Color code), this information can be stored in established status file, that is, after executing to the clicking operation of the interface element, execute
Corresponding waiting operation then waits operation when the color for the pixel that position coordinates are (510,180) becomes " 0x1eb366 "
Terminate, continues to execute subsequent operation.
Test cell 30 generates test case using the corresponding analog subscriber operation of the interface element, to described to be measured
Software is tested.
After generating for the different analog subscribers operation of interface element, test cell 30 can call required simulation
User's operation is tested to form test case to software under testing.
Further, test cell 30 can be combined with waiting behaviour corresponding with the operation of each analog subscriber generated
Make to form test case.In the test case, after having executed analog subscriber operation for certain interface element, the behaviour is called
Make corresponding waiting operation, the colouring information etc. according to the interface element is judged to obtain the response of analog subscriber operation
Afterwards, then carry out it is subsequent remaining operation.It can be by acquired text information or URL and preset text information or URL
Content compare to check whether acquired text information or URL meet expection.
Further, test cell 30 can also in test case interface element acquired in discriminatory analysis unit 10
Text information or URL etc. whether be consistent with expected text information or URL etc..It can be by acquired text information or URL
Compared with the content of preset text information or URL to check it is pre- whether acquired text information or URL meet
Phase.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all in essence of the invention
Within mind and principle, any modification, equivalent substitution, improvement and etc. done be should be included within the scope of the present invention.
Claims (6)
1. a kind of from the test method for drawing interface software, which is characterized in that this method comprises:
S1, analysis software under testing obtain the id information of interface element from the resource file for drawing interface, and exist according to the id information
Software under testing obtains the location information of interface element from the configuration file for drawing interface;
S2, the location information based on the interface element generate the corresponding analog subscriber operation of the interface element, and are directed to institute
It states interface element and generates waiting operation, the waiting operation executes after analog subscriber operation, for waiting the mould
Quasi- user's operation is responded;
S3, test case is generated using the corresponding analog subscriber operation of the interface element and waiting operation, to described
Software under testing is tested.
2. the method according to claim 1, wherein the step S1 further include:
The code at software under testing interface is drawn in analysis, obtains the relevant text information of interface element or URL information;
The step S3 further include: check whether the acquired relevant text information of interface element or URL information meet expection.
3. the method according to claim 1, wherein corresponding to the interface element according to software under testing interface
The colouring information of pixel judges whether the analog subscriber operation is responded.
4. a kind of from drawing the test device of interface software, which is characterized in that the device includes:
Analytical unit, the id information for analyzing software under testing from the resource file acquisition interface element for drawing interface, and according to institute
State the location information that id information obtains interface element in software under testing from the configuration file for drawing interface;
Generation unit is operated, for the location information based on the interface element, the corresponding simulation of the interface element is generated and uses
Family operation, and generated for the interface element and wait operation, the waiting operation executes after analog subscriber operation,
It is responded for waiting the analog subscriber to operate;
Test cell generates test case using the corresponding analog subscriber operation of the interface element and waiting operation,
The software under testing is tested.
5. device according to claim 4, which is characterized in that the analytical unit also executes:
The code at software under testing interface is drawn in analysis, obtains the relevant text information of interface element or URL information;
The test cell also executes: it is pre- to check whether the acquired relevant text information of interface element or URL information meet
Phase.
6. device according to claim 4, which is characterized in that according to corresponding to interface element described in software under testing interface
The colouring information of pixel judges whether the analog subscriber operation is responded.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310004842.XA CN103914375B (en) | 2013-01-07 | 2013-01-07 | A kind of test method and device for drawing interface software certainly |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310004842.XA CN103914375B (en) | 2013-01-07 | 2013-01-07 | A kind of test method and device for drawing interface software certainly |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103914375A CN103914375A (en) | 2014-07-09 |
CN103914375B true CN103914375B (en) | 2019-04-26 |
Family
ID=51040077
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310004842.XA Active CN103914375B (en) | 2013-01-07 | 2013-01-07 | A kind of test method and device for drawing interface software certainly |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103914375B (en) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104133770A (en) * | 2014-08-04 | 2014-11-05 | 浪潮通用软件有限公司 | Universal automatic testing method |
CN104391797B (en) * | 2014-12-09 | 2017-11-10 | 北京奇虎科技有限公司 | The recognition methods of GUI controls and device |
CN104572454B (en) * | 2014-12-25 | 2017-08-01 | 广东欧珀移动通信有限公司 | A kind of method and device of locating resource |
CN104572450B (en) * | 2014-12-25 | 2017-07-11 | 广东欧珀移动通信有限公司 | A kind of method and device for detecting resource distribution |
CN104615538B (en) * | 2015-02-05 | 2018-01-16 | 天津市康凯特软件科技有限公司 | A kind of mobile phone application testing method based on mobile phone interface control element |
CN105630674A (en) * | 2015-12-17 | 2016-06-01 | 北京奇虎科技有限公司 | Test method and device capable of aiming at interface |
CN105893249A (en) * | 2015-12-31 | 2016-08-24 | 乐视网信息技术(北京)股份有限公司 | Software testing method and device |
CN105786709A (en) * | 2016-03-22 | 2016-07-20 | 东软集团股份有限公司 | Test problem submitting method and system |
CN107766227A (en) * | 2016-08-19 | 2018-03-06 | 阿里巴巴集团控股有限公司 | A kind of method and apparatus for remote testing |
CN108959068B (en) * | 2018-06-04 | 2022-04-22 | 广州视源电子科技股份有限公司 | Software interface testing method, device and storage medium |
CN110569187B (en) * | 2019-08-14 | 2022-08-09 | 厦门亿联网络技术股份有限公司 | Automatic testing method, device and equipment for multi-platform system application |
CN110609669A (en) * | 2019-09-02 | 2019-12-24 | Oppo(重庆)智能科技有限公司 | Interface processing method and device, storage medium and electronic equipment |
CN112214404A (en) * | 2020-09-27 | 2021-01-12 | 航天信息股份有限公司 | Mobile application testing method and device, storage medium and electronic equipment |
CN112597034A (en) * | 2020-12-25 | 2021-04-02 | 深圳证券交易所 | Test case generation method and device and computer readable storage medium |
CN116932414B (en) * | 2023-09-14 | 2024-01-05 | 深圳市智慧城市科技发展集团有限公司 | Method and equipment for generating interface test case and computer readable storage medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5596714A (en) * | 1994-07-11 | 1997-01-21 | Pure Atria Corporation | Method for simultaneously testing multiple graphic user interface programs |
US5943048A (en) * | 1997-11-19 | 1999-08-24 | Microsoft Corporation | Method and apparatus for testing a graphic control area |
CN1851667A (en) * | 2006-02-15 | 2006-10-25 | 华为技术有限公司 | Graphic user interface test method and system |
CN101339534A (en) * | 2008-06-17 | 2009-01-07 | 金蝶软件(中国)有限公司 | Software test apparatus and test method |
CN102411540A (en) * | 2012-01-12 | 2012-04-11 | 王轶辰 | Automatic management system of workflow-based common software testing process |
CN102521121A (en) * | 2011-11-18 | 2012-06-27 | 华为技术有限公司 | Page testing method and page testing device |
CN102799532A (en) * | 2012-07-20 | 2012-11-28 | 上海斐讯数据通信技术有限公司 | Method and system for designing test case |
-
2013
- 2013-01-07 CN CN201310004842.XA patent/CN103914375B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5596714A (en) * | 1994-07-11 | 1997-01-21 | Pure Atria Corporation | Method for simultaneously testing multiple graphic user interface programs |
US5943048A (en) * | 1997-11-19 | 1999-08-24 | Microsoft Corporation | Method and apparatus for testing a graphic control area |
CN1851667A (en) * | 2006-02-15 | 2006-10-25 | 华为技术有限公司 | Graphic user interface test method and system |
CN101339534A (en) * | 2008-06-17 | 2009-01-07 | 金蝶软件(中国)有限公司 | Software test apparatus and test method |
CN102521121A (en) * | 2011-11-18 | 2012-06-27 | 华为技术有限公司 | Page testing method and page testing device |
CN102411540A (en) * | 2012-01-12 | 2012-04-11 | 王轶辰 | Automatic management system of workflow-based common software testing process |
CN102799532A (en) * | 2012-07-20 | 2012-11-28 | 上海斐讯数据通信技术有限公司 | Method and system for designing test case |
Also Published As
Publication number | Publication date |
---|---|
CN103914375A (en) | 2014-07-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103914375B (en) | A kind of test method and device for drawing interface software certainly | |
US8826240B1 (en) | Application validation through object level hierarchy analysis | |
US10657036B2 (en) | Determining visual testing coverages | |
CN103984626B (en) | A kind of method and device for generating test case script | |
CN110008110A (en) | The test method and device of user interface | |
CN104268083B (en) | Automatic software test method and device | |
CN104679519B (en) | Graphical user interface software function acquisition methods and device | |
US20140082511A1 (en) | Method and system for emulating desktop software applications in a mobile communication network | |
CN104881364A (en) | Automated testing method and system applied to Android system | |
CN105183630B (en) | Applied program testing method and device | |
CN104820634B (en) | The detection method and device of page test trails | |
CN103472996A (en) | Method and device for receiving touch in mobile device | |
CN110362483A (en) | Performance data acquisition method, device, equipment and storage medium | |
CN104915297B (en) | A kind of automated testing method of the APP power consumption of android equipment | |
CN102624576A (en) | Method for automatically testing webpage downloading time of browser and system thereof | |
CN108509343A (en) | Automated testing method based on image recognition technology and system | |
Ciman et al. | Evaluating Impact of Cross-platform Frameworks in Energy Consumption of Mobile Applications. | |
US12079298B2 (en) | Methods and systems for browser extension used to generate relative XPath, absolute XPath and/or CSS selectors | |
CN103064535A (en) | Touch control pen, touch control input system and method for changing touch control operating characteristics | |
CN109408367A (en) | A kind of method and terminal of the control element identifying interactive interface | |
Lang et al. | Use of YouScope to implement systematic microscopy protocols | |
TWI476587B (en) | Testing method and testing apparatus for testing function of electronic apparatus | |
CN109101410A (en) | A kind of risk driven test method and device and computer readable storage medium | |
CN109725958A (en) | The method and device that the file of resource manager management is handled | |
Sieger et al. | Interactive dendrograms: the R packages idendro and idendr0 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |