简体   繁体   中英

Guidewire batch job processing using Gatling

How can I run the Guidewire batch job scenarios using Gatling. Mainly want to create a scala script to run the batch job in gatling

In webservice catalogue of your center check the MaintenanceToolsAPI, there are few exposed operations:

  • getValidBatchProcessNames - will give you batch process names
  • startBatchProcess - for batch process without arguments
  • startBatchProcessWithArguments - for running batch process with arguments

Guidewire also did a batchrunner accelerator where they use this API and expose something a bit more consistent/usable this is available in marketplace.

In the end you should be fine with just calling the MaintenanceToolsAPI SOAP webservice from your scala scripts. What you will probably have to figure is the polling for the state of batch process, which is main feature of batchrunner accelerator.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM