Skip to main content

java

2018

Java vararg constructors and reflection
·1181 words·6 mins
java
On a recent Selenium project, I was trying to develop tests for a page with a long, dynamic form. This form has several types, with some shared fields across each type, with the number of possible fields ranging around 30-50 fields.