What to do
Identify all the test required for the scenario bellow. The tests will be evaluated.
')
What not to test: different browsers, extremely big requests, "nasty words". Do not use automation tools. Request per second per ip
Specification
This is a standard user in forum.
Only the First Name field can be tested right now. The field has a max length of 30.
What should be done
Find all the checks for the script described below. Based on the data you entered in the First Name field, the checks will be evaluated. What not to test: different browsers, very large queries, “bad words”. Do not use automation tools. The server will close access if the limit of 30 requests per second from the same IP address is exceeded.
The task
The user must enter the necessary data to access the forum, as a regular user. Only First Name is suitable for testing at the moment. The maximum field length is 30 characters.
Source: https://habr.com/ru/post/368085/
All Articles