CN109062816A - A kind of method, device and equipment of software test - Google Patents

A kind of method, device and equipment of software test Download PDF

Info

Publication number
CN109062816A
CN109062816A CN201811188670.5A CN201811188670A CN109062816A CN 109062816 A CN109062816 A CN 109062816A CN 201811188670 A CN201811188670 A CN 201811188670A CN 109062816 A CN109062816 A CN 109062816A
Authority
CN
China
Prior art keywords
script
test
robot
transcripter
grammer
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
CN201811188670.5A
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.)
Guangdong Power Grid Co Ltd
Information Center of Guangdong Power Grid Co Ltd
Original Assignee
Guangdong Power Grid Co Ltd
Information Center of Guangdong Power Grid 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 Guangdong Power Grid Co Ltd, Information Center of Guangdong Power Grid Co Ltd filed Critical Guangdong Power Grid Co Ltd
Priority to CN201811188670.5A priority Critical patent/CN109062816A/en
Publication of CN109062816A publication Critical patent/CN109062816A/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)
  • Stored Programmes (AREA)

Abstract

The invention discloses a kind of methods of software test, first generate transcripter script, simplify the process for writing test script, further according to the mapping ruler between preset transcripter script grammer and Robot platform script grammer, transcripter script is converted into Robot script, executing Robot script can be completed automatic test, compared with the prior art, the process for simplifying automatic test alleviates the pressure of the functional test work of business support system, improves the efficiency of software test.The present invention also provides a kind of device of software test and equipment, have above-mentioned beneficial effect, details are not described herein.

Description

A kind of method, device and equipment of software test
Technical field
The present invention relates to software test fields, more particularly to a kind of method, device and equipment of software test.
Background technique
Robot Framework is a Function Test Automation frame write by python, has good expand Malleability supports crucial word drive, can test a plurality of types of clients or interface simultaneously, can carry out distributed testing and hold Row is mainly used for many Acceptance Tests of round and Acceptance Test driving exploitation.
With the rapid development of Software Industry, support the system of all kinds of business more and more abundant, the type of system is also more next More diversification.At present to the test of sorts of systems, the automated test frame manually provided based on Robot Framework is needed A large amount of test script is write, causes the functional test of all kinds of business support systems to work increasingly heavy.
Therefore, the process for how simplifying automatic test mitigates the pressure of the functional test work of business support system, is Those skilled in the art's technical issues that need to address.
Summary of the invention
The object of the present invention is to provide a kind of method, device and equipments of software test, for simplifying automatic test Process mitigates the pressure of the functional test work of business support system, improves the efficiency of software test.
In order to solve the above technical problems, the present invention provides a kind of method of software test, comprising:
Transcripter script is generated according to simulation test process;
According to the mapping ruler between preset transcripter script grammer and Robot platform script grammer, by the recording Device script is converted to Robot script;
The Robot script is executed to carry out software test.
Optionally, the mapping ruler according between preset transcripter script grammer and Robot platform script grammer, The transcripter script is converted into Robot script, is specifically included:
The transcripter script is analyzed, the test data of transcripter script syntax rule is obtained;
It is Robot platform legs by the test data conversion of the transcripter script syntax rule according to the mapping ruler The test data of this syntax rule;
Robot script described in Test data generation according to the Robot platform script syntax rule.
Optionally, the mapping ruler specifically includes canonical grammar and/or context-free grammar.
It is optionally, described to execute the Robot script to carry out software test, specifically:
The Robot script is executed using Jenkins platform to carry out the software test.
Optionally, after terminating the software test, further includes:
Generate test report.
In order to solve the above technical problems, the present invention also provides a kind of devices of software test, comprising:
Recording elements, for generating transcripter script according to simulation test process;
Converting unit, for according to the mapping rule between preset transcripter script grammer and Robot platform script grammer Then, the transcripter script is converted into Robot script;
Test cell, for executing the Robot script to carry out software test.
Optionally, the converting unit specifically includes:
Analytical unit obtains the test data of transcripter script syntax rule for analyzing the transcripter script;
Conversion subunit, for according to the mapping ruler, the test data of the transcripter script syntax rule to be turned It is changed to the test data of Robot platform script syntax rule;
Script generation unit, for Robot described in the Test data generation according to the Robot platform script syntax rule Script.
Optionally, the test cell executes the Robot script to carry out software test, specifically:
The Robot script is executed using Jenkins platform to carry out the software test.
Optionally, further includes:
Report generation unit, for generating test report.
In order to solve the above technical problems, the present invention also provides a kind of equipment of software test, comprising:
Memory, for storing instruction, described instruction include the steps that the method for software test described in above-mentioned any one;
Processor, for executing described instruction.
In the prior art, the frame that Robot platform provides can execute automatic test, but the survey for sorts of systems Examination needs the automated test frame manually provided based on Robot platform to write a large amount of test script;Transcripter can be remembered automatically The testing procedure and parameter for recording simulation, generate test script, but transcripter script can only manually perform, and cannot achieve automation Test.The method of software test provided by the present invention first generates transcripter script, simplifies the process for writing test script, Further according to the mapping ruler between preset transcripter script grammer and Robot platform script grammer, by transcripter script Robot script is converted to, executing Robot script can be completed automatic test, compared with the prior art, simplifies automation and surveys The process of examination alleviates the pressure of the functional test work of business support system, improves the efficiency of software test.The present invention is also The device and equipment of a kind of software test are provided, there is above-mentioned beneficial effect, details are not described herein.
Detailed description of the invention
It, below will be to embodiment or existing for the clearer technical solution for illustrating the embodiment of the present invention or the prior art Attached drawing needed in technical description is briefly described, it should be apparent that, the accompanying drawings in the following description is only this hair Bright some embodiments for those of ordinary skill in the art without creative efforts, can be with root Other attached drawings are obtained according to these attached drawings.
Fig. 1 is a kind of flow chart of the method for software test provided in an embodiment of the present invention;
Fig. 2 is the flow chart of the specific embodiment of step S11 in a kind of Fig. 1 provided in an embodiment of the present invention;
Fig. 3 is the flow chart of the method for another software test provided in an embodiment of the present invention;
Fig. 4 is a kind of schematic diagram of the device of software test provided in an embodiment of the present invention;
Fig. 5 is a kind of structural schematic diagram of the equipment of software test provided in an embodiment of the present invention.
Specific embodiment
Core of the invention is to provide a kind of method, device and equipment of software test, for simplifying automatic test Process mitigates the pressure of the functional test work of business support system, improves the efficiency of software test.
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of the embodiments of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, it is obtained by those of ordinary skill in the art without making creative efforts every other Embodiment shall fall within the protection scope of the present invention.
Under current automatic test scene, need to automate and survey according to Robot based on Robot automatic test platform The design specification for trying platform, writes test script according to different business demands.And writing for test script is strongly professional, error Rate is high, causes testing efficiency low.
To reduce the workload and difficulty of writing test script, using Web automatic test script transcripter tool.It records Device is the tool that test script in one based on browser is recorded, Web page can be operated record and generate Json, The text file of xml or extended formatting only need to be to be tested using needing as surfing the Internet usually without writing test script manually System can automatically record the testing procedure and parameter of simulation, generate test script.But transcripter script is one The text file of Json, xml or extended formatting, it needs to manually perform in transcripter, can not also generate test report.
Therefore, the embodiment of the invention provides a kind of schemes of software test, real by transcripter in conjunction with Robot platform Existing test script automatically generating and testing automatically.
Fig. 1 is a kind of flow chart of the method for software test provided in an embodiment of the present invention.As shown in Figure 1, software test Method include:
S10: transcripter script is generated according to simulation test process.
In specific implementation, Web automatized script transcripter is installed in a browser in advance.Simulation test process, that is, software Actual test process needed for test.According to the setting of user, transcripter is opened, gradually recording needs concrete function point to be tested Or the page, it generates testing procedure and describes file i.e. transcripter script.
For convenience of repeat call and follow-up management, by the transcripter script be distributed to designated position such as Git code storage into Row version management records the information such as generation time of the transcripter script, version number, publisher.
S11: according to the mapping ruler between preset transcripter script grammer and Robot platform script grammer, by the record Device script processed is converted to Robot script.
In specific implementation, it directly acquires transcripter script or pulls transcripter script from designated position.According to preparatory Mapping ruler between the transcripter script grammer write and Robot platform script grammer, realize transcripter script grammer with The Content Transformation of transcripter script is what Robot platform can identify by association and mapping between Robot platform script grammer Grammer.
In the mapping ruler write in advance, it is assumed that transcripter script grammar set is P={ p1, p2, p3, p4 ... }, Robot script grammar set be D={ d1, d2, d3, d4 ... }, then define grammer mapping set be Q=P ∩ D=q1, q2, q3, Q4 ... }, the special grammar collection that can not directly map is combined into N={ n1, n2, n3, n4 ... }.Therefore finally convert Robot script set For R=Q ∩ N={ r1, r2, r3, r4 ... }.
Depending on the difference of content for script type, mapping ruler can specifically be compiled by canonical grammar and/or context-free grammar It writes.
Canonical grammar is used for the script grammer that can directly map, and canonical grammar is divided into left linear grammar and the right side is linear The syntax.
Assuming that as follows for grammer G=(V, T, S, P) form:
A->xB
A->x
Wherein A, B belong to V, and x belongs to T*, then are right linear grammar;
It is similar, if the form of grammer is as follows:
A->Bx
A->x
It is then left linear grammar.
And the script grammer for can not directly map, since canonical grammar ability to express is limited, thus need to be using expression The stronger context-free grammar of ability.
If G=(Vn, Vt, S, P) is context-free grammar, if there is some constituent structure tree meets following condition, it It is exactly the derivation tree (derivationaltree) of context-free grammar:
1. each node has a label, this label is exactly the symbol in Vn ∪ Vt;
2. the label of root is S;
3. if node n at least one different from itself descendant, and have label A, then, A must be non-terminal Number collection V in symbol;
4. if node n 1, n2 ... ..., nk is the direct descendant of node n, is arranged from left to right, and label is respectively A1, A2 ... ..., Ak, then, A → A1A2 ... Ak must be the rewriting rule in P.
The language of canonical grammar is simpler than the language of context-free grammar, can preferentially use canonical grammar, work as canonical When the syntax can not describe, context-free grammar is used.
The mapping ruler write using canonical grammar and/or context-free grammar, by the expression formula in transcripter script Be converted to the equivalent expression formula that Robot platform can identify.
For convenience of calling and follow-up management is repeated, the Robot platform script being converted to can be equally distributed to specified Position such as Git code storage carries out version management, records the information such as generation time of the transcripter script, version number, publisher.
S12: the Robot script is executed to carry out software test.
The Robot script is executed to carry out software test in Robot platform, realizes the automation of software test.
The method of software test provided in an embodiment of the present invention first generates transcripter script, simplifies and write test script Process will be recorded further according to the mapping ruler between preset transcripter script grammer and Robot platform script grammer Device script is converted to Robot script, and executing Robot script can be completed automatic test, compared with the prior art, simplifies certainly The process of dynamicization test alleviates the pressure of the functional test work of business support system, improves the efficiency of software test.
In above-described embodiment, step S11 is according between preset transcripter script grammer and Robot platform script grammer Mapping ruler, which is converted to the process of Robot script, in practical applications, either transcripter script Or Robot script, all has recorded the information such as testing procedure and test parameter, carries out with regard to the identical content of the script of two kinds of grammers Association and mapping, it is easier to the realization of script conversion.
I.e. when writing the mapping ruler between transcripter script grammer and Robot platform script grammer, decompose respectively Robot platform script and transcripter script obtain the key messages such as testing procedure and test parameter, under two kinds of script grammers Key message is associated and maps.
Fig. 2 is the flow chart of the specific embodiment of step S11 in a kind of Fig. 1 provided in an embodiment of the present invention.Such as Fig. 2 institute Show, step S11 is specifically included:
S20: analysis transcripter script obtains the test data of transcripter script syntax rule.
Analysis program is write previously according to transcripter script syntax rule, transcripter script is analyzed, in transcripter script Structure and content carry out meaning of one's words decomposition, the code snippet of flattening is decomposed into each step and parameter of test, is recorded The test data of device script syntax rule processed.
Optionally, transcripter test script is parsed, Commands content is extracted, parses Command order, Target mesh Mark, Value value, the information such as Comment prompt information.
Such as transcripter Json content for script example:
The script grammer of two different platforms is associated and is mapped.
The command type of user on a web browser is as shown in table 1, and align_type is as shown in table 2:
Command type Transcripter script command grammer Robot script command grammer
Open browser "Command":"open" Open Browser
Select text "Command":"type" Input Text
Mouse moves up and by mouse "Command":"mouseDown" Mouse Down
It is moved outside mouse "Command":"mouseOut" Mouse Out
Mouse is located above element "Command":"mouseOver" Mouse Over
Stop sleep "Command":"pause" Sleep
Selection drop-down "Command":"select" Select From List By
Select window "Command":"selectWindow" Select Window
Selection Framework "Command":"selectFrame" Select Frame
It clicks "Command":"click" Click Element
It double-clicks "Command":"doubleClick" Double Click Element
Triggering "Command":"fireEvent" Simulate
1 command type syntax conversion table of table
Align_type Transcripter script element positions grammer Robot script element positions grammer
Id element Id=kw Xpath=. //div [@id=' kw']
Class attribute Class=s_ipt Xpath=. //div [@class=' s_ipt ']
Type attribute Type=text Xpath=. //input [@type=' text ']
2 align_type syntax conversion table of table
S21: being Robot platform script language by the test data conversion of transcripter script syntax rule according to mapping ruler The test data of method rule.
Test data is converted into Robot platform script grammer rule by transcripter script syntax rule according to mapping ruler Then.
S22: the Test data generation Robot script according to Robot platform script syntax rule.
The test data of Robot platform script syntax rule is integrated in the requirement that test script is generated according to Robot platform Obtain Robot script.
The embodiment of the invention provides a kind of specific embodiments that script syntax conversion is carried out according to mapping ruler, pass through It converts in script with the full content of testing related information and non-conversion script, simplifies conversion process, further improve Testing efficiency.
Fig. 3 is the flow chart of the method for another software test provided in an embodiment of the present invention.As shown in figure 3, step S12 It is specifically as follows:
S30: Robot script is executed to carry out software test using Jenkins platform.
Jenkins is an open source software project, is a kind of continuous integrating tool based on Java exploitation, holds for monitoring Continue duplicate work, it is desirable to provide an easy-to-use software platform of opening makes the continuous integrating of software become possible.Robot is flat Platform can be with Jenkins platform intergration, and realization is automatic, periodically executes test, and supports to automatically generate survey detailed, abundant Examination report.
In specific implementation, Robot platform and Jenkins platform intergration are further increased into the automation of test in advance, And monitoring of the realization to test process.
Further, after step S30, can also include:
S31: test report is generated.
The test report Core Generator for calling Jenkins platform generates test report by preset format to export or deposit It is stored in designated position.
It is soft to carry out to execute Robot script using Jenkins platform for the method for software test provided in an embodiment of the present invention Part test, realizes the monitoring for continuing repeatedly to test Yu to test process, further generates test report, more improve soft The automation of part test, facilitates tester to check.
The corresponding each embodiment of method of software test as detailed above, on this basis, the invention also discloses with The device of the corresponding software test of the above method.
Fig. 4 is a kind of schematic diagram of the device of software test provided in an embodiment of the present invention.As shown in figure 4, software test Device include:
Recording elements 401, for generating transcripter script according to simulation test process;
Converting unit 402, for according to the mapping between preset transcripter script grammer and Robot platform script grammer Transcripter script is converted to Robot script by rule;
Test cell 403, for executing Robot script to carry out software test.
Optionally, converting unit 402 specifically includes:
Analytical unit obtains the test data of transcripter script syntax rule for analyzing transcripter script;
Conversion subunit, for being Robot by the test data conversion of transcripter script syntax rule according to mapping ruler The test data of platform script syntax rule;
Script generation unit, for the Test data generation Robot script according to Robot platform script syntax rule.
Optionally, test cell 403 execute Robot script to carry out software test, specifically:
Robot script is executed using Jenkins platform to carry out software test.
Optionally, further includes:
Report generation unit, for generating test report.
Since the embodiment of device part is corresponded to each other with the embodiment of method part, the embodiment of device part is asked Referring to the description of the embodiment of method part, wouldn't repeat here.
Fig. 5 is a kind of structural schematic diagram of the equipment of software test provided in an embodiment of the present invention.As shown in figure 5, this is soft The equipment of part test can generate bigger difference because configuration or performance are different, may include one or more processors (centralprocessing units, CPU) 510 (for example, one or more processors) and memory 520, one or (such as one or more mass memories are set the storage medium 530 of more than one storage application program 533 or data 532 It is standby).Wherein, memory 520 and storage medium 530 can be of short duration storage or persistent storage.It is stored in the journey of storage medium 530 Sequence may include one or more modules (diagram does not mark), and each module may include to a series of in computing device Instruction operation.Further, processor 510 can be set to communicate with storage medium 530, in the equipment 500 of software test The upper series of instructions operation executed in storage medium 530.
The equipment 500 of software test can also include one or more power supplys 540, one or more it is wired or Radio network interface 550, one or more input/output interfaces 550, and/or, one or more operating systems 531, such as Windows ServerTM, Mac OS XTM, UnixTM,LinuxTM, FreeBSDTMEtc..
Step in the method for software test described in above-mentioned Fig. 1 to Fig. 3 is based on Fig. 5 institute by the equipment of software test The structure shown is realized.
It is apparent to those skilled in the art that for convenience and simplicity of description, the software of foregoing description The equipment of test and the specific work process of computer readable storage medium, can be with reference to corresponding in preceding method embodiment Journey, details are not described herein.
In several embodiments provided herein, it should be understood that disclosed method, apparatus, equipment and calculating Machine readable storage medium storing program for executing, may be implemented in other ways.For example, Installation practice described above is only schematic , for example, the division of module, only a kind of logical function partition, there may be another division manner in actual implementation, such as Multiple module or components can be combined or can be integrated into another system, or some features can be ignored or not executed.Separately A bit, shown or discussed mutual coupling, direct-coupling or communication connection can be through some interfaces, device Or the indirect coupling or communication connection of module, it can be electrical property, mechanical or other forms.Module as illustrated by the separation member It may or may not be physically separated, the component shown as module may or may not be physics mould Block, it can it is in one place, or may be distributed on multiple network modules.It can be selected according to the actual needs In some or all of the modules achieve the purpose of the solution of this embodiment.
It, can also be in addition, can integrate in a processing module in each functional module in each embodiment of the application It is that modules physically exist alone, can also be integrated in two or more modules in a module.Above-mentioned integrated mould Block both can take the form of hardware realization, can also be realized in the form of software function module.
If integrated module is realized and when sold or used as an independent product in the form of software function module, can To be stored in a computer readable storage medium.Based on this understanding, the technical solution of the application substantially or Say that all or part of the part that contributes to existing technology or the technical solution can embody in the form of software products Out, which is stored in a storage medium, including some instructions are used so that a computer equipment The whole of (can be personal computer, funcall device or the network equipment etc.) execution each embodiment method of the application Or part steps.And storage medium above-mentioned include: USB flash disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic or disk etc. are various can store program The medium of code.
A kind of method, device and equipment of software test provided by the present invention is described in detail above.Explanation Each embodiment is described in a progressive manner in book, the highlights of each of the examples are it is different from other embodiments it Place, the same or similar parts in each embodiment may refer to each other.For the device disclosed in the embodiment, due to itself and reality It is corresponding to apply method disclosed in example, so being described relatively simple, reference may be made to the description of the method.It should refer to It out, for those skilled in the art, without departing from the principle of the present invention, can also be to the present invention Some improvement and modification can also be carried out, and these improvements and modifications also fall within the scope of protection of the claims of the present invention.
It should also be noted that, in the present specification, relational terms such as first and second and the like be used merely to by One entity or operation are distinguished with another entity or operation, without necessarily requiring or implying these entities or operation Between there are any actual relationship or orders.Moreover, the terms "include", "comprise" or its any other variant meaning Covering non-exclusive inclusion, so that the process, method, article or equipment for including a series of elements not only includes that A little elements, but also including other elements that are not explicitly listed, or further include for this process, method, article or The intrinsic element of equipment.In the absence of more restrictions, the element limited by sentence "including a ...", is not arranged Except there is also other identical elements in the process, method, article or apparatus that includes the element.

Claims (10)

1. a kind of method of software test characterized by comprising
Transcripter script is generated according to simulation test process;
According to the mapping ruler between preset transcripter script grammer and Robot platform script grammer, by the transcripter foot Originally Robot script is converted to;
The Robot script is executed to carry out software test.
2. the method according to claim 1, wherein described according to preset transcripter script grammer and Robot The transcripter script is converted to Robot script, specifically included by the mapping ruler between platform script grammer:
The transcripter script is analyzed, the test data of transcripter script syntax rule is obtained;
It is Robot platform script language by the test data conversion of the transcripter script syntax rule according to the mapping ruler The test data of method rule;
Robot script described in Test data generation according to the Robot platform script syntax rule.
3. the method according to claim 1, wherein the mapping ruler specifically include canonical grammar and/or on Hereafter Grammars.
4. execute the Robot script the method according to claim 1, wherein described to carry out software test, Specifically:
The Robot script is executed using Jenkins platform to carry out the software test.
5. according to the method described in claim 4, it is characterized in that, after terminating the software test, further includes:
Generate test report.
6. a kind of device of software test characterized by comprising
Recording elements, for generating transcripter script according to simulation test process;
Converting unit, for inciting somebody to action according to the mapping ruler between preset transcripter script grammer and Robot platform script grammer The transcripter script is converted to Robot script;
Test cell, for executing the Robot script to carry out software test.
7. device according to claim 6, which is characterized in that the converting unit specifically includes:
Analytical unit obtains the test data of transcripter script syntax rule for analyzing the transcripter script;
Conversion subunit, for according to the mapping ruler, the test data conversion by the transcripter script syntax rule to be The test data of Robot platform script syntax rule;
Script generation unit, for Robot foot described in the Test data generation according to the Robot platform script syntax rule This.
8. device according to claim 6, which is characterized in that the test cell executes the Robot script to carry out Software test, specifically:
The Robot script is executed using Jenkins platform to carry out the software test.
9. device according to claim 8, which is characterized in that further include:
Report generation unit, for generating test report.
10. a kind of equipment of software test characterized by comprising
Memory, for storing instruction, described instruction include the method for software test described in claim 1 to 5 any one Step;
Processor, for executing described instruction.
CN201811188670.5A 2018-10-12 2018-10-12 A kind of method, device and equipment of software test Pending CN109062816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811188670.5A CN109062816A (en) 2018-10-12 2018-10-12 A kind of method, device and equipment of software test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811188670.5A CN109062816A (en) 2018-10-12 2018-10-12 A kind of method, device and equipment of software test

Publications (1)

Publication Number Publication Date
CN109062816A true CN109062816A (en) 2018-12-21

Family

ID=64763973

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811188670.5A Pending CN109062816A (en) 2018-10-12 2018-10-12 A kind of method, device and equipment of software test

Country Status (1)

Country Link
CN (1) CN109062816A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112749083A (en) * 2020-12-10 2021-05-04 中国农业银行股份有限公司 Test script generation method and device
CN112860542A (en) * 2021-01-20 2021-05-28 北京神州数字科技有限公司 UI automation test method
CN116009836A (en) * 2022-12-28 2023-04-25 苏州峰之鼎信息科技有限公司 RPA programming method, device, equipment and storage medium based on script language

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102004695A (en) * 2010-12-08 2011-04-06 深圳市茁壮网络股份有限公司 Method and system for testing browser
CN105512031A (en) * 2015-11-30 2016-04-20 惠州Tcl移动通信有限公司 Mobile terminal and automatic test method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102004695A (en) * 2010-12-08 2011-04-06 深圳市茁壮网络股份有限公司 Method and system for testing browser
CN105512031A (en) * 2015-11-30 2016-04-20 惠州Tcl移动通信有限公司 Mobile terminal and automatic test method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
摇曳的蔷薇: "基于录制自动生成robot framework接口测试脚本", 《HTTPS://M.IMOOC.COM/ARTICLE/DETAILS?ARTICLE_ID=38689》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112749083A (en) * 2020-12-10 2021-05-04 中国农业银行股份有限公司 Test script generation method and device
CN112860542A (en) * 2021-01-20 2021-05-28 北京神州数字科技有限公司 UI automation test method
CN116009836A (en) * 2022-12-28 2023-04-25 苏州峰之鼎信息科技有限公司 RPA programming method, device, equipment and storage medium based on script language
CN116009836B (en) * 2022-12-28 2024-04-30 苏州峰之鼎信息科技有限公司 RPA programming method, device, equipment and storage medium based on script language

Similar Documents

Publication Publication Date Title
CN109189684B (en) Python-based automatic interface testing method
CN101339534B (en) Software test apparatus and test method
US8490050B2 (en) Automatic generation of user interfaces
CN103425572B (en) Code analysis methods and code analysis system
CN111488145B (en) Micro-service code generation system and method based on service domain data model library
CN106325969B (en) The reversely tracing system of demand change
CN110955410B (en) Code automatic generation method, device, equipment and medium
US7926024B2 (en) Method and apparatus for managing complex processes
CN101996131A (en) Automatic test method and automatic test platform for graphic user interface (GUI) based on x extensive makeup language (XML) packaging key word
CN109062816A (en) A kind of method, device and equipment of software test
CN112306861A (en) Unittest and Jenkins tool-based interface automatic testing system and method
CN104731588B (en) Page layout document generating method and page layout file creating apparatus
CN110287069A (en) ESB automatic interface testing method, server and computer readable storage medium
CN109063362B (en) Avionics software interface control file design management system
CN108228464B (en) Mobile application UI (user interface) testing framework based on data driving and implementation method thereof
CN107451103B (en) Template display and modification method and device
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN106354629A (en) Construction method of iOS system mobile application automatic test system based on multiple stages of servers
CN102289774A (en) Graphical message processing and test system and method in financial transaction processing system
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
CN105739481A (en) Industrial control software testing method, industrial control software testing device, and industrial control software testing system
CN105893052A (en) War packet analyzer
CN111506594B (en) Big data query platform, management method thereof and data query method
CN108132802B (en) Application method of configuration model in system development
CN113987764A (en) Simulation model construction method and system based on SCA domain description file

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20181221