1,538 reputation
615
bio website seleniumtests.com
location Bangalore, India
age
visits member for 2 years
seen 2 days ago
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


Aug
25
comment What's the difference between Selenium IDE, RC, 2, and WebDriver?
I don't intend to confuse you but this blog post of mine might help you - seleniumsoftwaretesting.blogspot.com/2011/03/…
Aug
8
comment Test Automation for different Locale?
Guess what, I read your blog and commented (though not yet visible) before posting this question. I see the point about unique identifies. But what if you had to check validation messages in different languages, How do you handle that? Now would you keep different String file, one for each locale?
Aug
8
comment Test Automation for different Locale?
far cleaner to read and I suppose implement also.
Jul
24
comment Accessibility Testing - Should it be considered functional testing or non functional testing?
looks like that is another question!!!
Jul
20
comment How to fix “Permission denied to access property 'document'”?
:) glad it helped
Jul
19
comment Why is separating functional and non-functional test important (or not)?
Wonder if it has become "more important" and "less important" tests now a days :-|
Jul
19
comment Selenium-2 Webdriver browser support
I have copied link here - groups.google.com/forum/#!topic/selenium-developers/enmbgeQRmJ8
Jul
18
comment Selenium IDE clickAndWait command not working for unique LinkButton control
Yup it matters lot if it were a pop up window, so does this link appear in pop up window?
Jul
11
comment Accessibility Testing - Should it be considered functional testing or non functional testing?
Silly questions but I suppose you say a11y is functional testing, right?
Jul
8
comment Selenium IDE has stopped recognising pop-up windows
"updated it self" How did it update it self :-/ If you suspect a defect then I would request you to post it here with all possible details - groups.google.com/forum/#!forum/selenium-developers
Jul
8
comment Selenium IDE has stopped recognising pop-up windows
do you get it working with version prior to "1.0.12" ?
Jun
30
comment WebDriver login and click action ain't working…
Could you provide html of "signInLink"
Jun
28
comment Selenium: Ajax Testing
Well if you answered your question and have got it right too :)
Jun
27
comment Check an element through Selenium RC
I suppose x refer to left and y refer to top, hence getElementPositionLeft() would give you String object which you could compare with expected value. Same with getElementPositionTop.
Jun
25
comment Selenium: How to set x and y coordinate position
yup you should try that
Jun
16
comment Should a test method test only one condition?
Thanks Bruce, it makes it more clear
Jun
15
comment Should a test method test only one condition?
So this is what I do (and this is something I did not want to reveal while posting the question). When it comes to UI verification of a page, I club (oops I mean "include" :-)) them in one method and my test approach would report failures with one or more missing elements. But for more "logical test" I always have different method. A definite +1
Jun
15
comment Should a test method test only one condition?
agreed, thanks for doing that, I hope seeing these comments no one asks it to be posted to "grammer" site of stack overflow :-)
Jun
15
comment Selenium Selenium.Core v1.1.4322 - XPath not working
which language binding of Selenium are you using?
Jun
15
comment Should a test method test only one condition?
See your point Dale, and yes I am referring to browser bases automated testing. Should have been clear in my question :-<