CN103412820A - Test method and tester for pages in Web system - Google Patents

Test method and tester for pages in Web system Download PDF

Info

Publication number
CN103412820A
CN103412820A CN2013103895752A CN201310389575A CN103412820A CN 103412820 A CN103412820 A CN 103412820A CN 2013103895752 A CN2013103895752 A CN 2013103895752A CN 201310389575 A CN201310389575 A CN 201310389575A CN 103412820 A CN103412820 A CN 103412820A
Authority
CN
China
Prior art keywords
pages
class
test
test service
testing
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
CN2013103895752A
Other languages
Chinese (zh)
Other versions
CN103412820B (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.)
Zhongke Shuguang Chongqing Computing Technology Co ltd
Original Assignee
Dawning Information Industry Beijing 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 Dawning Information Industry Beijing Co Ltd filed Critical Dawning Information Industry Beijing Co Ltd
Priority to CN201310389575.2A priority Critical patent/CN103412820B/en
Publication of CN103412820A publication Critical patent/CN103412820A/en
Application granted granted Critical
Publication of CN103412820B publication Critical patent/CN103412820B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a test method and a tester for pages in a Web system, wherein the method includes the following steps: when a plurality of pages in the Web system are tested, services in the pages are extracted; according to the similarities of functions corresponding to the services of the pages, the pages are classified, and each class of pages are stored into a class file; the class files are integrated into a test service script, and the test service script is run. By classifying and storing the pages to be tested in the Web system and integrating the pages into the test service script, the test method can shorten the development cycle of the test service script, highly repetitive and highly utilized files are abstracted and integrated, so that the related services can be conveniently repetitively called, and thereby the engineered testing level of test tools is increased.

Description

The method of testing of the page in the Web system and device
Technical field
The present invention relates to computer realm, and especially, relate to method of testing and the device of the page in a kind of Web system.
Background technology
In former test industry, due to the attention lacked product quality, most companies still rest on the manual test stage, and a large amount of Test Engineers constantly repeats loaded down with trivial details test assignment in test process, and testing efficiency is low.Now, the rise of automatization testing technique has improved testing efficiency to a great extent, has shortened recursion period, has saved human cost.The functional test instrument of main flow has and comprises: QTP(quick test Professional), WinRunner, Selenium(instrument for the web application test).Because Test Engineer's development technique is weaker, great majority test team only is confined to simple script recording and playback to the use of functional test instrument.
Below introduce three kinds of functional test instruments based on main flow:
Based on recording of QTP: QTP, be the functional test instrument of a business, support the script recording and playback function of the controls such as Web control, Windows control, only support the VBScript script.
Based on recording of WinRunner: WinRunner, be the functional test instrument of a business level,, not as QTP, need to all record and confirm that its function could operate this control every class control the support of browser, Active control, give tacit consent to the C language.
The recording file based on Selenium IDE(XPI suffix): belong to the plug-in unit of the functional test instrument Selenium increased income, browser is had to good recording and playback function, support C#, Java, Python, Perl and Ruby development language.
The script recording and playback function of above-mentioned functional test instrument commonly used can be carried out the recurrence automatic test to a certain extent, but has the shortcomings such as reusability not, stronger dependence, maintainability be poor, can't be to the automatic test of a product performance of work.
For the test function in testing tool in correlation technique, have the shortcoming not reusable, that dependence is stronger, thereby effective solution is proposed not yet at present the problem that is difficult to the performance of work test.
Summary of the invention
For the test function in testing tool in correlation technique, there is the shortcoming not reusable, that dependence is stronger, thereby the problem that is difficult to the performance of work test, the present invention proposes method of testing and the device of the page in a kind of Web system, can shorten the construction cycle of test service script, the file strong to repeatability, that utilization factor is high carries out abstract integration, be convenient to related service repeat call, improved the through engineering approaches testing level of testing tool.
Technical scheme of the present invention is achieved in that
The method of testing of the page in a kind of Web system is provided according to an aspect of the present invention.
This method of testing comprises:
In the situation that a plurality of pages in the Web system are tested, extract the business in a plurality of pages;
According to the similarity of the business institute corresponding function of a plurality of pages, a plurality of pages are classified, and be a class file by each class page stores;
Class file is integrated in the test service script, and operation test service script.
Wherein, a plurality of pages are classified and are comprised:
A plurality of pages that the functional similarity degree are more than or equal to predetermined similarity threshold are divided into a class.
And, by each class page stores, be that a class file comprises:
Identical or corresponding Function Integration Mechanism is a test call item by a plurality of pages in this class file.
In addition, above-mentioned method of testing further comprises:
A plurality of class files based on project management tool Maven managed storage.
Preferably, above-mentioned test service script is write and is moved based on unit testing frame J unit.
Further, operation test service script comprises:
In the situation that a plurality of test service scripts of needs operation, the operation order of managing a plurality of test service scripts in Junit by Maven.
In addition, after each class page stores was a class file, above-mentioned method of testing further comprised:
The class file of having stored is carried out to instantiation and obtain corresponding business object;
The data of coming the storage service object to shine upon based on the comma separated value csv file.
Alternatively, class file is integrated into the test service script comprise following one of at least:
Call class file;
With the form of parameter, call the data that business object is shone upon.
The proving installation of the page in a kind of Web system is provided according to another aspect of the present invention.
Above-mentioned proving installation comprises:
Extraction module, in the situation that a plurality of pages of described Web system are tested, extract the business in described a plurality of pages;
Sort module, for the similarity of the institute of the business according to a plurality of pages corresponding function, classify to described a plurality of pages, and be a class file by each class page stores;
Integrate module, for class file being integrated into to the test service script, and operation test service script.
In addition, above-mentioned proving installation further comprises:
Administration module, for a plurality of class files based on project management tool Maven managed storage.
Preferably, the test service script is write and is moved based on unit testing frame J unit.
And when integrate module operation test service script, administration module is further used in the situation that needs move a plurality of test service scripts, by Maven, manages the operation order of a plurality of test service scripts in Junit.
The page that the present invention tests by the needs in the Web system storage of classifying, then be integrated in the test service script, can shorten the construction cycle of test service script, the file strong to repeatability, that utilization factor is high carries out abstract integration, be convenient to related service repeat call, improved the through engineering approaches testing level of testing tool.
The accompanying drawing explanation
Fig. 1 is the process flow diagram according to the method for testing of the page in the Web system of the embodiment of the present invention;
Fig. 2 is the schematic diagram of Web automated test frame according to an embodiment of the invention;
Fig. 3 is the schematic diagram of the flow process multi-layer design pattern of Web automated test frame shown in Figure 2;
Fig. 4 is the block diagram according to the proving installation of the page in the Web system of the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Based on the embodiment in the present invention, the every other embodiment that those of ordinary skills obtain, belong to the scope of protection of the invention.
According to embodiments of the invention, provide the method for testing of the page in a kind of Web system.
As shown in Figure 1, according to the method for testing of the embodiment of the present invention, can comprise:
Step S101, in the situation that a plurality of pages in the Web system are tested, extract the business in a plurality of pages, wherein, by the different pages abstract be class file, (for example: data comprise the necessary page info of test page, element variable, element locating information etc.), and in actual applications, the business of extracting in a plurality of pages can comprise that application Page-Object Design Mode separates the data in a plurality of pages with business, then extract the business in a plurality of pages, Page-Object Design Mode in Web automated test frame of the present invention, and the design philosophy of data separating is not only applicable to Selenium, also meet simultaneously being used in combination of the automated test tool of increasing income such as Watir,
In to Web system page test process, extract the related business of the page;
According to the similarity of the business institute corresponding function of the different pages, the different pages are classified, and be a class file by each class page stores, for different class files, write corresponding CSV data file;
Referenced classes file in service scenario, realize calling of data in service scenario.
Step S103, similarity according to the business institute corresponding function of a plurality of pages, a plurality of pages are classified, wherein, the functional similarity degree can be more than or equal to predetermined similarity threshold (in actual applications, threshold value can arrange similarity to be 50% or can be set to surpass functional similarity or identical the getting final product of some) a plurality of pages be divided into a class, and be a class file by each class page stores, can be by a plurality of pages in this class file identical or corresponding Function Integration Mechanism be a test call item, thereby when calling class file, save call overhead, shorten the construction cycle of test service script, in addition, after each class page stores is a class file, can further to the class file of having stored, carry out instantiation and obtain corresponding business object, and the data that can come the storage service object to shine upon based on the comma separated value csv file,
Step S105, class file is integrated in the test service script, alternatively, this step can comprise calls class file, with the form of parameter, call the data that business object is shone upon, then move the test service script, preferably, the test service script is write and is moved based on unit testing frame J unit, in addition, except using Junit to carry out good support, also can use another main flow unit testing framework Test NG of Java, can select applicable unit testing framework according to test granularity (being unit testing or integration testing) specific aim.
In addition, can be based on a plurality of class files of project management tool Maven managed storage according to the method for testing of the embodiment of the present invention, and Maven can further manage the data relevant to described a plurality of class files.Further, when operation test service script, if need a plurality of test service scripts of operation, can manage by Maven the operation order of a plurality of test service scripts in Junit.
In the data-driven design, data Layer adopts java Bean to design a model the attribute of data is set, data in the CSV data file are deposited in internal memory by the key-value pair mode of Hash table, the csv file of each page is all constructed to a classes of pages and realize the Page-Object interface.The design of this kind data-driven separates the code business fully with test data, has reduced the development difficulty of automatized script, safeguards the modification that has reduced code in the automatized script process, only needs Update Table.The file strong to repeatability, that utilization factor is high carries out abstract package, be convenient to related service repeat call, can improve the through engineering approaches testing level.
According to still another embodiment of the invention, a kind of method and thought of Web automatic test are provided, wherein, the method comprises: based on Web product business function, the page is carried out to abstract classification, namely abstract to the page of business function similarity higher (being greater than 50%), and be single class file by this type of page stores; The information such as the required data of this type of page test, page elements all are stored as to csv file.In test script, quote required classes of pages file, thus the data indirectly in the corresponding CSV data file of invoking page class file.The realization that this kind layering thought is good separating of business and data.By this separate mode development and testing script, the construction cycle of service scenario will be shortened largely, the business strong for repeatability, that utilization factor is high is carried out abstract integration, be convenient to the related service script repeat call, improved on the whole automatic test efficiency.
Provide according to another embodiment of the invention a kind of based on Selenium Web Driver API(Application Programming Interface, be application programming interface) the Web automated test frame, wherein, Web Driver is driven unit in webpage.
As shown in Figure 2, according to one embodiment of present invention, provide a kind of Web automated test frame, this framework can comprise browser operation, engineering management and structure and continue integrated.This automated test frame is a set of mixed type test frame (Java engineering), can comprise Junit Case(By Java) or Test NG Case(By Java).Support Selenium IDE to record the conversion generation script, simultaneously also can write linear script composite service, take the business datum separation method, greatly reduce the complexity of code, also alleviate simultaneously the maintenance cost of automatized script, improved the reusability of code.Select Xpath method identifying page surface element, better solved the dynamics such as ID, Name, ClassName.For Ajax Flash application have good support.And, can select to carry out engineering management and project build by project management tool Maven and/or Ant.
Web automated test frame according to the embodiment of the present invention, use Java language to write automatic test script, select Junit unit testing framework to realize the Case combination, assert the function such as checking, choose the project management tool Maven management engineering project of main flow, introduce the robotization structure compiling packing that CI (continuing integrated) meets automatized script.In conjunction with Jenkins distributed function<Master, Slave >, dispose many cover systems environment, a plurality of test assignments of parallel running under varying environment, improve test script program implementation efficiency.Also can pass through Selenium Grid, a kind of Selenium plug-in unit of supporting parallel running, a plurality of test assignments of parallel running under varying environment simultaneously.
As shown in Figure 3, provide the multi-layer design pattern according to the Web automated test frame of the embodiment of the present invention.This pattern comprises: operation layer (Buisness comprises service scenario), object layer (Object comprises the page object collection) and data Layer (Data, for store test data).This multi-layer design pattern adopts a kind of Design Mode Page-Object of innovation, and it is a kind of embodiment of object-oriented thought.In logic by each test page abstract be 1 Page class, and tested object, the basic test step of this page in such, have been encapsulated, readability, reusability, versatility and the consistance of code have been improved, the Design Mode of the Page-Object that the embodiment of the present invention adopts has shortened the construction cycle of robotization code dramatically, has reduced the complexity of code.
According to the technological frame combination of the Web automated test frame of the embodiment of the present invention, comprise Selenium, Junit, Maven and Jenkins.Distributed and the Integration Design that the embodiment of the present invention adopts, namely the integrated combination of Junit, Maven and Jenkins has been managed the Web automation engineering well, has realized lasting integrated technology.The distributed function of Jenkins provides good hardware and software platform support for the concurrent execution of many environment of automatic test task.
Its projects structure comprises: service logic bag, public method bag, parameter class bag, external reference class libraries, data folder and Pom file.Below introduce each construction package:
Service logic bag: deposit test case specific implementation class and method;
The public method bag: reusability in service logic is strong, that dependency degree is high logical method extracts, and realizes with common class, in this bag, also comprises the class that realizes of part specific function;
Parameter class bag: class file corresponding to all supplemental characteristic files;
External reference class libraries: comprise the relevant jar file that engineering relies on;
Data folder: deposit the csv files such as data in the page to be measured, element Xpath;
Pom(Project Object Model, i.e. item objects model) file: Maven engineering configuration file, the dependence jar file of allocation project necessity.
According to the Web automated test frame of the embodiment of the present invention, comprise following advantage:
Applicability is strong: can meet main flow Web shell frame products, as: Ext, Jsf, Jquery etc.
Unit testing framework expansion: except Junit unit framework good support, also support another main flow unit testing framework of Java Test NG, can select according to test granularity (unit testing, integration testing) specific aim.
Functional test instrument expansion: the Page-Object Design Mode in this Web automated test frame, and the design philosophy of data separating is not only applicable to Selenium, also meet simultaneously Watir(Web Application Testing in Ruby, a kind of instrument of automated function test based on the webpage pattern) etc. being used in combination of the automated test tool of increasing income.
Application extensions: be not limited to the automation mechanized operation of browser, also can process by robot(the robot of file) class or autoit(language scripts) process Windows Form application program, also support Flash Flex application program simultaneously.
CI expansion: support Jenkins to continue the expansion of integrating server, realize that the structure of robotization is disposed, log collection and test report e-mail transmitting function.
Manageability easily builds: except supporting the project management tool in the Maven(Java exploitation) carry out good management, also support the software building instrument of Ant(based on Java) carry out project build.
Good integration: the Case management system TestLink that can integratedly increase income, realize the associated execution of automatized script and test case.
Simple development and maintenance is reused with height: in the data-driven design, data Layer adopts java Bean to design a model the attribute of data is set, data in the CSV data file are deposited in internal memory by the key-value pair mode of Hash table, the csv file of each page is all constructed to a classes of pages and realize the Page-Object interface.The design of this kind data-driven separates the code business fully with test data, has reduced the development difficulty of automatized script, safeguards the modification that has reduced code in the automatized script process, only needs Update Table.The method abstract package strong to repeatability, that utilization factor is high, be convenient to reusing of related service.
Good professional platform independence is with compatible: fully played the professional platform independence of Java, support Linux the Windows system.Utilize the compatible characteristics of Selenium to multiple browser, can to dissimilar, version browser, carry out compatibility test by automatized script.
Telescopic distributed: in conjunction with Jenkins distributed function<Master, Slave >, dispose many cover systems environment, a plurality of test assignments of parallel running under varying environment, improve test script program implementation efficiency.Also can pass through the test aid of a Selenium Grid(robotization, Grid is by utilizing existing computer based Infrastructure, can accelerate the functional test of Web-app), a kind of Selenium plug-in unit of supporting parallel running, a plurality of test assignments of parallel running under varying environment simultaneously.
In addition, technical scheme of the present invention has been avoided the defect of testing tools more of the prior art, and for example existing QTP, WinRunner functional test instrument belong to business software, and purchase cost is high.In addition, existing testing tool for complicated Web Ajax the equal None-identified of Flash application, the major part of recording of this type of instrument is based on the property values such as ID, Name, ClassName, the identification of coherent element, control is searched and brought more difficulty, especially dynamic element, because the attribute of dynamic element does not have the feature of uniqueness, therefore more difficult identification is searched.
The proving installation of the page in a kind of Web system is provided according to another embodiment of the invention.
As shown in Figure 4, according to the proving installation of the embodiment of the present invention, can comprise:
Extraction module 41, be used in the situation that a plurality of pages of system are tested, extract the business in a plurality of pages, wherein, in actual applications, the business of extracting in a plurality of pages can comprise that application Page-Object Design Mode separates the data in a plurality of pages with business, then extract the business in a plurality of pages, Page-Object Design Mode in Web automated test frame of the present invention, and the design philosophy of data separating is not only applicable to Selenium, also meet being used in combination of the automated test tool of increasing income such as Watir simultaneously;
Sort module 42, similarity for the business institute corresponding function according to a plurality of pages, a plurality of pages are classified, wherein, the functional similarity degree can be more than or equal to predetermined similarity threshold (in actual applications, threshold value can arrange similarity to be 50% or can be set to surpass 20 functional similarities or identical getting final product) a plurality of pages be divided into a class, and be a class file by each class page stores, can be by a plurality of pages in this class file identical or corresponding Function Integration Mechanism be a test call item, thereby when calling class file, save call overhead, shorten the construction cycle of test service script, in addition, after each class page stores is a class file, can further to the class file of having stored, carry out instantiation and obtain corresponding business object, and the data that can come the storage service object to shine upon based on the comma separated value csv file,
Integrate module 43, for class file is integrated into to the test service script, alternatively, this step can comprise calls class file, with the form of parameter, call the data that business object is shone upon, then move the test service script, preferably, the test service script is write and is moved based on unit testing frame J unit, in addition, except using Junit to carry out good support, also can use another main flow unit testing framework Test NG of Java, can select applicable unit testing framework according to test granularity (being unit testing or integration testing) specific aim.
In addition, according to the proving installation of the embodiment of the present invention, may further include:
The administration module (not shown), for a plurality of class files based on project management tool Maven managed storage.
And when integrate module operation test service script, administration module can be further used in the situation that needs move a plurality of test service scripts, by Maven, manages the operation order of a plurality of test service scripts in Junit.
In sum, by means of technique scheme of the present invention, the page that the present invention tests by the needs in the Web system storage of classifying, then be integrated in the test service script, can shorten the construction cycle of test service script, the file strong to repeatability, that utilization factor is high carries out abstract integration, be convenient to related service repeat call, improved the through engineering approaches testing level of testing tool.Further, technical scheme of the present invention, by page object (being the realization of Page-Object) has greatly been shortened to the construction cycle of robotization code, has reduced the complexity of code.And technical scheme of the present invention designs page layering based on the data-driven of csv file, has simplified the maintenance of robotization code, has reduced maintenance cost, has improved the reusability of code, has really realized the low coupling high cohesion of Web automation engineering.In addition, the management that in distributed and Integration Design, the integrated combination of Junit, Maven and Jenkins is good the Web automation engineering, realized lasting integrated technology.The distributed function of Jenkins provides good hardware and software platform support for the concurrent execution of many environment of automatic test task.
The foregoing is only preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (12)

1. the method for testing of the page in a Web system, is characterized in that, comprising:
In the situation that a plurality of pages in described Web system are tested, extract the business in described a plurality of pages;
According to the similarity of the business institute corresponding function of a plurality of pages, described a plurality of pages are classified, and be a class file by each class page stores;
Class file is integrated in the test service script, and moves described test service script.
2. method of testing according to claim 1, is characterized in that, described a plurality of pages are classified and comprised:
A plurality of pages that the functional similarity degree are more than or equal to predetermined similarity threshold are divided into a class.
3. method of testing according to claim 2, is characterized in that, is that a class file comprises by each class page stores:
Identical or corresponding Function Integration Mechanism is a test call item by a plurality of pages in this class file.
4. method of testing according to claim 1, is characterized in that, further comprises:
Described a plurality of class files based on project management tool Maven managed storage.
5. method of testing according to claim 4, is characterized in that, described test service script is write and moved based on unit testing frame J unit.
6. method of testing according to claim 5, is characterized in that, moves described test service script and comprise:
In the situation that a plurality of test service scripts of needs operation, by the operation order of a plurality of test service scripts in the described Junit of described Maven management.
7. according to the described method of testing of any one in claim 1-6, it is characterized in that, after each class page stores was a class file, described method of testing further comprised:
The class file of having stored is carried out to instantiation and obtain corresponding business object;
Based on the comma separated value csv file, store the data that described business object is shone upon.
8. method of testing according to claim 7, is characterized in that, by class file be integrated into the test service script comprise following one of at least:
Call class file;
With the form of parameter, call the data that described business object is shone upon.
9. the proving installation of the page in a Web system, is characterized in that, comprising:
Extraction module, in the situation that a plurality of pages of described Web system are tested, extract the business in described a plurality of pages;
Sort module, for the similarity of the institute of the business according to a plurality of pages corresponding function, classify to described a plurality of pages, and be a class file by each class page stores;
Integrate module, for class file being integrated into to the test service script, and move described test service script.
10. proving installation according to claim 1, is characterized in that, further comprises:
Administration module, for the described a plurality of class files based on project management tool Maven managed storage.
11. proving installation according to claim 10, is characterized in that, described test service script is write and is moved based on unit testing frame J unit.
12. proving installation according to claim 11, it is characterized in that, when the described test service script of described integrate module operation, described administration module is further used in the situation that needs move a plurality of test service scripts, by the operation order of a plurality of test service scripts in the described Junit of described Maven management.
CN201310389575.2A 2013-08-30 2013-08-30 The method of testing of the page in Web system and device Active CN103412820B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310389575.2A CN103412820B (en) 2013-08-30 2013-08-30 The method of testing of the page in Web system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310389575.2A CN103412820B (en) 2013-08-30 2013-08-30 The method of testing of the page in Web system and device

Publications (2)

Publication Number Publication Date
CN103412820A true CN103412820A (en) 2013-11-27
CN103412820B CN103412820B (en) 2016-02-24

Family

ID=49605833

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310389575.2A Active CN103412820B (en) 2013-08-30 2013-08-30 The method of testing of the page in Web system and device

Country Status (1)

Country Link
CN (1) CN103412820B (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103605609A (en) * 2013-12-10 2014-02-26 浪潮电子信息产业股份有限公司 Automatic test framework applicable to cloud computing
CN104023025A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 Website security vulnerability detection method and device based on service rules
CN104574141A (en) * 2014-12-23 2015-04-29 中国移动通信集团广东有限公司 Service influence degree analysis method
CN104572449A (en) * 2014-12-23 2015-04-29 中国移动通信集团广东有限公司 Automatic test method based on case library
CN105786696A (en) * 2014-12-26 2016-07-20 阿里巴巴集团控股有限公司 Test method and device
CN105955749A (en) * 2016-05-10 2016-09-21 北京启明星辰信息安全技术有限公司 Continuous software project integration method and device
CN106201855A (en) * 2015-05-04 2016-12-07 阿里巴巴集团控股有限公司 Webpage method of testing and device
CN107391383A (en) * 2017-08-11 2017-11-24 上海巍擎信息技术有限责任公司 The method of testing and test system of a kind of Application Program Interface
CN107491386A (en) * 2016-06-13 2017-12-19 富士通株式会社 The method and apparatus for recording test script
CN107908564A (en) * 2017-11-27 2018-04-13 于海生 A kind of UI test frames based on data separating principle
CN108268377A (en) * 2018-01-23 2018-07-10 郑州云海信息技术有限公司 A kind of service test method of server, device and medium
CN108491319A (en) * 2018-02-11 2018-09-04 广州小百合信息技术有限公司 Web automated testing methods and system based on this method
CN108519952A (en) * 2018-04-13 2018-09-11 南京新贝金服科技有限公司 A kind of distributed WEB automatization test systems and method
CN108647107A (en) * 2018-05-14 2018-10-12 浪潮软件集团有限公司 Unified exception handling method for micro-service development framework
CN109101234A (en) * 2018-07-05 2018-12-28 北京三快在线科技有限公司 Determine the method and device of corresponding relationship between the page and business module
CN109669851A (en) * 2018-12-25 2019-04-23 上海新炬网络技术有限公司 Performance test script method for recording based on Selenium automation
CN109766092A (en) * 2019-01-07 2019-05-17 浪潮软件集团有限公司 A kind of method for visualizing and system based on Maven modularization building application
CN109814901A (en) * 2018-12-29 2019-05-28 中兴智能交通股份有限公司 A kind of O&M method that automatically dispose application may be implemented
CN109960649A (en) * 2017-12-26 2019-07-02 航天信息股份有限公司 Automatization test system
CN111198814A (en) * 2019-12-23 2020-05-26 曙光信息产业(北京)有限公司 Continuously integrated acceptance system for continuous delivery
CN112306893A (en) * 2020-11-27 2021-02-02 平安普惠企业管理有限公司 UI page testing method and device, computer equipment and storage medium
CN112328484A (en) * 2020-11-05 2021-02-05 南京讯天游科技有限公司 Method and system for realizing algorithm automation test management platform
CN107463362B (en) * 2016-06-03 2021-08-03 北京京东尚科信息技术有限公司 Method and system for continuous deployment based on multiple Jenkins
CN113704122A (en) * 2021-08-31 2021-11-26 优维科技(深圳)有限公司 UI (user interface) automatic test system and method based on standard interface
CN113791786A (en) * 2021-09-23 2021-12-14 安然 APP page control automation method and device based on IOS system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080016573A1 (en) * 2006-07-13 2008-01-17 Aladdin Knowledge System Ltd. Method for detecting computer viruses
CN102833233A (en) * 2012-08-06 2012-12-19 北京奇虎科技有限公司 Method and device for recognizing web pages

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080016573A1 (en) * 2006-07-13 2008-01-17 Aladdin Knowledge System Ltd. Method for detecting computer viruses
CN102833233A (en) * 2012-08-06 2012-12-19 北京奇虎科技有限公司 Method and device for recognizing web pages

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
叶健毅: "《精通Java EE-Eclipse Struts2 Hibernate Spring整合应用案例》", 31 January 2009, article "精通Java EE-Eclipse Struts2 Hibernate Spring整合应用案例", pages: 177 - 1-10 *
张震: "基于Cactus的JSP页面测试及代码自动生成器", 《中国优秀硕士学位论文全文库》, 31 December 2008 (2008-12-31) *
蔡雪焘: "《HIBERNATE开发及整合应用大全》", 31 March 2006, article "HIBERNATE开发及整合应用大全", pages: 430 - 1-10 *

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103605609A (en) * 2013-12-10 2014-02-26 浪潮电子信息产业股份有限公司 Automatic test framework applicable to cloud computing
CN104023025A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 Website security vulnerability detection method and device based on service rules
CN104574141A (en) * 2014-12-23 2015-04-29 中国移动通信集团广东有限公司 Service influence degree analysis method
CN104572449A (en) * 2014-12-23 2015-04-29 中国移动通信集团广东有限公司 Automatic test method based on case library
CN105786696B (en) * 2014-12-26 2018-10-09 阿里巴巴集团控股有限公司 A kind of test method and device
CN105786696A (en) * 2014-12-26 2016-07-20 阿里巴巴集团控股有限公司 Test method and device
CN106201855A (en) * 2015-05-04 2016-12-07 阿里巴巴集团控股有限公司 Webpage method of testing and device
CN105955749A (en) * 2016-05-10 2016-09-21 北京启明星辰信息安全技术有限公司 Continuous software project integration method and device
CN107463362B (en) * 2016-06-03 2021-08-03 北京京东尚科信息技术有限公司 Method and system for continuous deployment based on multiple Jenkins
CN107491386A (en) * 2016-06-13 2017-12-19 富士通株式会社 The method and apparatus for recording test script
CN107391383A (en) * 2017-08-11 2017-11-24 上海巍擎信息技术有限责任公司 The method of testing and test system of a kind of Application Program Interface
CN107908564A (en) * 2017-11-27 2018-04-13 于海生 A kind of UI test frames based on data separating principle
CN109960649A (en) * 2017-12-26 2019-07-02 航天信息股份有限公司 Automatization test system
CN108268377A (en) * 2018-01-23 2018-07-10 郑州云海信息技术有限公司 A kind of service test method of server, device and medium
CN108491319A (en) * 2018-02-11 2018-09-04 广州小百合信息技术有限公司 Web automated testing methods and system based on this method
CN108519952A (en) * 2018-04-13 2018-09-11 南京新贝金服科技有限公司 A kind of distributed WEB automatization test systems and method
CN108647107A (en) * 2018-05-14 2018-10-12 浪潮软件集团有限公司 Unified exception handling method for micro-service development framework
CN109101234A (en) * 2018-07-05 2018-12-28 北京三快在线科技有限公司 Determine the method and device of corresponding relationship between the page and business module
CN109101234B (en) * 2018-07-05 2022-03-08 北京三快在线科技有限公司 Method and device for determining corresponding relation between page and business module
CN109669851A (en) * 2018-12-25 2019-04-23 上海新炬网络技术有限公司 Performance test script method for recording based on Selenium automation
CN109814901A (en) * 2018-12-29 2019-05-28 中兴智能交通股份有限公司 A kind of O&M method that automatically dispose application may be implemented
CN109766092A (en) * 2019-01-07 2019-05-17 浪潮软件集团有限公司 A kind of method for visualizing and system based on Maven modularization building application
CN111198814A (en) * 2019-12-23 2020-05-26 曙光信息产业(北京)有限公司 Continuously integrated acceptance system for continuous delivery
CN112328484A (en) * 2020-11-05 2021-02-05 南京讯天游科技有限公司 Method and system for realizing algorithm automation test management platform
CN112328484B (en) * 2020-11-05 2021-11-26 的卢技术有限公司 Method and system for realizing algorithm automation test management platform
CN112306893A (en) * 2020-11-27 2021-02-02 平安普惠企业管理有限公司 UI page testing method and device, computer equipment and storage medium
CN113704122A (en) * 2021-08-31 2021-11-26 优维科技(深圳)有限公司 UI (user interface) automatic test system and method based on standard interface
CN113704122B (en) * 2021-08-31 2023-08-29 优维科技(深圳)有限公司 UI (user interface) automatic test system and method based on standard interface
CN113791786A (en) * 2021-09-23 2021-12-14 安然 APP page control automation method and device based on IOS system
CN113791786B (en) * 2021-09-23 2024-01-19 安然 APP page control automation method and device based on IOS system

Also Published As

Publication number Publication date
CN103412820B (en) 2016-02-24

Similar Documents

Publication Publication Date Title
CN103412820B (en) The method of testing of the page in Web system and device
CN110309071B (en) Test code generation method and module, and test method and system
US8479164B2 (en) Automated test execution plan generation
Kamimura et al. Extracting candidates of microservices from monolithic application code
US20170075967A1 (en) Automating extract, transform, and load job testing
US20070240102A1 (en) Software development tool for sharing test and deployment assets
CN108845940B (en) Enterprise-level information system automatic function testing method and system
US20070240134A1 (en) Software packaging model supporting multiple entity types
US10354031B2 (en) Information processing by interpenetrating signal transmission channel in design for testability of chip
US20180210949A1 (en) Compiling extract, transform, and load job test data cases
CN109032631B (en) Application program patch package obtaining method and device, computer equipment and storage medium
CN103049363B (en) Verification method of NAND (neither agree not disagree) Flash controller
CN105095059A (en) Method and device for automated testing
CN102221998A (en) Method for extending EJB container in component running support platform
CN104699613A (en) Automatic generating system and method thereof of spacecraft testing requirements
CN114818565A (en) Simulation environment management platform, method, equipment and medium based on python
CN109284222B (en) Software unit, project testing method, device and equipment in data processing system
CN116841885A (en) Test case library-based test method and device and electronic equipment
CN103942140A (en) Automatic testing program conversion method
CN114996127A (en) Intelligent test method and system for solid state disk firmware module
Koop et al. The provenance of workflow upgrades
CN103064780A (en) Software testing method and device thereof
CN112947896B (en) Directed graph-based component dependency analysis method
CN112463596B (en) Test case data processing method, device and equipment and processing equipment
CN111752806A (en) Method for acquiring IO (input/output) indexes of virtual disk in cloud environment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20220801

Address after: 100089 building 36, courtyard 8, Dongbeiwang West Road, Haidian District, Beijing

Patentee after: Dawning Information Industry (Beijing) Co.,Ltd.

Patentee after: DAWNING INFORMATION INDUSTRY Co.,Ltd.

Address before: 100193 No. 36 Building, No. 8 Hospital, Wangxi Road, Haidian District, Beijing

Patentee before: Dawning Information Industry (Beijing) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230922

Address after: 402760 Commercial Part B, No. 1, No. 52 Jujin Avenue, Biquan Street, Bishan District, Chongqing

Patentee after: Zhongke Shuguang (Chongqing) Computing Technology Co.,Ltd.

Address before: 100089 building 36, courtyard 8, Dongbeiwang West Road, Haidian District, Beijing

Patentee before: Dawning Information Industry (Beijing) Co.,Ltd.

Patentee before: DAWNING INFORMATION INDUSTRY Co.,Ltd.

TR01 Transfer of patent right