Sergey Pirogov
Senior QA Automation
Testing Center of Excellence
Ciklum
http://automation-remarks.com
@s_pirogov
Developers
Product owners
Manual QA
Asynchronous operations
Badly written tests
Environments
Black magic
Git workflow
public class JUnitVideoTest {
@Rule
public VideoRule videoRule
= new VideoRule();
@Video
@Test
public void shouldLogin() {
// test code here
}
}
Team work it's hard
Monitor flaky tests
Keep test always green
http://automation-remarks.com
@s_pirogov