Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Test Case Execution Task | Software Testing in Practice
Introduction to Manual Testing & QA in Web Development
course content

Conteúdo do Curso

Introduction to Manual Testing & QA in Web Development

Introduction to Manual Testing & QA in Web Development

1. Introduction to Software Testing & QA
2. Software Testing in Practice
3. Functional Testing
4. Non-Functional Testing

book
Test Case Execution Task

Your task is to add the following three test cases to your Testiny project, and execute them in a test run. You will have to execute these on the Chat Application. The priority of each test case can be set to any appropriate level.

- Test Case ID: TC-01
- Title: Registration with Existing Email
- Precondition:
    1. The user is on the registration page.
    2. An account is already registered using the email "testuser1@example.com".
- Test Steps:
    1. Enter "testuser2" in the "Username" field.
    2. Enter "testuser1@example.com" in the "Email" field.
    3. Enter "examplePassword123" in the "Password" field.
    5. Click the "Register" button.
- Expected Result (Postcondition):
    1. The message "User already exists" should be displayed on the screen.


- Test Case ID: TC-02
- Title: Successful Login
- Precondition:
    1. The user is on the login page.
    2. An account with the username "testuser1" is already registered.
- Test Steps:
    1. Enter a "testuser1" in the "Username" field.
    2. Enter "examplePassword123" in the "Password" field.
    3. Click the "Login" button.
- Expected Result (Postcondition):
    1. The user should be successfully logged in.
    2. The user should be redirected to the chat page where they can see the Chat Box.


- Test Case ID: TC-03
- Title: Sending an empty message in the Chat
- Precondition:
    1. The user is already logged in and is on the chat page.
- Test Steps:
    1. Make sure the chatbox input field is empty.
    2. Click "Send"
- Expected Result (Postcondition):
    1. No message is sent in the chatbox.

After you execute the test cases, write their results as "Passed" or "Failed" in the box.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 4

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

course content

Conteúdo do Curso

Introduction to Manual Testing & QA in Web Development

Introduction to Manual Testing & QA in Web Development

1. Introduction to Software Testing & QA
2. Software Testing in Practice
3. Functional Testing
4. Non-Functional Testing

book
Test Case Execution Task

Your task is to add the following three test cases to your Testiny project, and execute them in a test run. You will have to execute these on the Chat Application. The priority of each test case can be set to any appropriate level.

- Test Case ID: TC-01
- Title: Registration with Existing Email
- Precondition:
    1. The user is on the registration page.
    2. An account is already registered using the email "testuser1@example.com".
- Test Steps:
    1. Enter "testuser2" in the "Username" field.
    2. Enter "testuser1@example.com" in the "Email" field.
    3. Enter "examplePassword123" in the "Password" field.
    5. Click the "Register" button.
- Expected Result (Postcondition):
    1. The message "User already exists" should be displayed on the screen.


- Test Case ID: TC-02
- Title: Successful Login
- Precondition:
    1. The user is on the login page.
    2. An account with the username "testuser1" is already registered.
- Test Steps:
    1. Enter a "testuser1" in the "Username" field.
    2. Enter "examplePassword123" in the "Password" field.
    3. Click the "Login" button.
- Expected Result (Postcondition):
    1. The user should be successfully logged in.
    2. The user should be redirected to the chat page where they can see the Chat Box.


- Test Case ID: TC-03
- Title: Sending an empty message in the Chat
- Precondition:
    1. The user is already logged in and is on the chat page.
- Test Steps:
    1. Make sure the chatbox input field is empty.
    2. Click "Send"
- Expected Result (Postcondition):
    1. No message is sent in the chatbox.

After you execute the test cases, write their results as "Passed" or "Failed" in the box.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 4
some-alt