Simplify code with refactoring

Posted by on Feb 26, 2012 in eng | 0 comments

I am sharing my experiences in code refactoring with my team members. I have shared some of the pattern that I have been using frequently. I will also share it here so I can use it as a reference in the future

Read More

Selenium Page Objects and Abstraction

Posted by on Jan 23, 2012 in eng | 0 comments

Last Friday, I explained the concept of Selenium Page Objects to my colleague and I feel like I didn’t explain it in a simple way enough. I have spent some time today to come up with explanation that relates the page object pattern to the concept of abstraction in programming

Read More