I updated some tests here to cover a website navigation. Using SST was a bit more difficult then using Watir. Mainly because SST doesn't have a lot of coverage for page elements that have no id's... so you have to get more creative.
For example, they don't have api methods to handle clicking on a link with only a class element. So to get around that you have to look for the text itself (which is usually a fragile idea) or use some other method to find the class and then click on it.
So here's some examples of me using SST with Python:
https://github.com/wbwarnerb/Python_Beachbody/blob/master/Pages/Home.py
Hello Brian!
ReplyDeleteI'm a test manager and I have been using geb for about 5 months but I'm struggling a bit with it because of how our applications are written. I've recently come across "Sikuli" which has made alot of impossible testing possible. If you have time you should take a look at it.
Good luck!
Minh