AU2011100465A4 - Method and system for universal test scripting software - Google Patents

Method and system for universal test scripting software Download PDF

Info

Publication number
AU2011100465A4
AU2011100465A4 AU2011100465A AU2011100465A AU2011100465A4 AU 2011100465 A4 AU2011100465 A4 AU 2011100465A4 AU 2011100465 A AU2011100465 A AU 2011100465A AU 2011100465 A AU2011100465 A AU 2011100465A AU 2011100465 A4 AU2011100465 A4 AU 2011100465A4
Authority
AU
Australia
Prior art keywords
software
scripts
format
test
encrypted
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.)
Ceased
Application number
AU2011100465A
Inventor
Nitin Parashari
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to AU2011100465A priority Critical patent/AU2011100465A4/en
Application granted granted Critical
Publication of AU2011100465A4 publication Critical patent/AU2011100465A4/en
Anticipated expiration legal-status Critical
Ceased 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/3684Test management for test design, e.g. generating new test cases

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)
  • Debugging And Monitoring (AREA)

Description

AUSTRALIA Patents Act 1990 COMPLETE SPECIFICATION INNOVATION PATENT METHOD AND SYSTEM FOR UNIVERSAL TEST SCRIPTING SOFTWARE The following statement is a full description of this invention, including the best method of performing it known to me: 1 DESCRIPTION METHOD AND SYSTEM FOR UNIVERSAL TEST SCRIPTING SOFTWARE This invention relates to a new computer software based implementation of a system to write universally usable manual test scripts. Testing is one of the most important phases of software development. If 5 software is not tested properly it may result in failure. Today in market we have many manual testing software but they all use their own formats to create manual test scripts. If an organization is using multiple testing software then they can not interchange test scripts as they will be incompatible with each other, so this invention aims at the basic and 10 complete solution for producing universally usable test scripts using software. Problem: Incompatible multiplatform test scripts Main reason for incompatible test scripts is usage of individual format by 15 different testing software which makes scripts non-interchangeable between different testing software. Even the test script format and their file formats are different which creates extra manual work to re-create scripts if organization migrates from one testing software to another. 20 This invention aims to solve the problem of Incompatible test scripts by implementing a solution for the problem discussed above. To generate universally compatible test scripts this software uses a companion database coded in completely new format which stores 25 everything in an encrypted format. It is very important to have handlers which can convert this format to the targeted software format. Thus an interfacing converter handler is designed as part of this solution. Thus we basically have three components part of this solution, software, an encrypted database and interfacing handler. 30 Process of producing universally compatible scripts starts by scanning the complete application under test. Once scanning is complete this software computes the steps and all possible verification points available on a present screen of application under test. User is now presented with all the possible 2 steps and Verification points. User selects the appropriate steps and verification points. Now user is presented with rough script where user can graphically drag and drop steps and verification points. Once script is finalized it is converted to encrypted code and a specific table is activated in 5 the accompanying database which uses its own encryption technique, for example, steps in steps table and verification points in verification point table. At this point script is ready and stored in software's database in encrypted format. Now user can read script in only this software but if user wants to 10 migrate scripts to some other testing software they just press migrate button and declare the software name they want them formatted to. This process in turn invokes interface handler which decrypts the whole data and arranges the whole data in script to match the target software format. Thus, finally it exports and re-writes script automatically in the new format which can be 15 used with the selected software. This step is backward compatible as well, this handler can read and get any script into its own encrypted format as well. Using this software user can successfully create universal scripts which are free from any format binding of any specific testing software. Scripts which 20 are now produced can be normally used with the other testing software. We can generate any format and any testing software compatible scripts using this software. To assist with understanding the invention, reference will now be made to the 25 accompanying drawings which show one example of the invention. In the drawings: Figure 1 shows example of components used in this invention. Figure 2 shows example of end to end script generation and migration process used in this invention. 30 Referring to figure 1 it can be seen that which all components are used in this invention, 50 shows the testing software which will interact with user for test scripting. 53 is the second component which consists of 51 which is encrypted database used to store script in respective tables in encrypted 35 format and 52 which is interface handler used to change format to target testing software's format. Referring to figure 2 it can be seen that how end to end script generation and migration process 25 will work. Using this software 20 application under test 40 is scanned and rough script is generated, rough script is then presented to user for modification graphically and finally saving 21. Script is now saved in specific encrypted tables of accompanying database 22. User now presses 3 migrate button in the software, interface handler is invoked which coverts script to target software's format 23. Scripts are re-written automatically in new format for use, this process is backward compatible as well 24. Backward compatibility allows handler to read scripts from other formats 5 and convert them to its native format.

Claims (5)

1. A method and system for universal test scripting software is a software which works by scanning application under test and creating test scripts 5 which can be altered by users and later migrated to any other testing software's format which makes its scripts universally compatible.
2. A method and system for universal test scripting software of claim 1 comprises of accompanying database which divides data stored in test 10 scripts into encrypted sectional tables. This database uses it own encryption technique and stores everything encrypted in its own tables.
3. A method and system for universal test scripting software of claim 1 to 2 also comprises of accompanying interface handler which has the 15 capability to transform formats. It can read native format and change scripts into another testing software's format which makes this software a universal script generation and migration tool. This interface handler is backward compatible as well which can convert other formats into its native formats as well. 20
4. A method and system for universal test scripting software of claim 1 to 3 utilizes all the components mentioned, all the processes mentioned in this invention are part of this software and are considered to be the core processes of this software, these include: writing test scripts in encrypted 25 format, storing scripts in respective tables in accompanying encrypted database and migrating scripts to other format using interface handler with backward compatibility Apart from these, other processes utilizing the methods mentioned in this invention are well within capacity of this invention. 30
5. A method and system for universal test scripting software substantially as hereinbefore described with reference to the accompanying drawings. Nitin Parashari Date: 25 April 2011
AU2011100465A 2011-04-25 2011-04-25 Method and system for universal test scripting software Ceased AU2011100465A4 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2011100465A AU2011100465A4 (en) 2011-04-25 2011-04-25 Method and system for universal test scripting software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
AU2011100465A AU2011100465A4 (en) 2011-04-25 2011-04-25 Method and system for universal test scripting software

Publications (1)

Publication Number Publication Date
AU2011100465A4 true AU2011100465A4 (en) 2011-06-02

Family

ID=44122818

Family Applications (1)

Application Number Title Priority Date Filing Date
AU2011100465A Ceased AU2011100465A4 (en) 2011-04-25 2011-04-25 Method and system for universal test scripting software

Country Status (1)

Country Link
AU (1) AU2011100465A4 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107305527A (en) * 2016-04-22 2017-10-31 腾讯科技(深圳)有限公司 The treating method and apparatus of code file
CN111274153A (en) * 2020-02-14 2020-06-12 香港乐蜜有限公司 Automatic testing method and device and electronic equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107305527A (en) * 2016-04-22 2017-10-31 腾讯科技(深圳)有限公司 The treating method and apparatus of code file
CN107305527B (en) * 2016-04-22 2020-05-19 腾讯科技(深圳)有限公司 Code file processing method and device
CN111274153A (en) * 2020-02-14 2020-06-12 香港乐蜜有限公司 Automatic testing method and device and electronic equipment

Similar Documents

Publication Publication Date Title
US10127206B2 (en) Dynamic column groups in excel
US7895576B2 (en) Method for automating internationalization software testing
CN101976220B (en) Unit test system
CN108287694A (en) Application builds method, system, computer equipment and storage medium
US20100293524A1 (en) Development environment for managing database aware software projects
US20120324418A1 (en) Software Application Framework Using Microsoft SharePoint
CN103365643A (en) Method and device for automatically generating testing script of graphical user interface
CN102402430A (en) Method and system for generating random test case by using script
WO2016026328A1 (en) Information processing method and device and computer storage medium
WO2008098209A2 (en) Virtual device interactive recording
CN104503772B (en) The method and apparatus that operating system installation based on virtual machine, test environment are built
AU2011100465A4 (en) Method and system for universal test scripting software
US7917856B2 (en) Converting between user interface technologies
CN107766242A (en) A kind of interface test method based on JMETER
CN113505082A (en) Application program testing method and device
CN106919501A (en) Static Analysis Method and instrument based on defect mode
CN104035872B (en) Method and device for testing clustering software
CN105718434A (en) Natural language formula editing method and system
Brewer et al. A new digital field data collection system for dendrochronology
CN107273136A (en) Support multilingual method and device
CN102854875B (en) Automobile air conditioner controller testing method and system
KR102272430B1 (en) Method and system for design supporting through bolt modeling
CN106815106B (en) Host interface test method, device, test terminal and system
CN104198786B (en) Method for simulating waveform measured by logic analyzer by utilizing single chip microcomputer model
TWI608406B (en) Method for automatically generate fields of drop-down menu by foreign keys corresponding to data sheet

Legal Events

Date Code Title Description
FGI Letters patent sealed or granted (innovation patent)
MK22 Patent ceased section 143a(d), or expired - non payment of renewal fee or expiry