Challenge: Writing Test Cases
Свайпніть щоб показати меню
When the user tries to login without entering anything in the password field, the app should display the message "Please fill out this field." under that field.
Write a test case for this scenario, using the format shown in the last chapter. The username "testuser1" can be used in this case.
The priority of this test is High and one of the prerequisites is that an account with the username "testuser1" should be already registered in the database.
You may skip the Test Data field and include the data directly in steps. Actual Result and Test Status fields are not required in this scenario since we are not executing test cases.
You can either write the Test Case in the following chatbox, or locally, and compare it with the provided solution for verification.
task.txt
The following template will be used:
Test Case Description / Title: -
Priority: -
Prerequisites: -
Test Steps: -
Expected Results: -
Test Case Description: Verify that leaving the password field empty displays an error message.
Priority: High
Prerequisites:
The user should be on the login page.
An account with the username "testuser1" should be already registered in the database.
Test Steps:
Enter "testuser1" in the username field.
Click "Login"
Expected Results: A message saying "Please fill out this field." under the password field.
Дякуємо за ваш відгук!
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Challenge: Writing Test Cases
When the user tries to login without entering anything in the password field, the app should display the message "Please fill out this field." under that field.
Write a test case for this scenario, using the format shown in the last chapter. The username "testuser1" can be used in this case.
The priority of this test is High and one of the prerequisites is that an account with the username "testuser1" should be already registered in the database.
You may skip the Test Data field and include the data directly in steps. Actual Result and Test Status fields are not required in this scenario since we are not executing test cases.
You can either write the Test Case in the following chatbox, or locally, and compare it with the provided solution for verification.
task.txt
The following template will be used:
Test Case Description / Title: -
Priority: -
Prerequisites: -
Test Steps: -
Expected Results: -
Test Case Description: Verify that leaving the password field empty displays an error message.
Priority: High
Prerequisites:
The user should be on the login page.
An account with the username "testuser1" should be already registered in the database.
Test Steps:
Enter "testuser1" in the username field.
Click "Login"
Expected Results: A message saying "Please fill out this field." under the password field.
Дякуємо за ваш відгук!