A
A
Alexey1112021-07-27 15:22:38
Software testing
Alexey111, 2021-07-27 15:22:38

Which of the following tests would you NOT automate at the API validation level?

There are the following types of tests:

  1. Border checks for the number of characters that can fit in a variable
  2. Invalid authorization token
  3. Disabled service switch (expect error)
  4. Checking access to data/actions by roles that should be denied access
  5. Checks with missing required query parameters
  6. Checking for possible expected service states: response 401, 404, 502, etc.


Which of these would you not automate as an auto tester, and why?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Fedorov, 2021-07-27
@Aleksey111

1. Border checks for the number of characters that can fit in the variable
case is unnecessary for automation It is not
critical to write entire pipelines, it is checked once by hand and that's it
5. Checks with the absence of mandatory query parameters tester, you have your own paradigms there - you have to dance from them, they quite interestingly exclude / add the need for certain checks

V
Vladimir Korotenko, 2021-07-27
@firedragon

2. since many services just kill it all.
And testers specifically enter under the account where the token is issued immediately without captcha and other things

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question