Size: a a a

2019 July 31

SP

Straxoff Pavel in QA Alliance
тебе какой срок дали на тестовое?
источник

EP

Eugene P. in QA Alliance
20 мин)
источник

SP

Straxoff Pavel in QA Alliance
Eugene P.
SELECT ID FROM PERSONS
WHERE LAST_NAME IN ('IVANOV', 'PETROV')
OR FIRST_NAME LIKE 'A%'

Значит вот так все же?
нет, AND, а не OR
источник

EP

Eugene P. in QA Alliance
Понял, спасибо огромное!
источник

EP

Eugene P. in QA Alliance
Дай Вам Бог здоровья!
источник

EP

Eugene P. in QA Alliance
9. Analyze the requirements and provide the analysis results. Imagine that these are ALL requirements provided for a feature.

Story: As a user I should be able to register in a web-application.
1) [Registration] page contains only the following elements: [Login], [Pasword] fields, [Cancel] button
2) If [Password] field value is not corresponding the requirements, user sees the error: "Password does not mutch the requirements"
3) If all fields have correct values, and user clicks [Register] button, then the user is redirected to [Home] page of the application
4) The registration modal window is closed by pressing [Close] button

А вот с етим что можно сделать?
источник

SP

Straxoff Pavel in QA Alliance
Eugene P.
9. Analyze the requirements and provide the analysis results. Imagine that these are ALL requirements provided for a feature.

Story: As a user I should be able to register in a web-application.
1) [Registration] page contains only the following elements: [Login], [Pasword] fields, [Cancel] button
2) If [Password] field value is not corresponding the requirements, user sees the error: "Password does not mutch the requirements"
3) If all fields have correct values, and user clicks [Register] button, then the user is redirected to [Home] page of the application
4) The registration modal window is closed by pressing [Close] button

А вот с етим что можно сделать?
ровно то, что написано в задании
источник

EP

Eugene P. in QA Alliance
Логично)
источник

SP

Straxoff Pavel in QA Alliance
блин, чувак, тебе бы знания подтянуть, да и вот так вбрасывать тестовые в общий чат - моветон
источник

EP

Eugene P. in QA Alliance
Согласен, конечно
источник

SP

Straxoff Pavel in QA Alliance
Eugene P.
Согласен, конечно
как сказано в одном из java чатов

❗️#FAQ! ЧИТАТЬ ВСЕМ❗️☕️

Q: Помогите, есть задание X напишите за меня, подскажите как написать и т.д.
A: Писать за тебя лабы никто не будет.
источник

EP

Eugene P. in QA Alliance
источник

EP

Eugene P. in QA Alliance
Ну вот с етим хоть помогите и я отстану)
2. Provide only 5 EXAMPLES (the certain values) how you will verify a field with the following requirements for it:

Field: [Date of Birth] in mm/dd/yyyy format
Req 1: Only digits can be entered (“/” are inserted automatically)
Req 2: Age should be more than 18
источник

А

Андрей in QA Alliance
Eugene P.
9. Analyze the requirements and provide the analysis results. Imagine that these are ALL requirements provided for a feature.

Story: As a user I should be able to register in a web-application.
1) [Registration] page contains only the following elements: [Login], [Pasword] fields, [Cancel] button
2) If [Password] field value is not corresponding the requirements, user sees the error: "Password does not mutch the requirements"
3) If all fields have correct values, and user clicks [Register] button, then the user is redirected to [Home] page of the application
4) The registration modal window is closed by pressing [Close] button

А вот с етим что можно сделать?
Ну тут в пункте 1, кнопки register не хватает, наверно это
источник

EP

Eugene P. in QA Alliance
Андрей
Ну тут в пункте 1, кнопки register не хватает, наверно это
Хм, спасибо большое!
источник

А

Андрей in QA Alliance
Eugene P.
Ну вот с етим хоть помогите и я отстану)
2. Provide only 5 EXAMPLES (the certain values) how you will verify a field with the following requirements for it:

Field: [Date of Birth] in mm/dd/yyyy format
Req 1: Only digits can be entered (“/” are inserted automatically)
Req 2: Age should be more than 18
Ну тут точно надо проверить что тебе 18 исполнилось сегодня 31.07.2011
источник

А

Андрей in QA Alliance
01.08.2011 потом 18 будет завтра
источник

EP

Eugene P. in QA Alliance
Хм, спасибо!
источник

А

Андрей in QA Alliance
Наверно ещё заморочки с високосными годами с февралём что-то
источник

EP

Eugene P. in QA Alliance
Точно, я нагуглил вот что https://onecore.net/sample-test-cases-for-date-field.htm
источник