I am just learning Selenium, but as I was a Salesforce developer before (over 3 years ago), I hope to be able to get up to speed quickly.
I have written a simple Selenium script in Python to scrape a page, and I am just now experimenting with logging in to Salesforce using
the Selenium IDE in Firefox.
My question is this.
My first learning exercise is to take my test SF app and be able to create and delete some of my custom objects, e.g. "Group".
As far as organizing my project, would I be able to have a simple "Login" test that uses the base login URL, and then have
the subsequent ones use the instance URL? It would be tedious and probably time-consuming to have to log in and out
for each test.
Thanks,
Mitch