learnhubmk / app

The frontend app for LearnHub.mk
https://learnhub.mk
MIT License
6 stars 0 forks source link

[QA] Contact form Test Cases #372

Open Dragica229 opened 2 weeks ago

Dragica229 commented 2 weeks ago

Test cases for Contact section written in KIWI, testing and reporting.

Contact form Name & Surname

  1. Verify that user can insert Name and Surname in the Name and Surname required field. – precondition 2+ characters.
  2. Verify that user is not able to insert numbers and special characters in Name and Surname field.
  3. Verify that user is not able to insert only one character.

E-mail

  1. Verify that user can insert valid email address in the email address required field.
  2. Verify that user is not able to insert invalid email address.

Message

  1. Verify that user is able to insert a message. – precondition minimum 20 characters

  2. Verify that user is not able to insert a message with less 20 characters.

  3. User is able to send a contact message filling the required contact fields.

  4. User is not able to send contact message without filling name.

  5. User is not able to send a contact message missing any of the required fields.

  6. Verify that user is able to join the learning platform when click on "Придружи се" button.