| bio | website | |
|---|---|---|
| location | ||
| age | 31 | |
| visits | member for | 1 year, 4 months |
| seen | 10 mins ago | |
| stats | profile views | 19 |
I know why I am a tester. My driving force is my curiosity: I want to know how things work, why they work and why they don't.
|
May 18 |
comment |
How should you interview for QA Automation positions? I wouldn't use these questions to interview for any testing position, no matter whether a candidate applies for manual tester position or automation job. Most of those questions do not focus on solving the problem, but rather on checking whether a candidate learned by heart some definitions. Hence, instead of asking what is ETL process, I would ask how would you test this ETL process? And then going in automation part of the interview: How would you automate then your test strategy for this ETL? |
|
May 18 |
revised |
Test scenarios for an advertising identifier used for an iOS app? Corrected formatting |
|
May 17 |
comment |
API Automated Testing Tool XML & JSON SOAP response can be schema-validated against XSD in WSDL definition. JSON response is validated against what? Are there schemas for JSON services? Or you mean another type of validation? |
|
May 16 |
reviewed | Reviewed Selenium 2 element.click() is unreliable |
|
May 16 |
revised |
Selenium 2 element.click() is unreliable Improved formatting |
|
May 16 |
reviewed | Edit Learning resources for Performance Testing and LoadRunner |
|
May 16 |
revised |
Learning resources for Performance Testing and LoadRunner Improved grammar and content |
|
May 14 |
reviewed | Close Best QA techniques |
|
May 14 |
comment |
What other standards exist for Hardware QA? I would love to hear justification of the downvote, so that the question can be improved. Given your explanation, the downvote is not obvious. |
|
May 12 |
comment |
Problems with maintenance of Selenium on grid service What are the issues you mean in your last point? |
|
May 12 |
revised |
Problems with maintenance of Selenium on grid service Corrected grammar and formatting |
|
May 11 |
revised |
Testing EJB based web service - Java vs .NET vs SoapUI edited body |
|
May 11 |
answered | Testing EJB based web service - Java vs .NET vs SoapUI |
|
May 3 |
revised |
How to get XPath of a list element generated by AJAX? Improved formatting |
|
May 1 |
comment |
Software Quality Assurance Conferences - List and recommendations If you want people to vote for the conference they like or recommend maybe you should re-word your question to "The best SQA conference" or something like that? And explain what you mean by the best. |
|
Apr 24 |
revised |
How to handle dynamically updated params in XPath queries in Selenium? Corrected grammar |
|
Apr 18 |
comment |
How do I automate “service-level” testing for a GUI app @user246: There are situations where writing unit tests by a tester is justified. Recently, I created parametrized unit test for a text parsing class. Reasons: 1) I as a tester had access to production samples of text to parse and knew expected result (it was closely related to the business), and 2) for large dataset of samples integration test would take too long on CI server. Eventually, this was kind of TDD: I wrote tests that were like requirements driving dev what regexp they have to write. The tests have been reviewed by devs so they know what must be maintained. |
|
Apr 13 |
revised |
How to record a thickbox using Selenium IDE? corrected grammar |
|
Apr 13 |
comment |
Recommendations for functional testing a WCF service @Nikita, just to clarify: SOAP UI, creates templates for a functional test case, not test cases themselves. |
|
Apr 11 |
comment |
How do I keep Selenium test cases DRY? Thread sleep without checking any condition? Why 2500ms and not 2600 ms? |