Цялостна програма за обучение на QA инженери в СофтУни: научи QA професията и започни работа

October 7, 2022
Много съм вдъхновен да разкажа на всички, че в СофтУни стартираме за пръв път в България цялостна задълбочена програма за обучение на QA инженери: manual QA + programming and software technologies + QA automation. Това е истински завършена цялостна образователна QA програма: от нулата до кариерен старт като junior QA (zero-to-career QA educational program). Ето

JavaScript with Sinon for AJAX Testing: How to Wait for the Request to Complete before Execution Assertions?

November 25, 2016
In the Software University (SoftUni) we are developing a test automation system (online judge) for JavaScript code. It supports many languages and frameworks (C#, Java, JS, PHP, Python, SQL, C++, …). The interesting case now is with JS testing with Node.js. Students submit their JS code, the judge executes a few tests and responds with evaluation score (0…100):