Соковец Артем Владимирович

Biography:
Talks
Page object revolution
Continuous 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.
Let'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.