Writing Test Cases/Test scripts/Test Steps. Step-by-step for the Signup Page/Jira Tool

Поделиться
HTML-код
  • Опубликовано: 12 июл 2024
  • Writing Test Cases/Test scripts/Test steps. Step-by-step for the Signup Page/Jira Tool
    I create my videos from the tutorial point of view. Focuses on easy and practical learning for Software Testing, which will help anyone get started with the Software Testing field.
    My last uploaded video for writing Test cases/titles for the Signup page in the Jira tool. Please click here to watch. Thank you. • Writing Test Cases/Ste...
    Other Videos are all for Test Case writing
    Other Videos you may like to watch are linked below
    1) Test Scenarios/How to Step-by-Step write test cases or Test Scenarios: • Test Scenarios/How to ...
    2) Test Scenarios for Delivery application, /Sign up with the Mobile number.: • Test Scenarios for Del...
    3) What is Test Case Writing in software? How to write Test cases/Sort Demo: • What is Test Case Writ...
    4)Test Case Writing/Designing of the Document: • Test Case Writing/Desi...
    5) Test Case writing for the sign-up page/ Step-by-step test case writing: • Test Case writing for ...
    6)Test Case writing for the sign-up page/ Step-by-step test case writing/Part-3: • Test Case writing for ...
    7)What are Positive Test cases and Negative Test cases in Software Testing • Positive Test Cases an...
    8) Test Case writing/ Test Scenarios for the sign-up page/ Step-by-step test case writing/Part-4 • Test Case writing/ Tes...

Комментарии • 6

  • @smohd7542
    @smohd7542 10 месяцев назад +3

    Thank you so much for making such an amazing content,
    please make videos on other information like execution, traceability etc

  • @chinnab3544
    @chinnab3544 11 месяцев назад +1

    Thank you

  • @19_sahilsutech21
    @19_sahilsutech21 4 месяца назад +1

    What about validation rules mam we have to design test cases including validation rules.... Also just wanted to know

    • @softwaretesting2023
      @softwaretesting2023  4 месяца назад

      Validation rules are the rules that check if the information that you enter is correct and acceptable. For example, when you sign up for a website, you need to enter your email address. A validation rule for the email address could be that it must have the @ sign and a dot (.) in it. Validation rules help to make sure that the information is good and avoid mistakes or problems.
      When you write test cases, you should include validation rules as part of what you expect to see or what you enter. For example, if you are testing a sign up page that has a validation rule for the password, such as it must have at least 8 letters and include a capital letter, a small letter, a number, and a symbol, you can write test cases like this: As for example
      Test Case ID - TC-001
      Test Case Description - Verify that the password field accepts a valid password
      Test Data - Password: Test@1234
      Expected Result - The password field should accept the password and no error message should be displayed.
      Test Case ID - TC-002
      Test Case Description - Verify that the password field rejects a password that does not contain a number
      Test Data - Password: Test@abcd
      Expected Result - The password field should reject the password and display an error message saying “Password must contain at least one number”
      You can write similar test cases for other validation rules on the sign up page, such as the email address, the username, the phone number, etc. You can also use different ways to make more test cases for validation rules.
      Thankyou for reaching out. Feel free to ask if you have any other questions related to Software Testing.