Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.33 KB

File metadata and controls

39 lines (32 loc) · 1.33 KB

#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

V1.4

  • FIX : running classes without package name

V1.5

  • EXPERIMENTAL: Get and load cookiee
  • Supress Exception when unable to connect to server

V1.6

  • added support for conent-type in multipart form data

V1.6.1

  • Fixed: added support for conent-type in multipart form data

V1.6.2

  • Fixed: added support for conent-type in multipart form data backword compability