1
vote
2answers
23 views
Selenium - How to take a snapshot of the page under test?
One of my UI developers asked if there was an easy way to navigate through our various customer sites and take a screen shot of each page as various functions are executed.
We alr …
1
vote
4answers
63 views
How can you check if a page is loading before calling Selenium waitForPageToLoad?
Anyone know how to check if page is loading before calling selenium waitForPageToLoad? (to avoid unnecessary exception)
(from Twitter - @marisaseal)
1
vote
2answers
59 views
How many users do you simulate with Selenium RC?
When testing state of a webapp while being accessed and changed by multiple users, how many users do you simulate? Do you have a small medium large set? What type of environment …