| 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
|
Apr 2 |
comment |
Is it worth having one set of tests for both functional and performance testing?Also keep in mind that any additional overhead can affect your ability to create load this is what I have been trying to work around. Take all set up out of tests. Especially when using Junit Sampler of JMeter as the response time it is going to report should be the time required to carry out the transaction and not the time needed to execute the test method. |
|
Nov 15 |
comment |
Should tester fix bugs? @JoeStrazzere I guess dev verifies it and then some other test engineer reverifies it and then if there is another bug (missed by dev verification) then tester who fixed it earlier fixes it again then again dev verifies it and cycle continues :) |
|
Nov 15 |
comment |
Firefox browser launches blank when the tests via Selenium May I suggest to use WebDriver APIs (aka Selenium 2) if you have begun with Selenium? |
|
Aug 13 |
comment |
Selenium not recognizing actions on JavaScript-generated page Since you have started with Selenium, can you try Selenium 2 (aka WebDriver) API for click operation - seleniumhq.org/docs/03_webdriver.html |
|
Aug 9 |
comment |
I am looking for online Training or Books or online resources on selenium automation testing I am voting for closing this question |
|
Jul 26 |
comment |
"Element is no longer attached to the DOM” StaleElementReferenceException when selecting HTML table row This may help in handling such elements - stackoverflow.com/questions/4846454/… |
|
Jul 24 |
comment |
Dependent methods in the same class run out of order only when included in a “testng suite”; running class independently respects the dependency Yet I don't see any thing wrong. I suggest you to post it here - groups.google.com/forum/#!forum/testng-users with a reproducible test case which demonstrate this issues. |
|
Jul 24 |
comment |
Choosing framework type for selenium RC/Webdriver this may help in understanding if you don't get answer of your most valid questions - meta.stackoverflow.com/questions/34919/… |
|
Jul 23 |
comment |
Dependent methods in the same class run out of order only when included in a “testng suite”; running class independently respects the dependency Don't see any thing obviously wrong, can you post testng.xml file and order in which you see method execution in this class. Is the order always random for this class? |
|
Jul 23 |
comment |
Choosing framework type for selenium RC/Webdriver See your accept rate - "33% accept rate" |
|
Jul 20 |
comment |
Courses for non-IT people to study testing? Has ISTQB started marketing term "ISTQB Tester" now? |
|
Jul 20 |
comment |
Choosing framework type for selenium RC/Webdriver You may like to do something about your low accept rate |
|
Jul 20 |
comment |
Dependent methods in the same class run out of order only when included in a “testng suite”; running class independently respects the dependency test code snippet, more of your testng.xml may help others in helping you |
|
Jul 10 |
comment |
Is a web application bug found on the Android emulator more likely than not to be a legitimate bug? can not live with out testing on android :) our core products is to work on android. And please do keep us posted if you find any discrepancies b/w emulator and real android device. |
|
Jul 8 |
comment |
Is a web application bug found on the Android emulator more likely than not to be a legitimate bug? @user246 that's an interesting question. You seem to be insinuating that testing more mobile products on more android platform may result in what you asked in this question. Are not you? I recall at least 3 products. |
|
Apr 18 |
comment |
“java.lang.NoClassDefFoundError” Error when running Selenium RC script @vinodguneja once an answer helps you, you can accept it as right answer |
|
Mar 30 |
comment |
Is Selenium the right tool for browser compatibility testing? No wonder it's IE |
|
Mar 22 |
comment |
Running WebDriver tests in parallel using testng.xml This might help - groups.google.com/forum/?fromgroups#!topic/testng-users/… |
|
Mar 20 |
comment |
Running WebDriver tests in parallel using testng.xml A wild guess, Can you keep attribute, parallel="methods" at the test level instead of suite level and check? |
|
Mar 13 |
comment |
Tracking manual test cases which are automated You hit nail on the head |