Hi,
I’m asking here after doing some research and not finding any clear answer. I’ve been using Adaptavist’s Arquillian adaption for testing, but the last commit was done back in 2022 and I don’t like using something which seems obsolete. So, how do you guys:
- create test data? (thinking of using a custom python script based on DC App Performance Toolkit)
- Integration Tests?
For example, for one project I could prepare some data and trigger my app using REST calls, but then I have to modify a Bandana value, and I don’t see any options for that except Arquillian.
Thank you!