QA
-
Frontpage
Continuous Integration and Delivery to Improve the Software Development Workflow
Are you looking for ways to improve your software development workflow? Then you are in luck as I may know a few guys. Most of them happen to work at Dreamix, our custom software development company. As we learned during jOnConf earlier this year, integrating and delivering software is an essential part of the software […]
-
Frontpage
Selenium Locators
WebElements are sometimes hard to find when you are creating automation tests. This means you must find the most robust way to pinpoint those elements, so you won’t need to maintain them so frequently. In order for Selenium to interact with a certain web pages it will have to gain access to certain elements in […]
-
Frontpage
Transition from Manual to Automated Testing in Brief
[embeddoc url=”https://dreamix.eu/blog/wp-content/uploads/2018/02/Automation-vs-Manual1.pdf”] Transition from Manual to Automated Testing in Brief Manual testing is: > the process of testing an application by human interactions > also known as exploratory testing > convenient for distinguishing the different UI features > not suitable for frequently repeatable actions / tests > vulnerable to making errors Automated testing is: > […]