CN104102574A - Method and device for testing application program - Google Patents

Method and device for testing application program Download PDF

Info

Publication number
CN104102574A
CN104102574A CN201310117742.8A CN201310117742A CN104102574A CN 104102574 A CN104102574 A CN 104102574A CN 201310117742 A CN201310117742 A CN 201310117742A CN 104102574 A CN104102574 A CN 104102574A
Authority
CN
China
Prior art keywords
source code
application program
code
application
test
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
CN201310117742.8A
Other languages
Chinese (zh)
Other versions
CN104102574B (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.)
Tencent Technology Shenzhen 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 CN201310117742.8A priority Critical patent/CN104102574B/en
Publication of CN104102574A publication Critical patent/CN104102574A/en
Application granted granted Critical
Publication of CN104102574B publication Critical patent/CN104102574B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a method and a device for testing an application program. The method for testing the application program comprises the following steps: acquiring a source code of the application program under test, and precompiling the source code of the application program under test on the basis of a test script complied advance; compiling the source code of the precompiled application program under test to generate an application program; running the generated application program, and outputting test information. According to the method and the device provided by the invention, during precompiling, according to the test script of aspect oriented programming, a debugging code for test is dynamically inserted into the source code of the application program under test; when the application program is run, the test information is output on the basis of the debugging code, and therefore, location and quality measurement can be performed on the bug of the application program according to the test information; as the source code of the application program under test does not need to be modified, the product defect and performance risk of the application program cannot be caused; while the validity test of the application program is realized, the maintainability of the code under test is improved.

Description

Applied program testing method and device
Technical field
The present invention relates to mobile internet technical field, relate in particular to a kind of applied program testing method and device.
Background technology
At present; when test Android application software; conventionally can need tester in tested application code, to insert by hand one section of test code; when tested application program operation; by test code output Debugging message or correlated performance index; with position application software defect, the quality of tolerance application software.
But in existing this method of testing, the stake code by artificial insertion is difficult to safeguard, because submit to testing relevant, will certainly cause product defects and performance risk with the irrelevant code of product function.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of applied program testing method and device, is intended to realize the Validity Test of application program, improves the maintainability of tested code.
In order to achieve the above object, the present invention proposes a kind of applied program testing method, comprising:
Obtain tested application source code, the test script based on writing in advance, carries out precompile to described tested application source code;
Tested application source code after precompile is compiled, generate application program;
Move described application program, output detecting information.
The present invention also proposes a kind of Application testing device, comprising:
Precompile module, for obtaining tested application source code, the test script based on writing in advance, carries out precompile to described tested application source code;
Collector, compiles for the tested application source code to after precompile, generates application program;
Output module, for moving described application program, output detecting information.
A kind of applied program testing method and device that the present invention proposes, by when the precompile, according to the test script towards tangent plane programming, dynamically the debugging code of test use is inserted in the source code of tested application program, when running application, based on debugging code output detecting information, thereby can position and quality metric according to detecting information application programs defect, owing to not needing to revise tested application source code, therefore can not cause application product defect and performance risk, when realizing the Validity Test of application program, improved the maintainability of tested code.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of applied program testing method the first embodiment of the present invention;
Fig. 2 is the schematic flow sheet of applied program testing method the second embodiment of the present invention;
Fig. 3 is the schematic flow sheet of applied program testing method of the present invention the 3rd embodiment;
Fig. 4 is the structural representation of Application testing device the first embodiment of the present invention;
Fig. 5 is the structural representation of precompile module in Application testing device the first embodiment of the present invention;
Fig. 6 is the structural representation of Application testing device the second embodiment of the present invention;
Fig. 7 is the structural representation of Application testing device the 3rd embodiment of the present invention.
In order to make technical scheme of the present invention clearer, clear, below in conjunction with accompanying drawing, be described in further detail.
Embodiment
Solution for embodiment of the invention is mainly: based on treating test application towards the test script of tangent plane programming, carry out precompile, dynamically the debugging code of test use is inserted in the source code of tested application program, when running application, based on debugging code output detecting information, thereby can position and quality metric according to detecting information application programs defect, owing to not needing to revise tested application source code, therefore can not cause application product defect and performance risk, improve the maintainability of tested code.
As shown in Figure 1, first embodiment of the invention proposes a kind of applied program testing method, comprising:
Step S101, obtains tested application source code, and the test script based on writing in advance carries out precompile to described tested application source code;
In the present embodiment, tested application program comprises but is not limited to Android system application, and the present embodiment illustrates with Android system application.
Wherein, tested application source code is carried out to precompile and follow-up compilation process all can complete by compiler, this compiler can be to support AOP(Aspect Oriented Programming, towards tangent plane programming) precompiler compiler, such as ASM and Aspectj compiler etc.
In order to realize the test of application programs, the present embodiment has been in advance according to having write test script towards tangent plane programming, includes debugging code as the test use cutting into position information in tested application source code in this test script.
Then the test script based on writing in advance, carries out precompile to described tested application source code.Precompile refers to before the source code of compiler compiling application program carries out some associative operations.
Particularly, when described tested application source code is carried out to precompile, first resolve this test script, from test script, obtain the cutting into position information of debugging code in tested application source code, and then debugging code is inserted in tested application source code according to described cutting into position.
Above-mentioned debugging code is one section of program code, it can comprise for the performance index of test application or correlation function data, such as: current time in system, memory size, cpu status, the current application program operation process of this tested application program and the memory size taking etc. are installed.
Step S102, compiles the tested application source code after precompile, generates application program;
By compiler, tested application source code is compiled, its Compilation Method can adopt existing conventional compiling of application scheme, does not repeat them here.
Step S103, moves described application program, output detecting information.
The application program generating after precompile and compiling is mounted to mobile terminal, on mobile terminal, moves the source code of described application program and insert the debugging code in described application source code; Thus, can be according to detecting informations such as the operation result output related commissioning information of described debugging code or performance index, such as: current time in system, memory size, cpu status, the current application program operation process of this tested application program and the memory size taking etc. are installed, follow-up can positioning and quality metric according to detecting information application programs defect.
The present embodiment passes through such scheme, based on treating test application towards the test script of tangent plane programming, carry out precompile, dynamically the debugging code of test use is inserted in the source code of tested application program, when running application, based on debugging code output detecting information, thereby can position and quality metric according to detecting information application programs defect, owing to not needing to revise tested application source code, therefore can not cause application product defect and performance risk, improve the maintainability of tested code.
As shown in Figure 2, second embodiment of the invention proposes a kind of applied program testing method, on the basis of above-mentioned the first embodiment, before above-mentioned steps S101, also comprises:
Step S100, according to write described test script towards tangent plane programming.
The difference of the present embodiment and above-mentioned the first embodiment is, the present embodiment also comprises the preparation package of test script.
Particularly, can be according to writing test script towards tangent plane programming, in this test script, include debugging code as the test use cutting into position information in tested application source code.It is follow-up when described tested application source code is carried out to precoding, first resolve this test script, from test script, obtain the cutting into position information of debugging code in tested application source code, and then debugging code is inserted in tested application source code according to described cutting into position.
The present embodiment adopts and writes test script towards tangent plane programming, the main object realizing is to extract for the tangent plane in application program business procession, what it was faced is certain step or the stage in processing procedure, to obtain in logical process the isolation effect of low coupling between each several part.
Compare the preparation package of the test script of existing object-oriented or process, the present embodiment adopts and writes test script towards tangent plane programming, makes the maintainability of test script and application program better.
As shown in Figure 3, third embodiment of the invention proposes a kind of applied program testing method, on the basis of above-mentioned the first embodiment, after above-mentioned steps S103, also comprises:
Step S104, analyzes described detecting information, obtains test result.
The difference of the present embodiment and above-mentioned the first embodiment is, the present embodiment obtains the scheme of test result according to detecting information.
Particularly, after getting the detecting information of tested application program, such as getting after the information such as memory size of current time in system, memory size, cpu status, the current application program operation process of this tested application program being installed and taking, tester can come the defect of quick position-location application software and the quality of measuring this application software by analyzing this detecting information, and can make corresponding counter-measure, thereby improved the maintainability of application software.
As shown in Figure 4, first embodiment of the invention proposes a kind of Application testing device, comprising: precompile module 201, collector 202 and result output module 203, wherein:
Precompile module 201, for obtaining tested application source code, the test script based on writing in advance, carries out precompile to described tested application source code;
Collector 202, compiles for the tested application source code to after precompile, generates application program;
Output module 203, for moving described application program, output detecting information.
In the present embodiment, tested application program comprises but is not limited to be arranged on the Android system application on mobile terminal, and the present embodiment illustrates with Android system application.
Wherein, tested application source code is carried out to precompile and follow-up compilation process all can complete by compiler, this compiler can be to support AOP(Aspect Oriented Programming, towards tangent plane programming) precompiler compiler, such as ASM and Aspectj compiler etc.
In order to realize the test of application programs, the present embodiment has been in advance according to having write test script towards tangent plane programming, includes debugging code as the test use cutting into position information in tested application source code in this test script.
Then the test script of precompile module 201 based on writing in advance, carries out precompile to described tested application source code.Precompile refers to before the source code that compiles application program by compiler carries out some associative operations.
Particularly, when described tested application source code is carried out to precompile, first resolve this test script, from test script, obtain the cutting into position information of debugging code in tested application source code, and then debugging code is inserted in tested application source code according to described cutting into position.
Above-mentioned debugging code is one section of program code, it can comprise for the performance index of test application or correlation function data, such as: current time in system, memory size, cpu status, the current application program operation process of this tested application program and the memory size taking etc. are installed.
Then collector 202 compiles tested application source code by compiler, and its Compilation Method can adopt existing conventional compiling of application scheme, does not repeat them here.
Last output module 203 is mounted to mobile terminal by the application program generating after precompile and compiling, moves the source code of described application program and insert the debugging code in described application source code on mobile terminal; Thus, can be according to detecting informations such as the operation result output related commissioning information of described debugging code or performance index, such as: current time in system, memory size, cpu status, the current application program operation process of this tested application program and the memory size taking etc. are installed, follow-up can positioning and quality metric according to detecting information application programs defect.
Particularly, as shown in Figure 5, described precompile module 201 can comprise: resolution unit 2011 and plug-in unit 2012, wherein:
Resolution unit 2011, for resolving described test script, obtains the cutting into position of debugging code in described application source code;
Plug-in unit 2012, for inserting described application source code by described debugging code according to described cutting into position.
The present embodiment passes through such scheme, based on treating test application towards the test script of tangent plane programming, carry out precompile, dynamically the debugging code of test use is inserted in the source code of tested application program, when running application, based on debugging code output detecting information, thereby can position and quality metric according to detecting information application programs defect, owing to not needing to revise tested application source code, therefore can not cause application product defect and performance risk, improve the maintainability of tested code.
As shown in Figure 6, second embodiment of the invention proposes a kind of Application testing device, on the basis of above-mentioned the first embodiment, also comprises:
Write module 200, for basis, towards tangent plane programming, write described test script.
The difference of the present embodiment and above-mentioned the first embodiment is, the present embodiment also comprises the preparation package of test script.
Particularly, write module 200 according to writing test script towards tangent plane programming, in this test script, include debugging code as the test use cutting into position information in tested application source code.It is follow-up when described tested application source code is carried out to precoding, first resolve this test script, from test script, obtain the cutting into position information of debugging code in tested application source code, and then debugging code is inserted in tested application source code according to described cutting into position.
The present embodiment adopts and writes test script towards tangent plane programming, the main object realizing is to extract for the tangent plane in application program business procession, what it was faced is certain step or the stage in processing procedure, to obtain in logical process the isolation effect of low coupling between each several part.
Compare the preparation package of the test script of existing object-oriented or process, the present embodiment adopts and writes test script towards tangent plane programming, makes the maintainability of test script and application program better.
As shown in Figure 7, third embodiment of the invention proposes a kind of Application testing device, on the basis of above-mentioned the first embodiment, also comprises:
Analysis module 204, for analyzing described detecting information, obtains test result.
The difference of the present embodiment and above-mentioned the first embodiment is, the present embodiment obtains the scheme of test result according to detecting information.
Particularly, after getting the detecting information of tested application program, such as getting after the information such as memory size of current time in system, memory size, cpu status, the current application program operation process of this tested application program being installed and taking, tester can come the defect of quick position-location application software and the quality of measuring this application software by analyzing this detecting information, and can make corresponding counter-measure, thereby improved the maintainability of application software.
Embodiment of the present invention applied program testing method and device, by when the precompile, according to the test script towards tangent plane programming, dynamically the debugging code of test use is inserted in the source code of tested application program, when running application, based on debugging code output detecting information, thereby can position and quality metric according to detecting information application programs defect, owing to not needing to revise tested application source code, therefore can not cause application product defect and performance risk, when realizing the Validity Test of application program, improved the maintainability of tested code.
The foregoing is only the preferred embodiments of the present invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or flow process conversion that utilizes instructions of the present invention and accompanying drawing content to do; or be directly or indirectly used in other relevant technical field, be all in like manner included in scope of patent protection of the present invention.

Claims (11)

1. an applied program testing method, is characterized in that, comprising:
Obtain tested application source code, the test script based on writing in advance, carries out precompile to described tested application source code;
Tested application source code after precompile is compiled, generate application program;
Move described application program, output detecting information.
2. method according to claim 1, is characterized in that, the described test script based on writing in advance carries out precompiler step to described tested application source code and comprises:
Resolve described test script, obtain the cutting into position of debugging code in described application source code;
Described debugging code is inserted in described application source code according to described cutting into position.
3. method according to claim 2, is characterized in that, described in run application, output detecting information step comprise:
Described application program is mounted to mobile terminal;
Move the source code of described application program and insert the debugging code in described application source code;
According to operation result output related commissioning information or the performance index of described debugging code.
4. method according to claim 2, is characterized in that, described debugging code comprises: system performance index and correlation function data.
5. according to the method described in any one in claim 1-4, it is characterized in that, described in obtain tested application source code, the test script based on writing in advance, described tested application source code is carried out before precompiler step also comprising:
According to write described test script towards tangent plane programming.
6. according to the method described in any one in claim 1-4, it is characterized in that, described in run application, output detecting information step after also comprise:
Analyze described detecting information, obtain test result.
7. an Application testing device, is characterized in that, comprising:
Precompile module, for obtaining tested application source code, the test script based on writing in advance, carries out precompile to described tested application source code;
Collector, compiles for the tested application source code to after precompile, generates application program;
Output module, for moving described application program, output detecting information.
8. device according to claim 7, is characterized in that, described precompile module comprises:
Resolution unit, for resolving described test script, obtains the cutting into position of debugging code in described application source code;
Plug-in unit, for inserting described application source code by described debugging code according to described cutting into position.
9. device according to claim 8, is characterized in that, described result output module is also for being mounted to mobile terminal by described application program; Move the source code of described application program and insert the debugging code in described application source code; According to operation result output related commissioning information or the performance index of described debugging code.
10. according to the device described in claim 7,8 or 9, it is characterized in that, also comprise:
Write module, for basis, towards tangent plane programming, write described test script.
11. according to the device described in claim 7,8 or 9, it is characterized in that, also comprises:
Analysis module, for analyzing described detecting information, obtains test result.
CN201310117742.8A 2013-04-07 2013-04-07 Applied program testing method and device Active CN104102574B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310117742.8A CN104102574B (en) 2013-04-07 2013-04-07 Applied program testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310117742.8A CN104102574B (en) 2013-04-07 2013-04-07 Applied program testing method and device

Publications (2)

Publication Number Publication Date
CN104102574A true CN104102574A (en) 2014-10-15
CN104102574B CN104102574B (en) 2017-12-26

Family

ID=51670743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310117742.8A Active CN104102574B (en) 2013-04-07 2013-04-07 Applied program testing method and device

Country Status (1)

Country Link
CN (1) CN104102574B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095084A (en) * 2015-08-25 2015-11-25 浪潮(北京)电子信息产业有限公司 Memory performance test system and method of virtual machine of server virtualization platform
CN105847325A (en) * 2016-03-14 2016-08-10 广州酷狗计算机科技有限公司 Method and device for debugging application client side
CN106055485A (en) * 2016-07-08 2016-10-26 北京奇虎科技有限公司 Method, device and system for testing application
CN106126449A (en) * 2016-06-17 2016-11-16 山东超越数控电子有限公司 A kind of serial ports reads the method for EC depositor
CN106371994A (en) * 2016-09-04 2017-02-01 南京理工大学 Dynamic mobile APP testing method based on natural language processing
CN106528261A (en) * 2016-12-02 2017-03-22 武汉斗鱼网络科技有限公司 Application page initialization compiling and controlling device and method
CN106844204A (en) * 2017-01-11 2017-06-13 福建星网视易信息系统有限公司 A kind of utilization mobile terminal generates the method and system of defect report
CN107590066A (en) * 2016-07-08 2018-01-16 广州市动景计算机科技有限公司 Method of testing, equipment and the programmable device of application program
CN107918583A (en) * 2016-10-09 2018-04-17 腾讯科技(深圳)有限公司 A kind of script dynamic modulation, device and terminal
CN105868118B (en) * 2016-06-27 2018-09-11 北京奇虎科技有限公司 Application testing method, apparatus and system
CN108572910A (en) * 2017-03-14 2018-09-25 百度在线网络技术(北京)有限公司 Experimental method and device for client
CN108647142A (en) * 2018-05-07 2018-10-12 杭州有赞科技有限公司 A kind of Gatling pressure surveys script local precompile adjustment method and system
CN109359023A (en) * 2018-04-27 2019-02-19 哈尔滨工程大学 Based on the mobile application location of mistake method for submitting information
CN112765032A (en) * 2021-01-25 2021-05-07 广州市百果园网络科技有限公司 Program debugging method, device, equipment and storage medium
US11599455B2 (en) 2021-07-08 2023-03-07 Bank Of America Corporation Natural language processing (NLP)-based cross format pre-compiler for test automation
US11599454B2 (en) 2021-07-08 2023-03-07 Bank Of America Corporation Natural language processing (NLP)-based cross format pre-compiler for test automation

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110107307A1 (en) * 2009-10-30 2011-05-05 International Business Machines Corporation Collecting Program Runtime Information
CN102799515A (en) * 2011-05-24 2012-11-28 腾讯科技(深圳)有限公司 Application program testing method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110107307A1 (en) * 2009-10-30 2011-05-05 International Business Machines Corporation Collecting Program Runtime Information
CN102053906A (en) * 2009-10-30 2011-05-11 国际商业机器公司 System and method for collecting program runtime information
CN102799515A (en) * 2011-05-24 2012-11-28 腾讯科技(深圳)有限公司 Application program testing method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
宋政君等: "使用 Rational Functional Tester 和 AOP 相结合测试 SWT 应用程序", 《IBM DEVELOPERWORKS 中国》 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095084B (en) * 2015-08-25 2018-02-09 浪潮(北京)电子信息产业有限公司 The virutal machine memory Performance Test System and method of a kind of server virtualization platform
CN105095084A (en) * 2015-08-25 2015-11-25 浪潮(北京)电子信息产业有限公司 Memory performance test system and method of virtual machine of server virtualization platform
CN105847325A (en) * 2016-03-14 2016-08-10 广州酷狗计算机科技有限公司 Method and device for debugging application client side
CN105847325B (en) * 2016-03-14 2019-11-05 广州酷狗计算机科技有限公司 The adjustment method and device of applications client
CN106126449A (en) * 2016-06-17 2016-11-16 山东超越数控电子有限公司 A kind of serial ports reads the method for EC depositor
CN105868118B (en) * 2016-06-27 2018-09-11 北京奇虎科技有限公司 Application testing method, apparatus and system
CN107590066A (en) * 2016-07-08 2018-01-16 广州市动景计算机科技有限公司 Method of testing, equipment and the programmable device of application program
CN106055485A (en) * 2016-07-08 2016-10-26 北京奇虎科技有限公司 Method, device and system for testing application
CN106371994A (en) * 2016-09-04 2017-02-01 南京理工大学 Dynamic mobile APP testing method based on natural language processing
CN106371994B (en) * 2016-09-04 2018-11-13 南京理工大学 Dynamic mobile APP test methods based on natural language processing
CN107918583A (en) * 2016-10-09 2018-04-17 腾讯科技(深圳)有限公司 A kind of script dynamic modulation, device and terminal
CN106528261A (en) * 2016-12-02 2017-03-22 武汉斗鱼网络科技有限公司 Application page initialization compiling and controlling device and method
CN106844204A (en) * 2017-01-11 2017-06-13 福建星网视易信息系统有限公司 A kind of utilization mobile terminal generates the method and system of defect report
CN108572910A (en) * 2017-03-14 2018-09-25 百度在线网络技术(北京)有限公司 Experimental method and device for client
CN109359023A (en) * 2018-04-27 2019-02-19 哈尔滨工程大学 Based on the mobile application location of mistake method for submitting information
CN108647142A (en) * 2018-05-07 2018-10-12 杭州有赞科技有限公司 A kind of Gatling pressure surveys script local precompile adjustment method and system
CN108647142B (en) * 2018-05-07 2021-10-01 杭州有赞科技有限公司 Local pre-compiling and debugging method and system for Gatling voltage measurement footage
CN112765032A (en) * 2021-01-25 2021-05-07 广州市百果园网络科技有限公司 Program debugging method, device, equipment and storage medium
US11599455B2 (en) 2021-07-08 2023-03-07 Bank Of America Corporation Natural language processing (NLP)-based cross format pre-compiler for test automation
US11599454B2 (en) 2021-07-08 2023-03-07 Bank Of America Corporation Natural language processing (NLP)-based cross format pre-compiler for test automation

Also Published As

Publication number Publication date
CN104102574B (en) 2017-12-26

Similar Documents

Publication Publication Date Title
CN104102574A (en) Method and device for testing application program
US11151018B2 (en) Method and apparatus for testing a code file
US10296447B2 (en) Automated software program repair
US10152406B2 (en) Software program repair
US8140911B2 (en) Dynamic software tracing
CN103049371A (en) Testing method and testing device of Android application programs
RU2010114709A (en) METHOD FOR AUTOMATIC GENERATION SCENARIO FOR CHECKING THE CORRECTNESS OF THE FUNCTIONAL SOFTWARE OF THE SYSTEM INSTALLED ON THE BOARD OF THE AIRCRAFT AND THE DEVICE FOR APPLICATION OF THE METHOD
CN105159833A (en) Automatic testing device and method
US9081892B2 (en) Software verification
US20160328314A1 (en) System and method for providing code coverage
JP6363152B2 (en) Apparatus, method, computer program, and storage medium for data flow analysis
US20130179867A1 (en) Program Code Analysis System
CN107329889B (en) Method for automatically testing C compiler
CN109614107B (en) Integration method and device of software development kit
US20110131553A1 (en) Associating probes with test cases
CN104156311A (en) Embedded type C language target code level unit testing method based on CPU simulator
CN111427771A (en) Code coverage rate analysis method, equipment, server and readable storage medium
US20140325489A1 (en) Programmable symbolic execution based dynamic checker
US9454347B2 (en) Analyzing incomplete software
CN103823665A (en) SDK (software development kit) activeness analyzing method, network server and system
CN104657267A (en) Elastic source code syntax tree resolving system and method
CN101937389A (en) Method for acquiring compilation process of detected software packet by code analysis tool
CN105786465A (en) Scripting language execution method and device
CN112084108A (en) Test script generation method and device and related components
CN115080978A (en) Runtime vulnerability detection method and system based on fuzzy test

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant