AkrosAG / Akros-Marketplace

Apache License 2.0
3 stars 5 forks source link

In Home page, price field is not restricted with numeric values #293

Open Dummylearners opened 1 year ago

Dummylearners commented 1 year ago

Test Environment: Firefox Web browser Test OS: Windows

Test steps

  1. Open Site
  2. Under Unterkünfte/Accommodations, click Angebote (is auto selected)
  3. Choose Zimmer/Haus (is auto selected)
  4. Type in “Bis Preis” field
  5. Click to Search/Search button

Pre-condition: Advertisement is already created with given price Post result/expected result: Published advertisements displayed in Alphabetic order. Typing false Search result appears

Test Fail

Screenshot after typing in "Bis Preis" field:

Image

Dummylearners commented 1 year ago

Anupama/ Test fail/ Test document updated on 19.01.2023

thuead commented 1 year ago

Test Enviornment: Google Chrome Test OS: Windows

Precondition:

TC_01

Test_Steps:

Web main landing page is open and "Angebot" is selected.

  1. Select "Zimmer" in the search criteria.
  2. Click in the searchfield "Bis Preis".
  3. Enter a positive integer of the max price.
  4. Click on the button "SUCHE".
  5. Check the accommodation displayed below for the price.

Result: Test passed 13.02.2023 - 09:26 Uhr

All rooms that are cheaper or match the price in the search criteria are displayed.

TC_02

Test_Steps:

  1. Click in the searchfield "Bis Preis".
  2. Try to enter a letter in the search field.
  3. Check whether the letters can be entered in the search field.

Result: Test passed 13.02.2023 - 09:27 Uhr

It not possible to enter letters in the field "Bis Preis"

TC_03

Test_Steps:

  1. Click in the searchfield "Bis Preis".
  2. Try to enter a decimal number in the search field.
  3. Check whether the decimal number can be entered in the search field.

Result: Test passed 13.02.2023 - 09:30 Uhr

It not possible to enter decimal numbers in the field "Bis Preis"

TC_04

Test-Steps:

  1. Click in the searchfield "Bis Preis".
  2. Try to enter a negativ number in the search field.
  3. Check whether the negativ number can be entered in the search field.

Result: Test passed 13.02.2023 - 09:30 Uhr

It not possible to enter negativ decimal numbers in the field "Bis Preis"

Image