| bio | website | seleniumtests.com |
|---|---|---|
| location | Bangalore, India | |
| age | ||
| visits | member for | 2 years |
| seen | yesterday | |
| 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
|
Mar 8 |
comment |
What are good link recommendation sites for testers? This is highly recommended site for testers :) |
|
Mar 6 |
comment |
Tracking manual test cases which are automated This is exactly what I am looking for - without the overhead and constant maintenance of. Is it possible to elaborate more on your approach, probably in language agnostic manner. |
|
Mar 3 |
comment |
Alternatives to HP Quality Center for small business I used XStudio few years ago and I liked it more than TestLink but it's only that XStudio is not completely free. |
|
Dec 28 |
comment |
Less “hackish” way to do fast input (faster send_keys) in WebDriver besides JavaScript execution? 28 minutes :-O, this is the same time one of my suite takes , having many methods |
|
Dec 22 |
comment |
Does the latest version of QTP have something similar to Selenium Grid? I guess QTP always used to have master slave kind of mechanism to parallelize tests. Though not sure how many browsers they support |
|
Nov 26 |
comment |
Automating email verification feature of an application? +1 for "I don't know about any industry standard. But this works for me. " |
|
Nov 23 |
comment |
Keeping automation code away from application source code I am thinking to propose that our tests at any point would be compatible with trunk code. Having to maintain multiple automation branches is driving us crazy |
|
Nov 23 |
comment |
Keeping automation code away from application source code definitely it's the case of over commitment with us. your pointers describe it very well. |
|
Nov 19 |
comment |
Keeping automation code away from application source code yup with current set up, it is production branch and gets deployed to trunk. |
|
Oct 25 |
comment |
TestNG Mark a Test as Failed if a Particular Path is Used this did not click on my mind |
|
Oct 25 |
comment |
TestNG Mark a Test as Failed if a Particular Path is Used Are you handling exception in your test? |
|
Oct 19 |
comment |
Selenium: reuse existing browser session, instead of opening new windows? I don't think that's possible. afaik Selenium always uses new Window |
|
Oct 17 |
comment |
Should tool generated test data be deleted during tear down in test automation? My take from here is to have no two test rus interfering with each other because of test data generated by one test run while still being able to identify error which may be resultant of specific set of test data. Thanks all |
|
Oct 16 |
comment |
Do you verify presence of text in your automated tests? I am going to stick with ids for now. Product owner has agreed to it as well. Thanks for your response. |
|
Oct 16 |
comment |
Do you verify presence of text in your automated tests? looks like it becomes one more case of question - "can every thing be automated" :) |
|
Oct 14 |
comment |
Do you verify presence of text in your automated tests? Thanks for detailed answer. I would most definitely take option 4 especially non english locale not having english text, if I had to check for presence of text. |
|
Oct 14 |
comment |
Do you verify presence of text in your automated tests? thanks for sharing your reviews |
|
Oct 13 |
comment |
Do you verify presence of text in your automated tests? So do you maintain those XMl files? During you experience have you found localization defect using test automation this way? I am just eager to know on efforts it needs to localize automation tests and if it is worth it. On another forum I was given couple of suggestions but they sounded daunting to me and decided to stick to text object identification than text it self, you could find it here - sqaforums.com/… |
|
Oct 13 |
comment |
Do you verify presence of text in your automated tests? what would be cost to maintain such a system? How has you experiences been? |
|
Sep 16 |
comment |
Automating form dealing with large number of element Very well explained, thanks. I have got couple more suggestions and I would update my tests and seek more recommendations. |