1,538 reputation
615
bio website seleniumtests.com
location Bangalore, India
age
visits member for 2 years
seen May 15 at 5:26
stats profile views 76

I am avid Software Tester and have been working on Selenium from past couple of years. I have largely worked with java client driver of Selenium and have started dabbling in to Selenium 2.0 of late. I am also co-author of official Selenium Doc at Selenium Head Quarter which maintains selenium. Besides Selenium, I work on Manual Testing, Performance Testing and automated Accessibility Testing. Of late I have been conducting free on line selenium training. You could find more on this on my site


May
11
comment How do you provide proper tests when there is little documentation
in addition talk to developer, they know much much more than usually assumed, and ya +1 to you
May
11
comment Can external object repository be used with dynamic objects?
actually I was talking about externalizing entire object that would be - css=div[class='row']>a:nth-child(i)
May
11
comment Can external object repository be used with dynamic objects?
Yup I do that, in fact I follow page object model and keep page interaction module out side test.
May
10
comment Building “slow to break” regression tests
+ 1 for detailed description
May
8
comment Where can I find information on getting started with Selenium 2
let us be more specific about kind of implementation example and/or control mapping being soughed here. May be I could help
May
7
comment QTP vs Selenium
Is any answer downvoted? though I myself marked it for close
May
6
comment QTP vs Selenium
agreed, voted for closing
May
6
comment Which locator do you use with Selenium CSS or XPath?
I disagree, CSS locator also depends on current structure of UI for navigation. If UI changes CSS locator should also be broken.
May
6
comment Which locator do you use with Selenium CSS or XPath?
even style class is duplicated at times
May
6
comment Which locator do you use with Selenium CSS or XPath?
agreed but most of the times you get an application which does not have such testing hooks and you need to make you scripts work and find defects
May
6
comment Which locator do you use with Selenium CSS or XPath?
"IE does not support many CSS logics like, previous item, next item, counters and so on. But that can be arranged... " How do you arrange?
May
4
comment When do you stop testing?
well said +1....
May
4
comment What are some tools for testing Mobile web apps?
It runs on actual device
May
4
comment Can every test be done by automation?
please mark one answer as "right" if you are satisfied with it
May
4
comment Should QA be able to code tests?
even tester are not there to create problems, we just (**mostly) reveal the problems...
May
4
comment What are the best practices in quality assurance process measurement?
wonder if there are any best practices which fit all the shops
May
4
comment Are your UI automated tests dependent or ordered?
It does indeed..
May
4
comment Are your UI automated tests dependent or ordered?
So there is a test method for a scenario, then there is another test method for same scenario with so called happy path to attain desired state for another test. This it self looks duplication to me. Am I reading it wrong?
May
4
comment Are your UI automated tests dependent or ordered?
"basic principle for testing" this statement scares me :-| and how would you approach it if you did not have grid sort of thing at your disposal
May
4
comment Is the “Joel Test” appropriate when looking for a QA job?
12 Do you have cross functional testers in team team i.e. Manual, Automation, Performance etc