CN103197947A - Script processing method and device - Google Patents

Script processing method and device Download PDF

Info

Publication number
CN103197947A
CN103197947A CN2012100007887A CN201210000788A CN103197947A CN 103197947 A CN103197947 A CN 103197947A CN 2012100007887 A CN2012100007887 A CN 2012100007887A CN 201210000788 A CN201210000788 A CN 201210000788A CN 103197947 A CN103197947 A CN 103197947A
Authority
CN
China
Prior art keywords
script
interpreter
sentence
type
script interpreter
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
CN2012100007887A
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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN2012100007887A priority Critical patent/CN103197947A/en
Publication of CN103197947A publication Critical patent/CN103197947A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a script processing method and device. The method comprises the following steps: receiving script statements, wherein each type of scripting language corresponds to a script interpreter which is used for implementing the script statement edited by the scripting language corresponding to the script interpreter; and calling the script interpreter corresponding to the script statement for implementing the script statement. According to the invention, the script statements of various scripting languages can be implemented in a script, the advantages of all the scripts are integrated, and manual transplant of the scripting languages is avoided, so that the user experience is improved.

Description

Script processing method and device
Technical field
The present invention relates to the communications field, in particular to a kind of script processing method and device.
Background technology
In automatic test, in order to adapt to the system under test (SUT) of different business characteristics, test platform all adopts public function to use with operational trials and uses the framework strategy that is separated, for example, adopt the mode of compiling type developing instrument hard coded to realize for the relatively-stationary function of function logics such as script management, test run, data metric, such as VC6.0, dotNet.Test logic then adopts the mode of compile script to realize, for example, what interface automated test tool QuickTest Professional adopted is the vbscript script.Test macro in the correlation technique is only supported a kind of script, therefore, when development and testing platform voluntarily, a problem that must face is the selection to script, and every kind of script has the advantage of oneself, if select wherein a kind ofly, then mean the advantage of abandoning other scripts.In addition, some Meter Test instrument manufacturers only provide the product with specific script control interface, as Tool Command Language (Tool Command Language, abbreviate tcl as), if test platform adopts different scripts, then must carry out the artificial graft to this script, otherwise uncontrollable instrument.
In correlation technique, some testing tool can be supported two kinds of scripts, for example, Function Tester instrument can be supported vbscript and two kinds of scripts of javascript simultaneously, give the certain selection space of user though support two kinds of scripts, but a script can only select a kind of script to write, and can not solve the problem of carrying out other script sentence in the middle of a script.
Summary of the invention
The invention provides a kind of script processing method and device, to solve in the correlation technique in the middle of the script problem that can only write with a kind of script at least.
According to an aspect of the present invention, a kind of script processing method is provided, has comprised: received script sentence, wherein, the script of each type is corresponding to a kind of script interpreter, and script interpreter is used for the script sentence that execution uses the script of this script interpreter correspondence to write; Call the script interpreter corresponding with script sentence and carry out script sentence.
Preferably, invoke script interpreter execution script sentence comprises: the identification information of the script interpreter of the script type correspondence of reception script sentence; Perhaps, judge the script type of script sentence according to script sentence, and obtain the identification information of the script interpreter corresponding with the script type; Call the script interpreter corresponding with the identification information of script interpreter and carry out script sentence.
Preferably, identification information is character string, and character string is used for the script type of this script interpreter correspondence of sign.
Preferably, before receiving script sentence, create all types of script interpreter; Perhaps, receive after the script sentence, create the script interpreter corresponding with this script type according to the script type of script sentence.
Preferably, execute need the execution script statement after, also comprise: destroy all types of script interpreter of creating before the script sentence receiving; Perhaps, destroy the script interpreter of the script type correspondence of script sentence.
Preferably, script sentence is used for carrying out test.
According to another aspect of the present invention, a kind of script treating apparatus is provided, comprise: receiver module, be used for receiving script sentence, wherein, the script of each type is corresponding to a kind of script interpreter, and script interpreter is used for the script sentence that execution uses the script of this script interpreter correspondence to write; Calling module is used for calling the script interpreter corresponding with script sentence and carries out script sentence.
Preferably, receiver module also be used for to receive the identification information of script interpreter of the script type correspondence of script sentence; Perhaps, said apparatus also comprises: judge module is used for judging according to script sentence the script type of script sentence, and obtains the identification information of the script interpreter corresponding with the script type; Calling module is used for calling the script interpreter corresponding with the identification information of script interpreter and carries out script sentence.
Preferably, also comprise: creation module is used for creating all types of script interpreter before receiving script sentence; Perhaps, be used for after receiving script sentence, create the script interpreter corresponding with this script type according to the script type of script sentence.
Preferably, also comprise: destroy module, be used for execute need the execution script statement after, destroy all types of script interpreter of creating before the script sentence receiving; Perhaps, destroy the script interpreter of the script type correspondence of script sentence.
In the present invention, by to the calling of different script interpreter, solve in the correlation technique problem that can only write with a kind of script at least, realized in a script, carrying out the script sentence of multiple script.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used for explaining the present invention, do not constitute improper restriction of the present invention.In the accompanying drawings:
Fig. 1 is the process flow diagram according to the script processing method of the embodiment of the invention;
Fig. 2 is the test macro synoptic diagram according to this language of multiway of the embodiment of the invention;
Fig. 3 is the script flowchart according to this language of multiway of the embodiment of the invention;
Fig. 4 is the structured flowchart according to the script treating apparatus of the embodiment of the invention;
Fig. 5 is the structured flowchart one of script treating apparatus according to the preferred embodiment of the invention;
Fig. 6 is the structured flowchart two of script treating apparatus according to the preferred embodiment of the invention;
Fig. 7 is the structured flowchart three of script treating apparatus according to the preferred embodiment of the invention;
Fig. 8 is the structured flowchart four of script treating apparatus according to the preferred embodiment of the invention;
Fig. 9 is the structured flowchart five of script treating apparatus according to the preferred embodiment of the invention.
Embodiment
Need to prove that under the situation of not conflicting, embodiment and the feature among the embodiment among the application can make up mutually.Describe the present invention below with reference to the accompanying drawings and in conjunction with the embodiments in detail.
A kind of script processing method is provided in following examples, and Fig. 1 is the process flow diagram according to the script processing method of the embodiment of the invention, and as shown in Figure 1, this script processing method comprises the steps:
Step S102, receive script sentence (for example, this script sentence is for carrying out test), wherein, the script of each type is corresponding to a kind of script interpreter, and script interpreter is used for the script sentence that execution uses the script of this script interpreter correspondence to write.
Step S104 calls the script interpreter corresponding with script sentence and carries out script sentence.
In the correlation technique, a kind of test macro is only supported a kind of script, if test macro adopts different scripts, must carry out the artificial graft to this script.In the present embodiment, even used different scripts in the script, as long as in the process of carrying out this script, call different script interpreter, so just realized in a script, carrying out the script sentence of multiple script, and then the comprehensive advantage of each script, and need not carry out the artificial graft to script, improve user's experience.
For definite script interpreter corresponding with script sentence, provide two kinds in the present embodiment preferred embodiment:
Mode one, the type of the employed script of script sentence can be obtained by other modules, function or device, before receiving the step of this script sentence or the identification information of script interpreter that directly receives the script type correspondence of this script sentence afterwards get final product.
Mode two also can be judged the script type of script sentence according to script sentence, and obtain the identification information of the script interpreter corresponding with the script type after receiving script sentence.
Above-mentioned two kinds of preferred modes all can obtain the identification information of script interpreter, and therefore, (certainly, also can use other mode to obtain the identification information of script interpreter) can be selected and one used or also can be used in combination to these two kinds of preferred modes.After obtaining identification information, can call the script interpreter corresponding with the identification information of script interpreter and carry out script sentence.
Identification information can have a variety of forms, and preferably, as identification information, character string is used for the script type of this script interpreter correspondence of sign with character string, and such processing mode can identify the type of script very intuitively; Perhaps also can directly use numeral to identify.
For the establishment of script interpreter, also can adopt different processing modes, for example, for the consideration of saving internal memory, before test macro is carried out script at every turn, only create the script interpreter that needs use.Again for example, can create all types of script interpreter before receiving script sentence, this example can improve execution speed to a certain extent with respect to each way of creating again in use.Carry out before the script sentence according to actual conditions and select or be used in combination construction strategy in above-mentioned two examples.
In like manner, execute need the execution script statement after, the script interpreter of creating before can destroying, the difference according to the mode of establishment also has different destruction modes: destroy all types of script interpreter of creating before the script sentence receiving; Perhaps, destroy the script interpreter of the script type correspondence of script sentence.
In following examples, be that example is to above-described embodiment and preferred embodiment describe with the test macro.
To adopt hard coded to be encapsulated in system script interpreter different with general test macro, and this preferred embodiment is encapsulated in script interpreter in the script adapter, and Fig. 2 is the test macro synoptic diagram according to this language of multiway of the embodiment of the invention.As shown in Figure 2, this system comprises: the script interpreter of application scenarios (namely waiting for the execution script statement), script adapter and each script type correspondence, wherein, the script adapter is used for carrying out above-described embodiment and preferred implementation, the script adapter can comprise the steps: when carrying out script
Steps A, test macro loading scripts adapter.
Preferably, the script adapter can adopt the dynamic load technology to realize, but is not limited to dynamic link library (Dynamic Link Library abbreviates DLL as) technology.
Step B, the script adapter is created script interpreter, and the identification information of script interpreter is returned to test macro, and identification information can be script interpreter id, script interpreter name etc., does not repeat in order to make id, it can be defined as global variable.
Preferably, in step B, when creating script interpreter, the type of the script interpreter that appointment will be created, and this information is recorded in the script adapter.When defining the name of the script interpreter that will create, whether equally with the name of existing other script interpreter can check, for fear of producing unnecessary mistake, when the name of the script interpreter that detects establishment is identical with other script interpreter, change.After creating successfully, the name of script interpreter id and script interpreter can be bound.
Than more preferably, after creating, the script adapter can also return to system and create script interpreter success or not sign.
Step C, test macro will the execution script statement and script interpreter identification information (for example id) pass to the script adapter.In step C, the execution script statement will meet the grammer of corresponding script interpreter.
Step D, script adapter invoke script interpreter id carries out script sentence.
Preferably, the script adapter can check that whether the identification information (for example id) of the script interpreter of importing into exists, and returns failed configuration details as not existing then to system.If what step B used is the script interpreter name, at first to check whether there is this script interpreter name, if exist, then search corresponding script interpreter id according to title with the binding relationship of id, otherwise return error message.
A kind of more excellent executive mode is: the script adapter obtains the interpreter type according to script interpreter id, calls the executive's interface of interpreter correspondence again and carries out the script sentence of importing into.
Obtain if desired whether to run succeeded, then script interpreter can be returned and carry out script sentence success or not sign.
Step e, script adapter are returned the script execution result and are given test macro.For example, can import the identification information (for example, the id of script interpreter or script interpreter name) of the name variable that will obtain and corresponding script interpreter into.Certainly, the script adapter also can obtain the interpreter type according to script interpreter id, calls the variable query interface command of interpreter correspondence again.
Equally, in this step, script interpreter also can be returned to system and carry out script sentence success or not sign.
Step F, the script adapter is destroyed script interpreter.
Preferably, can check the script interpreter identification information that imports in this step, for example whether id exists, and returns failed configuration details as not existing.In this step, can preferably once destroy all script interpreter.
By above-mentioned steps, test macro can support all scripts as its programming language, reduces test macro to user's Capability Requirement, improves the competitive power of test macro.Single application scenarios can realize striding calling of script, thereby realizes this language of multiway hybrid programming.
Be that example (for example describes with the test macro of supporting the vbscript script below, QuickTest Professional test macro), in following preferred embodiment, the control interface of instrument producer only provides the control of tcl to drive, and namely following preferred present embodiment has realized carrying out the tcl script in the vbscript script.Fig. 3 is the script flowchart according to this language of multiway of the embodiment of the invention, and as shown in Figure 3, this flow process comprises the steps: shown in Fig. 3:
Step S302, test macro loading scripts adapter.
In the present embodiment, the script adapter uses dll to realize, for this reason at first will be in vbscript the interface of statement script adapter.This example takes out 4 interface functions, and is as follows:
Extern.Declare?miclnteger,″CreateScriptInterpreter″,ScriptAdaptPath,″CreateScriptInterpreter″,micString,micString
Wherein, Extern.Declare is the statement of creating script interpreter.Miclnteger is the integer rreturn value, for example represents when rreturn value is 1 that execution result is success, represents that when rreturn value is 0 execution result is failure." CreateScriptInterpreter " is the function name that defines arbitrarily.ScriptAdaptPath is the disk at script adapter place.In " CreateScriptInterpreter " function, first parameter m icString is the type of script interpreter, and second parameter m icString is the name of script interpreter.
Extern.Declare?miclnteger,″ExecuteCmd″,ScriptAdaptPath,″
ExecuteCmd″,micString,micString
Wherein, Extern.Declare is the statement of carrying out script sentence, and in the function of " ExecuteCmd " by name, first parameter is the script interpreter name, wants the execution script statement for second.
Extern.Declare?miclnteger,″GetVarValue″,ScriptAdaptPath,″GetVarValue″,micString,micString,micString+micByRef
Wherein, Extern.Declare is the statement of obtaining the script variable value, and first parameter is the script interpreter name, and second is to obtain name of variables, and the 3rd is the output valve of variable.
Extern.Declare?miclnteger,″DistroyScriptInterpret″,ScriptAdaptPath,″DistroyScriptInterpret″,micString
Wherein, Extern.Declare is the statement of destroying script interpreter, and first parameter is the script interpreter name that will destroy.
Step S304, the script adapter is created script interpreter, and script interpreter id is returned to test macro.
The function of this step is to create the tcl script interpreter of a tclInterpreter by name in the script adapter, and carrying out for follow-up script provides running space.
False code is as follows:
Figure BDA0000128599810000051
Figure BDA0000128599810000061
In the present embodiment, when rreturn value is 1, show " creating the script interpreter success ".
Step S306, test macro will the execution script statement and script interpreter id pass to the script adapter.
In the present embodiment, load the driving of instrument, the while also connects instrument.
False code is as follows:
' load the driving of instrument
Figure BDA0000128599810000062
When rreturn value is 0, show " loading the instrument drive failure ".
' connect instrument, create temporary variable iFlag, be used for preservation and whether connect the instrument success
Extert.ExecuteCmd(“tclInterpreter”,”set?iFlag[TestDevice?testdevice?192.168.0.1]”)
Step S308, script adapter return the script execution result and give test macro.
In the present embodiment, obtaining connection instrument success token variable iFlag, be the tclInterpreter running space, and iResult is the vbscipt running space.
False code is as follows:
Figure BDA0000128599810000063
Step S310, the script adapter is destroyed script interpreter id.
Destroy the script interpreter of the tclInterperter by name of step S304 establishment in this example.
False code is as follows:
Extert.DestroyScriptInterpreter(“tclInterpreter”)
Above preferred embodiment has been realized the vbscript environment calls of QTP and has been carried out the tcl statement, similarly, by same mode, can be implemented in the function of calling a plurality of scripts in the script, repeats no more.
Need to prove, can in the computer system such as one group of computer executable instructions, carry out in the step shown in the process flow diagram of accompanying drawing, and, though there is shown logical order in flow process, but in some cases, can carry out step shown or that describe with the order that is different from herein.
The embodiment of the invention also provides a kind of script treating apparatus, and this device can be used for realizing above-mentioned script processing method.As used below, the combination of software and/or the hardware of predetermined function can be realized in term " module ".Although the described device of following examples is preferably realized with software, hardware, perhaps the realization of the combination of software and hardware also may and be conceived.
Fig. 4 is the structured flowchart according to the script treating apparatus of the embodiment of the invention, as shown in Figure 4, comprises receiver module 402 and calling module 404.Below its structure is described in detail.
Receiver module 402 is used for receiving script sentence, and wherein, the script of each type is corresponding to a kind of script interpreter, and script interpreter is used for the script sentence that execution uses the script of this script interpreter correspondence to write; Calling module 404 is connected to receiver module 402, calls the script interpreter corresponding with script sentence and carries out script sentence.
Fig. 5 is the structured flowchart one of script treating apparatus according to the preferred embodiment of the invention, as shown in Figure 5, calling module 404 also comprises: judge module 4042, be used for judging according to script sentence the script type of script sentence, and obtain the identification information of the script interpreter corresponding with the script type; Calling module 4044 is connected to judge module 4042, is used for calling the script interpreter corresponding with the identification information of script interpreter and carries out script sentence.
Fig. 6 is the structured flowchart two of script treating apparatus according to the preferred embodiment of the invention, and as shown in Figure 6, said apparatus also comprises: creation module 406 is used for creating all types of script interpreter before receiving script sentence; Perhaps, Fig. 7 is the structured flowchart three of script treating apparatus according to the preferred embodiment of the invention, as shown in Figure 7, and creation module 406, be used for after receiving script sentence, create the script interpreter corresponding with this script type according to the script type of script sentence.
Fig. 8 and Fig. 9 are the structured flowcharts four and five of script treating apparatus according to the preferred embodiment of the invention, shown in Fig. 8 and 9, said apparatus also comprises: destroy module 408, be used for execute need the execution script statement after, destroy all types of script interpreter of creating before the script sentence receiving; Perhaps, destroy the script interpreter of the script type correspondence of script sentence.
Need to prove that the script treating apparatus of describing among the device embodiment is corresponding to above-mentioned method embodiment, its concrete implementation procedure had been carried out detailed description in method embodiment, do not repeat them here.
In another embodiment, also provide a kind of software, this software is for carrying out the technical scheme that above-described embodiment and preferred implementation are described.
In another embodiment, also provide a kind of storage medium, stored above-mentioned software in this storage medium, this storage medium includes but not limited to: CD, floppy disk, hard disk, scratch pad memory etc.
Obviously, those skilled in the art should be understood that, above-mentioned each module of the present invention or each step can realize with the general calculation device, they can concentrate on the single calculation element, perhaps be distributed on the network that a plurality of calculation elements form, alternatively, they can be realized with the executable program code of calculation element, thereby, they can be stored in the memory storage and be carried out by calculation element, perhaps they are made into each integrated circuit modules respectively, perhaps a plurality of modules in them or step are made into the single integrated circuit module and realize.Like this, the present invention is not restricted to any specific hardware and software combination.
The above is the preferred embodiments of the present invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of doing, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. script processing method is characterized in that comprising:
Receive script sentence, wherein, the script of each type is corresponding to a kind of script interpreter, and described script interpreter is used for the script sentence that execution uses the script of this script interpreter correspondence to write;
Call the script interpreter corresponding with described script sentence and carry out described script sentence.
2. method according to claim 1 is characterized in that, calls described script interpreter and carries out described script sentence and comprise:
Receive the identification information of script interpreter of the script type correspondence of described script sentence; Perhaps, judge the script type of described script sentence according to described script sentence, and obtain the identification information of the script interpreter corresponding with described script type;
Call the script interpreter corresponding with the identification information of described script interpreter and carry out described script sentence.
3. method according to claim 2 is characterized in that, described identification information is character string, and described character string is used for the script type of this script interpreter correspondence of sign.
4. method according to claim 1 is characterized in that,
Before receiving described script sentence, create all types of script interpreter; Perhaps,
Receive after the script sentence, create the script interpreter corresponding with this script type according to the script type of described script sentence.
5. method according to claim 4 is characterized in that, execute need the execution script statement after, also comprise:
Destruction is receiving all types of script interpreter of creating before the script sentence; Perhaps,
Destroy the script interpreter of the script type correspondence of described script sentence.
6. according to each described method in the claim 1 to 5, it is characterized in that described script sentence is used for carrying out test.
7. script treating apparatus is characterized in that comprising:
Receiver module is used for receiving script sentence, and wherein, the script of each type is corresponding to a kind of script interpreter, and described script interpreter is used for the script sentence that execution uses the script of this script interpreter correspondence to write;
Calling module calls the script interpreter corresponding with described script sentence and carries out described script sentence.
8. device according to claim 7 is characterized in that,
Described receiver module also be used for to receive the identification information of script interpreter of the script type correspondence of described script sentence; Perhaps, described device also comprises: judge module is used for judging the script type of described script sentence according to described script sentence, and obtains the identification information of the script interpreter corresponding with described script type;
Described calling module is used for calling the script interpreter corresponding with the identification information of described script interpreter and carries out described script sentence.
9. device according to claim 7 is characterized in that, also comprises: creation module,
Described creation module is used for creating all types of script interpreter before receiving described script sentence; Perhaps, be used for after receiving script sentence, create the script interpreter corresponding with this script type according to the script type of described script sentence.
10. device according to claim 9 is characterized in that, also comprises: destroy module,
Described destruction module, be used for execute need the execution script statement after, destroy all types of script interpreter of creating before the script sentence receiving; Perhaps, destroy the script interpreter of the script type correspondence of described script sentence.
CN2012100007887A 2012-01-04 2012-01-04 Script processing method and device Pending CN103197947A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012100007887A CN103197947A (en) 2012-01-04 2012-01-04 Script processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012100007887A CN103197947A (en) 2012-01-04 2012-01-04 Script processing method and device

Publications (1)

Publication Number Publication Date
CN103197947A true CN103197947A (en) 2013-07-10

Family

ID=48720542

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012100007887A Pending CN103197947A (en) 2012-01-04 2012-01-04 Script processing method and device

Country Status (1)

Country Link
CN (1) CN103197947A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106202470A (en) * 2016-07-14 2016-12-07 网易(杭州)网络有限公司 The processing method of script and system
CN107315576A (en) * 2016-04-26 2017-11-03 中兴通讯股份有限公司 A kind of method and system of dynamic expansion software flow
CN107992327A (en) * 2017-12-07 2018-05-04 国云科技股份有限公司 The method that the script write under a kind of Windows environment is adapted to Linux
CN108037948A (en) * 2017-12-11 2018-05-15 福建中金在线信息科技有限公司 Script management method, apparatus and system
CN108319548A (en) * 2017-01-18 2018-07-24 阿里巴巴集团控股有限公司 A kind of program code adjustment method and device
CN108809755A (en) * 2018-05-18 2018-11-13 烽火通信科技股份有限公司 The home gateway automatic test approach and system of compatible command row and WEB interface

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5692198A (en) * 1993-10-27 1997-11-25 Canon Kabushiki Kaisha Method for executing a process defined by a script by a plurality of types of description languages and an apparatus therefor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5692198A (en) * 1993-10-27 1997-11-25 Canon Kabushiki Kaisha Method for executing a process defined by a script by a plurality of types of description languages and an apparatus therefor

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107315576A (en) * 2016-04-26 2017-11-03 中兴通讯股份有限公司 A kind of method and system of dynamic expansion software flow
CN106202470A (en) * 2016-07-14 2016-12-07 网易(杭州)网络有限公司 The processing method of script and system
CN106202470B (en) * 2016-07-14 2019-09-10 网易(杭州)网络有限公司 The processing method and system of script
CN108319548A (en) * 2017-01-18 2018-07-24 阿里巴巴集团控股有限公司 A kind of program code adjustment method and device
CN107992327A (en) * 2017-12-07 2018-05-04 国云科技股份有限公司 The method that the script write under a kind of Windows environment is adapted to Linux
CN108037948A (en) * 2017-12-11 2018-05-15 福建中金在线信息科技有限公司 Script management method, apparatus and system
CN108809755A (en) * 2018-05-18 2018-11-13 烽火通信科技股份有限公司 The home gateway automatic test approach and system of compatible command row and WEB interface
CN108809755B (en) * 2018-05-18 2020-10-30 烽火通信科技股份有限公司 Automatic testing method and system for home gateway compatible with command line and WEB interface

Similar Documents

Publication Publication Date Title
CN107273286B (en) Scene automatic test platform and method for task application
CN102375778B (en) Method and system for automatically testing digital signal processor (DSP)
CN103197947A (en) Script processing method and device
CN104821954B (en) A kind of cross-platform remote procedure calling (PRC) method
CN102118281B (en) Method, device and network equipment for automatic testing
CN102096631A (en) Interface testing method and device
US10354031B2 (en) Information processing by interpenetrating signal transmission channel in design for testability of chip
CN111399828B (en) Model-driven logic device modeling method and terminal
CN104683386A (en) Pile service implementation method and device capable of customizing response
EP1849077A2 (en) Test case automatic generation method for testing proactive gsm applications on sim card
CN105335281A (en) Method and device for automatic mock of external dependency
CN102622470A (en) General car code conversion method
CN102306122A (en) Automated testing method and equipment
CN101246448A (en) Automatized script implementing method
CN101482817A (en) Large-particle Java component assembly method based on black box
CN105591779A (en) Method and device for inspecting network element
CN111767226A (en) Method, system and equipment for testing cloud computing platform resources
CN116629172A (en) Method, device, equipment and medium for automatically generating and integrating modules in chip design
US20220300262A1 (en) Method for constructing, running and implementing cross-platform application, terminal, server and system
CN103942140A (en) Automatic testing program conversion method
CN103425469A (en) Method for generating mobile game codes based on MDA technology
CN112860587B (en) UI automatic test method and device
US20090064092A1 (en) Visual programming language optimization
CN113743044B (en) Timing path correction method, device, medium and chip structure
CN110321282A (en) The XML configuration file amending method and system of Mock 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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130710

WD01 Invention patent application deemed withdrawn after publication