Home

Nagabhushan welcomes you. Here is a tool that can make your scripting for test cases easier.

This tool Mind My Language Compiler enables to write the test scripts in plain and general English (Natural Language), rather than following any computer language like VB, Java etc.

This tool's scripting language looks like this:

Open IE Browser

Navigate to http://127.0.0.1/login.do

In username field type admin

In pwd field type manager

Click on Submit button

....

The most interesting thing is MMLC (Mind My Language Compiler) is not another testing tool, rather it enables faster scripting to the automation engineer. One more good thing, test script can be written in plain English as shown above and can be compiled to most available testing tool language scripts. But as of now I have Selenium+Java plugin.

How to use it:

--------------

1. Download the zip file here

2. Unrar (decompress) using Winrar/Winzip.

3. Open the folder, and double click "Compile MML Source.bat" file

* Please Read the ReadMe.txt for System Requirements

Upon doing this you should be able to see few prompts to press any key, then selenium server starts and the test execution takes place. After test script execution the selenium server and the browser are closed. Pending modules include result reports and many more. Mail me if you are facing any issues in downloading the software at s.nagabhushan.email@gmail.com

Special thanks to my teachers and colleagues for motivating to take this up and bring this to life.