xframium / xframium-java

xFramium - Rapid unified test case development
http://www.xframium.org
GNU General Public License v3.0
12 stars 18 forks source link

Issue with configuring BDD #28

Closed ManasBBSR closed 8 years ago

ManasBBSR commented 8 years ago

Hi,

I was trying to use xFramium for BDD test but not sure how to configure it as the website does not give any example. Could someone please help with a sample of how a BDD Test needs to be written in the test.xml file.

Secondly I think some keywords needs to be added specifically for Selenium tests like selecting a dropdown value & using actions for clicking on menus. I'm a novice in Java hence not able to figure out if xFramium already supports these operations on a desktop based web browser.

Appreciate your support on this.

Thanks, Manas

xframium commented 8 years ago

BDD Test support in xFramium is achieved via the XML framework. Check http://xframium.org/keyword.html#bdd for documentation and examples

For SELECT lists in web browsers, use the SET keyword passing it wither the value or visible element in the option. see http://xframium.org/keyword.html#kw-set

RevathiAV commented 7 years ago

The link which leads to a sample configuration xml gives 404 page not found. could you please check on this

link: http://xframium.org/sample/driverConfigBDD.xml

Thanks, Revathi