testAlexB / testAlexB/ConsoleApp2

Тестирование функции

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Юнит-тесты

  1. проверяем, что пользхователь с пустым паролем не сохраняется в систему.
    Выдается ошибка: задайте не пустой пароль

  2. проверяем, что добавляемый пользователь с таким логином существует

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the user creation or save entry point and any existing test project in the repository. Add unit coverage for rejecting an empty password with the stated error, and clarify the expected result for a duplicate login before testing that case. Run the repository's test command and confirm both scenarios pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
testing
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.