Writing Test Cases/Test scripts, step-by-step for Login Page/Jira Tool - Part 2

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 6

  • @mhmodsadek7902
    @mhmodsadek7902 11 місяців тому

    Can I add test scenario for Verify ( hide / show ) password functionality ?? but I do not know what i write in test steps.

    • @softwaretesting2023
      @softwaretesting2023  11 місяців тому

      Testing the hide/show password functionality is essential to ensure a seamless user experience and robust security. Let’s create some concise test scenarios and steps for this feature:
      Scenario 1: Verify that when a user enters a password, it should be masked (e.g., displayed as asterisks or dots) to keep it private
      Test Steps:
      Enter a valid password.
      Verify that the password is masked (e.g., “********”) in the input field.
      Scenario 2: Verify that the users should have the option to reveal the password for verification.
      Test Steps:
      Enter a valid password.
      Click the “Show Password” icon (if available).
      Verify that the password becomes visible (unmasked).
      Click the icon again to hide the password.
      Thankyou for reaching out. Please feel free to ask any doubts you have.

    • @mhmodsadek7902
      @mhmodsadek7902 11 місяців тому +1

      @@softwaretesting2023 thanks for your reply and your efforts ❤️

    • @mhmodsadek7902
      @mhmodsadek7902 11 місяців тому

      @@softwaretesting2023 we need a session about how we can find the defects in website and represent them in document as they should be written

  • @Dileepkumar-yw2yn
    @Dileepkumar-yw2yn Рік тому +1

    Can explain how to use jira clearly ? From beginning