Blog

, page 17 back to homepage

What Is a Markup App and how to Teste it?

There are different types of applications on which you can conduct software testing. One of them is called a markup application. Let us find out what it is. An application

Read More

What Is Mobile Application and How Can It Be Classified?

A software testing company performs various types of software testing. Perhaps the most widespread and conducted of them is mobile application testing. Let us focus on this type of software testing.

Read More

Software Bug Handling Process And Tools

Software bug handling is a significant area of quality assurance activities. At the time of software testing the developers who correct identified software bugs are generally not the identical as

Read More

Mobile Test Automation: absolute black box

Automated testing is very interesting implemented. Check of the results performs by the check of images and recognition of text on the screen OCR. One of the platforms uses famous

Read More

Mobile Test Automation: TestDroid

While I conducted the study a new solution for Android appeared. TestDroid is a plugin for Eclipse that allows you to record tests (record & play) in the Robotium format.

Read More

Siege is a stress testing tool for Web servers

Siege is a utility for stress testing webservers. It was created to give developers the ability to check the resource consumption of its code in conditions close to real. Siege

Read More

Perfecto Mobile – An Overview

by Ajay BalamurugadasAs I had promised last month on twitter about a blog post on my experience with Perfecto Mobile, here it is. What is Perfecto Mobile? To quote them, Perfecto

Read More

Selenium 2 makes automation debugging easier

One of the parts of Selenium 1.0 that I never enjoyed was debugging automation that didn’t work. I had to faff about creating custom Firefox profiles with Firebug installed and

Read More

Selenium Auto Accept Self Signed SSL Certificates and Basic Authentication

One of my biggest annoyances and unresolved issues with Selenium is the self-signed SSL certificates. This was a huge issue for me on the last project when we had dozen

Read More

Negative Test Cases for Functional Testing

Negative testing is a testing technique when invalid input data are used for software quality assessment. Its purpose is to check the software behavior in case of invalid input. In

Read More

Unit Testing SharePoint with TypeMock (Part I)

As a developer testing isn’t necessarily fun but it is an essential aspect of what we do. I find it’s always a challenge to find the best approach that balances

Read More