1. From the Developer Console, click Debug | then Open Execute Anonymous Window.
2. Execute the following code.
Id runningJobID = Database.executeBatch(new TestBatchForRun(), 200);
After running this piece of code you will get the Debug log for the same and you check if the batch is running or not.
With this you can even go to Setup > Apex Jobs > Check the Job type as Batch Apex and check if the job is running. once completed you will see the status as Completed and you can check output after that.