authorjapps / zerocode-hello-world

Zerocode YAML and JSON based declarative steps hello world rest api testing example - soap, database
https://github.com/authorjapps/zerocode
MIT License
18 stars 40 forks source link

Unable to parameterized filename - Performance Testing #29

Open automationuser-m opened 2 years ago

automationuser-m commented 2 years ago

Description : In order to execute performance tests, json has to be sent in the body request. There are more than 1000 json files that has to be used in the performance testing. Each file contains different data. File name consists of <> format

We created custom java function that will scan the directory for list of files and parse the uuid so that it can be used in the testing scenario

Challenge: Zerocode step does not allow parameterization of file names For example, in below request, 40000000000000000123456789ABCDEF cannot be parameterize

Benefits: Adding this feature will allow execution of performance test using zerocode framework for the given scenario

Sample Steps: