CN105893245A - Method and apparatus for shielding running difference of different testing tools - Google Patents

Method and apparatus for shielding running difference of different testing tools Download PDF

Info

Publication number
CN105893245A
CN105893245A CN201510932716.XA CN201510932716A CN105893245A CN 105893245 A CN105893245 A CN 105893245A CN 201510932716 A CN201510932716 A CN 201510932716A CN 105893245 A CN105893245 A CN 105893245A
Authority
CN
China
Prior art keywords
test case
testing tool
test
run
case
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.)
Pending
Application number
CN201510932716.XA
Other languages
Chinese (zh)
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.)
LeTV Information Technology Beijing Co Ltd
Original Assignee
LeTV Information Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by LeTV Information Technology Beijing Co Ltd filed Critical LeTV Information Technology Beijing Co Ltd
Priority to CN201510932716.XA priority Critical patent/CN105893245A/en
Publication of CN105893245A publication Critical patent/CN105893245A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Manipulator (AREA)

Abstract

The present invention relates to the field of testing, and discloses a method and an apparatus for shielding a running difference of different testing tools. The method comprises: step S1, associating a testing tool with a test case that is to be run by the testing tool and that is in a test case list; and step S2, acquiring one test case from the test case list and calling a testing tool associated with the test case so as to enable the testing tool to run the test case. According to the method and apparatus disclosed by the present invention, a test can performed by using different testing tools in different testing scenarios, and adaptation and modification are not required for different scenarios, so that testing time is greatly saved and testing efficiency is improved.

Description

A kind of method and apparatus shielding different testing tool operation difference
Technical field
The present invention relates to field tests, in particular it relates to a kind of difference testing tool that shields runs difference Method and apparatus.
Background technology
At present, the application developed for mobile terminal (such as, mobile phone, ipad etc.) gets more and more, because of This automatic test is more and more universal.Conventional automated test tool has Google's The Open-Source Tools Robotium of Uiautomator1.0, Uiautomator2.0 and RenasReda.
These 3 kinds of automated test tools of Uiautomator1.0, Uiautomator2.0 and Robotium It is respectively arranged with pluses and minuses.Uiautomator1.0 and Uiautomator2.0 can operate with striding course, it is not necessary to tested The source code of product, but shortcoming is Uiautomator1.0 does not support network view (WebView), Uiautomator2.0 only supports Android 4.3 and the mobile phone of system above version.The advantage of Robotium is To WebView support the best, but shortcoming be can not striding course and also need the source code of test product Just can test.Therefore, when the application developed is tested, need in different scenes Different testing tools is used can preferably to coordinate solution problem.
But, owing to the method for operation of different automated test tools is different, therefore in different fields Scape uses the problem of different testing tool it is also clear that.Such as, the operation side of Uiautomator1.0 Formula is to be compiled by ant, and test jar bag is put into mobile phone, then by specifically running order line (example Such as adb shell uiautomatorruntest xxx xxx) call;The operation side of Uiautomator2.0 Formula is test case to be packaged into apk and loads mobile phone, then by running order line (such as adb shell Am instrument xxx xxx) call;The method of operation of Robotium then with Uiautomator2.0 Similar, also it is to be called by am order.Therefore, if it is desired to use these three testing tool simultaneously, Being accomplished by carrying out adaptation and amendment for different scenes, this greatly wastes the time, reduces test effect Rate.
Summary of the invention
It is an object of the invention to provide a kind of method and apparatus shielding different testing tool operation difference, its Different testing tools can be used to test in different test scenes, and need not for different fields Scape carries out adaptation and amendment, therefore dramatically saves on the testing time, improves testing efficiency.
To achieve these goals, the present invention provides a kind of and shields the method that different testing tool runs difference, The method includes: step S1, will be run by this testing tool in testing tool and test case list Test case is associated;And step S2, from described test case list, obtain a wherein test Use-case also calls the testing tool associated by this test case to be run this test case by this testing tool.
The present invention also provides for a kind of device shielding different testing tool operation difference, and this device includes: close Gang mould block, for the test case phase will run with this testing tool in test case list by testing tool Association;And calling module, for obtaining from described test case list wherein, a test case is also Call the testing tool associated by this test case to be run this test case by this testing tool.
By technique scheme, due to the method according to the invention and device first by testing tool and survey In example list on probation, the test case of operation is associated and is then using from described test by this testing tool Example list obtains and wherein calls the testing tool associated by this test case after a test case To be run this test case by this testing tool, therefore the method according to the invention and device can make simultaneously With different testing tools, and need not carry out adaptation and amendment for different scenes, this greatly saves Testing time, improve testing efficiency.
Other features and advantages of the present invention will be described in detail in detailed description of the invention part subsequently.
Accompanying drawing explanation
Accompanying drawing is used to provide a further understanding of the present invention, and constitutes the part of description, with Detailed description below is used for explaining the present invention together, but is not intended that limitation of the present invention.? In accompanying drawing:
Fig. 1 is the method that the different testing tool of the shielding according to one embodiment of the present invention runs difference Flow chart;
Fig. 2 is the device that the different testing tool of the shielding according to one embodiment of the present invention runs difference Block diagram;And
Fig. 3 is the device that the different testing tool of the shielding according to a further embodiment of this invention runs difference Block diagram.
Detailed description of the invention
Below in conjunction with accompanying drawing, the detailed description of the invention of the present invention is described in detail.It should be appreciated that Detailed description of the invention described herein is merely to illustrate and explains the present invention, is not limited to the present invention.
The present invention provides a kind of and shields the flow chart that different testing tool runs the method for difference, such as Fig. 1 institute Showing, the method comprises the following steps:
Step S1, the test case that testing tool will be run with this testing tool in test case list It is associated;And
Step S2, from described test case list, obtain a wherein test case call this test Testing tool associated by use-case is to be run this test case by this testing tool.
Preferably, step S1 can be accomplished by: in the program code of test case Or the test case title listed in described test case list adds added field, and configure described attached Add the mapping relations between field to the operation order line of the testing tool by running corresponding test case.
For example, it is possible to add added field in the prefix of former test case title, suffix etc., citing and Speech, it is assumed that list three test cases in test case list and its former test case title is respectively Com.letv.test.Test, com.letv.test.Test1, com.letv.test.Test2, then can be former in these three Test case title increases prefix and distinguishes the testing tool that these three test case is suitable for, such as, Com.letv.test.Test is modified as R_com.letv.test.Test to show that this test case is applicable to Robotium testing tool, is modified as U1_com.letv.test.Test1 with table by com.letv.test.Test1 This test case bright is applicable to Uiautomator1.0 testing tool, is modified as by com.letv.test.Test2 U2_com.letv.test.Test2 is to show that this test case is applicable to Uiautomator2.0 testing tool.
Again for example, it is also possible to carry out distinguishing tests by adding added field in the program code of test case The testing tool that use-case is suitable for, for example, it is possible to by by the way of increasing annotation before test case title Show the testing tool that this test case is suitable for, for example, R:test_testSearchPoi can be used Represent the test case run by testing tool robotium, with U1:test_testSearchPoi represent by The test case that testing tool uiautomator1.0 runs.More than it is merely illustrative, not with thoroughly The mode lifted illustrates how to add added field in the program code of test case.
It addition, described added field to by run corresponding test case testing tool operation order line it Between mapping relations can configure by json agreement or other agreements (such as, xml agreement), and, The mapping relations configured can be stored in configuration file so that follow-up consulting from this configuration file Mapping relations between test case and tool parameter such that it is able to run phase with suitable testing tool The test case answered, carries out adaptation and amendment without for different scenes.
Preferably, in step s 2, the testing tool associated by this test case is called described in run This test case may include that to obtain according to the mapping relations configured in step sl and operation is somebody's turn to do The operation order line of the testing tool of test case, and call will run by acquired operation order line The testing tool of this test case is to be run this test case by this testing tool.By this mapping relations Realize calling of testing tool, it is possible in the case of avoiding using multiple testing tool at the same time, for Different scenes carry out adaptation and amendment, therefore substantially increase testing efficiency, reduce what test was spent Time.
Preferably, the method according to the invention can also include: upon step s 2, by surveying accordingly While testing tool associated by example on probation runs corresponding test case, the log content needed for intercepting is also The log content intercepted is preserved with predetermined form.Owing to existing Uiautomator1.0 tests Instrument does not provide local daily record systematic function to be unfavorable for inquiry and the judgement of error information, Uiautomator2.0 and Robotium both testing tools are then to need could generate by tripartite's instrument Local daily record, therefore this step according to the present invention is significantly.For not providing local daily record First the Uiautomator1.0 testing tool of systematic function, can order from this testing tool running The content of order row output obtains the content wanted, such as can be by the side such as regular expression or character string Formula intercepts the log content wishing to preserve, such as operation result, operation time, operation class, operation side The log content such as method, error information, then with the content acquired in predetermined form preservation to obtain this locality fortune Row daily record, for example, it is possible to acquired content preserves into the xml form of Junit standard, protects certainly It is saved as text document or html or other form is also feasible.For providing local daily record to generate merit Uiautomator2.0 and the Robotium testing tool of energy, equally uses above method to generate Daily record.Certainly, by using three-party library JunitReportTestRunner to directly generate in mobile phone sd card The daily record of predetermined form (such as xml, html etc.) or by rewriteeing test audiomonitor (TestListener) To obtain required log content and to preserve into predetermined form (such as xml) be also feasible.So, root The these three testing tool allowing for originally providing different daily record form according to the method for the present invention is the most raw Become the daily record of such as junit standard xml form, thus be more beneficial for tester and consult, also have It is beneficial to the self-defined log content wishing to obtain of tester.
Preferably, described test case list can include test case running status, and in step In S2, obtaining wherein after a test case from described test case list, also judging should The current operating conditions of test case, and be to run unsuccessfully or not at the current operating conditions of this test case Testing tool associated by this test case of run time call is to be run this test case by this testing tool. Due to existing testing tool cannot batch and band strategically testing results use-case, if such as test case because of Network stabilization problem and run failure, the most existing three kinds of testing tool Uiautomator1.0, Uiautomator2.0 and Robotium does not the most provide the mechanism of reruning, and it is steady that this greatly reduces test Qualitative.And this step in the method according to the invention reruns mechanism owing to providing test case, Therefore, it is possible to be greatly increased measuring stability.
Preferably, the method according to the invention can also update test case after test case has been run List such that it is able to update test case running status.
Preferably, the method according to the invention can also include: the number of run judging certain test case is No exceeding predetermined threshold value, if exceeding, the most no longer having reruned this test case, to avoid the occurrence of because of certain Test case always runs the operation endless loop that failure causes.
The present invention also provides for a kind of device shielding different testing tool operation difference, as in figure 2 it is shown, should Device 1 includes: relating module 21, for by testing tool 2 and this testing tool in test case list The test case of operation is associated by 2;And calling module 22, for from described test case list An acquisition wherein test case also calls the testing tool 2 associated by this test case with by this test work Tool runs this test case.
Preferably, as it is shown on figure 3, described relating module 21 may include that field adds submodule 201, For the test case title listed in the program code of test case or in described test case list Middle interpolation added field;And configuration submodule 202, it is used for configuring described added field and phase being run Answer test case testing tool 2 operation order line between mapping relations.
Such as, field interpolation submodule 201 can add in the prefix of former test case title, suffix etc. Add added field, for example, it is assumed that test case list lists three test cases and its former survey Example title on probation is respectively com.letv.test.Test, com.letv.test.Test1, com.letv.test.Test2, Then field add submodule 201 can increase in these three former test case title prefix distinguish this three The testing tool that individual test case is suitable for, such as, is modified as com.letv.test.Test R_com.letv.test.Test, will to show that this test case is applicable to Robotium testing tool Com.letv.test.Test1 is modified as U1_com.letv.test.Test1 to show that this test case is applicable to Uiautomator1.0 testing tool, is modified as U2_com.letv.test.Test2 by com.letv.test.Test2 To show that this test case is applicable to Uiautomator2.0 testing tool.
The most such as, field is added submodule 201 and can also be passed through interpolation in the program code of test case Added field carrys out the testing tool that distinguishing tests use-case is suitable for, for example, it is possible to by test case name The mode increasing annotation before claiming shows the testing tool that this test case is suitable for, for example, permissible The test case run by testing tool robotium is represented, with U1 with R:test_testSearchPoi: Test_testSearchPoi represents the test case run by testing tool uiautomator1.0.Below it is only Exemplary illustration, not illustrates how to add in the program code of test case to add in the way of exhaustive Field.
It addition, configuration submodule 202 can use json agreement or other agreements (such as, xml agreement) Configure between described added field to the operation order line of the testing tool by running corresponding test case Mapping relations, and, configuration submodule 202 mapping relations configured can be stored in configuration literary composition So that follow-up consulting the mapping relations between test case and tool parameter from this configuration file in part, It is thus possible to run corresponding test case with suitable testing tool, without for different scenes Carry out adaptation and amendment.
Preferably, described calling module 22 can be also used for: at calling module 22 from described test case Obtaining wherein after a test case in list, the mapping configured according to configuration submodule 202 is closed System obtains the operation order line of the testing tool by running this test case, and is ordered by acquired operation Order row calls the testing tool by running this test case to be run this test case by this testing tool.Logical Cross this mapping relations to realize calling of testing tool, it is possible to avoid using multiple testing tool at the same time In the case of, carry out adaptation and amendment for different scenes, therefore substantially increase testing efficiency, reduce Time that test is spent.
Preferably, as it is shown on figure 3, can also include according to assembly of the invention 1: log acquisition module 23, it is used for while being run corresponding test case by the testing tool 2 associated by corresponding test case, Log content needed for intercepting also preserves the log content intercepted with predetermined form.Due to existing Uiautomator1.0 testing tool does not provide local daily record systematic function to be unfavorable for the inquiry of error information And judgement, Uiautomator2.0 and Robotium both testing tools are then to need by tripartite's instrument Could generate local daily record, be therefore to have very much according to the log acquisition module 23 in assembly of the invention Meaning.For not providing the Uiautomator1.0 testing tool of local daily record systematic function, daily record obtains First delivery block 23 can obtain in the content of order line output from this testing tool running wants Content, such as can by the mode such as regular expression or character string intercept wish preserve daily record in Hold, the log content such as such as operation result, operation time, operation class, operation method, error information, Then with the content acquired in predetermined form preservation to obtain local runtime daily record, for example, it is possible to will be obtained The content taken preserves into the xml form of Junit standard, certainly preserve into text document or html or other Form be also feasible.For provide local daily record systematic function Uiautomator2.0 and Robotium testing tool, log acquisition module 23 equally uses above method to generate daily record. Certainly, log acquisition module 23 is by using three-party library JunitReportTestRunner at mobile phone sd card In directly generate predetermined form (such as xml, html etc.) daily record or by rewrite test audiomonitor (TestListener) to obtain required log content and to preserve into predetermined form (such as xml) being also can Row.So, allow for originally providing the these three of different daily record form according to assembly of the invention Testing tool all generates the daily record of such as junit standard xml form, thus is more beneficial for tester and enters Row is consulted, and is also beneficial to the self-defined log content wishing to obtain of tester.
Preferably, described test case list can include test case running status, and described tune Can be also used for by module 22: from described test case list, obtain wherein one at calling module 22 After bar test case, it is judged that the current operating conditions of this test case, and current in this test case Running status calls the testing tool associated by this test case with by this when being and run failure or off-duty Testing tool runs this test case.Due to existing testing tool cannot batch and band strategically run survey Example on probation, if such as test case runs failure because of network stabilization problem, the most existing three kinds of test works Tool Uiautomator1.0, Uiautomator2.0 and Robotium the most do not provide the mechanism of reruning, This greatly reduces measuring stability.And again transport owing to providing test case according to assembly of the invention Row mechanism, therefore, it is possible to be greatly increased measuring stability.
Preferably, as it is shown on figure 3, can also include that test case runs shape according to assembly of the invention 1 State more new module 24, for updating test case list such that it is able to more after test case has been run New test case running status.
Preferably, calling module 22 can also judge whether the number of run of certain test case has exceeded pre- If threshold value, if exceeding, the most no longer rerun this test case, to avoid the occurrence of because certain test case is total It is to run the operation endless loop unsuccessfully caused.
The preferred embodiment of the present invention is described in detail above in association with accompanying drawing, but, the present invention does not limit Detail in above-mentioned embodiment, in the technology concept of the present invention, can be to the present invention Technical scheme carry out multiple simple variant, these simple variant belong to protection scope of the present invention.
It is further to note that each the concrete technical characteristic described in above-mentioned detailed description of the invention, In the case of reconcilable, can be combined by any suitable means.In order to avoid unnecessary Repeating, various possible compound modes are illustrated by the present invention the most separately.
Additionally, combination in any can also be carried out between the various different embodiment of the present invention, as long as its Without prejudice to the thought of the present invention, it should be considered as content disclosed in this invention equally.

Claims (10)

1. shielding the method that different testing tool runs difference, the method includes:
Step S1, the test case that testing tool will be run with this testing tool in test case list It is associated;And
Step S2, from described test case list, obtain a wherein test case call this test Testing tool associated by use-case is to be run this test case by this testing tool.
Method the most according to claim 1, wherein, step S1 includes:
The test case title listed in the program code of test case or in described test case list Middle interpolation added field, and configure described added field and the testing tool by running corresponding test case Run the mapping relations between order line.
Method the most according to claim 2, wherein, in step s 2, described in call this test Testing tool associated by use-case includes to run this test case:
The operation order line of the testing tool of this test case will be run according to the acquisition of described mapping relations, and The testing tool by running this test case is called with by this test work by acquired operation order line Tool runs this test case.
Method the most according to claim 1, the method also includes: upon step s 2, by While corresponding testing tool associated by test case runs corresponding test case, the daily record needed for intercepting The log content intercepted also is preserved by content with predetermined form.
5. according to the method described in any claim in Claims 1-4, wherein, described test Use-case list includes test case running status, and in step s 2, from described test case List obtains wherein after a test case, also includes:
Judge the current operating conditions of this test case, and be fortune at the current operating conditions of this test case The testing tool associated by this test case is called to be run by this testing tool when row failure or off-duty This test case.
6. shielding different testing tool and run a device for difference, this device includes:
Relating module, for the test that will be run with this testing tool in test case list by testing tool Use-case is associated;And
Calling module, for obtaining a wherein test case call this from described test case list Testing tool associated by test case is to be run this test case by this testing tool.
Device the most according to claim 6, wherein, described relating module includes:
Field adds submodule, in the program code of test case or in described test case list The test case title listed is added added field;And
Configuration submodule, for configuring described added field and the testing tool by running corresponding test case Operation order line between mapping relations.
Device the most according to claim 7, wherein, described calling module is additionally operable to: from institute Stating and obtain wherein after a test case in test case list, obtaining according to described mapping relations will Run the operation order line of the testing tool of this test case, and called by acquired operation order line The testing tool of this test case will be run to be run this test case by this testing tool.
Device the most according to claim 6, this device also includes:
Log acquisition module, for being run corresponding test by the testing tool associated by corresponding test case While use-case, log content needed for intercepting also preserves the log content intercepted with predetermined form.
10. according to the device described in any claim in claim 6 to 9, wherein, described test Use-case list includes test case running status, and described calling module is additionally operable to: from described survey Example list on probation obtains wherein after a test case, it is judged that this test case currently run shape State, and call this test case when the current operating conditions of this test case is and runs failure or off-duty Associated testing tool is to be run this test case by this testing tool.
CN201510932716.XA 2015-12-15 2015-12-15 Method and apparatus for shielding running difference of different testing tools Pending CN105893245A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510932716.XA CN105893245A (en) 2015-12-15 2015-12-15 Method and apparatus for shielding running difference of different testing tools

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510932716.XA CN105893245A (en) 2015-12-15 2015-12-15 Method and apparatus for shielding running difference of different testing tools

Publications (1)

Publication Number Publication Date
CN105893245A true CN105893245A (en) 2016-08-24

Family

ID=57002434

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510932716.XA Pending CN105893245A (en) 2015-12-15 2015-12-15 Method and apparatus for shielding running difference of different testing tools

Country Status (1)

Country Link
CN (1) CN105893245A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153665A (en) * 2016-12-02 2018-06-12 北京奇虎科技有限公司 Data test method and device
CN109947055A (en) * 2017-12-20 2019-06-28 松下知识产权经营株式会社 Apparatus control method, plant control unit and apparatus control system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060230320A1 (en) * 2005-04-07 2006-10-12 Salvador Roman S System and method for unit test generation
CN102662846A (en) * 2012-04-24 2012-09-12 广东欧珀移动通信有限公司 Testing method combining automatic tool and testing case
CN102915271A (en) * 2012-10-31 2013-02-06 北京邮电大学 Method for optimizing unit regression test case set based on control flow diagram
CN103441900A (en) * 2013-08-27 2013-12-11 上海新炬网络技术有限公司 Centralization cross-platform automated testing system and control method thereof
CN103810091A (en) * 2012-11-12 2014-05-21 百度在线网络技术(北京)有限公司 Method and device for carrying out page testing
CN104484267A (en) * 2014-11-20 2015-04-01 大唐移动通信设备有限公司 Testing system and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060230320A1 (en) * 2005-04-07 2006-10-12 Salvador Roman S System and method for unit test generation
CN102662846A (en) * 2012-04-24 2012-09-12 广东欧珀移动通信有限公司 Testing method combining automatic tool and testing case
CN102915271A (en) * 2012-10-31 2013-02-06 北京邮电大学 Method for optimizing unit regression test case set based on control flow diagram
CN103810091A (en) * 2012-11-12 2014-05-21 百度在线网络技术(北京)有限公司 Method and device for carrying out page testing
CN103441900A (en) * 2013-08-27 2013-12-11 上海新炬网络技术有限公司 Centralization cross-platform automated testing system and control method thereof
CN104484267A (en) * 2014-11-20 2015-04-01 大唐移动通信设备有限公司 Testing system and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153665A (en) * 2016-12-02 2018-06-12 北京奇虎科技有限公司 Data test method and device
CN109947055A (en) * 2017-12-20 2019-06-28 松下知识产权经营株式会社 Apparatus control method, plant control unit and apparatus control system

Similar Documents

Publication Publication Date Title
US9606900B1 (en) Intelligent automation of computer software test scripts and code requirements
EP3049988B1 (en) A system and method for automated remedying of security vulnerabilities
CN103177210B (en) A kind of method implanting dynamic stain analysis module in Android
EP3234851B1 (en) A system and method for facilitating static analysis of software applications
KR101507469B1 (en) Method for providing source code analysis service
CN112039900B (en) Network security risk detection method, system, computer device and storage medium
US9392011B2 (en) Web vulnerability repair apparatus, web server, web vulnerability repair method, and program
US10606586B2 (en) Application architecture generation
CN109254765B (en) Timing task management method, device, computer equipment and storage medium
CN112506518B (en) Compiling method and device based on configuration file
US10229273B2 (en) Identifying components for static analysis of software applications
CN105630671A (en) Code coverage rate report generation method and device
CN105893245A (en) Method and apparatus for shielding running difference of different testing tools
CN111125721A (en) Control method for process starting, computer equipment and readable storage medium
CN112230963B (en) Method, device, computer equipment and storage medium for repairing security vulnerabilities
CN105630672A (en) Automatic application monitoring method and device
Ascia et al. Making android apps data-leak-safe by data flow analysis and code injection
CN106940775B (en) Vulnerability detection method and device for application program
CN105227411A (en) The method of test interface, network agent and system
US11494183B1 (en) Executor microservices for automated application compliance processing
CN110968507B (en) Coverage rate statistics method and coverage rate statistics device
CN110390199A (en) Android system leak detection method, device, computer equipment and storage medium
Ueda et al. How is if statement fixed through code review? a case study of qt project
WO2020024687A1 (en) Display method, terminal, and storage medium
CN117435510B (en) Automatic test method, terminal equipment and computer readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160824

WD01 Invention patent application deemed withdrawn after publication