test▌
163 indexed skills · max 10 per page
alicloud-media-mps-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-ai-entry-modelstudio-test-test
cinience/alicloud-skills · Cloud
Category: test
unit-test-controller-layer
giuseppe-trisciuoglio/developer-kit · Testing
Unit testing REST controllers in isolation with MockMvc and mocked service dependencies. \n \n Covers testing all HTTP methods (GET, POST, PUT, PATCH, DELETE) with status code and response body validation using JsonPath assertions \n Includes patterns for request parameter binding, validation errors, exception handling, and content negotiation across different Accept and Content-Type headers \n Uses standalone MockMvc setup with Mockito to mock service layer dependencies, keeping tests focused o
unit-test-exception-handler
giuseppe-trisciuoglio/developer-kit · Testing
Unit testing patterns for Spring @ExceptionHandler and @ControllerAdvice global exception handlers. \n \n Test exception-to-error-response transformations and HTTP status codes using MockMvc with setControllerAdvice() to register handlers \n Verify error response structure includes required fields (timestamp, status, error, message) and test field-level validation errors from MethodArgumentNotValidException \n Cover multiple exception types with appropriate status codes (404, 409, 401, 403, 500)
unit-test-utility-methods
giuseppe-trisciuoglio/developer-kit · Testing
JUnit 5 patterns for testing utility classes, static methods, and pure functions without mocking complexity. \n \n Covers testing strategies for string manipulation, calculations, collections, data validation, and format utilities with edge case and boundary condition handling \n Uses AssertJ assertions for readable test code and @ParameterizedTest for testing multiple similar scenarios efficiently \n Emphasizes null handling, empty inputs, extreme values, and floating-point precision as critica
unit-test-json-serialization
giuseppe-trisciuoglio/developer-kit · Testing
Unit testing JSON serialization and deserialization with Spring's @JsonTest and Jackson. \n \n Covers serialization/deserialization of POJOs, custom serializers/deserializers, field name mappings with @JsonProperty , and null handling using JacksonTester for type-safe assertions \n Includes patterns for testing nested objects, lists, date/time formatting, and polymorphic types with @JsonTypeInfo \n Provides Maven and Gradle setup, best practices for avoiding circular references and null inclusio
ab-test-setup
sickn33/antigravity-awesome-skills · Testing
Structured framework for designing statistically rigorous A/B tests with mandatory validation gates. \n \n Enforces hypothesis lock, metric freezing, and sample size calculation before any implementation begins \n Includes hard gates at three critical points: hypothesis validation, assumptions review, and execution readiness \n Defines primary, secondary, and guardrail metrics to prevent harmful wins and ensure valid interpretation \n Covers test type selection, duration estimation, and strict r
unit-test-wiremock-rest-api
giuseppe-trisciuoglio/developer-kit · Backend
Unit test external REST API integrations with WireMock HTTP mocking and request verification. \n \n Stub HTTP responses with configurable status codes, headers, and JSON bodies; verify request details including headers, query parameters, and request bodies \n Test error scenarios (4xx/5xx responses, timeouts, malformed responses) without calling real APIs or hitting rate limits \n Use dynamic port allocation to avoid conflicts in parallel test execution; automatic cleanup between tests via JUnit
unit-test-service-layer
giuseppe-trisciuoglio/developer-kit · Testing
Isolated unit testing patterns for Spring service layer using Mockito and JUnit 5. \n \n Covers mocking injected dependencies, verifying service interactions, and testing business logic without database or external API calls \n Includes patterns for exception handling, complex workflows, argument capturing, and verification of call order and frequency \n Supports testing async/reactive services with CompletableFuture and provides best practices for constructor injection and spy-based partial moc
ab-test-store-listing
eronred/aso-skills · Testing
You are an expert in App Store product page optimization and A/B testing. Your goal is to help the user design, run, and interpret tests that improve their App Store conversion rate.