CN101515250A - Method for testing software system and device thereof - Google Patents

Method for testing software system and device thereof Download PDF

Info

Publication number
CN101515250A
CN101515250A CNA2009100815016A CN200910081501A CN101515250A CN 101515250 A CN101515250 A CN 101515250A CN A2009100815016 A CNA2009100815016 A CN A2009100815016A CN 200910081501 A CN200910081501 A CN 200910081501A CN 101515250 A CN101515250 A CN 101515250A
Authority
CN
China
Prior art keywords
file
call relation
measured
source program
software systems
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
CNA2009100815016A
Other languages
Chinese (zh)
Other versions
CN101515250B (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.)
Shenzhen Tencent Computer Systems Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN2009100815016A priority Critical patent/CN101515250B/en
Publication of CN101515250A publication Critical patent/CN101515250A/en
Application granted granted Critical
Publication of CN101515250B publication Critical patent/CN101515250B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method for testing a software system and a device thereof. The method mainly comprises: calling relationship information among files in source program of the software system is acquired and saved; according to the files to be tested in the source program, the calling relationship information among the files is inquired; calling relationship information between the files to be tested and other files in the source program is acquired; according to the calling relationship information, test cases relating to the files to be tested and other files can be generated. Then, the test cases are utilized for testing the software system.

Description

The method and apparatus that software systems are tested
Technical field
The present invention relates to the Computer Applied Technology field, relate in particular to a kind of method and apparatus that software systems are tested.
Background technology
The source program of a network application system (such as the QQMail system) mainly comprises: basic database, application program, template file (template) and script file.Above-mentioned application program mainly comprises: CGI (common gateway interface, the general network administration interface) program, ASP (ActiveServer Page, Active Server Pages) programs etc., above-mentioned script file mainly comprises: JavaScipt file, VBscript file etc.
The generative process of the web page that shows on user terminal mainly comprises: extract user data by application program from basic database earlier, and this user data is filled in the template file, form the static display part of the web page.Then, the script file with above-mentioned template file correspondence also is filled in the template file again, and this script file will constitute the dynamic effect parts such as client data checking of the web page.At last, the complete web page is shown to user terminal.
At present, when network application system is write test case, finish the hand-coding that relies on the tester, and the coverage of test case also needs comprehensive as far as possible, the quantity of test case is very huge, and therefore, tester's repeated workload is huge, the tester is absorbed in the deficient manual labor, causes the inefficiency of whole test job.
Summary of the invention
Embodiments of the invention provide a kind of method and apparatus that software systems are tested, with the problem of the inefficiency that solves the prior art test job.
A kind of method that software systems are tested comprises:
Obtain and preserve the call relation information between each file in the source program of software systems;
According to the call relation information between described each file of the file polling to be measured in the described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document with described file to be measured according to this call relation information;
Utilize described test case that described software systems are tested.
A kind of device that software systems are tested comprises:
Call relation information acquisition module is used for obtaining and preserve the call relation information between each files of source program of software systems;
The test case generation module, be used for according to the call relation information between described each file of the file polling to be measured of described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document with described file to be measured according to this call relation information;
The test processes module, the test case that is used to utilize described test case generation module to be generated is tested described software systems.
The technical scheme that is provided by the embodiment of the invention described above as can be seen, the embodiment of the invention can make the tester utilize call relation information between the file, writes the relevant test case of concrete application program, template file or a script file apace.
Description of drawings
In order to be illustrated more clearly in the technical scheme of the embodiment of the invention, the accompanying drawing of required use is done to introduce simply in will describing embodiment below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
The processing flow chart of a kind of method that software systems are tested that Fig. 1 provides for the embodiment of the invention one;
The nested figure of call relation of a kind of software systems that Fig. 2 provides for the embodiment of the invention one;
The specific implementation structural drawing of a kind of device that software systems are tested that Fig. 3 provides for embodiment two.
Embodiment
In embodiments of the present invention, obtain and preserve the call relation information between each file in the source program of software systems, according to the call relation information between described each file of the file polling to be measured in the described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document with described file to be measured according to this call relation information.Then, utilize described test case that described software systems are tested.
Further, obtain each file in the source program of software systems, according to preset time at interval, described source program is upgraded; Utilize scanning algorithm, generate the call relation between any two of each file in the described source program, this call relation comprises appearance position and the number of times information of a file in other file.
Further, with basic document as key word, in as other file of associated documents, travel through since first row, the every appearance of described key word once, just write down corresponding line number, after traversal finishes, obtain described basic document altogether appearance position and number of times information in described associated documents.
Further, according to the nested figure of call relation of described call relation table generation tree type, the nested figure of this call relation has shown that each file in the described software systems has call relation with other those files respectively.
Further, each file in the source program of described software systems comprises: application program, template file or script file.
Further, when needs are write the dependence test use-case of a file to be measured, with this file to be measured is index, inquire about described call relation table, obtain all call relation information of this file correspondence to be measured, comprising each associated documents information, and appearance position and the number of times information of this file to be measured in each associated documents; According to all call relation information of described file correspondence to be measured, and concrete test request, the test case relevant with associated documents generated with described file to be measured.
Further, generate the test case relevant with each associated documents respectively with described file to be measured; Perhaps, generate the test case relevant with a plurality of associated documents with described file to be measured.
For ease of understanding, be that example is further explained explanation below in conjunction with accompanying drawing with several specific embodiments, and each embodiment does not constitute the qualification to the embodiment of the invention to the embodiment of the invention.
Embodiment one
The treatment scheme of a kind of method that software systems are tested that this embodiment provides comprises following treatment step as shown in Figure 1:
Step 11, obtain and preserve the source program of network application system, and this source program is upgraded in time.
The tester need obtain and preserve the source program of network application system (such as the QQMail system), comprising: basic database, application program, template file and script file.According to preset time at interval, this source program is upgraded in time, in renewal process, preferably keep the source program of each version.
In actual applications, the tester can every day to above-mentioned source update once, source program is kept in the file with the name of sky time every day.
Step 12, generate the nested figure of call relation table between any two of application program, template file and script file in the source program, and this call relation table, the nested figure of call relation are upgraded in time with call relation.
Utilize scanning algorithm, generate the call relation between any two of application program, template file and script file in the above-mentioned source program, this call relation mainly comprises appearance position and the number of times of a file in the another one file.
Be cgi script with above-mentioned application program below, script file is that example illustrates the embodiment of the invention for the JavaScipt file.
The generative process of the call relation of a cgi script A.cpp in a template file B.html is as follows: with A.cpp is key word, travels through since first row in the source code of B.html, and the every appearance of key word A.cpp is once just write down corresponding line number.After traversal finishes, obtain above-mentioned A.cpp and respectively occur once at the 150th row and 893 row of B.html respectively.Then, the call relation of above-mentioned A.cpp in a template file B.html is kept in the call relation table shown in following table 1.
Table 1: call relation table
Source program The associated documents type Associated documents Position and number of times appear
A.cpp template B.html 2(150,893)
C.html Js D.js 3(23,580,784)
In actual applications, after above-mentioned source program had taken place to upgrade, the call relation information in the above-mentioned call relation table between the corresponding document also needed to upgrade accordingly.
According to the nested figure of call relation that above-mentioned call relation table can generate a tree type, each application program, template file and script file that the nested figure of this call relation can embody in the network application system intuitively have call relation with other those files respectively.
Such as, the nested figure of the call relation of software systems can be as shown in Figure 2, wherein, the addr_clone file is a node, this node has three child node addr_clonepage.html, pop_finpage.html and addr_clone.html, so the addr_clone file has call relation with addr_clonepage.html, pop_finpage.html and addr_clone.html respectively.
In actual applications, after above-mentioned call relation table had taken place to upgrade, the call relation information among the nested figure of above-mentioned call relation between the corresponding document also needed to upgrade accordingly.
Step 13, according to the nested figure of above-mentioned call relation table with call relation, generate the test case relevant with concrete application program, template file or script file.
When needs are write the relevant test case of application program, template file or the script file of a concrete conduct file to be measured, can be index with this file to be measured, inquire about above-mentioned call relation table, obtain all call relation information of this application program, template file or script file correspondence, comprising each associated documents type, associated documents with the position occurs and number of times information.
Then, the tester is according to above-mentioned call relation information, and concrete test request, generates the dependence test use-case between above-mentioned file to be measured and each associated documents, and this dependence test use-case is preserved.
Above-mentioned dependence test use-case can hang under the corresponding child node among the nested figure of above-mentioned call relation, and a test case of every like this generation promptly connects with concrete file call relation.
Such as, in the nested figure of above-mentioned call relation shown in Figure 2, the corresponding altogether at present test case of (1) expression this document of addr_clone file back, corresponding test case between (1) expression addr_clone file of addr_clonepage.html back and the addr_clonepage.html file.And (0) of the addr_clonepage.html back among Fig. 2 expression this document does not have corresponding test case at present.
Afterwards, when the tester need obtain the dependence test use-case of above-mentioned file to be measured, can obtain the dependence test use-case of having created, thereby avoid the tester to repeat to create test case according to the nested figure of the above-mentioned call relation of this file polling to be measured.
In actual applications, can also generate the dependence test use-case between above-mentioned file while to be measured and a plurality of associated documents as required, promptly generate the dependence test use-case between a plurality of files.
When partial document has renewal in the above-mentioned source program, these two files of for example current A.cpp of having and B.html have modification, the tester with A.cpp and B.html as querying condition, inquire about above-mentioned call relation table, obtain the relevant call relation information of A.cpp and B.html, only need upgrade accordingly this relevant call relation information.Then,, regenerate the dependence test use-case of A.cpp and B.html according to the above-mentioned relevant call relation information after upgrading, and to upgrading with the A.cpp part relevant with B.html among the nested figure of above-mentioned call relation.
In actual applications, can obtain the distinguishing characteristics of same file in different time sections according to the source program of each version of above-mentioned reservation, for example, inquiry A.cpp can generate diff (code differentiation) file in 090201 and 090210 difference.The analysis that the tester can utilize this distinguishing characteristics to be correlated with.
Step 14, utilize the test case of above-mentioned generation that software systems are tested.
After having obtained above-mentioned test case, just can one by one software systems be tested according to execution in step on the test case and checkpoint.
Embodiment two
The embodiment of the invention also provides a kind of device that software systems are tested, and its concrete structure comprises as shown in Figure 3 as lower module:
Call relation information acquisition module 31 is used for obtaining and preserve the call relation information between each files of source program of software systems;
Test case generation module 32, be used for according to the call relation information between described each file of the file polling to be measured of described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document with described file to be measured according to this call relation information;
Test processes module 33, the test case that is used to utilize described test case generation module to be generated is tested described software systems.
Described call relation information acquisition module 31 specifically comprises:
Source program acquisition module 311 is used to obtain the source program of software systems, comprises in this source program: application program, and template file and script file according to preset time at interval, upgrade described source program;
Call relation information generating module 312 is used to utilize scanning algorithm, generates the call relation between any two of each file in the described source program, and this call relation mainly comprises appearance position and the number of times of a file in other file.
Described test case generation module 32 comprises:
Call relation information inquiry module 321, be used in the time need writing the dependence test use-case of a file to be measured, with this file to be measured is index, inquire about described call relation table, obtain all call relation information of this file correspondence to be measured, comprising each associated documents information, and appearance position and the number of times information of this file to be measured in each associated documents;
Test case acquisition module 322 is used for all call relation information according to described file correspondence to be measured, and concrete test request, generates the test case relevant with associated documents with described file to be measured.
One of ordinary skill in the art will appreciate that all or part of flow process that realizes in the foregoing description method, be to instruct relevant hardware to finish by computer program, described program can be stored in the computer read/write memory medium, this program can comprise the flow process as the embodiment of above-mentioned each side method when carrying out.Wherein, described storage medium can be magnetic disc, CD, read-only storage memory body (Read-Only Memory, ROM) or at random store memory body (Random Access Memory, RAM) etc.
In sum, the embodiment of the invention can make the tester utilize call relation information between the file, writes the relevant test case of concrete application program, template file or a script file apace.Both guaranteed the validity of test case scope, also saved a large amount of useless times, and really accomplished to get twice the result with half the effort.
The dependence test use-case that the embodiment of the invention can make the tester create according to application program to be measured, template file or script file inquiry, avoid the tester to repeat to create test case, can be understood as test case creation is disposable input cost, finishes once getting final product.
The above; only for the preferable embodiment of the present invention, but protection scope of the present invention is not limited thereto, and anyly is familiar with those skilled in the art in the technical scope that the present invention discloses; the variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claim.

Claims (10)

1, a kind of method that software systems are tested is characterized in that, comprising:
Obtain and preserve the call relation information between each file in the source program of software systems;
According to the call relation information between described each file of the file polling to be measured in the described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document with described file to be measured according to this call relation information;
Utilize described test case that described software systems are tested.
2, the method that software systems are tested according to claim 1 is characterized in that, the call relation information between each file in the described source program that obtains and preserve software systems specifically comprises:
Obtain each file in the source program of software systems, according to preset time at interval, described source program is upgraded;
Utilize scanning algorithm, generate the call relation between any two of each file in the described source program, this call relation comprises appearance position and the number of times information of a file in other file.
3, the method that software systems are tested according to claim 2, it is characterized in that, the described scanning algorithm of utilizing, generate the call relation between any two of each file in the described source program, this call relation comprises appearance position and the number of times information of a file in other file, specifically comprises:
With basic document as key word, in as other file of associated documents, travel through since first row, the every appearance of described key word once, just write down corresponding line number, after traversal finishes, obtain described basic document altogether appearance position and number of times information in described associated documents.
4, the method that software systems are tested according to claim 1 is characterized in that, described method also comprises:
According to the nested figure of call relation of described call relation table generation tree type, the nested figure of this call relation has shown that each file in the described software systems has call relation with other those files respectively.
5, the method that software systems are tested according to claim 1 is characterized in that, each file in the source program of described software systems comprises: application program, template file or script file.
6, according to each described method that software systems are tested of claim 1 to 5, it is characterized in that, described according to the call relation information between described each file of the file polling to be measured in the described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document according to this call relation information, specifically comprise with described file to be measured:
When needs are write the dependence test use-case of a file to be measured, with this file to be measured is index, inquire about described call relation table, obtain all call relation information of this file correspondence to be measured, comprising each associated documents information, and appearance position and the number of times information of this file to be measured in each associated documents;
According to all call relation information of described file correspondence to be measured, and concrete test request, the test case relevant with associated documents generated with described file to be measured.
7, the method that software systems are tested according to claim 6 is characterized in that, the test case that described generation is relevant with associated documents with described file to be measured specifically comprises:
Generate the test case relevant with each associated documents respectively with described file to be measured;
Perhaps,
Generate the test case relevant with a plurality of associated documents with described file to be measured.
8, a kind of device that software systems are tested is characterized in that, comprising:
Call relation information acquisition module is used for obtaining and preserve the call relation information between each files of source program of software systems;
The test case generation module, be used for according to the call relation information between described each file of the file polling to be measured of described source program, obtain the call relation information between the alternative document in described file to be measured and the source program, generate the test case relevant with alternative document with described file to be measured according to this call relation information;
The test processes module, the test case that is used to utilize described test case generation module to be generated is tested described software systems.
9, the device that software systems are tested according to claim 8 is characterized in that, described call relation information acquisition module comprises:
The source program acquisition module is used for obtaining each file of the source program of software systems, according to preset time at interval, described source program is upgraded;
The call relation information generating module is used to utilize scanning algorithm, generates the call relation between any two of each file in the described source program, and this call relation mainly comprises appearance position and the number of times of a file in other file.
10, according to Claim 8 or the 9 described devices that software systems are tested, it is characterized in that described test case generation module comprises:
Call relation information inquiry module, be used in the time need writing the dependence test use-case of a file to be measured, with this file to be measured is index, inquire about described call relation table, obtain all call relation information of this file correspondence to be measured, comprising each associated documents information, and appearance position and the number of times information of this file to be measured in each associated documents;
The test case acquisition module is used for all call relation information according to described file correspondence to be measured, and concrete test request, generates the test case relevant with associated documents with described file to be measured.
CN2009100815016A 2009-04-09 2009-04-09 Method for testing software system and device thereof Active CN101515250B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009100815016A CN101515250B (en) 2009-04-09 2009-04-09 Method for testing software system and device thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009100815016A CN101515250B (en) 2009-04-09 2009-04-09 Method for testing software system and device thereof

Publications (2)

Publication Number Publication Date
CN101515250A true CN101515250A (en) 2009-08-26
CN101515250B CN101515250B (en) 2010-10-06

Family

ID=41039713

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009100815016A Active CN101515250B (en) 2009-04-09 2009-04-09 Method for testing software system and device thereof

Country Status (1)

Country Link
CN (1) CN101515250B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508762A (en) * 2011-09-29 2012-06-20 用友软件股份有限公司 Data interaction control device and data interaction control method
CN102662736A (en) * 2012-03-09 2012-09-12 北京神州数码思特奇信息技术股份有限公司 Method for acquiring calling relationship of component based on system source code
CN102843198A (en) * 2011-06-21 2012-12-26 鼎桥通信技术有限公司 Method and system for automatically testing base station radio frequency
CN102981947A (en) * 2011-09-07 2013-03-20 阿里巴巴集团控股有限公司 Data preparation method in test and system provided with the same
CN103164312A (en) * 2011-12-09 2013-06-19 阿里巴巴集团控股有限公司 Method and system for preparing interface testing data
CN103530223A (en) * 2012-07-06 2014-01-22 百度在线网络技术(北京)有限公司 Method and device for automatically generating unit test cases
CN103984578A (en) * 2014-05-29 2014-08-13 中国银行股份有限公司 Updating method and device for COBOL program version
CN104391785A (en) * 2014-11-04 2015-03-04 成都博智维讯信息技术有限公司 Testing method for ERP (Enterprise Resource Planning) data
CN104423961A (en) * 2013-09-11 2015-03-18 阿里巴巴集团控股有限公司 Method and system for generating testing script
CN104503902A (en) * 2014-12-05 2015-04-08 中国航空工业集团公司第六三一研究所 Method for testing DF file based on ARINC661 specification
CN106649073A (en) * 2015-10-28 2017-05-10 中国移动通信集团公司 Test method and device based on dynamic script template
CN107526752A (en) * 2016-07-27 2017-12-29 腾讯科技(深圳)有限公司 Data processing method and device
CN111309371A (en) * 2020-01-14 2020-06-19 网易(杭州)网络有限公司 Query method and device
CN111597119A (en) * 2020-05-26 2020-08-28 博彦集智科技有限公司 Test script updating method and device, storage medium and processor
CN112035568A (en) * 2020-09-04 2020-12-04 银川安翰互联网医院有限公司 Data list display method, client, server and system

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102843198A (en) * 2011-06-21 2012-12-26 鼎桥通信技术有限公司 Method and system for automatically testing base station radio frequency
CN102981947B (en) * 2011-09-07 2015-07-08 阿里巴巴集团控股有限公司 Data preparation method in test and system provided with the same
CN102981947A (en) * 2011-09-07 2013-03-20 阿里巴巴集团控股有限公司 Data preparation method in test and system provided with the same
CN102508762A (en) * 2011-09-29 2012-06-20 用友软件股份有限公司 Data interaction control device and data interaction control method
CN103164312A (en) * 2011-12-09 2013-06-19 阿里巴巴集团控股有限公司 Method and system for preparing interface testing data
CN103164312B (en) * 2011-12-09 2015-07-01 阿里巴巴集团控股有限公司 Method and system for preparing interface testing data
CN102662736A (en) * 2012-03-09 2012-09-12 北京神州数码思特奇信息技术股份有限公司 Method for acquiring calling relationship of component based on system source code
CN102662736B (en) * 2012-03-09 2015-04-22 北京思特奇信息技术股份有限公司 Method for acquiring calling relationship of component based on system source code
CN103530223A (en) * 2012-07-06 2014-01-22 百度在线网络技术(北京)有限公司 Method and device for automatically generating unit test cases
CN103530223B (en) * 2012-07-06 2018-05-04 百度在线网络技术(北京)有限公司 A kind of method and device of automatically generating unit test use-case
CN104423961A (en) * 2013-09-11 2015-03-18 阿里巴巴集团控股有限公司 Method and system for generating testing script
CN104423961B (en) * 2013-09-11 2017-11-17 阿里巴巴集团控股有限公司 A kind of method and system for generating test script
CN103984578A (en) * 2014-05-29 2014-08-13 中国银行股份有限公司 Updating method and device for COBOL program version
CN103984578B (en) * 2014-05-29 2017-08-25 中国银行股份有限公司 The update method and device of a kind of cobol program version
CN104391785B (en) * 2014-11-04 2017-06-23 成都博智维讯信息技术有限公司 A kind of ERP data tests method
CN104391785A (en) * 2014-11-04 2015-03-04 成都博智维讯信息技术有限公司 Testing method for ERP (Enterprise Resource Planning) data
CN104503902B (en) * 2014-12-05 2017-10-24 中国航空工业集团公司第六三一研究所 The method of testing of DF files based on ARINC661 specifications
CN104503902A (en) * 2014-12-05 2015-04-08 中国航空工业集团公司第六三一研究所 Method for testing DF file based on ARINC661 specification
CN106649073A (en) * 2015-10-28 2017-05-10 中国移动通信集团公司 Test method and device based on dynamic script template
CN107526752A (en) * 2016-07-27 2017-12-29 腾讯科技(深圳)有限公司 Data processing method and device
CN107526752B (en) * 2016-07-27 2020-06-16 腾讯科技(深圳)有限公司 Data processing method and device
CN111309371A (en) * 2020-01-14 2020-06-19 网易(杭州)网络有限公司 Query method and device
CN111597119A (en) * 2020-05-26 2020-08-28 博彦集智科技有限公司 Test script updating method and device, storage medium and processor
CN112035568A (en) * 2020-09-04 2020-12-04 银川安翰互联网医院有限公司 Data list display method, client, server and system

Also Published As

Publication number Publication date
CN101515250B (en) 2010-10-06

Similar Documents

Publication Publication Date Title
CN101515250B (en) Method for testing software system and device thereof
CN107544871B (en) Virtual machine disk backup method and device
CN101655871A (en) Method and device for storing and inquiring data
WO2007064690A3 (en) Systems, program product, and methods for organization realignment
CN105335278A (en) Testing method and device
CN101982815A (en) Software test system and method
CN110806970A (en) Client test method and device based on simulation server response and electronic equipment
DE60130003D1 (en) METHOD AND SYSTEM FOR AUTOMATING INTERNET INTERACTIONS
CN105095263A (en) Generation method for card number and apparatus thereof
CN103544107A (en) Method and device for generating test case document
CN104052824A (en) Distributed cache method and system
CN105162842A (en) Display method and device for application in application wall
CN101616153B (en) Web page based method, system and device for interacting operation information
CN103473106A (en) Method and system for generating page
CN103885956A (en) Method and equipment for generating reports
CN106844454A (en) A kind of page display method, device and electronic equipment
CN102143193A (en) Data synchronization method and system
Ockel et al. An initiative towards a simplified international in-depth accident database
CN104424206A (en) Information processing method and education platform
CN107463495A (en) A kind of method for testing software and code increment distributing device of the issue of code increment
CN106708925A (en) Form business realization method and system, and business terminal
CN105550102B (en) A kind of Weather information test method and system
CN105589746B (en) Virtual machine (vm) migration record management method and system
CN117112450B (en) Method and device for testing temporary speed limiting server
CN106909499A (en) Method of testing and device

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
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20151229

Address after: The South Road in Guangdong province Shenzhen city Fiyta building 518057 floor 5-10 Nanshan District high tech Zone

Patentee after: Shenzhen Tencent Computer System Co., Ltd.

Address before: 2 East 403 room, SEG science and technology garden, Futian District, Guangdong, Shenzhen 518028, China

Patentee before: Tencent Technology (Shenzhen) Co., Ltd.