Perform end-to-end functional testing of web applications (account registration, login flows, file uploads/downloads, dashboard navigation, form submissions)
Test secure file transfer workflows: upload, share, download, expiration, access controls, notifications
Verify user interface elements: responsiveness, layout consistency, error messages, loading states, empty states
Use Chrome DevTools to capture and document: JavaScript console errors, failed network requests (4xx/5xx), slow API responses, CORS issues, session/cookie problems
Test cross-browser compatibility (Chrome, Firefox, Edge at minimum) • Create detailed bug reports with: clear title, steps to reproduce, expected vs. actual behavior, screenshots/screen recordings, browser console output, severity level (Critical / High / Medium / Low)
Retest previously reported bugs after fixes are deployed • Maintain a testing log tracking featur...