Heads up! We only email from @empat.tech — anything else is a scam.

Manual QA Engineer

Inna Kuzminska
Published on
January 14, 2026

We are looking for Manual QA Engineer to join a team to build a global live video streaming platform designed to connect people through real-time experiences. The platform enables users to request, create, and watch live streams from anywhere in the world, bringing audiences closer to creators, professionals, and authentic moments as they unfold.

It focuses on making live interaction more accessible, flexible, and meaningful.

The project is built for scale and real-world impact, combining modern technology with a product-first mindset.

  • Execute manual testing for websites, CRM systems, and mobile applications.
  • Write, maintain, and execute detailed test cases based on requirements and user stories.
  • Perform functional, usability, and regression testing.
  • Report bugs and issues clearly and track them through resolution.
  • Collaborate with developers, product managers, and designers to ensure quality at all stages of the project lifecycle.
  • Document and report testing results effectively.

Required Qualifications

  • English B2 for smooth technical communication.
  • 2+ years in manual QA.
  • Testing websites (pixel perfect), CRM systems, and iOS/Android applications.
  • Experience with testing iOS/Android apps using real devices or emulators.
  • Writing and executing test cases based on product requirements.
  • Experience with bug reporting (Jira, Trello, or similar tools) and defect management.
  • Ability to work with version control systems (e.g., Git).
  • Regression testing and exploratory testing.
  • Bug Tracking Tools: Jira, Trello, Asana, or similar.
  • TestRail, Zephyr, or similar for Test Case Management.
  • Basic knowledge of Giit.
  • Browser Developer Tools for web testing (inspect element, network analysis).
  • Basic knowledge of SQL for data validation.
  • Strong attention to detail.
  • Ability to work independently and in a team environment.
  • Good communication skills to effectively report bugs, provide feedback, and participate in meetings.

Nice to Have

  • Experience with automation tools is a plus but not required

What We Offer

  • Role on a socially impactful and mission-driven product.
  • Work in a modern tech environment with autonomy in decisions.
  • Flexible schedule and remote-friendly culture.
  • Competitive compensation.

Apply
<.script> // Добавьте этот код в Settings -> Custom Code -> Before window.addEventListener('DOMContentLoaded', (event) => { // Находим все кнопки "Податься" const applyButtons = document.querySelectorAll('.apply-button'); // Замените на ваш класс кнопки // Находим скрытое поле в форме для вакансии const jobInput = document.querySelector('#job-title-input'); // Замените на ID вашего input applyButtons.forEach(button => { button.addEventListener('click', function(e) { // Получаем название вакансии из атрибута data-job-title const jobTitle = this.getAttribute('data-job-title'); // Устанавливаем значение в скрытое поле формы if (jobInput) { jobInput.value = jobTitle; } }); }); });