GUI Testing Tool – Selenium
Selenium is one of the most commonly used testing tool for Web-based applications. Selenium first started with the automation testing library in JavaScript written by Jason Huggins in 2004 and the...
View ArticleDojo Spider Chart is Awesome!
One of the requirements for my senior project is that the data should be presented in polygon format for analysis. There are many libraries for drawing major types of charts, like pie chart and bar...
View ArticleDebugging Javascript
You may be able to get away without debugger with Java, but not javascript. As a dynamic web scripting language, javascript creates amazing visual effects on a web page; at the same time it is easy to...
View ArticleWeb Application Security
A Web application is a software which runs on a web server and can be access with an identified URL. There is common misconception that the security is provided by the host web server or application...
View ArticleFirst Met Objective-C
After understanding the differences between different mobile apps, I decided to go for iphone native app development for numerous reasons. There is only a small problem – I don’t know Objective-C …yet....
View ArticleThings I didn’t Know about Chrome DevTools
I have been using Firebug as my debugging tool since I started web development. Firebug has been very helpful and the one thing I knew Chrome DevTools has that Firebug doesn’t is performance profiling...
View ArticleIBM Extreme Blue Summer Internship
IBM Extreme Blue is a twelve-week length Summer internship which provides an unique and prime professional experience for talented college students. Three are three IBM labs hosting this program in the...
View ArticleGoogle App Engine VS Amazon EC2
My most important task for this semester is to finish my senior project which is building a software to test and monitor the performance and scalability of a SaaS application on Google App Engine. It...
View ArticleJMeter Remote Testing on AWS EC2
I have been trying to set up Apache JMeter remote testing the last few days. JMeter remote testing enables users to view the test results on a client machine while the traffic is generated from one or...
View ArticleLearning AngularJS
I was really excited about getting to use AngularJS and the experience has been great so far. In this post, I am going to give you a glimpse of the AngularJS goodies and hopefully it will clear up your...
View Article