[UR]003-RP - RentalProducts

As a visitor, I want to browse products available for rent, so that I can find tools I can rent by the hour.

Acceptance Criteria:

AC1 – Product information shown

Given I am on the product detail page Then the product image, name, description, price, category badge, and brand badge are shown.

AC2 – Quantity selector

Given the product is in stock Then a quantity input field is displayed with plus (+) and minus (-) buttons And the default quantity is 1.

AC3 – Increase quantity

Given the quantity input is displayed When I click the plus button Then the quantity increases by 1.

AC4 – Decrease quantity

Given the quantity is greater than 1 When I click the minus button Then the quantity decreases by 1.

AC5 – Minimum quantity

Given the quantity is 1 When I click the minus button Then the quantity remains at 1.

AC6 – Manual quantity entry

Given the quantity input is displayed When I type a number directly into the input field Then the quantity is updated to the entered value And the value is clamped between 1 and 999,999,999.

AC7 – Add to cart

Given a valid quantity is selected When I click the "Add to Cart" button Then the product is added to the cart with the selected quantity And a success message "Product added to shopping cart." is displayed.

AC8 – Out of stock

Given the product is not in stock and is not a rental item Then the "Add to Cart" button is disabled And "Out of stock" is shown in red.

AC9 – Related products