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

Android QA Engineer

We are looking for a passionate QA who had an experience with Android testing!

Dana K.
Recruiter
Published on
November 27, 2025

Your responsibilities will include

  • Testing Android applications, ensuring stability, performance, and usability.
  • Creating, updating, and maintaining detailed test cases and test documentation.
  • Reporting and tracking bugs using Jira.
  • Executing both manual and automated tests.
  • Collaborating closely with developers, leads, and PMs to ensure high product quality.
  • Taking ownership of testing processes and driving improvements within the QA domain.

What we expect from you

  • 5+ years of experience in software testing, including 2+ years testing Android applications.
  • Proven experience in test case creation, maintenance, and documentation.
  • Strong knowledge of QA processes, testing types, and SDLC.
  • Experience with bug tracking systems (Jira).
  • At least 1 year of test automation experience (Espresso, Appium, or similar).
  • Ability to work independently and self-organized.
  • Strong sense of ownership and responsibility for product quality.
  • Excellent communication skills and experience working in distributed teams.
  • English level: B2+

Nice to have:

  • Experience with Android UI test automation.
  • Automotive HMI testing background.
  • Familiarity with CI/CD tools (Jenkins, GitHub Actions).
  • API testing experience (Postman, REST Assured).
  • Basic Git knowledge.
  • Exposure to AI-based or ML-integrated applications.

What we offer

  • Long-term cooperation with a stable and experienced international team.
  • Flexible working hours within the UA time zone or nearby regions.
  • Supportive QA leadership and a collaborative, transparent work culture.
  • Room for growth in automation and AI testing.

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; } }); }); });