ЕСОЗ - публічна документація
Search person (tests)
Always response params = id, first_name, second_name, birth_place, merged_ids
n/n Test Case | Preparatory Steps | Test Case Description | Test Case Inputs | Expected Result - found persons | Response params: |
---|---|---|---|---|---|
DR1 | Create person - P1 | Search by person's tax_id and phone.number |
| find one person |
|
|
| ||||
DR2 | Create person - P1 | Search by person's tax_id and last_name |
| find one person |
|
DR3 | Create person - P1 | Search by person's birth_certificate and phone.number |
| find one person |
|
|
| ||||
DR4 | Create person - P1 | Search by person's birth_certificate and last_name |
| find one person |
|
DR5 | Create person - P1 | Search by person's last_name and phone.number |
| find one person |
|
DR6 | Create person - P1 | Search by person's birth_certificate, first_name and last_name |
| find one person |
|
DR7 | Create persons - P1, P2 P1.tax_id = P2.tax_id P1.phone_number = P2.phone_number | Search by person's tax_id and phone.number |
| find two person |
|
DR8 | Create persons - P1, P2, P3, P4 P1.tax_id = P3.tax_id, != P2,P4 P1.phone_number = P3.phone_number, != P2,P4 P1.birth_certificate = P2.birth_certificate, !=P3,P4 P1.birth_date = P4.birth_date, != P2,P3 P1.first_name = P4.first_name, != P2,P3 P1.last_name = P4.last_name, by megaphone P2, !=P3 | Search by all clusters |
| find four person |
|
DR9 | Create persons - P1, P2, P3 P1.tax_id = P3.tax_id, != P2 P1.birth_date != P2,P3 P1.first_name = P2.first_name, != P3 P1.last_name = P2.last_name, by metaphone P3 | Search by all clusters |
| find two persons |
|
DR10 | Create persons - P1, P2 P1.birth_certificate != P2.birth_certificate, P1.birth_date = P2.birth_date P1.first_name = by metaphone P2.first_name P1.last_name = P2.last_name | Search by all clusters |
| find two persons |
|
ЕСОЗ - публічна документація