1,548 reputation
615
bio website seleniumtests.com
location Bangalore, India
age
visits member for 2 years, 1 month
seen 10 hours 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


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 :-<
Jun
15
comment Should a test method test only one condition?
What if you harness lets test execution continue in wake of failures (especially when you want to do so) and reports all of them in your test report?
Jun
15
comment Should a test method test only one condition?
I suppose you mean "it can be saved", don't you?
Jun
15
comment Should a test method test only one condition?
I so very wish you had given psudo code for "verification down to lower levels"
Jun
15
comment Should a test method test only one condition?
LOL, I did mean "club". In my part of world club also means to "bundle things together"....
Jun
10
comment Do ISTQB/ISEB Testing Certificates prove someone can test?
@ glowcoder, I got the definite reason to write a testing certificate now ;-)
Jun
7
comment is it appropriate to do exception handling for every single test method?
Hey Lyndon, I liked the idea of testData.failMessage, this is some thing which I could use to print in test report to see all the failures test has come across while trying to login. While reading your test method "testLogin" I feel that we should not keep more than one assertions in tests. Since when any of the assertion fails then rests are not going to be checked any way. I suppose this is the reason you mentioned a comment stating - "//The below assert is optional as you could also continue to see if you are able to login without credentials" right?
Jun
6
comment is it appropriate to do exception handling for every single test method?
very precisely said
Jun
6
comment is it appropriate to do exception handling for every single test method?
Very well explained Lyndon
Jun
6
comment is it appropriate to do exception handling for every single test method?
I wish you had written pseudo code for this, can you?
Jun
6
comment is it appropriate to do exception handling for every single test method?
is if block really needed here? if password field were not available then your harness would log an exception any way, is not it?
Jun
3
comment match image with Selenium2
are you looking for bit map comparison?
Jun
2
comment Selenium test timing out
You may also like to consider post your answer as "Answer" and mark it right
Jun
2
comment Selenium test timing out
Well I did not see any instance of open method in your code snippet and the only instance available is waitForpageToLoad. As far as I know, setTimeOut is used only after using open method
May
31
comment How do you design your test method/function
@marc, this is exactly what I do
May
30
comment How do you design your test method/function
Alan, I guess you are trying to say that having exclusive verification points for each elements will be easy with IDE like Visual Studio, are you?
May
30
comment How do you design your test method/function
The problem I see with this approach is lots lots of coding. So I could put all these elements in one file, read them from my test script and validate. Now if any of element is missing from application then I would throw one exception at the end of test with appropriate message which says what failed where. I happened to write a blog post on this approach of late. As always, thanks for sharing your views +1
May
29
comment How do you design your test method/function
Hey, what is that book?
May
29
comment Can someone offer suggestions for client based cross browser testing tools
Sorry to say but I don't recommend using multiple IE. I have seen issue which occur only with multiple IE and not on exclusive IE
May
29
comment Has someone ever used Selenium RC with Firefox Portable (specifically FF3.6)?
I really can not figure out any thing from this question :-/