This repository contains my complete solution for the SDET Take-Home Assignment, covering: Part A — Test Design & Risk Analysis Part B — API Test Strategy & Example Payloads Part C — Performance ...
problem: "Find the maximum and minimum elements in an array with a single traversal.", approach: "Initialize max and min with the first element, then traverse the array once comparing each element ...