Hi there,

Can you please share best practices for REST API automation testing? Now we have already API tests running but we wanted to improve them.

Here are some issues we are facing now:

1. Duplicating response assertions - used a lot of duplicate response assertions. Is it possible to use something similar to "Module Controller" but for assertions? Found solution as using "BeanShell Assertion" and rewriting in Beanshell, to avoid duplication to load .bsh scripts.

2. Several "User Defined Variables" in multiple thread groups conflict with duplicate variables. Figured out that "User Defined Variables" is global for whole "Test Plan" and it's possible to replace with "User Parameters" to make variables isolated per thread group. But any other possible approach?

3. Input data generation - any good approach for TDD?

4. Your approaches and best practices?

Thanks in advance!

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to