| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | Mar 24 at 0:41 | |
| stats | profile views | 9 |
|
Mar 2 |
accepted | Firefox 12.0 and Selenium 2 : Native Events are not supported |
|
Jan 11 |
awarded | Notable Question |
|
Nov 19 |
awarded | Popular Question |
|
Aug 2 |
awarded | Popular Question |
|
Jun 6 |
answered | Firefox 12.0 and Selenium 2 : Native Events are not supported |
|
May 18 |
comment |
Firefox 12.0 and Selenium 2 : Native Events are not supported Extended the stack trace, and checked that I don't need to add .build() in my groovy code... this works fine against a Chrome Browser. I'll look into setting the NativeEvents specifically. |
|
May 18 |
revised |
Firefox 12.0 and Selenium 2 : Native Events are not supported Extended stack trace |
|
May 18 |
comment |
Firefox 12.0 and Selenium 2 : Native Events are not supported - Thanks, if Native Events aren't ready for FF12 then that would probably explain most of this. |
|
May 17 |
awarded | Editor |
|
May 17 |
revised |
Firefox 12.0 and Selenium 2 : Native Events are not supported added 50 characters in body; edited tags |
|
May 17 |
asked | Firefox 12.0 and Selenium 2 : Native Events are not supported |
|
Aug 10 |
awarded | Tumbleweed |
|
Jun 16 |
comment |
What tools do you use to test your public REST API? Chrome now has XHR Poster that works like Poster but has some nice extra features as well. |
|
May 19 |
asked | How do you configure JIRA to manage and execute Test Cases? |
|
May 2 |
comment |
Groovy for testing an API Thanks, after playing with TestNG and having a framework example shown to me by another QA-er here, I have that system wrangled into something that more than suits my needs. We launch the tests via a Maven profile on the automatic builds, while IntelliJ handles the tests being executed manually very nicely indeed. |
|
Feb 15 |
comment |
Groovy for testing an API Thanks for the help. I feel I don't know this area well enough to talk about the points you raise, which therefore means it's incumbent on me to learn more about this space. |
|
Feb 15 |
comment |
Groovy for testing an API That would result in a large number of test methods. is there something that handles the two types of result - fatal test failures, where we really should stop testing if a condition is found to be false; and another type of test where if the system fails we care, but not enough to halt the test scripts running through the rest of the conditions. If I was getting fancy it'd be "halt on the 12th error". |
|
Feb 14 |
comment |
Groovy for testing an API Actually, I just played with the Spock web console, and that helped. One issue I have, it stops after the first error it finds. With the way I want to perform my tests I hardly ever want to fail on the first error, but want to capture all of the issues. Some test conditions should be terminal (such as a data object being incorrectly created which will fail subsequent tests), but in most cases I want a list of errors to analyse and then pass on to the Developer as necessary (or to fix my test code as new elements/functions are exposed). |
|
Feb 14 |
comment |
Groovy for testing an API @peter-niederwieser Thanks. Can you point me towards a good tutorial (in lay mans terms, I'm a QA, not a coder) on using one of these tools? I've looked at JUnit briefly, but it didn't click. Need that a-ha moment. |
|
Feb 14 |
awarded | Supporter |