I have 2 selects for setting the expiration date on a credit card and I want to test that the error messaging comes back correctly when the card is expired. The only problem I have is that right now I can't pick a value that's expired since the list starts at Jan 2011 which isn't expired yet. What I'm thinking about doing is using javascript in selenium to inject a known expired value. Anyone have any idea on how to do this or suggestions on a better way to accomplish?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use the This snippet is the JavaScript for adding a new option the
Here's the copy/paste of my Selenium IDE entry for you.
Then you can just have the standard |
|||
|