Is there a shorthand way of calling methods inside my test cases?
E.g. instead of writing
CustomKeywords.'package_name.class_name.method_name'()
every time I need to use a custom method, writing just
method_name()
?
Is there a shorthand way of calling methods inside my test cases?
E.g. instead of writing
CustomKeywords.'package_name.class_name.method_name'()
every time I need to use a custom method, writing just
method_name()
?
Not sure why this 10-month old post is showing up so high in my listing – something wrong with the forum sorting?
Anyway, I’m sure @Mate_Mrse has figured this out since then (and I certainly missed it the first time round) but for anyone that finds it via search, this old answer is just one approach: