Git Product home page Git Product logo

sqlchangescanner's Introduction

SQL Change Scanner

Software testing tool for tracking SQL Server Database changes without affecting the Database itself.

This tool gives you a very high level view on what happened in the database after you’ve performed some action in on the application UI.

Use case:

You are testing an application that has a user registration page. You fill the user from with correct data and run the SQL Change Scanner for the first time. The tool will print all existing tables into the output window.

Then you are pressing the button “Register” on the application UI. After operation is completed you are pressing the Scan the database again, and for example it gives the following output:

[dbo].[USERS]

[dbo].[USER_PROFILES]

Now you know that the new user information is being stored into the two tables.

After you delete the user and scan the database again, you might get the following Output:

[dbo].[USERS]

That means the USERS table was affected and the USER_PROFILES is not. So now you might raise a question: why the table USER_PROFILES was not changed? Does it collect a garbage information about already deleted users?

Please, see also a short usage video

Overview in Russian

sqlchangescanner's People

Contributors

dzharii avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.