Genymotion review

Genymotion is an Android tablet and phone emulator from the company Genymobile. It is available for Mac OS, Windows (x64/x86) and Linux platforms. The description on the product page describing it as “Fast, simple and powerful” certainly fits it well. It boasts considerable speed, leaving its competitors in the dust. It boasts quite a number […]

Read more
Top 5 SEO Trends for 2015

Each year the SEO industry unrecognizable changes from the previous one, and keeping up with the latest SEO trends is important to keeping your marketing edge. Google has already made a drastic change this year to their algorithm to favor mobile friendly websites. So what is coming next? Nobody knows for sure, but we can […]

Read more
Creating a Website Testing Plan

After the front-end design of a website has been created it’s time to test it. There are many things to consider, such as cross browser and device testing, bug tracking, team management, etc. As the scale of the projects grows larger, a more efficient way of testing is required. This efficiency is best achieved by […]

Read more
Advanced Google Drive features for max productivity

Google Drive is a file storage and synchronization service provided by Google. Most people think that Google Drive is just a rebranding of Google Docs. However, it is much more than that. Besides the Google Docs office suite, it offers cloud storage, file sharing and collaborative editing. With the integration of web based apps into […]

Read more
DebugView

What is DebugView? DebugView is a Windows application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output generated by standard debug print APIs. With it you can debug other Windows applications […]

Read more
Regression testing

Regression testing, sometimes referred to as verification testing, is a type of testing that is done after patching or modifying an implementation within a program. This is done by rerunning existing tests to check whether the bugs were fixed, and that previously working features weren’t broken. Similar Posts from the author: Writing effective test cases […]

Read more
Writing effective test cases

Everybody can write a test case. What’s difficult is writing an effective test case. Luckily it’s a learnable skill, but it requires in-depth knowledge of the software it is written for. Before we start writing one let’s ask “What is a test case?”.  A test case can be defined as “a set of conditions or […]

Read more
How to make your software testing more efficient

Software testing is an important phase in the Software Development Process. Here are a few tips to consider, that may help you improve the testing process and make it more optimized. 1. Get involved as early as possible The sooner you get involved with the software development life cycle, the better you will understand the product. […]

Read more