Skip to content
View helenaciorra's full-sized avatar

Highlights

  • Pro

Block or report helenaciorra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
helenaciorra/README.md

😺 Hey, I'm Helena Ciorra πŸ‘‹

Quality Assurance Analyst | Software Engineering Student

I'm a QA Analyst with a decade-long background in high-impact research and project management, now fully focused on test automation and software quality. My work is defined by process rigour, structured thinking, and a methodical approach across the entire Software Development Life Cycle.

I specialize in ensuring that technical execution aligns perfectly with business goals, combining professional maturity with a fast learning curve for new technologies.

While my foundation is in linguistics and international administration, I am currently pursuing a B.S. in Computer Software Engineering with a focus on Software Quality and Testing Automation.

Remote-work advocate. Avid gamer. Fan of Japanese culture.

πŸ”— Let's Connect

CV LinkedIn Gmail WhatsApp Steam

πŸ” What I'm Focused On

  • Automation: Designing scalable test suites covering unit, API, E2E and performance layers.
  • Governance: Applying rigorous documentation standards, QA metrics and technical decision logs to reduce rework and improve traceability.
  • Real-world validation: Building data-driven tests that surface actual API behaviour, handle schema evolution, and distinguish application bugs from environment issues.

πŸ›  Tech Stack

Cypress Selenium Playwright Jest k6 Robot Framework Postman Swagger

Agile BDD TDD QA Metrics

JavaScript TypeScript Python SQL HTML5 CSS3 LaTeX

Jira Asana GitHub Git Generative AI

🧩 Portfolio

Layer Project Tech Stack Core Focus
Unit tests-unit JavaScript, Jest 44 tests for weather data utility functions with 100% code coverage enforced via threshold gate. Covers null handling, edge cases, boundary decisions and property-based thinking.
API tests-api JavaScript, Jest, Axios, Postman Contract and data integrity validation for a live weather API β€” including schema validation, multi-location testing, and documented real API behaviour discovered during testing.
E2E tests-e2e JavaScript, Playwright 38 tests across API contract validation and cross-browser UI testing (Chromium + Firefox), covering schema, data integrity, error handling and responsive layouts.
Performance tests-performance JavaScript, k6 Load, stress and spike scenarios that identified two distinct API protection mechanisms: TCP connection dropping under gradual stress and rate limiting (429) under sudden spikes.
Real World datasus-qa-suite Cypress, GitHub Actions Automated validation of 7 years of Brazilian National Immunization Program (PNI) public health records via the DATASUS Open Data API.

πŸ“Š Stats

Profile View Counter

Top Langs

Snake Animation

Pinned Loading

  1. datasus-qa-suite datasus-qa-suite Public

    QA automation for the Brazilian National Immunization Program (PNI) data, validating seven years of public health records via Cypress and data-driven API testing.

    JavaScript

  2. ieps-data-landing-page-curso ieps-data-landing-page-curso Public

    Landing page for a public health data literacy training programme by IEPS. Vanilla HTML/CSS/JS, two-column editorial layout, CPF validation, Google Sheets form backend via Apps Script, and a WordPr…

    PHP

  3. tests-api tests-api Public

    Automated API testing suite for Open-Meteo using TypeScript, Jest and a mirrored Postman collection, featuring contract validation, data integrity checks, and CI/CD integration.

    TypeScript

  4. tests-e2e tests-e2e Public

    End-to-end and API testing suite for RestCountries using Playwright and JavaScript, featuring cross-browser validation and automated CI/CD integration.

    JavaScript

  5. tests-performance tests-performance Public

    Performance testing suite for climate data APIs using k6, featuring automated load, stress, and spike scenarios with integrated CI/CD monitoring.

    JavaScript

  6. tests-unit tests-unit Public

    Unit tests for weather data utility functions using JavaScript and Jest, covering data processing logic, edge cases, null handling, and 100% code coverage.

    JavaScript