
Anastasiya Andronava
Junior front-end developer
(QA engineer)

About me
- I am a purposeful specialist, not afraid of difficulties and know how to cope with them.
- I am searching for new interesting experience developing my new professional skills.
- I am always ready to learn something new and improve my professional level.

Soft skills
- Communication
- Teamwork
- Big data analytics
- Adaptability
- Stress resistance

Hard skills
- Good knowledge of software testing theory;
- Preparation of test documentation: test plan, checklist,writing test cases;
- Knowledge of project lifecycle;
- Understanding of Agile development technologies;
- Basic knowledge of HTML, SQL, API;
- Knowledge of tracking defects in JIRA;
- Skills in Chrome DevTools;
- Knowledge of basic testing of Web-Applications,Mobile Testing;
- Knowledge of test design techniques;
- Microsoft OS practical experience;

Contact information

Courses
- 2020–2021 "Functional software testing", SENLA. Certificate of Achievement.
- 2020–2021 Software testing introduction (Svyatoslav Kulikov, EPAM learning platform)
- 2020–2021 Computer science basic (Vitali Shulha, EPAM learning platform)

Languages
- English – A2+.
- Russian – native.

Education
- 2011-2014 Belarus state economic university
- 2006-2011 Polotsk state university

My projects

Working experience
- 2014-present time - Economist at JSC “SRSU-3 Novopolotsk” (extensive experience in finding the reasons for unprofitable work, took part in inspection of work another organization)
- 2012-2014 - Marketing engineer at JSC “Invet”
- 2011-2012 - Economist at JSC “Invet”

Example of code
-
function solution(str){ let arr = str.split(''); console.log(arr); let arrReverse = arr.reverse(); console.log(arrReverse); let result = arrReverse.join(''); console.log(result); return result; }