126 reputation
3
bio website
location Sheffield, United Kingdom
age 37
visits member for 6 months
seen 3 hours ago
stats profile views 1

Professional software tester.


May
9
comment Handling Alert box on page load
Can you show us what you've tried so far, and explain what's going wrong - do you get an error, or does it run but fail to extract the data?
May
9
comment Selenium WebDriver | Unable to switch to apparent pop-up
That sounds like you have a problem with your PSEDITBOX control then. Is it in the iframe, or in the default content? And can you verify that it definitely exists, uniquely, as identified by the class?
May
9
comment Selenium WebDriver | Unable to switch to apparent pop-up
Thanks, that's useful. From a look at the code, it's not obvious whether you have a problem with switching, or with that particular field PSEDITBOX. If you move the call to PSEDITBOX further up (before you switched to the iframe), does it work there?
May
9
revised Unable to launch Chrome in remote webdriver
improved embedded code formatting with a language hint
May
9
comment Selenium WebDriver | Unable to switch to apparent pop-up
Can you post your code where you try to switch to the iframe? What happens when you try it - does it throw an error?
May
9
revised Selenium IDE newbie - click on button not working .net
improved formatting of embedded code, both html and selenium ide script. Also other minor typos fixed.
May
9
revised Best practices for developers to increase testability of web apps for QA?
improved formatting: use list markup instead of code markup, used backticks for embedded code items
May
9
suggested suggested edit on Unable to launch Chrome in remote webdriver
May
9
suggested suggested edit on Best practices for developers to increase testability of web apps for QA?
May
9
suggested suggested edit on Selenium IDE newbie - click on button not working .net
May
9
comment Best QA techniques
-1: What techniques have you considered so far - and how applicable do you think they might be?
May
9
answered Data driven testing on Selenium ide
May
7
revised What is difference between Geb automation tool and Selenium web driver?
improved formatting of numbered list, also other small grammar and punctuation fixes
May
7
suggested suggested edit on What is difference between Geb automation tool and Selenium web driver?
May
3
awarded  Editor
May
3
revised Webdriver Check if Checkbox is Set and Set it if Not
improved formatting, using embedded code markup
May
3
suggested suggested edit on Webdriver Check if Checkbox is Set and Set it if Not
Apr
29
comment What are the different test scenarios to be checked for giving license to a client
What effect does the licence have? If the user has no licence, should they be prevented from accessing the app at all? Or should they be given access to some functions but not others? Is the licence date-limited?
Nov
27
awarded  Supporter
Nov
27
answered How to handle self-signed SSL certificate error in IE8? (Selenium Webdriver + Java)