331 likes | 344 Views
Dzmitry Harachka At SQA Days. Generalization in Auto-Testing. How we put what we had into new Technological Platform XML2Selenium.
E N D
Generalization in Auto-Testing. How we put what we had into new Technological Platform Dzmitry Harachka, Founder, CEO at
Who is on the phone • 10 years of Java Development • Eclipse Committer • Founder and CEO at JazzTeam • Worked in different roles from Junior to CEO • Always was close to Test Automation and Processes • Master' Degree in Computer Science, SCJP/SCWCD • Product Owner of XML2Selenium Test Automation Platform
Agile Java Development • Java and world of Test Automation • Java ideally fits TDD and DDT • Agile/XP promotes Test Automation and Continuous Integration • We earn from Test Automation • Have good experience in Generalization Programming, including OOP, patterns, frameworks, finishing with plugin based systems e.g. Eclipse
Generalization • I would like share ideas behind XML2Selenium architecture. • That allows you to apply them in your everyday life. • This does not mean you need own platform or framework. • This talk is not an advert. It reflects our way to make generalization and allows us to talk to that.
XML DSL Language: example1
XML DSL Language: example2
History: complicated utilities Blur applied through NDA, that method for typing in edit control includes try/catch, clipboard and mouse over support, wait for object Synchronization, DDT values, logging etc.
History: configuration magic and cross-browser tests. Local and remote modes.
History: OOP and Page Context
Evolution • Utils • Many • Tricky thing to support • Still need something for storing states • E.g. singleton containers • OOP (Page Object etc.) • We need context • We need some workflows • We need reporting/advanced logs/video/dynamic flows
Evolution: DSL XML • DSL XML • Context hidden. Applied to Test Case/Test/Frame. Support hierarchy • Variables are just simple • Reusability • Reporting • Plugin based • Artifacts • Good for TDD/DDT/BDD
Generalization: polymorphism Main thing in OOP is polymorphism • You have a list of different objects • You would like to make some actions at these objects • You would like to add new types of object • You do not want to change something in algorithm • Plugins = OOP/polymorphism + reflection • When you are developer always think in Polymorphic way • Even factories for test/dummy/mock implementations • Almost all the patterns • Block schemes are not cancelled in OOP! Please run your algorithm in mind to find bugs in your generalized algorithm •
Contexts Great for de-coupling entities Rights to write and read from contexts What could and should be stored in context Good way to expose API of core functionality You could introduce tree of contexts, one inside another We could have several existed contexts Context could have interceptors Context could have rich nature e.g. sending events/invoke listeners if some settings set Nice to organize in flows and apply some rules. E.g. one component would like to have in a context certain variable. Another component would expose some variables to context and if doesn’t do that it is mistake. • • • • • • • • •
Plugin development OOP Reflexion Configuration Extension points Core API for plugins Events subscription Permissions Dependencies • • • • • • • • I need full basis then I am happy! • It pushes you to make algorithm of a system really generic • Practice would evolve your system • The same block scheme. Try to run different combination through you system •
Vertical movements of projects Copy pasting Utility Class Library • Share it Framework • Share it • • • • • Good thing when different teams in a company have a way to share projects • Maven + Nexus work in Java •
JUnit as a running runtime Create your own runners Create your own annotations • •
Use it for testing itself • Master build • Always green, contains all possible XML combinations • Smoke Test build • Not green, allows to have different statuses • Self Testing build • Uses XML2Selenium tests to test Smoke Test. Out manual tester like this build a lot and motivated to create new tests • Best Practices build
Sharing ideas Maven and Nexus are good for sharing dependencies, and for dynamical building of class path Go for early adoption. Ask you colleagues, customers, friends to check new thing. Do not say to programmers it is trial check. Introduce real customers and real processes Apply processes with 100% of seniority • Product owner • Backlog • Iterations • Demos • Manual testers • Scrum board Think about open source • • • •
XML2Selenium roles • Developers of core • Plugin developers • XML2Selenium test developers • XML2Selenium consultants
Future • Going into Cloud and SAAS wrapping • Integration with CloudBees • Eclipse Studio to work without XML • XML based debug mode. In WebView to see the contexts for every line
Questions? • Read further at XML2Selenium.com • zmicer@jazzteam.org