Risk-based testing approach for prioritizing test efforts based on business impact, change frequency, complexity, and historical defect patterns.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٤٢٦ من skills من PramodDutta/qaskills. افتح أي skill لمراجعة مصدره وتفاصيله.
PramodDutta/qaskillsعرض ٤٠ من أصل ٤٢٦ skills مجمعة.
Risk-based testing approach for prioritizing test efforts based on business impact, change frequency, complexity, and historical defect patterns.
لغة النص الأصلي: الإنجليزية
Rust testing with built-in test framework, integration tests, doc tests, property-based testing with proptest, and cargo test configuration.
لغة النص الأصلي: الإنجليزية
Processing and analyzing Static Analysis Results Interchange Format (SARIF) files for aggregating security findings across multiple scanning tools.
لغة النص الأصلي: الإنجليزية
Cross-platform desktop and application screenshot capture for visual testing, UI verification, and automated visual comparison across macOS, Linux, and Windows.
لغة النص الأصلي: الإنجليزية
Integrating screenshot-based visual testing into CI pipelines with baseline management, review workflows, and cross-platform rendering comparison.
لغة النص الأصلي: الإنجليزية
Automated screenshot comparison testing with configurable thresholds, anti-aliasing tolerance, and responsive viewport visual validation.
لغة النص الأصلي: الإنجليزية
Search feature testing including relevance scoring, autocomplete, typo tolerance, faceted search, pagination, and search analytics verification.
لغة النص الأصلي: الإنجليزية
Automated detection and prevention of leaked secrets, API keys, passwords, and tokens in code using tools like gitleaks, trufflehog, and pre-commit hooks.
لغة النص الأصلي: الإنجليزية
Perform language and framework specific security best-practice reviews, vulnerability detection, and secure-by-default coding guidance for Python, JavaScript/TypeScript, and Go applications.
لغة النص الأصلي: الإنجليزية
Analyze git repositories to build security ownership topology, compute bus factor for sensitive code, detect orphaned security-critical files, and export ownership graphs for visualization.
لغة النص الأصلي: الإنجليزية
Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations to produce actionable AppSec-grade threat models.
لغة النص الأصلي: الإنجليزية
Parallel test execution with Selenium Grid including hub/node configuration, Docker-based grid, cross-browser testing, and session management.
لغة النص الأصلي: الإنجليزية
Static application security testing using Semgrep for finding vulnerabilities, code smells, and enforcing security policies across codebases.
لغة النص الأصلي: الإنجليزية
Integration testing with Sentry for error tracking, performance monitoring, and release health verification in production environments.
لغة النص الأصلي: الإنجليزية
Testing serverless functions including Lambda, Cloud Functions, and Edge Functions with local emulation, cold start testing, and timeout handling.
لغة النص الأصلي: الإنجليزية
Testing Service Level Agreements and Objectives including availability targets, latency percentiles, error budgets, and automated SLO compliance reporting.
لغة النص الأصلي: الإنجليزية
Building effective smoke test suites for deployment verification including critical path coverage, health endpoints, and rapid feedback testing.
لغة النص الأصلي: الإنجليزية
Snapshot testing strategies for UI components, API responses, and data structures with update workflows, review patterns, and anti-pattern avoidance.
لغة النص الأصلي: الإنجليزية
Testing SOC 2 compliance controls including security monitoring, change management, access reviews, and incident response procedures.
لغة النص الأصلي: الإنجليزية
Testing implementations against formal specifications including RFC compliance, protocol adherence, and standards conformance verification.
لغة النص الأصلي: الإنجليزية
Spring Boot application testing with @SpringBootTest, MockMvc, @DataJpaTest, Testcontainers, and Spring Security testing patterns.
لغة النص الأصلي: الإنجليزية
Comprehensive SQL injection testing patterns including blind SQLi, time-based, union-based, and parameterized query validation techniques.
لغة النص الأصلي: الإنجليزية
Testing Server-Sent Events implementations including event stream validation, reconnection behavior, event ID tracking, and EventSource client testing.
لغة النص الأصلي: الإنجليزية
SSL/TLS configuration testing including certificate validation, cipher suite analysis, protocol version checks, and HSTS verification.
لغة النص الأصلي: الإنجليزية
Writing custom static analysis rules for ESLint, Semgrep, and SonarQube to enforce project-specific code quality and security standards.
لغة النص الأصلي: الإنجليزية
Testing UI components through Storybook stories with play functions, interaction testing, accessibility checks, and visual regression via Chromatic.
لغة النص الأصلي: الإنجليزية
Stress testing methodologies for finding breaking points, resource exhaustion thresholds, and degradation patterns under extreme load conditions.
لغة النص الأصلي: الإنجليزية
Svelte component testing with @testing-library/svelte, vitest, component rendering, event simulation, store testing, and SvelteKit testing.
لغة النص الأصلي: الإنجليزية
Swift testing with XCTest, Swift Testing framework, async/await testing, SwiftUI preview testing, and performance measurement.
لغة النص الأصلي: الإنجليزية
Synthetic monitoring test creation for uptime checking, user journey simulation, API health verification, and multi-region availability testing.
لغة النص الأصلي: الإنجليزية
Test-Driven Development mastery with red-green-refactor cycle, outside-in TDD, test-first design, and incremental development patterns.
لغة النص الأصلي: الإنجليزية
Infrastructure-as-Code testing with Terratest, terraform validate, plan verification, and drift detection for Terraform configurations.
لغة النص الأصلي: الإنجليزية
Designing scalable test architectures including test pyramid, diamond, trophy, and honeycomb patterns with framework-agnostic implementation.
لغة النص الأصلي: الإنجليزية
Optimizing test coverage beyond line coverage including branch coverage, mutation score, path coverage, and identifying meaningful coverage gaps.
لغة النص الأصلي: الإنجليزية
Anonymizing production data for testing while maintaining referential integrity, data distributions, and edge case representation.
لغة النص الأصلي: الإنجليزية
Generating human-readable test documentation from test code including test catalogs, coverage reports, and living documentation websites.
لغة النص الأصلي: الإنجليزية
Comprehensive guide to test doubles including mocks, stubs, spies, fakes, and dummies with when-to-use guidelines and anti-pattern avoidance.
لغة النص الأصلي: الإنجليزية
Managing test environments including provisioning, configuration, data seeding, isolation, cleanup, and environment-as-code patterns.
لغة النص الأصلي: الإنجليزية
Test fixture design patterns including builders, factories, object mothers, and fixture management for maintainable test data setup.
لغة النص الأصلي: الإنجليزية
Detecting and diagnosing flaky tests using statistical analysis, execution recording, environmental factor isolation, and quarantine strategies.
لغة النص الأصلي: الإنجليزية