TEST
-
Frontpage
The 5 Java Testing Libraries Every Developer Should Know
Introduction Here at Dreamix often we need to be able to work on the overall quality of the software that we are producing. This includes not only creating java web applications with Angular and Spring but also our ability to take care after the code we have created, test it, automate the tests and verify the integrity […]
-
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: > […]
-
Dreamix
Smart Tips: Automation framework based on Cucumber
In this blog you will learn some ultra useful tips to apply when creating automation framework based on Cucumber for JS with Protractor. Why automate the software testing? Testing is a repetitive activity through the whole software life development cycle (SLDC). Regression testing for instance should be run regularly. Can you imagine running the same 100 […]