Clear QA
Monday, 12 December 2016
Test log lines
›
Some times the only thing we are interested in testing is weather a log line correctly gets logged. This is not the most optimal test but s...
6 comments:
Thursday, 11 February 2016
Run background server during integration tests
›
Most of the times during integration testing we have to run the built java code in server mode and run client junit/testng tests against th...
Friday, 15 August 2014
Skip TestNG test based on a condition
›
Sometimes you might want to skip tests based on a condition. Following snippet shows a simple way to do it by throwing a testngSkipExceptio...
Custom logger for TestNG
›
Another small post on TestNG custom logger. I have a TestNG test suite that runs for hours doing through integration tests. Now at the end ...
Wednesday, 13 August 2014
Increase JBehave story timeout
›
Small post on how to increase the default story timeout in JBehave. This might be required if you have a long running story as I have with...
2 comments:
Thursday, 10 April 2014
restIT: Testing Framework for REST based web services
›
I would like to call this testing framework restIT (REST Integration Test). This test framework will give a simple way to verify that RES...
Friday, 4 April 2014
Small but useful utilities
›
Many times working inside corporate env you cannot use online utilities like url decoders, base64 decoders etc where you copy paste the enc...
11 comments:
›
Home
View web version