API requests and security tokens writing Selenium tests

638 Views Asked by At

I have recently started writing Selenium tests on C#. Some test setups create users calling API before interaction with UI. Implementing security requirements developer added a request verification token as a parameter into API model.

Now, creating a user I must pass this parameter.

How do I do it without interaction with UI?

0

There are 0 best solutions below