| bio | website | careers.stackoverflow.com/… |
|---|---|---|
| location | Washington, United States | |
| age | 35 | |
| visits | member for | 2 years |
| seen | 7 hours ago | |
| stats | profile views | 16 |
SDET at a financial services firm in Seattle, WA.
|
Feb 26 |
comment |
What techniques are available to determine which browsers to test? This is a pretty solid way to start. One other suggestion once you have a site up and running is look at your analytics (Google analytics etc.) assuming you are using them. Once of the things my company found is that our user base was much more IE focused than we thought with something close to 80% of our customers using a flavor of that. It can help you focus your time on where you want your effort to be. |
|
Feb 20 |
comment |
How do I download a file using Selenium's WebDriver? welcome to sqa.stackexchange.com. This is a nicely detailed answer but the OP was pretty clear about wanting to download a document vs checking an image. The answers are most effective when the address the question asked. |
|
Feb 19 |
comment |
MS Test manger not able to stop a test and re-start with attachments taken Out of curiosity why would you want to do this? Are you trying to use the test to generate data you would use in later tests? |
|
Nov 15 |
comment |
How to checkin Eclipse code into git repository in ProjectLocker? Wouldn't this make more sense to move to SO? |
|
Oct 4 |
comment |
UI and DB automation tool suggestions Is your team able to build tools yourself (skill & time wise)? Can it be a combination of tools? Is there a preferred language(c#, python, etc.)? |
|
Sep 6 |
comment |
What are key properties of great QA team member? I like it. works for me. |
|
Aug 6 |
comment |
Looking for a content-aware library for regression testing of PDF files Allessandro - I am not sure what gave you that idea. I just used it on some the other day. Take a look at the mention here: scootersoftware.com/moreinfo.php?zz=moreinfo_compare The when comparing a pdf it does a compare on the underlying text in the documents. I do know you can customize rule sets to specify white space parameters and such. |
|
Jun 28 |
comment |
SafariDriver is not responding after opening a URL Rakesh - Great to hear you got it working. Could you post your resolution below so that if other folks run into a similar problem they might be able to use what you figured out to resolve their issue? |
|
Jun 27 |
comment |
SafariDriver is not responding after opening a URL Rakesh - What happens if you comment out the System.out.println(driver.getTitle());? Does the rest of the code execute? |
|
Jun 27 |
comment |
Testing with no QA team in an agile development environment Just to piggy back a bit on Lyndon's answer since I agree with what he had to say. You might be sure that you are tasking the testing effort along with the dev effort to be sure that it is fully accounted for as a part of each story. The iteration should not be done until that those tasks are complete and the entire story is accepted. |
|
Jun 22 |
comment |
Passing session while switching control to a pop-up window Siddharth -Are you testing the date picker itself or do you just need to set the date? If you just need to set the date to move through the functionality of the page can you set the date in field? |
|
Jun 22 |
comment |
Test scenario for Android porting test Hi urvish - Out of curiosity what sort of porting are you doing? Is it porting the OS to another device? Is it porting an app from a different platform to Android? The more specific you can be the better answers that the community can provide. |
|
Jun 20 |
comment |
What are some authoritative sources for smart phone market share for helping to determine test device purchases? Not surprising at all - though you did specify authoritative, not free. ;) |
|
Jun 19 |
comment |
Recommended Generic profiling techniques for quality assurance on HTML integration So would you be looking for something like FX Cop or something along those lines to enforce code policies on checkin or build? |
|
Jun 19 |
comment |
Getting nose test runner to execute a test against multiple browsers / configurations? @AaronShaver if that is your answer you may want to put it in the answer section and accept it. |
|
Jun 13 |
comment |
Prepare TestComplete project suite for submit I am not clear what you are asking? Are you looking for feedback on your script or are you looking for suggestions relating to how to prep a project to check in? |
|
Feb 10 |
comment |
Can someone offer suggestions for client based cross browser testing tools Jim - Actually we ended up getting a license for test studio. So I have been working with that. |
|
Aug 12 |
comment |
Need to make WatiN work for us, or need to find a different tool The watin.org site is back up. |
|
Aug 12 |
comment |
Need to make WatiN work for us, or need to find a different tool So is the record and playback requirement because the tester you are helping is not able to write code? |
|
Aug 9 |
comment |
Is there a good way to structure my test code so I don't have to duplicate tests for different browsers using WatiN Thanks - this does the trick. |