All of the software offered on my site are free to use and fully open-source. You can download the source code, modify as needed and use it for personal or organizational needs.
A codeless scripting tool with built-in SQLite database integration, test-case execution setup and results dashboard.
User GuideA random data generator that allows the user to output the results into various formats such as Excel, SQL, etc.
User GuideTakes Excel data and creates an SQL file containing all of the SQL commands needed to insert the data into a database.
User GuideAll of the software I develop were made with the intention that they be customized and expanded upon by anyone for their personal or organizational needs. The purpose of these tools is to help make certain tasks for development and testing easier.
A complete automation testing framework with an UI and an integrated SQLite database. It uses selenium to run the codeless scripts created through the UI. Dynamic scripts can be created by applying conditions to steps and/or making them optional.
Generates random data based on either preset types or custom values. Custom values can be typed into a textbox field within the UI (or placed in a text file) and linked to a custom column.
Take an Excel file and generate a SQL file with insert commands to input the data into a database. Sheet names are treated as table names and the first row is used for column names for that table.