1hasangunduz/hasan_gunduz_case — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Java UI test automation project for the Insider website that covers the main hiring flow end to end. I want it to open the Insider home page and verify the main homepage sections are visible, then go through Company to Careers and confirm the key careers page sections are there too.

After that, automate the Quality Assurance jobs flow. It should open the QA jobs area, click to see all QA jobs, filter by Istanbul, Turkiye and Quality Assurance, and make sure the job cards shown match that department and location. I also want a negative case where filtering by Chile shows the no positions available message.

Please include a check that every View Role button opens a new tab and goes to a valid Lever application page for Insider, then closes the tab and continues. Add clean reporting with screenshots on failures, readable logs, and support for running tests in parallel and headless when needed. Use a page object style structure so it is easy to grow later. Look up current docs online if you need to.

Want more depth? Deep Reverse