tags:

views:

205

answers:

1

I'm learning selenium these days.

Can someone tell me how to parametrize a web application for testing in selenium?

A: 

I'm not really sure what you're looking for but in case you're trying to parametrize your tests for easy changes, you should take a look at Selenese variables: http://seleniumhq.org/docs/04%5Fselenese%5Fcommands.html#store-commands-and-selenium-variables

Santi