CN102779091A - Test transformation method and test transformation device - Google Patents

Test transformation method and test transformation device Download PDF

Info

Publication number
CN102779091A
CN102779091A CN2012102010738A CN201210201073A CN102779091A CN 102779091 A CN102779091 A CN 102779091A CN 2012102010738 A CN2012102010738 A CN 2012102010738A CN 201210201073 A CN201210201073 A CN 201210201073A CN 102779091 A CN102779091 A CN 102779091A
Authority
CN
China
Prior art keywords
case
test
automatic test
information
complete
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
CN2012102010738A
Other languages
Chinese (zh)
Other versions
CN102779091B (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.)
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 CN201210201073.8A priority Critical patent/CN102779091B/en
Publication of CN102779091A publication Critical patent/CN102779091A/en
Application granted granted Critical
Publication of CN102779091B publication Critical patent/CN102779091B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a test transformation method which includes the following steps: extracting key word information in a complete manual test case, transforming the key word information into automatic test mechanism information according to a preset transformation rule and obtaining a complete automatic test case according to the automatic test mechanism information. A test transformation device is further disclosed. The method transforms the key word information into the automatic test mechanism information and acquires the complete automatic test case by extracting the key word information in the manual test case according to the preset transformation rule. The method and the device have the advantage of transforming from the manual case to the automatic case, save a large amount of time and man power and greatly improve test efficiency.

Description

Test method for transformation and device
Technical field
The present invention relates to field of computer technology, relate in particular to a kind of test method for transformation and device.
Background technology
In the environment high to reliability requirement; Usually adopt the hybrid test mode of " manual testing+test automatically "; This hybrid test mode has higher reliability on the one hand, has higher overall process efficient on the other hand, because automatic test can realize the repeatedly robotization iteration of overall process.
In hybrid test, need two kinds of test guiding materials usually: first kind is the test case based on natural language that instructs the manual testing, is commonly referred to artificial use-case; Second kind is to drive the operation script of automatic test machine structure or to the sequence of operation of testing apparatus, be commonly referred to automatic use-case.The comparatively common implementation of artificial use-case is following: 1. open machine power; 2. upgraded machine software is to V1.01.83; 3. wait for 30 seconds, whether the inspection machine software version is V1.01.83 then; 4. check whether step result 3. is V1.01.83.The implementation of the automatic use-case of the said correspondence of this manual work use-case is:
Line10:?PowerCtrl(1)
Line20:?SoftWareUpGrade(“V1.01.83”)
Line30:?Wait(“30s”)
Line32:?Result?=?SoftWareCheck(“V1.01.83”)
Line40:?Assert(Result)
Automatically use-case is usually with reference to artificial use-case, and adopts the content of artificial use-case to write to form; This process needs human input on the one hand, needs the long transformation period on the other hand, and reason is that the operating speed of artificial form has natural restriction.
Automatic test platform of the prior art; Can provide key word is the processing of operational order; But the automatic use-case based on manual testing's use-case in the prior art transforms still and need artificially accomplish, and the transformation period is long, and needs the manpower of labor and long time.
Summary of the invention
Fundamental purpose of the present invention provides a kind of test method for transformation and device; Be intended to solve problem with machine and the part or all of artificial behavior in automatic use-case conversion process of the artificial use-case of software replacement; Reduce the manpower expense; Compress artificial use-case and be transformed into the required time of automatic use-case, improve testing efficiency.
The invention discloses a kind of test method for transformation, may further comprise the steps:
Extract the keyword message in the complete artificial test case;
According to presetting transformation rule, said keyword message is converted into automatic test machine system information;
According to said automatic test machine system information, obtain complete automatic test case.
Preferably, also comprise step before the step of the keyword message in the complete artificial test case of said extraction:
The said complete artificial test case of intercepting from manual testing's use-case data stream.
Preferably, said according to automatic test machine system information, the step of obtaining complete automatic test case also comprises step afterwards:
According to said complete automatic test case, test.
Preferably, the keyword message in said manual testing's use-case is the information of natural language form.
Preferably, but the information that said automatic test machine system information is drive machines to be carried out.
The present invention also discloses a kind of test reforming unit and comprises:
Information extraction modules is used for extracting the keyword message of complete artificial test case;
The information conversion module is used for according to presetting transformation rule said keyword message being converted into automatic test machine system information;
The behavior sequence module is used for obtaining complete automatic test case according to said automatic test machine system information.
Preferably, said test reforming unit also comprises:
Artificial use-case interception module is used for from the said complete artificial test case of manual testing's use-case data stream intercepting.
Preferably, said test reforming unit also comprises:
Automatic test module is used for testing according to said complete automatic test case.
Preferably, the keyword message in said manual testing's use-case is the information of natural language form.
Preferably, but the information that said automatic test machine system information is drive machines to be carried out.
The present invention presets transformation rule through keyword message, the basis of extracting in manual testing's use-case; Said keyword message is converted into automatic test machine system information and obtains the method for complete automatic test case; Realized the beneficial effect that artificial use-case transforms to automatic use-case fast; Save great amount of time and human resources, greatly improved testing efficiency.
Description of drawings
Fig. 1 is that the present invention tests the method for transformation first embodiment schematic flow sheet;
Fig. 2 is that the present invention tests the method for transformation second embodiment schematic flow sheet;
Fig. 3 is that the present invention tests test conversion one embodiment functional block diagram in the method for transformation;
Fig. 4 is that the present invention tests method for transformation the 3rd embodiment schematic flow sheet;
Fig. 5 is that the present invention tests test overall process one embodiment functional block diagram in the method for transformation;
Fig. 6 is that the present invention tests the reforming unit first example structure synoptic diagram;
Fig. 7 is that the present invention tests the reforming unit second example structure synoptic diagram;
Fig. 8 is that the present invention tests reforming unit the 3rd example structure synoptic diagram.
The realization of the object of the invention, functional characteristics and advantage will combine embodiment, further specify with reference to accompanying drawing.
Embodiment
Further specify technical scheme of the present invention below in conjunction with Figure of description and specific embodiment.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
With reference to Fig. 1, Fig. 1 is that the present invention tests the method for transformation first embodiment schematic flow sheet; As shown in Figure 1, the present invention tests method for transformation and specifically may further comprise the steps:
Keyword message in step S01, the complete artificial test case of extraction;
Effective content of " artificial use-case " is operating process, parameter configuration, data check with natural language expressing etc.In the commercial system, above-mentioned effective content of natural language description has comparatively stable description form, such as " opening the rack power supply ", " it is 32 that passage 1 amplification coefficient is set " etc., the operation that the content of these natural language descriptions is corresponding clear and definite.To this stable description form, clear and definite semanteme and the corresponding relation of behavior, can use software to extract these keyword messages in " artificial use-case ".In a preferred embodiment, said keyword message also can be operation information, operation corresponding parameters information, result retrieval method etc.
Step S02, basis preset transformation rule, and said keyword message is converted into automatic test machine system information;
According to presetting transformation rule; Keyword message in the artificial use-case of said extraction is converted automatically to the automatic test machine system information of the automatic test machine system of driving work; This automatic test machine system information is the element of " use-case automatically ", such as script, order, parameter etc.
Step S03, according to said automatic test machine system information, obtain complete automatic test case.
With the said automatic test machine system information that obtains through the keyword message conversion, be combined into the complete automatic test case that can be used for actual test.
Present embodiment test method for transformation presets transformation rule through keyword message, the basis of extracting in manual testing's use-case; Said keyword message is converted into automatic test machine system information and obtains the method for complete automatic test case; Realized the beneficial effect of artificial use-case, saved great amount of time and human resources to the quick conversion of automatic use-case.
With reference to Fig. 2, Fig. 2 is that the present invention tests the method for transformation second embodiment schematic flow sheet; As shown in Figure 2, with reference to the said embodiment of Fig. 1, also comprise step before the step of the keyword message of present embodiment in step S01, the complete artificial test case of extraction:
Step S11, from manual testing's use-case data stream the said complete artificial test case of intercepting.
From manual testing's use-case data stream, read text message, according to required characteristic information, the completion that extracts an artificial use-case is described, for the keyword message in the said complete artificial test case of subsequent extracted is got ready.
Present embodiment only further describes step S11, and the present invention tests other correlation step of method for transformation please with reference to the said embodiment of Fig. 1, repeats no more at this.With reference to Fig. 3, Fig. 3 is that the present invention tests test conversion one embodiment functional block diagram in the method for transformation; As shown in Figure 3, the present invention tests in the method for transformation test transformation function block diagram and mainly is made up of three parts: artificial use-case information source, treatment mechanism and carrier thereof, automatic test case flow.Wherein, treatment mechanism and carrier thereof are the key modules in this functional block diagram.In a preferred embodiment, said treatment mechanism is the software entity with text information processing function, can be a cover software, carry out script, functional macro etc.; Said treatment mechanism carrier is the physical support that supports the treatment mechanism operation, can be computing machine, smart mobile phone, cloud computing node etc.Wherein, the conversion process of a plurality of test cases can be regarded as the repetition of single test case processing procedure.
Present embodiment test method for transformation is through the complete artificial test case of intercepting from manual testing's use-case data stream and extract keyword message in manual testing's use-case, according to presetting transformation rule; Said keyword message is converted into automatic test machine system information and obtains the method for complete automatic test case; Realized that artificial use-case to the beneficial effect that automatic use-case transforms fast, has improved testing efficiency.
With reference to Fig. 4, Fig. 4 is that the present invention tests method for transformation the 3rd embodiment schematic flow sheet; With reference to the foregoing description, present embodiment is at step S03, according to automatic test machine system information, and the step of obtaining complete automatic test case also comprises step afterwards:
Step S04, according to said complete automatic test case, test.
According to the complete automatic test case that obtains after manual testing's use-case is transformed, equipment under test is tested.
Present embodiment only further describes step S04, and the present invention tests other related steps of method for transformation please with reference to the specific descriptions of the foregoing description, repeats no more at this.With reference to Fig. 5, Fig. 5 is that the present invention tests test overall process one embodiment functional block diagram in the method for transformation; As shown in Figure 5, the present invention tests and tests overall process in the method for transformation mainly by forming with the lower part: artificial use-case information source, treatment mechanism and carrier thereof, automatic test case stream, automatic test execution mechanism and equipment under test.Wherein, the description of artificial use-case information source, treatment mechanism and carrier thereof, automatic test case stream please with reference to the foregoing description, is repeated no more at this.Automatically test execution mechanism tests equipment under test according to the automatic test case after transforming automatically.Wherein test execution mechanism mainly comprises script resolver and actuator automatically; According to the analysis result of script, actuator is carried out corresponding operation.In a preferred embodiment, if the script resolver is that the script form is resolved, then corresponding actuator is command executer; If the script resolver is that a concrete operation steps is resolved, like the machine operation form based on the mouse control graphic operation, then corresponding actuator is the mouse action actuator.
With reference to the foregoing description, will combine concrete test process, further describe the implementation procedure that the present invention tests method for transformation.
In a preferred embodiment, based on Linux shell, accept the automatically testing platform of shell-command, following to the concrete implementation procedure of the automatic test case of script form:
If the test process of artificial use-case is: use-case 366 beginnings, 1. open machine power; 2. upgraded machine software is to V1.01.83; 3. wait for 30 seconds, whether the inspection machine software version is V1.01.83 then; 4. check whether step result 3. is V1.01.83; Use-case 366 finishes.
It is following to adopt the present invention to test the conversion process of method for transformation: execution in step S11, from manual testing's use-case data stream the said complete artificial test case of intercepting, identify 6 corresponding style of writing words of use-case 366; Keyword message in execution in step S01, the complete artificial test case of extraction extracts a series of keyword messages such as " use-case 366 ", " first step ", " upgraded machine software ", " V1.01.83 "; Execution in step S02, basis preset transformation rule; Said keyword message is converted into automatic test machine system information; Consult and preset transformation rule, above-mentioned keyword message is changed into operation script command Power Ctrl (1), Soft Ware Up Grade (" V1.01.83 ") etc.Execution in step S03, according to said automatic test machine system information, obtain complete automatic test case, the automatic test machine system information sequence of step S02 output is changed into the executable command sequence of machine, these command sequences are combined into complete automatic test case.
According to above-mentioned step of converting, it is following to transform the automatic test case that comes out:
Label?test?case?366
Power?Ctrl(1)
Soft?Ware?Up?Grade(“V1.01.83”)
Wait(“30s”)
Result?=?Soft?Ware?Check(“V1.01.83”)
Assert(Result)
In another preferred embodiment,, following to the concrete implementation procedure of the automatic test case of machine operation form based on the automatically testing platform of the graphic operation of mouse control:
If the test process of manual testing's use-case is: use-case 533 beginning, 1. pointing device start buttons; 2. wait for 30 seconds; 3. click status inquiry button; 4. click the state save button; 5. pointing device X button; Use-case 533 finishes.
It is following to adopt the present invention to test the conversion process of method for transformation: execution in step S11, from manual testing's use-case data stream the said complete artificial test case of intercepting, identify 7 corresponding style of writing words of use-case 533; Keyword message in execution in step S01, the complete artificial test case of extraction extracts a series of keyword messages such as " use-case 533 ", " first step ", " click ", " device start button "; Execution in step S02, according to presetting transformation rule, said keyword message is converted into automatic test machine system information, consult and preset transformation rule, above-mentioned keyword message is changed into mouse moves with click and operate; Execution in step S03, according to said automatic test machine system information, obtain complete automatic test case, the automatic test machine system information sequence of step S02 output is changed into the executable command sequence of machine, these command sequences are combined into complete automatic test case.
According to above-mentioned step of converting, it is following to transform the automatic test case that comes out:
Label?test?case?533
Mouse?Move?To(10,10)
Single?Click()
Wait(30)
Mouse?Move?To(10,20)
Single?Click()
Mouse?Move?To(10,30)
Single?Click()
Mouse?Move?To(10,40)
Single?Click()
Present embodiment test method for transformation is through the complete artificial test case of intercepting from manual testing's use-case data stream and extract keyword message in manual testing's use-case, according to presetting transformation rule; With said keyword message be converted into automatic test machine system information and obtain complete automatic test case, according to accomplishing the method that automatic test case is tested; Realized the beneficial effect that artificial use-case transforms to automatic use-case fast; Greatly saved the time; Discharge the great amount of manpower work, improved system testing efficient.
With reference to Fig. 6, Fig. 6 is that the present invention tests the reforming unit first example structure synoptic diagram; As shown in Figure 6, the present invention tests reforming unit and comprises:
Information extraction modules 01 is used for extracting the keyword message of complete artificial test case;
Effective content of " artificial use-case " is operating process, parameter configuration, data check with natural language expressing etc.In the commercial system, above-mentioned effective content of natural language description has comparatively stable description form, such as " opening the rack power supply ", " it is 32 that passage 1 amplification coefficient is set " etc., the operation that the content of these natural language descriptions is corresponding clear and definite.To this stable description form, clear and definite semanteme and the corresponding relation of behavior, these keyword messages that information extraction modules 01 is extracted in " artificial use-case ".In a preferred embodiment, said keyword message also can be operation information, operation corresponding parameters information, result retrieval method etc.Information extraction modules 01 is transmitted to information conversion module 02 with the keyword message that is extracted.
Information conversion module 02 is used for according to presetting transformation rule said keyword message being converted into automatic test machine system information;
According to presetting transformation rule; Information conversion module 02 converts the keyword message in the artificial use-case of information extraction modules 01 extraction to the automatic test machine system information of the automatic test machine system of driving work automatically; This automatic test machine system information is the element of " use-case automatically ", such as script, order, parameter etc.
Behavior sequence module 03 is used for obtaining complete automatic test case according to said automatic test machine system information.
Behavior sequence module 03 will be transformed by keyword message and the automatic test machine system information that obtains through information conversion module 02, be combined into the complete automatic test case that can be used for actual test.
Present embodiment test reforming unit presets transformation rule through keyword message, the basis of extracting in manual testing's use-case; Said keyword message is converted into automatic test machine system information and obtains the method for complete automatic test case; Realized the beneficial effect of artificial use-case, saved great amount of time and human resources to the quick conversion of automatic use-case.
With reference to Fig. 7, Fig. 7 is that the present invention tests the reforming unit second example structure synoptic diagram; With reference to Fig. 6 embodiment, present embodiment test reforming unit has only increased artificial use-case interception module 11 on the basis of the said embodiment of Fig. 6.As shown in Figure 7, the present invention tests reforming unit and also comprises:
Artificial use-case interception module 11 is used for from the said complete artificial test case of manual testing's use-case data stream intercepting.
From manual testing's use-case data stream, read text message, according to required characteristic information, the completion that extracts an artificial use-case is described, for the keyword message in the said complete artificial test case of subsequent extracted is got ready.
Present embodiment only further describes artificial use-case interception module 11, and the present invention tests other correlation modules of reforming unit please with reference to the said embodiment of Fig. 6, repeats no more at this.With reference to Fig. 3, Fig. 3 is that the present invention tests test conversion one embodiment functional block diagram in the method for transformation; As shown in Figure 3, the present invention tests in the method for transformation test transformation function block diagram and mainly is made up of three parts: artificial use-case information source, treatment mechanism and carrier thereof, automatic test case flow.Wherein, treatment mechanism and carrier thereof are the key modules in this functional block diagram.In a preferred embodiment, said treatment mechanism is the software entity with text information processing function, can be a cover software, carry out script, functional macro etc.; Said treatment mechanism carrier is the physical support that supports the treatment mechanism operation, can be computing machine, smart mobile phone, cloud computing node etc.Wherein, the conversion process of a plurality of test cases can be regarded as the repetition of single test case processing procedure.
Present embodiment test reforming unit is through the complete artificial test case of intercepting from manual testing's use-case data stream and extract keyword message in manual testing's use-case, according to presetting transformation rule; Said keyword message is converted into automatic test machine system information and obtains the method for complete automatic test case; Realized that artificial use-case to the beneficial effect that automatic use-case transforms fast, has improved testing efficiency.
With reference to Fig. 8, Fig. 8 is that the present invention tests reforming unit the 3rd example structure synoptic diagram.As shown in Figure 8, the present invention tests reforming unit and also comprises:
Automatic test module 04 is used for testing according to said complete automatic test case.
Present embodiment only further describes automatic test module 04, and the present invention tests other related modules of reforming unit please with reference to the specific descriptions of the foregoing description, repeats no more at this.
With reference to the foregoing description,, further describe the course of work that the present invention tests reforming unit in conjunction with concrete test process.
In a preferred embodiment, based on Linux shell, accept the automatically testing platform of shell-command, following to the concrete implementation procedure of the automatic test case of script form:
If the test process of artificial use-case is: use-case 366 beginnings, 1. open machine power; 2. upgraded machine software is to V1.01.83; 3. wait for 30 seconds, whether the inspection machine software version is V1.01.83 then; 4. check whether step result 3. is V1.01.83; Use-case 366 finishes.
The conversion process that employing the present invention tests method for transformation is following: the said complete artificial test case of artificial use-case interception module 11 intercepting from manual testing's use-case data stream, identify use-case 366 6 corresponding style of writing words and also this information sent to information extraction modules 01; Information extraction modules 01 is extracted the keyword message in the complete artificial test case, extracts a series of keyword messages such as " use-case 366 ", " first step ", " upgraded machine software ", " V1.01.83 " and said keyword message is transmitted to information conversion module 02; Information conversion module 02 is according to presetting transformation rule; Said keyword message is converted into automatic test machine system information; Consult and preset transformation rule, above-mentioned keyword message is changed into operation script command Power Ctrl (1), Soft Ware Up Grade (" V1.01.83 ") etc. and said script command is sent to behavior sequence module 03.Behavior sequence module 03 is according to said automatic test machine system information; Obtain complete automatic test case; The automatic test machine system information sequence of information conversion module 02 output is changed into the executable command sequence of machine, these command sequences are combined into complete automatic test case.Automatic test module 04 is tested according to said complete automatic test case.
According to above-mentioned step of converting, it is following to transform the automatic test case that comes out:
Label?test?case?366
Power?Ctrl(1)
Soft?Ware?Up?Grade(“V1.01.83”)
Wait(“30s”)
Result?=?Soft?Ware?Check(“V1.01.83”)
Assert(Result)
In another preferred embodiment,, following to the concrete implementation procedure of the automatic test case of machine operation form based on the automatically testing platform of the graphic operation of mouse control:
If the test process of manual testing's use-case is: use-case 533 beginning, 1. pointing device start buttons; 2. wait for 30 seconds; 3. click status inquiry button; 4. click the state save button; 5. pointing device X button; Use-case 533 finishes.
The conversion process that employing the present invention tests method for transformation is following: the said complete artificial test case of artificial use-case interception module 11 intercepting from manual testing's use-case data stream, identify use-case 533 7 corresponding style of writing words and also this information sent to information extraction modules 01; Information extraction modules 01 is extracted the keyword message in the complete artificial test case, extracts a series of keyword messages such as " use-case 533 ", " first step ", " click ", " device start button " and said keyword message is transmitted to information conversion module 02; Information conversion module 02 is according to presetting transformation rule; Said keyword message is converted into automatic test machine system information; Consult and preset transformation rule, above-mentioned keyword message is changed into mouse move with click operation and with said operation and send to behavior sequence module 03.Behavior sequence module 03 is according to said automatic test machine system information; Obtain complete automatic test case; The automatic test machine system information sequence of information conversion module 02 output is changed into the executable command sequence of machine, these command sequences are combined into complete automatic test case.Automatic test module 04 is tested according to said complete automatic test case.
According to above-mentioned step of converting, it is following to transform the automatic test case that comes out:
Label?test?case?533
Mouse?Move?To(10,10)
Single?Click()
Wait(30)
Mouse?Move?To(10,20)
Single?Click()
Mouse?Move?To(10,30)
Single?Click()
Mouse?Move?To(10,40)
Single?Click()
Present embodiment test reforming unit is through the complete artificial test case of intercepting from manual testing's use-case data stream and extract keyword message in manual testing's use-case, according to presetting transformation rule; With said keyword message be converted into automatic test machine system information and obtain complete automatic test case, according to accomplishing the method that automatic test case is tested; Realized the beneficial effect that artificial use-case transforms to automatic use-case fast; Greatly saved the time; Discharge the great amount of manpower work, improved system testing efficient.
The above is merely the preferred embodiments of the present invention; Be not so limit its claim; Every equivalent structure or equivalent flow process conversion that utilizes instructions of the present invention and accompanying drawing content to be done; Directly or indirectly be used in other relevant technical fields, all in like manner be included in the scope of patent protection of the present invention.

Claims (10)

1. a test method for transformation is characterized in that, may further comprise the steps:
Extract the keyword message in the complete artificial test case;
According to presetting transformation rule, said keyword message is converted into automatic test machine system information;
According to said automatic test machine system information, obtain complete automatic test case.
2. test method for transformation according to claim 1 is characterized in that, also comprises step before the step of the keyword message in the complete artificial test case of said extraction:
The said complete artificial test case of intercepting from manual testing's use-case data stream.
3. test method for transformation according to claim 1 and 2 is characterized in that, and is said according to automatic test machine system information, and the step of obtaining complete automatic test case also comprises step afterwards:
According to said complete automatic test case, test.
4. test method for transformation according to claim 1 and 2 is characterized in that, the keyword message in said manual testing's use-case is the information of natural language form.
5. test method for transformation according to claim 1 is characterized in that, but said automatic test machine system information is the information that drive machines is carried out.
6. a test reforming unit is characterized in that, comprising:
Information extraction modules is used for extracting the keyword message of complete artificial test case;
The information conversion module is used for according to presetting transformation rule said keyword message being converted into automatic test machine system information;
The behavior sequence module is used for obtaining complete automatic test case according to said automatic test machine system information.
7. test reforming unit according to claim 6 is characterized in that, also comprises:
Artificial use-case interception module is used for from the said complete artificial test case of manual testing's use-case data stream intercepting.
8. according to claim 6 or 7 described test reforming units, it is characterized in that, also comprise:
Automatic test module is used for testing according to said complete automatic test case.
9. according to claim 6 or 7 described test reforming units, it is characterized in that the keyword message in said manual testing's use-case is the information of natural language form.
10. test method for transformation according to claim 6 is characterized in that, but said automatic test machine system information is the information that drive machines is carried out.
CN201210201073.8A 2012-06-18 2012-06-18 Test method for transformation and device Expired - Fee Related CN102779091B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210201073.8A CN102779091B (en) 2012-06-18 2012-06-18 Test method for transformation and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210201073.8A CN102779091B (en) 2012-06-18 2012-06-18 Test method for transformation and device

Publications (2)

Publication Number Publication Date
CN102779091A true CN102779091A (en) 2012-11-14
CN102779091B CN102779091B (en) 2016-01-20

Family

ID=47124009

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210201073.8A Expired - Fee Related CN102779091B (en) 2012-06-18 2012-06-18 Test method for transformation and device

Country Status (1)

Country Link
CN (1) CN102779091B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204991A (en) * 2015-08-28 2015-12-30 青岛海尔智能家电科技有限公司 Internet of things test method and device
CN106126411A (en) * 2016-06-13 2016-11-16 广州酷狗计算机科技有限公司 A kind of method and apparatus that tested program code is tested
CN107451068A (en) * 2017-09-20 2017-12-08 广州阿里巴巴文学信息技术有限公司 Use-case operation method, device, computing device and storage medium
WO2018010552A1 (en) * 2016-07-12 2018-01-18 博彦科技股份有限公司 Test method and device
CN107832229A (en) * 2017-12-03 2018-03-23 中国直升机设计研究所 A kind of system testing case automatic generating method based on NLP
CN109308254A (en) * 2017-07-28 2019-02-05 阿里巴巴集团控股有限公司 A kind of test method, device and test equipment
CN109902016A (en) * 2019-03-04 2019-06-18 网易(杭州)网络有限公司 A kind of test method and test platform of Web
CN110704329A (en) * 2019-10-30 2020-01-17 一汽轿车股份有限公司 System with automatic code conversion function of electrical test case and conversion method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032538A1 (en) * 2000-05-09 2002-03-14 Lee Young-Seok Software test system and method
CN101025686A (en) * 2007-03-22 2007-08-29 中兴通讯股份有限公司 Automation test system and test script generating and operating method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100561444C (en) * 2006-11-15 2009-11-18 中兴通讯股份有限公司 A kind of automatic test approach and test macro thereof that drives based on key word

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032538A1 (en) * 2000-05-09 2002-03-14 Lee Young-Seok Software test system and method
CN101025686A (en) * 2007-03-22 2007-08-29 中兴通讯股份有限公司 Automation test system and test script generating and operating method

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204991A (en) * 2015-08-28 2015-12-30 青岛海尔智能家电科技有限公司 Internet of things test method and device
CN106126411A (en) * 2016-06-13 2016-11-16 广州酷狗计算机科技有限公司 A kind of method and apparatus that tested program code is tested
CN106126411B (en) * 2016-06-13 2019-01-01 广州酷狗计算机科技有限公司 The method and apparatus that a kind of pair of tested program code is tested
WO2018010552A1 (en) * 2016-07-12 2018-01-18 博彦科技股份有限公司 Test method and device
CN109308254A (en) * 2017-07-28 2019-02-05 阿里巴巴集团控股有限公司 A kind of test method, device and test equipment
CN109308254B (en) * 2017-07-28 2022-06-03 阿里巴巴集团控股有限公司 Test method, test device and test equipment
CN107451068A (en) * 2017-09-20 2017-12-08 广州阿里巴巴文学信息技术有限公司 Use-case operation method, device, computing device and storage medium
CN107832229A (en) * 2017-12-03 2018-03-23 中国直升机设计研究所 A kind of system testing case automatic generating method based on NLP
CN107832229B (en) * 2017-12-03 2021-06-11 中国直升机设计研究所 NLP-based system test case automatic generation method
CN109902016A (en) * 2019-03-04 2019-06-18 网易(杭州)网络有限公司 A kind of test method and test platform of Web
CN109902016B (en) * 2019-03-04 2022-06-14 网易(杭州)网络有限公司 Web test method and test platform
CN110704329A (en) * 2019-10-30 2020-01-17 一汽轿车股份有限公司 System with automatic code conversion function of electrical test case and conversion method

Also Published As

Publication number Publication date
CN102779091B (en) 2016-01-20

Similar Documents

Publication Publication Date Title
CN102779091A (en) Test transformation method and test transformation device
CN103312850B (en) A kind of mobile phone automatized test macro and method of work
JP2023506362A (en) DOCUMENT AUDIT METHOD, APPARATUS, SYSTEM, DEVICE AND STORAGE MEDIUM
CN112988153B (en) Data processing method and frame based on micro front end
US9223570B2 (en) Migration assistance using compiler metadata
CN104317589B (en) A kind of code automatic generation method and device for being used to load dynamic link library
CN101286147B (en) Mobile terminal character string internationalization process
CN101192153B (en) Method and apparatus for obtaining user interface information from executable program code
CN104575499B (en) Voice control method of mobile terminal and mobile terminal
CN104156224A (en) Continuous integration method and system for software construction
CN105630511A (en) Font switching method and terminal equipment
CN102479152A (en) Method and device for obtaining tool automatic test results on basis of Android platform
JP2016157407A (en) Prior construction method of vocabulary semantic pattern for text analysis and response system
CN103617046B (en) Method and device for scanning and extracting resources to be translated in target system source codes
CN102955740A (en) Driving function and stub function generating method based on Perl
CN102262684A (en) Method and device for generating webpage page of mobile terminal
CN103399766A (en) Method and device for updating input method system
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN106933811A (en) A kind of entry automatic generation method and device
CN105117339B (en) A kind of method and apparatus that native command debugging routine is debugged using plug-in unit
CN112416775A (en) Software automation testing method and device based on artificial intelligence and electronic equipment
CN104347081A (en) Method and device for testing scene statement coverage
CN101458653A (en) Automatic test method for tax controller of cash register
CN110716785B (en) Method, device and system for intercepting interface picture in multi-language description document
CN111913704A (en) VScode-based method for rapidly developing GSP7 script and plug-in tool

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160120

Termination date: 20190618