Casperjs is a wonderful open source navigation, scripting and testing utility written in JS which uses PhantomJS webkit , which is a headless browser. It simplifies the process of defining a full navigation scenario and provides some high level methods...
Phantomjs & Casperjs – Installation Simplified
Filed Under:
Automation,
Java Script,
Web Testing
Liquidator

To run Phantomjs & Casperjs on your system, here is the installation steps you need to follow. Though these are pretty simple ones, but the lack of proper documentation can actually send you on a leather hunt just to get your first case running....
Adding code snippets to blogger using windows live writer
Filed Under:
Articles,
Code Snippet,
Tips
Liquidator

Finally the day has come where I am able to use Windows live writer ( by far the best free blogging client) along with code snippets. After some research , I found a simple work around as most of the content available was for the wordpress platform....
VB script code to keep the system alive and prevent locking
Filed Under:
Automation,
Code Snippet,
GUI Testing
Liquidator

Use the following code: (Save it as .vbs and execute, it will run for ever). Kill the wscript from the task manager when u want to stop.
This file contains bidirectional Unicode...