Selenium 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 MoreJavaScript Testing Beginner’s Guide
18.03.2011
JavaScript is an important part of web development in today’s Web 2.0 world. While there are many JavaScript frameworks in the market, learning to write, test, and debug JavaScript without
Read MoreSoftware Testing Checklist – 5 Steps to Success
Note: this article was updated in April 2019. Nowadays, any ordinary actions, important events or the entire working year are easy to control with a proper checklist. Numerous procedures that
Read MoreNegative 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 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 More4 Attributes of Qualitative and Well-Written Test-Case
16.03.2011
Software Testing as a Skill This can be a revelation for some people, but not everybody can test. For any system you can find an enormous number of possible tests
Read MoreWhat is Compatibility Testing?
15.03.2011
The top-quality program worth nothing if one consumer is able to use it, but another is not. A soft cannot be just a good one, it has to be universal!
Read MoreWebMethod testing with iTKO LISA
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 Fuzz Testing?
10.03.2011
Note: the article was updated in June 2018. First of all, fuzz is a random input of valid and invalid data generated for software testing. Fuzz testing or simply fuzzing
Read More3 Forms of Acceptance Testing and their Application
09.03.2011
Any application has to be tested. One highly respected programmer said: “programs that are not tested, are not working.” Acceptance testing is performed based on a set of common test
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