Tuesday, June 07, 2011

TSL - TARGET Specific Langauge

TSL - TARGET Specific Langauge

TSL is a DSL (Domain Specific Langauge) created for TARGET. TARGET is a Web Test automation framework I have created on top of existing open source project "Selenium". TSL will let you create test cases using plan english with NO or less knowledge of programming langauges like java, php etc.

A Sample TSL Script


open "http://www.google.com" in IE
click on "Maps"


The above two lines are valid TSL commands,
first line opens IE browser and loads google.com home page
second line click on "Maps" link on the page

TSL will also support scripting langauges like JQuery, Groovy, Javascript etc , You can use any of these script to create new custom TSL commands.

No comments: