|
|
|
|
|
Login to share your opinion Testing a jQuery Plugin with ExpectThat and MochaA couple of weeks ago, I announced a CoffeeScript/JavaScript assertion library called ExpectThat. In this post, I’ll provide a more real-world example of how ExpectThat… read more Testing a jQuery Plugin with ExpectThat and MochaA couple of weeks ago, I announced a CoffeeScript/JavaScript assertion library called ExpectThat. In this post, I'll provide a more real-world example of how ExpectThat… read more Introducing Codeception: BDD testing frameworkCodeception allows writing tests with PHP in descriptional way. Each test is written from a user's perspective in pure PHP in a single readable style.… read more Testing your PHP Codebase with EnhancePHPYou know it; I know it. We should be testing our code more than we do. Part of the reason we don’t, I think, is… read more 7 Highly Useful Online Tools For Website Validation And TestingWebsite testing and validation are the must to conduct processes before making any website live. By Validation, we mean the process of checking out the… read more PHPUnit_SeleniumWith the 1.2 release, PHPUnit_Selenium supports (basically) for the first time the Selenium 2 WebDriver API. While PHPUnit_Selenium already worked with Selenium 2, it did… read more Automating PHPUnit Tests in Windows AzureTo start the new year off, I’d like to follow up on a couple of posts I wrote last month: Thoughts on Testing OSS Applications… read more Tips for Testing Database CodeAlmost everybody understands that source code belongs into version control. Many people understand we need to test our code. Quite a few do that automatically. read more Port Scanner class in PHPClass made in php to scan ports on any machine which does a vanila scan to give if the port is open or close read more Web Consistency TestingWeb Consistency Testing is a new form of automated Web testing that answers the simple question “does this page look the way it should?”. Historically,… read more Testing jQuery With QUnitOne thing that’s always on my mind when I develop applications is testing. How testable is your code? Does it rely on external processes or databases or… read more How to submit a good database bug reportWhen an open source project becomes popular, bug reports start flocking in. This is both good and bad news for the project developers. The good… read more UNIT TESTING WITH STREAMS IN PHPUsing the memory/temporary stream provided by php:// stream wrapper you can create a stream with read and write access directly to RAM or to a… read more 10 Reasons to Write Unit TestsI came across this great list of 10 reasons to write unit tests. It’s an old post, but still very good points. Want to get… read more Basic Mistakes in Database TestingThere is a huge number of books about TDD. Those books usually concentrate on using test for units of work. Units of work are understood… read more Webinar - Tips for Easy Unit TestingWant to get started building applications for Android? Already building Android applications and want to get better at it? This book brings together all the… read more Sane AJAX Testing in SeleniumSelenium is great for Web 1.0 applications, which involve a page load after each significant user action. Selenium knows to block until the page is… read more Software Testing is DeadIn this opening keynote of biblical scope, he casts stones at the old test-mentality and will try his darnedest to agitate you and convince you… read more PHP: List Files in DirectoryYou can find here the code required to lists all files and subdirectories inside directory. read more Executable Specifications using FitNesse and SeleniumAt STAREast 2010, I presented a session called "Executable Specifications using FitNesse and Selenium". To set up the system I was using, you will need… read more |