CN1791037A - Method for realizing Web service automatic test - Google Patents

Method for realizing Web service automatic test Download PDF

Info

Publication number
CN1791037A
CN1791037A CN 200510132532 CN200510132532A CN1791037A CN 1791037 A CN1791037 A CN 1791037A CN 200510132532 CN200510132532 CN 200510132532 CN 200510132532 A CN200510132532 A CN 200510132532A CN 1791037 A CN1791037 A CN 1791037A
Authority
CN
China
Prior art keywords
execution
web service
service
resource
container
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
CN 200510132532
Other languages
Chinese (zh)
Other versions
CN100353714C (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.)
Beihang University
Beijing University of Aeronautics and Astronautics
Original Assignee
Beihang University
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 Beihang University filed Critical Beihang University
Priority to CNB2005101325321A priority Critical patent/CN100353714C/en
Publication of CN1791037A publication Critical patent/CN1791037A/en
Application granted granted Critical
Publication of CN100353714C publication Critical patent/CN100353714C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

The invention relates to a method to realize automatic testing for Web service, which comprises: executing testing case, building monitor module to monitor read/write system resource; building and starting proxy server to set all network connection in system as transfer by proxy server; building virtual Web server by JVM according to service allocation code in testing case to allocate service in the server; executing testing validation code to start a client to call Web service to build network connection and call service, receiving and sending the call request by proxy server to virtual Web server for treatment, and returning the result to the client; executing testing validation code to test the return code; outputting test result. This invention needs just one testing case, and cuts manual allocation.

Description

A kind of method that realizes the Web service automatic test
Technical field
The present invention relates to a kind of method that realizes the Web service automatic test, particularly a kind of by the virtual web service container, to the method for Web service automatic test.
Background technology
Web service (Web Service) is one of new technology that IT field occurs in nearly ten years, it is the basic element of character that makes up the Internet distributed system, and becoming the active platform of enterprise's application integration (EnterpriseApplication Integration, be called for short EAI).World Wide Web Consortium (World WideWeb Consortium, be called for short W3C) it is defined as: " Web service is a kind of software application by unified resource sign (Uniform Resource Identifier; be called for short URI); its interface and binding form can pass through extend markup language (eXtensible Markup Language; be called for short XML) definition, describe and retrieval, and can by XML message and Internet protocol finish with other application directly not alternately ".Not only carry out business contact by Web service between the more and more enterprises, and more and more enterprises inside brings into use also Web service to make up the distributed system of collaborative work.Web service is to have certain functional programs, is whether to have reached the requirement that relates to for the function of checking service to its test.For Web service, generally speaking its source code can't be known in other enterprise, can only generate a client by the Web service description document (Web Service Description Language is called for short WSDL) of service service is tested.This has just caused the Web service software testing technology also to rest on basically in the test to single Web service, not to the integration testing of whole Web service system.When facing the cooperative operation system of a plurality of Web services compositions, these measuring technologies only can be seen the execution result of some services, and know nothing for other service of being called in this service execution process.
The xmlspy of Altava company provides wsdl document and Simple Object Access Protocol (SimpleObject Access Protocol, be called for short SOAP, be disperse or distributed environment in exchange message and carry out the agreement of remote procedure call, be a agreement based on XML) test of message; The Nettool of CapeScience company provides intercepting and capturing inspection and the forwarding capability to soap message.Be that xmlspy or Nettool only are the considerations to single soap message, do not carry out the notion of integration testing comprehensively.And in fact the Web software that combines of Web service is more and more emphasized cooperation between the Web service, the invoked procedure of Web service may cause mistakes such as message and communication, therefore how to test the interactive relation between Web service, it is very important that Web service software is carried out overall test.
A distributed system of being made up of Web service, service can be deployed on the different machines.Service is not only brought in for the client and is called, and it also can call other one or more services as client itself simultaneously.Because Web service operates on the different machines, caused very big difficulty for System Integration Test and debugging.What time following main embodiment is:
1, must start the Web service container earlier, test after the deployment services.Service repeats this step after revising again.This process is difficult to realize automation, and when service will be deployed to a plurality of container, difficulty was bigger.
2, when many Web services will be disposed, not only can spend a large amount of manpowers, and need a lot of hardware facilities, testing cost is very high.
3, when between a plurality of Web services mutual call relation being arranged, such system is difficult to debugging, find mistake after tested after, the root of mistake can be difficult to follow the tracks of.
4, the soap message that exchanges between the Web service can't obtain record effectively, and the time series of cause interactive relation between Web service, dependence like this, calling is difficult for determining.
Summary of the invention
The objective of the invention is at the deficiencies in the prior art, a kind of method that realizes the Web service automatic test is proposed, only need write a test case just can finish a Web service or a plurality of functional test with Web service of cooperation relation, the step of having lacked artificial deployment Web service, thus realize automation.
For achieving the above object, the present invention proposes a kind of method that realizes the Web service automatic test, wherein carry out following steps:
The test case that step 1, execution user write;
Step 2, set up the system resource monitor module, the read-write of surveillance resource;
Step 3, foundation also start acting server, intrasystem all-network are connected all be set to come transfer by acting server;
Step 4, JAVA virtual machine are set up the virtual web service container according to the service arrangement code in the test case, and in this virtual web service container deployment services;
Testing authentication code in step 5, the implementation of test cases, start the client of a called Web service, this client is set up the network connection service is called, call request is received and is passed to the virtual web service container by acting server and handles, and the result that Web service is called returns to this client then;
Step 6, its return value of execution testing authentication code tester;
Step 7, output test result;
Step 8, end test.
This method has the following advantages:
1, the code of Web service does not need modification just can both operate in the true environment, may operate in the virtual test environment yet;
2, true environment and virtual environment can be combined and test, part of service is deployed in the true environment, another part service arrangement is in virtual environment;
3, because the connection of all networks must be by the network monitoring module, the soap message that transmits between client and service and service and service can go on record, so that verify its correctness;
4, the time-delay in can analog network connecting and interrupting suddenly, control transmission speed is so that the function correctness of testing service when moving under improper situation;
5, the ruuning situation of all Web services in can supervisory control system, such as a certain moment, what examples which service has moving time series of calling between service or the like in operation;
6, all Web services operate in the same process, can use traditional software debugging method to find out the root that causes that system makes mistakes, and this is easy to many than carry out combined debugging on different machines;
7, the integration testing of Web service only need use a computer, although treating examining system finally still can test under real environment, but this method still can be found out the problem that exists in the examining system treated effectively, reduce the testing time under the true environment significantly, reach the purpose that reduces testing cost.
Below by drawings and Examples, technical scheme of the present invention is described in further detail.
Description of drawings
Fig. 1 realizes the flow chart of Web service automated testing method for the present invention;
Fig. 2 realizes the flow chart of the embodiment of Web service automated testing method for the present invention;
Fig. 3 realizes the flow chart of the method for building up of virtual container among the embodiment of Web service automated testing method for the present invention;
Fig. 4 realizes that for the present invention acting server in the embodiment step of Web service automated testing method receives and the flow chart of processing method;
Fig. 5 needs the flow chart of read apparatus resource when realizing operation service object among the embodiment of Web service automated testing method for the present invention;
Fig. 6 needs the flow chart of one-writing system resource when realizing operation service object among the embodiment of Web service automated testing method for the present invention.
Embodiment
The present invention proposes a kind of can the automation deployment, testing service, and the method that service is effectively followed the tracks of.
As shown in Figure 1, be the flow chart that the present invention realizes the Web service automated testing method, specifically carry out following steps:
The test case that step 101, execution user write;
Step 102, set up the system resource monitor module, the read-write of surveillance resource;
Step 103, foundation also start acting server, intrasystem all-network are connected all be set to come transfer by acting server;
Step 104, JAVA virtual machine are set up the virtual web service container according to the service arrangement code in the test case, and in this virtual web service container deployment services;
Testing authentication code in step 105, the implementation of test cases, start the client of a called Web service, this client is set up the network connection service is called, call request is received and is passed to the virtual web service container by acting server and handles, and the result that Web service is called returns to this client then;
Step 106, its return value of execution testing authentication code tester;
Step 107, output test result;
Step 108, end test.
This method is safeguarded independently running environment and some resources for each virtual container, makes virtual container not interfere with each other.
As shown in Figure 2, be the flow chart that the present invention realizes the embodiment of Web service automated testing method, specifically carry out following steps:
The test case that step 201, execution user write, this test case is a series of in order to realize the code of test purpose, specifically comprise: service arrangement code and testing authentication code, the service arrangement code is used to specify will set up for which virtual container, and to dispose which Web service therein, a Web service environment is promptly described, the testing authentication code is used to set up a client, come the service of disposing in the test environment is called, and its return value verified the checking result is exactly the execution result of whole test case;
Step 202, set up the system resource monitor module, the read-write of surveillance resource;
Step 203, foundation also start acting server, intrasystem all-network connection is set all comes transfer by acting server, TCP network connections all in the test process all can be transmitted by this acting server, not only comprise between client and service, and being connected between comprising service and serving; By this module effectively the SOAP message between monitor client and Web service, Web service and Web service the transmission situation and the validity of message verified; In repeating process, can control forwarding rate simultaneously, so that the operation conditions of test Web service under the low bandwidth situation;
Step 204, JAVA virtual machine are according to the service arrangement code in the test case, set up virtual container, and dispose service therein, the virtual web service container, virtual container just, be the core of whole test system, it is the running environment of Web service, under true environment, identical Web service meeting moves in different containers, between these services can not the phase mutual interference, the Web container also all can have some privately owned attribute and resources simultaneously, and other container is to read; Virtual container need be simulated these real situations, do not disturb mutually between the container when accomplishing to move and serve between do not disturb mutually, real container is monopolized a virtual machine, it has all system resource, modification to these resources can not interfere with other container, account for a virtual machine altogether yet virtual container is a plurality of containers, need give different virtual containers, and accomplish can not change the resource status of other container these resource modifyings with these resource allocations;
Step 205, execution testing authentication code, start the client of a called Web service, this client can be set up the network connection service is called, and call request is received and passed to the virtual web service container and handles by described acting server, then the result is returned to this client;
After step 106, Web service are called and returned, carry out its return value of testing authentication code tester;
Step 207, output test result;
Step 208, end test;
Wherein, as shown in Figure 3, realize the flow chart of the concrete method for building up of virtual container in the embodiment step 204 of Web service automated testing method for the present invention, may further comprise the steps:
Step 2041, setting up a virtual container, is that it distributes a unique sign;
Step 2042, set up a sets of threads, the sign that it is designated virtual container is set;
Step 2043, set up a thread that belongs to sets of threads;
Step 2044, startup thread move virtual container, and initialization belong to the resource of this virtual container.
As shown in Figure 4, realize that for the present invention acting server in the embodiment step 205 of Web service automated testing method receives and the flow chart of processing method, may further comprise the steps:
Step 2050, acting server receive call request;
Whether step 2051, acting server are judged to call needs to monitor, if then execution in step 2052; Otherwise execution in step 2053;
Step 2052, system resource monitor module begin the monitoring network transmission;
Step 2053, acting server need to judge whether the virtual container of visit, if then execution in step 2054; Otherwise set up new network connection call request is transmitted to real container, handle this request by real container;
Step 2054, acting server are given virtual container with call request and are handled;
Step 2055, virtual container judge whether to exist the service object of call request, the corresponding Web service of service object, and it is used for carrying out Web service, if, execution in step 2058; Otherwise execution in step 2056;
Step 2056, virtual container judge whether the service of call request is disposed, if then execution in step 2057; Otherwise the generation error response, execution in step 2059;
Step 2057, virtual container are created the service object;
Step 2058, virtual container are given the service object with call request and are handled, and move this service object, and generate response;
Step 2059, acting server return to client with response.
As shown in Figure 5, realize for the present invention in the embodiment step 2058 of Web service automated testing method, in the process of operation service object, the flow chart of read apparatus resource if desired, the resource here refers to system property (it has a name and a value) in the Java system.Can in Java Virtual Machine, set up system property and also be its designated value.The system property of same name has only portion in the virtual machine.For different real Web service containers, they operate in separately independently in the Java Virtual Machine, they and the change that can not cause the system property of other container in the service of their the inside operations to the read-write of system property.Present a plurality of virtual container operates in the same Java Virtual Machine, can allow virtual container read and write system resource separately by method provided by the invention, accomplishes not disturb mutually, specifically carries out following steps:
Step 20581, system resource monitor module monitor reading of resource, obtain the affiliated sets of threads of current thread, search the corresponding virtual container according to its sign;
Step 20582, system resource monitor module judge whether to exist this virtual container, if, execution in step 20583; Otherwise execution in step 20584;
Step 20583, system resource monitor module judge whether virtual container exists this resource, if, execution in step 20585; Otherwise execution in step 20584;
Step 20584, system resource monitor module judge whether Java Virtual Machine exists this resource, if, execution in step 20585; Otherwise return null value;
Step 20585, system resource monitor module return the value of resource.
As shown in Figure 6, realize for the present invention in the embodiment step 2058 of Web service automated testing method, in the process of operation service object, the flow chart of one-writing system resource if desired, specifically carry out following steps:
Step 20581 ', the system resource monitor module monitors writing of resource, obtains the affiliated sets of threads of current thread, searches the corresponding virtual container according to its sign;
Step 20582 ', the system resource monitor module judges whether to exist this virtual container, if, execution in step 20583 '; Otherwise execution in step 20584 ';
Step 20583 ', the system resource monitor module judges whether described virtual container exists this resource, if, execution in step 20587 '; Otherwise execution in step 20585 ';
Step 20584 ', the system resource monitor module judges whether Java Virtual Machine exists this resource, if, execution in step 20587 '; Otherwise execution in step 20586 ';
Step 20585 ', in virtual container newly-built this resource, execution in step 20587 ';
Step 20586 ', in Java Virtual Machine newly-built this resource, execution in step 20587 ';
Step 20587 ', write the value of this resource.
It should be noted last that, above embodiment is only unrestricted in order to technical scheme of the present invention to be described, although the present invention is had been described in detail with reference to preferred embodiment, those of ordinary skill in the art is to be understood that, can make amendment or be equal to replacement technical scheme of the present invention, and not break away from the spirit and scope of technical solution of the present invention.

Claims (6)

1, a kind of method that realizes the Web service automatic test, wherein carry out following steps:
The test case that step 1, execution user write;
Step 2, set up the system resource monitor module, the read-write of surveillance resource;
Step 3, foundation also start acting server, intrasystem all-network are connected all be set to come transfer by acting server;
Step 4, JAVA virtual machine are set up the virtual web service container according to the service arrangement code in the described test case, and in this virtual web service container deployment services;
Testing authentication code in step 5, the described test case of execution, start the client of a called Web service, this client is set up the network connection service is called, call request is received and is passed to the virtual web service container by described acting server and handles, and the result that Web service is called returns to this client then;
Step 6, described its return value of testing authentication code tester of execution;
Step 7, output test result;
Step 8, end test.
2, the method for realization Web service automatic test according to claim 1, the test case in the wherein said step 1 are a series of in order to realize the code of test purpose, specifically comprise: service arrangement code and testing authentication code.
3, the method for realization Web service automatic test according to claim 1 and 2, the process of specifically setting up of virtual container described in the step 4 wherein may further comprise the steps:
Step 41, setting up a virtual container, is that it distributes a unique sign;
Step 42, set up a sets of threads, the sign that it is designated described virtual container is set;
Step 43, set up a thread that belongs to described sets of threads;
Step 44, start described thread, move described virtual container, and initialization belongs to the resource of this virtual container.
4, the method for realization Web service automatic test according to claim 1 and 2, wherein the idiographic flow of reception of acting server described in the step 5 and processing is:
Step 50, described acting server receive described call request;
Step 51, acting server judge whether described calling needs to monitor, if then execution in step 52; Otherwise execution in step 53;
Step 52, described system resource monitor module begin the monitoring network transmission;
Step 53, acting server need to judge whether the virtual container of visit, if then execution in step 54; Otherwise set up new network connection described call request is transmitted to real container, handle this request by real container;
Step 54, described acting server are given described virtual container with described call request and are handled;
Step 55, described virtual container judge whether to exist the service object of described call request, if, execution in step 58; Otherwise execution in step 56;
Step 56, described virtual container judge whether the service of described call request is disposed, if then execution in step 57; Otherwise the generation error response, execution in step 59;
Step 57, described virtual container are created described service object;
Step 58, described virtual container are given the service object with described call request and are handled, and move this service object, and generate response;
Step 59, described acting server return to described client with described response.
5, the method for realization Web service automatic test according to claim 4, in wherein said 58, in the described service object's of operation process, read apparatus resource if desired, then carry out following steps:
Step 581, system resource monitor module monitor reading of resource, obtain the affiliated sets of threads of current thread, search the corresponding virtual container according to its sign;
Step 582, system resource monitor module judge whether to exist described virtual container, if, execution in step 583; Otherwise execution in step 584;
Step 583, system resource monitor module judge whether described virtual container exists described resource, if, execution in step 585; Otherwise execution in step 584;
Step 584, system resource monitor module judge whether described Java Virtual Machine exists described resource, if, execution in step 585; Otherwise return null value;
Step 585, system resource monitor module return the value of described resource.
6, the method for realization Web service automatic test according to claim 4, in wherein said 58, in the described service object's of operation process, one-writing system resource if desired, then carry out following steps:
Step 581 ', the system resource monitor module monitors writing of resource, obtains the affiliated sets of threads of current thread, searches the corresponding virtual container according to its sign;
Step 582 ', the system resource monitor module judges whether to exist described virtual container, if, execution in step 583 '; Otherwise execution in step 584 ';
Step 583 ', the system resource monitor module judges whether described virtual container exists described resource, if, execution in step 587 '; Otherwise execution in step 585 ';
Step 584 ', the system resource monitor module judges whether described Java Virtual Machine exists described resource, if, execution in step 587 '; Otherwise execution in step 586 ';
Step 585 ', in virtual container newly-built described resource, execution in step 587 ';
Step 586 ', in Java Virtual Machine newly-built described resource, execution in step 587 ';
Step 587 ', write the value of described resource.
CNB2005101325321A 2005-12-26 2005-12-26 Method for realizing Web service automatic test Expired - Fee Related CN100353714C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005101325321A CN100353714C (en) 2005-12-26 2005-12-26 Method for realizing Web service automatic test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005101325321A CN100353714C (en) 2005-12-26 2005-12-26 Method for realizing Web service automatic test

Publications (2)

Publication Number Publication Date
CN1791037A true CN1791037A (en) 2006-06-21
CN100353714C CN100353714C (en) 2007-12-05

Family

ID=36788561

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005101325321A Expired - Fee Related CN100353714C (en) 2005-12-26 2005-12-26 Method for realizing Web service automatic test

Country Status (1)

Country Link
CN (1) CN100353714C (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101241467B (en) * 2008-03-05 2010-06-23 罗笑南 Automatized white box test system and method facing to WEB application
CN101902470A (en) * 2010-07-14 2010-12-01 南京大学 Form feature-based Web security vulnerability dynamic testing method
CN101551756B (en) * 2009-03-31 2012-02-15 成都市华为赛门铁克科技有限公司 The virtual method and virtual device based on operating system layer
CN101562551B (en) * 2009-05-05 2012-02-22 候万春 System and method for providing picture identification service or video identification service
CN102377733A (en) * 2010-08-12 2012-03-14 盛科网络(苏州)有限公司 Automatic testing system of application layer protocol and automatic testing method thereof
CN101695070B (en) * 2009-09-30 2012-07-04 北京航空航天大学 Method and system for service encapsulation of Java legacy system
CN103001815A (en) * 2011-09-13 2013-03-27 阿里巴巴集团控股有限公司 Method, device and system for acquiring test data
CN103309800A (en) * 2012-03-15 2013-09-18 腾讯科技(深圳)有限公司 Automatic webpage testing method and system
CN103425929A (en) * 2012-05-22 2013-12-04 百度在线网络技术(北京)有限公司 Web white box scanning method and device
CN103885873A (en) * 2012-12-20 2014-06-25 上海明想电子科技有限公司 Automated integration testing method
CN104009880A (en) * 2013-02-27 2014-08-27 阿里巴巴集团控股有限公司 Web test method, proxy server and Web test device
CN101719069B (en) * 2010-01-04 2014-09-03 北京航空航天大学 Method and device of Web servitization of Java system
CN104111852A (en) * 2014-07-18 2014-10-22 南京富士通南大软件技术有限公司 Web application automated testing system and testing method based on data drive
CN104699612A (en) * 2015-03-25 2015-06-10 北京嘀嘀无限科技发展有限公司 Processing method, equipment and system used in software testing
CN104852823A (en) * 2014-02-18 2015-08-19 腾讯科技(深圳)有限公司 Process monitoring method, device and system
CN104866422A (en) * 2015-05-20 2015-08-26 中国互联网络信息中心 Web Service automatic test system and method
CN105187443A (en) * 2015-09-28 2015-12-23 上海斐讯数据通信技术有限公司 System and method for testing WEB verification code
CN105743724A (en) * 2014-12-10 2016-07-06 深圳中兴网信科技有限公司 Method and device for testing services
CN107894762A (en) * 2017-11-09 2018-04-10 重庆鲁班机器人技术研究院有限公司 Practicality imitation test method, apparatus and system
CN109062798A (en) * 2018-07-26 2018-12-21 浙江数链科技有限公司 A kind of test method and device based on Dubbo frame
CN110493074A (en) * 2019-07-19 2019-11-22 珠海金山网络游戏科技有限公司 A kind of test method and system of server and client
CN112817699A (en) * 2021-02-23 2021-05-18 汇链通供应链科技(上海)有限公司 Batch deployment automation performance testing method and terminal device
CN114443311A (en) * 2022-04-07 2022-05-06 北京天维信通科技有限公司 Third-party service configuration method and device and electronic equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040064528A1 (en) * 2002-09-30 2004-04-01 Microsoft Corporation Safe interoperability among web services
CN1588857A (en) * 2004-09-28 2005-03-02 中国电子产品可靠性与环境试验研究所 Integrated circuit remote detecting system and its detecting method

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101241467B (en) * 2008-03-05 2010-06-23 罗笑南 Automatized white box test system and method facing to WEB application
CN101551756B (en) * 2009-03-31 2012-02-15 成都市华为赛门铁克科技有限公司 The virtual method and virtual device based on operating system layer
CN101562551B (en) * 2009-05-05 2012-02-22 候万春 System and method for providing picture identification service or video identification service
CN101695070B (en) * 2009-09-30 2012-07-04 北京航空航天大学 Method and system for service encapsulation of Java legacy system
CN101719069B (en) * 2010-01-04 2014-09-03 北京航空航天大学 Method and device of Web servitization of Java system
CN101902470A (en) * 2010-07-14 2010-12-01 南京大学 Form feature-based Web security vulnerability dynamic testing method
CN101902470B (en) * 2010-07-14 2013-08-21 南京大学 Form feature-based Web security vulnerability dynamic testing method
CN102377733A (en) * 2010-08-12 2012-03-14 盛科网络(苏州)有限公司 Automatic testing system of application layer protocol and automatic testing method thereof
CN103001815A (en) * 2011-09-13 2013-03-27 阿里巴巴集团控股有限公司 Method, device and system for acquiring test data
CN103001815B (en) * 2011-09-13 2016-05-04 阿里巴巴集团控股有限公司 The acquisition methods of test data, Apparatus and system
CN103309800A (en) * 2012-03-15 2013-09-18 腾讯科技(深圳)有限公司 Automatic webpage testing method and system
CN103309800B (en) * 2012-03-15 2016-04-13 腾讯科技(深圳)有限公司 A kind of webpage automated testing method and system
CN103425929A (en) * 2012-05-22 2013-12-04 百度在线网络技术(北京)有限公司 Web white box scanning method and device
CN103425929B (en) * 2012-05-22 2016-05-25 百度在线网络技术(北京)有限公司 The white box scan method of web and device
CN103885873A (en) * 2012-12-20 2014-06-25 上海明想电子科技有限公司 Automated integration testing method
CN104009880B (en) * 2013-02-27 2018-04-17 阿里巴巴集团控股有限公司 Web test methods, proxy server and Web test devices
CN104009880A (en) * 2013-02-27 2014-08-27 阿里巴巴集团控股有限公司 Web test method, proxy server and Web test device
CN104852823A (en) * 2014-02-18 2015-08-19 腾讯科技(深圳)有限公司 Process monitoring method, device and system
WO2015124073A1 (en) * 2014-02-18 2015-08-27 Tencent Technology (Shenzhen) Company Limited Process monitoring method, apparatus, and system
CN104852823B (en) * 2014-02-18 2019-04-12 腾讯科技(深圳)有限公司 Monitoring method, the device and system of process
CN104111852A (en) * 2014-07-18 2014-10-22 南京富士通南大软件技术有限公司 Web application automated testing system and testing method based on data drive
CN105743724A (en) * 2014-12-10 2016-07-06 深圳中兴网信科技有限公司 Method and device for testing services
CN104699612A (en) * 2015-03-25 2015-06-10 北京嘀嘀无限科技发展有限公司 Processing method, equipment and system used in software testing
CN104699612B (en) * 2015-03-25 2019-05-31 北京嘀嘀无限科技发展有限公司 For processing method, equipment and the system in software test
CN104866422A (en) * 2015-05-20 2015-08-26 中国互联网络信息中心 Web Service automatic test system and method
CN105187443A (en) * 2015-09-28 2015-12-23 上海斐讯数据通信技术有限公司 System and method for testing WEB verification code
CN105187443B (en) * 2015-09-28 2018-03-06 上海斐讯数据通信技术有限公司 A kind of system and method for test WEB identifying codes
CN107894762B (en) * 2017-11-09 2018-08-28 重庆鲁班机器人技术研究院有限公司 Matter emulation tests system
CN107894762A (en) * 2017-11-09 2018-04-10 重庆鲁班机器人技术研究院有限公司 Practicality imitation test method, apparatus and system
CN109062798A (en) * 2018-07-26 2018-12-21 浙江数链科技有限公司 A kind of test method and device based on Dubbo frame
CN110493074A (en) * 2019-07-19 2019-11-22 珠海金山网络游戏科技有限公司 A kind of test method and system of server and client
CN110493074B (en) * 2019-07-19 2021-02-02 珠海金山网络游戏科技有限公司 Method and system for testing server and client
CN112817699A (en) * 2021-02-23 2021-05-18 汇链通供应链科技(上海)有限公司 Batch deployment automation performance testing method and terminal device
CN112817699B (en) * 2021-02-23 2023-07-18 汇链通产业供应链数字科技(厦门)有限公司 Automatic performance test method for batch deployment and terminal device
CN114443311A (en) * 2022-04-07 2022-05-06 北京天维信通科技有限公司 Third-party service configuration method and device and electronic equipment
CN114443311B (en) * 2022-04-07 2022-08-05 北京天维信通科技有限公司 Third-party service configuration method and device and electronic equipment

Also Published As

Publication number Publication date
CN100353714C (en) 2007-12-05

Similar Documents

Publication Publication Date Title
CN1791037A (en) Method for realizing Web service automatic test
CN1142491C (en) Frame system and method for testing server performance
CN1992635A (en) Method of simulating SNMP network element and performing network management system test with the network element
CN1150717C (en) Journal management system of integrated network manager
US20090300180A1 (en) Systems and methods for remote management of networked systems using secure modular platform
CN101043384A (en) System and method for network test
CN1852175A (en) Data-logging method and system therefor
CN1805381A (en) Multi-network element emulation test system and implementation method
CN1787000A (en) System and method for centralized managing and dispatching of batch work
CN101056220A (en) Central monitoring method of the data service system without network management interface
CN1317640C (en) Multi-task application software module management method in real-time operating system environment
CN1527509A (en) Test method
CN1577277A (en) Managing program applications
CN100352198C (en) Method and system for processing a request for a plurality of web services
CN1620064A (en) Method, system, and apparatus for scheduling pattern based web services
CN1941702A (en) Method and method for issuing blog articles
CN1905476A (en) Managing system and method for terminal products
CN1277204C (en) Facility centralizing management method based by plugging technology
CN100340978C (en) Component processing system and component processing method
CN1251079C (en) Method for realizing data interaction between different systems
CN1151635C (en) General dispatching system based on content adaptive for colony network service
CN113065848B (en) Deep learning scheduling system and scheduling method supporting multi-class cluster back end
CN1841341A (en) Information processing device, information processing method and information processing program
CN1298508A (en) Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system
CN1955992B (en) Method of operating web service working flow based on stack mode

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
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20071205

Termination date: 20121226