Once upon a time
QA Team:
Tetiana Gorbachova
Tetiana Terentieva
Alexsander Lyvin
Marina Kishkan
Application structure
Roles
 UI Verification


Scripts Validation



Services Verification (by using SOAP UI)



DB Validation
Processes
1) Scripts verification:










requirement analysis
details clarification
preview script
searching potential issues
running script
sending email with issues
verification fixes
merge to master branch
deploy2db
Processes
2) Services verification:










requirement analysis
details clarification
development
deploy server
create test in SOAP UI
run test
check public method in JMX
bug fixing(if it needed)
final verification(if it needed)
Processes
3) UI verification:








requirement analysis
details clarification
development
deploy client and server changes
verification
bug fixing(if it needed)
final verification(if it needed)
Processes
4) RO API:








requirement analysis
details clarification
development
preparation script with test data
test creation
bug fixing
run test on TeamCity
Processes
5) DB Validation:
 test creation by using SQL query
 tests running
 inform customer about problem in
database
 disable failed tests
 integrate to TeamCity
 trigger after deploy server
 if we have a problem we write email
and disable test
Issues








Once upon a time