Posts by Elias Nogueira • 51 points
4 posts
-
1
votes2
answers2488
viewsA: Test coverage using Sonar
Look, we can’t really measure test coverage when using Selenium because we can’t clearly link source code to test scripts with Selenium as with unit tests (which has bytecode instrumentation to make…
-
2
votes1
answer188
viewsA: Printscreen on Selenium with popup
Vinicius, If you’re talking about a Javascript alert, like these, you will not be able to take a printscreen because the Selenium IDE does not do a direct action of clicking Javascript alerts,…
-
1
votes3
answers1665
viewsA: Test automation on web pages
The problem you are facing can be divided into two points: elements with dynamic Ids some elements appear as an html element (like a combobox), but are actually a multi-element junction (instead of…
-
1
votes2
answers1701
viewsA: Selenium problem with get!
Downgrading the Firefox version is not always necessary. Once Firefox is updated a new version of the Selenium API is released to conform to the latest version of the browser.