| bio | website | lazeryattack.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Jun 7 at 10:07 | |
| stats | profile views | 10 |
|
Feb 15 |
comment |
Cannot locate button with changing ID in Selenium You need to provide the full page HTML if you want somebody to give you an accurate XPATH. Without knowing the structure of the full page and which id's are static and which are dynamic it is very hard to give an accurate answer. Generally speaking work your way up the dom to a static ID and start your XPATH there. |
|
Feb 14 |
comment |
What is the biggest challenge (or challenges) faced by testers? I disagree about it being a bad interview question. It is asking for your opinion and is designed to draw out ppersonal experiences. If I asked that question and the person I was interviewing said "dev's because they are all incompetant" I would know straight away that this person would probably not fit into a close knit cross functional team. If they said "getting sys admins to provide environments" I would then ask them about thier experiences and how they had resolved issues they had previously. Its a great question to find discussion points and enable you to provide examples of initiative! |
|
Feb 10 |
answered | Utilu vs IETester vs Virtual Machines |
|
Feb 9 |
answered | What is Selenium's default timeout for page loading? |
|
Feb 9 |
comment |
What is Selenium's default timeout for page loading? A default timeout of 30 Seconds is the Selenium RC API, not the WebDriver one. |
|
Feb 9 |
answered | Running WebDriver without opening actual browser window |
|
Feb 8 |
comment |
What is the sense of having a monkey tester execute your test script? I disagree, I am talking about the way the vast majority of companies are structured. Testers and support staff have very different skill sets that are not necessarily interchangeable. It sounds like you have deeper ingrained problems than the ones you have shared so far... |
|
Feb 7 |
comment |
How to Debug Selenium WebDriver Actions? Have you got frames/iframes that you haven't switched to? |
|
Feb 7 |
comment |
Is the source code required when using Selenium-RC with Grails? You cannot do whitebox testing with Selenium. Selenium drives a browser to interact with a web page, is has no concept of the code layer behind the website (e.g. PHP, ASP, Ruby, etc). |
|
Feb 7 |
answered | How do I download a file using Selenium's WebDriver? |
|
Feb 7 |
answered | How do you test a network stack for outbound traffic? |
|
Feb 7 |
answered | Is the source code required when using Selenium-RC with Grails? |
|
Feb 7 |
comment |
Error while running script selenium RC Can you provide the java source you are trying to run. That HTML could have been converted multiple ways. |
|
Feb 6 |
comment |
moveToElement function not working on IE when browser is minimized or not active using Selenium Webdriver Not sure what the question is here... Yes your assertion is correct WebDriver doesn't work properly when the browser is minimised. This is because it uses native events to click on the browser rather than just emulating clicks with JavaScript so if it isn't there to click on the clicks don't work. |
|
Feb 6 |
answered | Selenium automation on Oracle applications |
|
Feb 6 |
answered | What is the sense of having a monkey tester execute your test script? |
|
Feb 6 |
answered | Error while running script selenium RC |
|
Aug 5 |
comment |
Need help to frame locator for webdriver script so what do you want answered? |
|
Jul 26 |
comment |
How to get the last value in a list/string using Python I would suggest trimming it before splitting. If the answe rabove is correct you should mark it as such. |
|
Jul 13 |
comment |
Selenium IDE has stopped recognising pop-up windows heh :) (gah I need to make a long comment) |