OzannGuzell/Amazon_Test — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Java test automation project for Amazon. I want to be able to run it from the command line and have it open Amazon, search for a product, check that search results appear, open one product page, and confirm basic details like the product title and price show up. It should not log in, add payment info, or place any orders.

Please keep it simple and easy to understand. Use Maven so I can install dependencies and run the tests normally. Add clear logging so I can see each step in the console or a log file, and make failures easy to understand. Organize the code cleanly so I can add more tests later without rewriting everything.

If browser automation libraries or Amazon page behavior have changed, look up the current docs online if you need to. Include a short note on how to run the project and what to change if I want to search for a different product.

Want more depth? Deep Reverse