Hi,
I am little confused about which framework is best for Silk 4J. I know we have data driven and Keyword driven. is there any other type?
Can anyone suggest how I can choose the best frame work (I have inputs on data driven, Keyword driven I felt very confusing)) and proceed with the same? Is the any framework similar to BDD or POM in Selenium?? or can I use combinations as Hybrid framework, if yes, which combination works the best. Please share more inputs.
In addition to that I would like to know how the objects can be stored manually?
For example,
desktop.<DomButton>find("//INPUT[@id='loginButton']").click();
If I like to store this xPath with a name and use it here, how I can achieve that?