QuestionQ114
Test Automation ToolsUniversal Containers (UC) has developed a custom REST web service. The service receives Order and Order Line Item data from an external endpoint, applies business logic and validations, and then inserts the data into the database. UC expects to receive more than 100K orders per day, and each order can include up to 10 line items. Every inbound request contains only one order and its related line items.
Which two testing types should an architect recommend to help ensure that users do not experience platform slowdowns during peak business hours?
Choose two
- A Stress Testing
- B Load Testing
- C Unit Testing
- D Performance Testing
Community Discussion