TestingBot: Cross-browser testing tool for everyone on the cloud

What is every web designer and developer’s nightmare? Of course, it is the cross-browser compatibility, because it is an essential requirement especially from a user experience point of view. Here I will introduce you the TestingBot cross-browser testing tool for everyone on the cloud, but unfortunately it is not a free tool. This is a […]

Read more
Checkstyle plug-in tutorial for Eclipse

Overview The Eclipse Checkstyle Plugin is an Open Source development tool which analyzes the source code and ensures that your Java code adheres strictly to a set of coding standards. The plugin does that by inspecting your source code and when it finds items which are deviation you are immediately notified of problems via the […]

Read more
The introduction to Docker and its basic concept

You probably have heard of Docker, relatively new technology which focuses on Linux containers. It’s a helpful tool for packing, shipping and running multiple applications within “containers”. Containers can be often confused with virtual machines (VM). Let’s try to explain what containers and virtual machines really are. Similarities and differences between containers and VMs Containers […]

Read more
Security testing – XSS injection attacks

In my previous blog post I wrote about the injection attacks and why are they important. Introduced some basic information and how we divide them. In this writing, I will cover the most widespread injection attack, the XSS, some sample codes and a testing tool. Cross-Site Scripting (XSS) attacks are a type of injection, in […]

Read more
What are Injection Attacks and why are they important?

Manual testers always try to test all possible situations that could broke an application or compromise user data. Because of that a manual tester should not think just as an ordinary user, but as individuals who will try to break the application or just to hack the application for user information. There for, applications should […]

Read more