| bio | website | musingtester.com |
|---|---|---|
| location | Calgary, Canada | |
| age | 33 | |
| visits | member for | 2 years |
| seen | 6 mins ago | |
| stats | profile views | 40 |
As much as I love to code, my passion is in testing. I truly enjoy when I get to marry the 2.
I'm currently in my ideal setting where 130% of my time is allocated. I get to deploy 2-3 times per week and still work on building new and exciting applications.
I started out testing in the electronic manufacturing field. After a long long break, I ended up moving to a UAT coordinator role at the company that I was with and my passion for testing was ignited. I haven't looked back at other non-testing roles since.
|
May 8 |
comment |
Data driven testing on Selenium ide This largely depends on the language that you're using. You will need to write code to retrieve and pass on that data. |
|
Dec 24 |
comment |
“session has expired” error - after clicking a button with webdriver in IE8 Have you tried seeing what's different yet? Are the http requests significantly different between when selenium navigates through the pages as opposed to when you do? Have you checked for any security settings in IE that may be causing issues? |
|
Dec 7 |
comment |
How can my team move away from record-and-playback when not everyone has scripting experience? +1 for the last paragraph. Forcing all testers to start automating is a great way to kill the spirit of some amazing testers. |
|
Nov 26 |
comment |
UI test automation tools for Windows Phone 8 metro apps? Took a look at the site out of curiosity. They unfortunately only have 3 Windows Phone devices, all C900's, which won't run Windows Phone 8. I can see this service being possibly useful for other OS's however. |
|
Nov 15 |
comment |
How to checkin Eclipse code into git repository in ProjectLocker? This is a much better fit for, as Phil suggested, Project Locker's support, or something more generic such as stackoverflow. |
|
Nov 14 |
comment |
Should tester fix bugs? In theory, there would be more than one tester on these teams. I'll maybe see about editing my answer later today, but, there does need to be some sort of process in place for these circumstances. |
|
Nov 13 |
comment |
Developers have code kata to practice skills. What test equivalents are there? My main take-aways were more learning other approaches to classic things like bug reports. Before reporting a bug, I would always look through the bugs that were already there so that I wouldn't create a duplicate. There are so many different ways to create a report as simple as this, each with it's own benefits depending on the situation. |
|
Nov 12 |
comment |
How to convince BA that her software requirement may cause problems? Furthermore, if this is absolutely a requirement, there are definitely ways to mitigate most of the risks such as user accounts, storage method, and storage location. |
|
Oct 25 |
comment |
How to create shortcut to run Selenium script? I believe that you can. Will edit answer. |
|
Oct 18 |
comment |
Visual Studio 2010 Performance Testing Javascript not supported Is there a reason why you need to use JavaScript in a performance test? |
|
Oct 16 |
comment |
OperaDriver is not navigating to desired URL Added your error message to the question. I'm not certain about this one. |
|
Oct 15 |
comment |
OperaDriver is not navigating to desired URL If you let it fail, what's the error that's returned? |
|
Sep 18 |
comment |
Outlook Mail testing Welcome to SQA Stack Exchange Yvette. Would you like to test in the web version of outlook, or the desktop application. |
|
Jul 27 |
comment |
What tools do you use to test for XSS injections? Do you have a budget? |
|
Jun 21 |
comment |
Passing session while switching control to a pop-up window Does it do the same with all browsers or just the one? |
|
Feb 15 |
comment |
Could I get a job by sending a list of bugs found in products of potential employer? +1 for pointing out the differences in processes between Marketing and IT. |
|
Feb 15 |
comment |
Cannot locate button with changing ID in Selenium You had the question itself in the formatted code block. Separated the question from the sample for you. |
|
Feb 13 |
comment |
Best approach/tool to develop an automation suite to test an XML API? Sorry for the late reply. I really haven't done anything using/building any extensions for soapUI. I'll certainly ask around to some co-workers with more experience with it however. |
|
Feb 9 |
comment |
Not displaying nunit tests in visual studion after NUnit integration in Visual Studio Good job on figuring it out! |
|
Feb 7 |
comment |
Not displaying nunit tests in visual studion after NUnit integration in Visual Studio Stupid "is it plugged in question" from me, but, are you selecting the appropriate namespace/class in the gui? |