Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


n/n
description
inputs
expected result
step by step script
actual result
SD1Find Dismissed doctor
  • id
200, empty
  • input parameters
200, []
SD2Find doctor with division=null
  • id
200, empty
  • input parameters
200, []
SD3

Find employee_type<>'DOCTOR'

  • id
200, empty
  • input parameters
200, []
SD4Find doctor who reached limit
  • employee_id → declaration_qty=2000
200, is_available=false
  • input parameters

the number declartion_count is incorrect 

200, is_available is correct

SD5Find  by  last_name and second_name
  • last_name & second name
200
  • input parameters
200
SD6Search DOCTORs by speciality
  • speciality
200
  • input parameters
200
SD7Search DOCTORs with 2 different specialities by speciality=false
  • first_name&last_name
  • speciality
200
  • input parameters
200, []
SD8Search DOCTORs by division_id
  • division_id
200, doctors within current division
  • input parameters

return all

200

SD9Search DOCTORs by is_available=false
  • is_avaliable=false
200
  • input parameters

return all

200

SD10Search DOCTORs by division_name
  • division_name
200, doctors within current division
  • input parameters
200
SD11


  • input parameters

add speciality_officio to specialities,

incorrect flag speciality_officio

...