Mobile Test Automation: absolute black box
29.07.2011
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 MoreMobile Test Automation: TestDroid
25.07.2011
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 MoreSiege is a stress testing tool for Web servers
15.04.2011
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 MorePerfecto Mobile – An Overview
28.03.2011
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 MoreSelenium 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 MoreSelenium Auto Accept Self Signed SSL Certificates and Basic Authentication
19.03.2011
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 MoreNegative Test Cases for Functional Testing
18.03.2011
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 MoreUnit Testing SharePoint with TypeMock (Part I)
17.03.2011
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 MoreWebMethod testing with iTKO LISA
15.03.2011
What are webMethod /Software AG? webMethod suite is a software for process improvement, SOA enablement, IT modernization and business and partner integration. To ensure integration projects deliver expected business results,
Read MoreWhat Is A Mobile App and Why Do I Want One?
10.03.2011
The birth of mobile phones brought us handy wireless communications devices but not much else. Over time as the cell phone has evolved, they’ve become more than just a means
Read MoreRunning Selenium Server Using Custom Firefox Profile
07.03.2011
Let’s create custom firefox profile at first: 1. Close all running copies of firefox 2. Start => Run 3. Type firefox.exe -ProfileManager -no-remote, other often offer to run command firefox.exe
Read More