-
15.02.2019Page object revolutionWhat do you know about the Page Object Pattern?Simon Stewart was the first who applied it in 2009 using the Selenium 2.0. Further, it was thought up a helpful wrapper for the Page Object, such as a Page Element, a ScreenPlay, a LoadabLe Component, etc. In the test automation industry, the Page Object Pattern has been used for more than 9 years. After many years of existence of the Page Object, Java has been updated from JDK7 to JDK11. For example, with the release of Java 8 where Lambda was introduced, the presentation of standard GOF patterns has changed. It's time to take a look at the Page Object using all Java features!If you are interested to see how the interfaces changed the presentation of the Page Object, come to my talk.
-
Average
-
40 min
-
SQA Days EU / 1
-
-
13.09.2017Continuous Integration with Travis CI
Today all IT-engineers as developers, automation test engineers and other using tools like Jenkins, Bamboo, Teem City to build Continuous Integration process.
But imagine if you have open-source project that must build by commit hook or you are freelancer that want to run selenium tests on different environment (OS + browsers) in parallel.
What would you do?
Right choose - Use Travis CI. Travic CI is an open-source hosted, distributed, and continuous integration service used to build and test projects hosted at GitHub.
In this session, I will remember why we must use CI, CDL. Also i'll explore how to use and configurate Tracis CI. Talk about third party services that integrate with Travic CI.
-
Easy
-
20 min
-
SQA Days / 22
-
-
12.01.2017Let's Talk About Junit 5
JUnit, the widely used Java unit testing framework, just seen the first alpha release of version 5 after 10 years has on version 4. JUnit 5 consists of a revamped codebase with a modular architecture, a new set of annotations, an extensible model and other cool features.
-
Average
-
40 min
-
SQA Days / 21
-