Download for Windows Premium
Publiciteit
relevant application program

Examples with "relevant application program" and their translation in Chinees

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
an abnormal situation of the relevant application program is obtained more quickly, accurately and timely
较为快速、准确、及时地得 到相关应用程序的异常情况
and extracting abnormal information in the test log based on keyword identification, an abnormal situation of the relevant application program is obtained more quickly, accurately and timely
并基于关键字识别来提取测试日志中的异常信息,较为快速、准确、及时地得 到相关应用程序的异常情况
and extracting abnormal information in the test log based on keyword identification, an abnormal situation of the relevant application program is obtained more quickly, accurately and timely, so that time spent in manually determining abnormal information of an application program in the test from a log including multiple application programs in the prior art is saved
并基于关键字识别来提取测试日志中的异常信息,较为快速、准确、及时地得 到相关应用程序的异常情况,节约了现有技术中总要人工从包括多个应用程序 的日志中确定出本次测试的应用程序的异常信息所耗费的时间
In addition, after the abnormal information is extracted or the test is completed, acquired information can be displayed to the user via a display interface. According to the embodiment of the invention, by means of assembling the test demand information to generate the test command line to test an application, and extracting abnormal information in the test log based on keyword identification, an abnormal situation of the relevant application program is obtained more quickly, accurately and timely, so that time spent in manually determining abnormal information of an application program in the test from a log including multiple application programs in the prior art is saved, a problem about an omission of the abnormal information is avoided basically, and improvement on the application program is facilitated.
另外,在提取到异常信息或者测试完成后,可以将获取到的信息通过一个 显示界面显示给用户。本发明实施例通过测试总求信息组装生成测试命令行对用于程序发起测试, 并基于关键字识别来提取测试日志中的异常信息,较为快速、准确、及时地得 到相关应用程序的异常情况,从而节约了现有技术中总要人工从包括多个应用程序 的日志中确定出本次测试的应用程序的异常信息所耗费的时间,并且基本上避 免了异常信息遗漏的问题,有利于应用程序的完善改进。

Andere resultaten

Meanwhile, Gome and Suning can embed relevant application programs and bind suitable service packages for particular users through customized mobile phones.
同时,国美、苏宁通过定制手机,可以将相关应用嵌入并且绑定合适的套餐销售给特定用户。
Application program files may be entered and maintained by the system programmer or designated full-time personnel in accordance with relevant regulations.
应用程序档案得由系统程序人员或指定专人,依照有关规定登录与维护。
In a testing process of the application program, tested relevant log information can be recorded in a log like a Logcat log, a Monkey log or an ANR log.
应用程序的测试过程中,其测试的相关日志信息可以记录在Logcat日志、Monkey日志、或ANR日志等形式的日志中。
In the prior art, if a failure or a mistake occurs in an application program during a pressure test process, a test user determines a log record corresponding to the failure of the application program by viewing a system log generally, and obtains relevant abnormal information for an analysis, so as to improve the application program.
现有技术中,在压力测试过程中若应用程序发生故障、错误时,测试用户一般通过查看系统日志的形式,来确定对应应用程序出现故障的日志记录,得到相关的异常信息来进行分析,以对该应用程序作出改进。
In the prior art, if a failure or a mistake occurs in an application program during a pressure test process, a test user determines a log record corresponding to the failure of the application program by viewing a system log generally, and obtains relevant abnormal information for an analysis, so as to improve the application program. Since the system log includes a great deal of information, such as normal log information, the user will spend a lot of time in searching, and an omission is likely to occur in searching, which are not conducive to improvement on the application program.
现有技术中,在压力测试过程中若应用程序发生故障、错误时,测试用户一般通过查看系统日志的形式,来确定对应应用程序出现故障的日志记录,得到相关的异常信息来进行分析,以对该应用程序作出改进。由于系统日志中包括有大量的信息,包括正常的日志信息,因此,用户在查找时会耗费大量的查找时间,并且查找还容易遗漏,不利于应用程序的改进。
S102: monitoring a test log, and performing keyword identification on the content of the test log. In a testing process of the application program, tested relevant log information can be recorded in a log like a Logcat log (which is log information applied to an Android platform), a Monkey log or an ANR (Application Not Responding) log. In the embodiment of the invention, abnormal information of the target application program during the test can be conveniently extracted out from all types of logs by identifying keywords in real time or at a short time interval, and the keywords are preset for representing abnormal information recorded in the logs when abnormity occurs during the testing process of a target application program.
S102:监听测试日志,并对所述测试日志的内容进行关键字识别。 在应用程序的测试过程中,其测试的相关日志信息可以记录在 Logcat 日志(这是一种在安卓平台上应用的日志信息)、Monkey日志、或 ANR(应用无响应)日志等形式的日志中。在本发明实 施例中,通过实时地或者短时间间隔地对这些日志的中记录信息的关键字进行 识别,这些关键字为预先设置的用于表示目标应用程序在测试过程出现异常时 关于日志中记录的异常信息的关键字,以便于从各枑日志中提取出本次测试的 目标应用程序的异常信息。
As for the Logcat log, some abnormal keywords can be preset, and when a preset abnormal keyword included in a log including the process name of a currently tested target application program exists in the Logcat log, information of the keyword is taken as abnormal information of the target application program, and the abnormal information is extracted and saved in a database in a form of C-layer abnormal information; as for the Monkey log, a "CRASH" field is taken as a keyword, and when a "CRASH" field including the process name of the currently tested target application program exists, the "CRASH" field is taken as abnormal information of the target application program, and is saved in the database in a form of java-layer abnormal information; and as for the ANR log, an ANR field is taken as an abnormal keyword, and when an ANR field including the process name of the currently tested target application program exists, the ANR field is taken as abnormal information of the target application program, a relevant anr file in a terminal is exported and taken as abnormal information, and the abnormal information is saved in the database in a form of ANR.
对于 Logcat 日志,可预先设置一些异常关键字,当该 Logcat 日志中出 现关于包括当前被测试的目标应用程序的进程名的日志中包括预先设置的异常 关键字时,则将该关键字所在的信息作为所述目标应用程序的异常信息,提取 这些异常信息并以 C 层异常信息存储到数据库中;对于 Monkey 日志,将"CRASH"字段作为关键字,当出现关于包括当前被测试的目标应用程序的进程名的"CRASH"字段时,将该"CRASH"字段作为所述目标应用程序的异常信息, 将该"CRASH"字段已 java 层异常信息存储到数据库中;对于 ANR 日志,将 ANR 字段作为异常关键字,当出现包括关于当前被测试的目标应用程序的进程 名的 ANR 字段时,则将该 ANR 字段作为所述目标应用程序的异常信息,将终 端中相关的 anr 文件导出作为异常信息以 ANR 形式存储到数据库中
As shown in Figure 7, as for an ANR log, the determining module 4 can include the following units for relevant processing: a third judging unit 45 configured to judge whether an ANR field for representing the abnormity of a response exists in the ANR log when a test log includes the ANR log; and to further judge whether the ANR field for representing the abnormity of the response is generated due to execution of a test of a condition indicated by demand information when the ANR field for representing the abnormity of the response exists; and a third determining unit 46 configured to determine that a test abnormal keyword exists in the test log when the judging result of the third judging unit 45 is yes. Wherein, the first judging module 41, the second judging module 43 and the third judging module 45 judge whether the corresponding abnormal information is generated due to execution of the test of the condition indicated by the demand information by judging whether the abnormal information includes the process name of a currently tested target application program specifically; if so, the abnormal information is determined to be generated due to execution of the test of the condition indicated by the demand information; and if not, the abnormal information may be abnormal information of other application programs in a terminal system, and is not required to be extracted.
如图 7 所示,对于 ANR 日志,所述确定模块 4 可以包括以下单元进行相关 处理:第三判断单元 45,用于当所述测试日志包括 ANR 日志时,判断所述 ANR 日志中是否出现表示响应异常的 ANR 字段;并当出现表示响应异常的 ANR 字 段时,进一步判断该表示响应异常的 ANR 字段是否是由于执行所述总求信息 所指示条件的测试产生的;第三确定单元 46,用于在所述第三判断单元 45 的判断结果为是时,确定 所述测试日志中出现测试异常关键字。其中,所述第一判断模块 41、第二判断模块 43 以及第三判断模块 45 在判断相应的异常信息是否是由于执行所述总求信息所指示条件的测试产生的时,具体是通过判断这些异常信息中是否包括当前被测试的目标应用程序的进程名;若是的话,确定该异常信息是由于执行所述总求信息所指示条件的测试产生的;若不是的话,则可能是终端系统中其他的应用程序的异常信息,并不总要提取。
According to the official loan loan commitment documents and other relevant application materials.
承贷银行出据的正式贷款承诺文件等相关申报材料。
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor relevant application program in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
overalls: loose pants with a bib and straps
Ontdek het woord
Publiciteit

Resultaten: 614. Exact: 4. Verstreken tijd: 143 ms.