Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Tests: Server Availability #184

Open
Tracked by #183
georgi-l95 opened this issue Sep 17, 2024 · 0 comments
Open
Tracked by #183

E2E Tests: Server Availability #184

georgi-l95 opened this issue Sep 17, 2024 · 0 comments
Labels
Tests issue related to enhancing the tests
Milestone

Comments

@georgi-l95
Copy link
Contributor

georgi-l95 commented Sep 17, 2024

Objective: Ensure that the gRPC server is running and listening on the expected port.

Test Case ID Test Name Test Description Expected Outcome Negative Scenario
TC_SA_001 verifyGrpcServerStartsSuccessfully Verify that the gRPC server starts successfully. gRPC server starts without errors. Missing configuration files or incorrect settings.
TC_SA_002 verifyGrpcServerListeningOnCorrectPort Check that the server is listening on port 8080 (or other specified port). gRPC server is listening on the specified port. N/A

Success Criteria: The gRPC server must be up and running on the expected port, and the process should not exit with any error.

@georgi-l95 georgi-l95 added the Tests issue related to enhancing the tests label Sep 17, 2024
@georgi-l95 georgi-l95 added this to the 0.1.0 milestone Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tests issue related to enhancing the tests
Projects
None yet
Development

No branches or pull requests

1 participant