MySQL Monitor Modes
MySQL Monitor can be run in two modes. The two modes that can be used are as follows:
Interactive Mode, Batch Mode
MySQL Monitor can be run in two modes. The two modes that can be used are as follows:
Interactive Mode, Batch Mode
In this tutorial, we will create a new MySQL database on Windows operating system. We can use the CREATE DATABASE statement to create a new
Write tests with Jasmine Standalone In this post, we will learn how to write sample Jasmine tests. Let’s write some example code and then test it with Jasmine. We will code for two classes Animal and Cat in JavaScript. I will keep the object code and test code very simple. Animal.js // JavaScript Animal class […]
In this tutorial, we will learn different MySQL Components. Some of the MySQL database components are as follows:
MySQL Server
MySQL Workbench
Getting Started with Jasmine Standalone The instructions in the post are for Jasmine standalone which is a browser-based environment for running the specifications aka test cases. Jasmine standalone allows you to run the specs using browser-based Jasmine SpecRunner. In later posts, we will see other environments like Node.js , command line etc. Setup Jasmine Standalone […]
Introduction In this post, we will discuss working with JUnit in Eclipse IDE. Eclipse has a lot of support for JUnit that makes creating and working with JUnit tests easy. Create a Test Class To create a test class, right-click on your new class, select the package where you want to create it in Project […]