#v1.1
- Fixed response.ctl issue
- chalba.log and response.ctl are set to rolling mode
- Added new element CsvDataSet. It will enable to read the csv file
- now thread count can be set from csv file
- @ThreadCount(fromCsvWithHeaders = "data.csv") : pass csv pass with headers
- @ThreadCount(fromCsvWithoutHeaders = "data.csv") : pass csv file without headers
- Changed the lib to chalba.jar
- Add extlib feature add. Call your own jar file
#V1.2
- Added support for custom package, set package name as you want
- now Scripts can be run from different directories i.e users create seperate directory for the scripts.
#V1.3
- moved all the interfaces to interface package
- added run duration arguments i.e now scripts can be run for a duration.
- added LoadProp now thread count can be set from prop file
- updated the help file
- added taskStart from class
- set default read and connect timeout to 1hr
- added set timeout and read timeout
- Renaming the app LoadDirector
- FIX : running classes without package name
- EXPERIMENTAL: Get and load cookiee
- Supress Exception when unable to connect to server
- added support for conent-type in multipart form data
- Fixed: added support for conent-type in multipart form data
- Fixed: added support for conent-type in multipart form data backword compability