Falafel Software Releases LoadComplete Courseware
Falafel Software’s training classes and courseware have taught thousands of people how to use SmartBear’s TestComplete and LoadComplete software. Today, Falafel expands these learning opportunities...
View ArticleFree Webinar: Testing Silverlight Applications
Falafel Software is at it again. Offering you a chance to join one of the industry’s most recognized testing experts in a free webinar. Join our CEO, Lino Tadros, as he teams up with SmartBear Software...
View ArticleMeet Falafel Software at Silicon Valley Code Camp
Going to Silicon Valley Code Camp this weekend? Chances are, you will run into a Falafel. Our entire team travels from all over the country to Foothills College this weekend, to attend the biggest (and...
View ArticleFree Load Testing Webinar – 10/27/2011 1PM EST
You’re invited to participate in a very special event! Join two software industry veterans as they discuss load testing in the real world. Lino Tadros, CEO of Falafel Software and Sergei Sokolov,...
View ArticleFalafel CEO answers your testing questions at Adobe MAX
Going to Adobe MAX? Don’t miss your opportunity to meet one of the industry’s testing experts, Falafel Software’s CEO, Lino Tadros. Lino will be available to answer your questions in the SmartBear...
View ArticleNew TestComplete 9 Books Now Available
Our friends at SmartBear Software recently released TestComplete 9, making their already comprehensive software testing suite even better. The web based testing enhancements to TestComplete 9 will...
View ArticleAngular Part 2– Behavior Driven Development
In an earlier posting I discussed, briefly, why Angular is suddenly so popular, and demonstrated how to get started with Angular without writing a line of JavaScript. It’s time now to turn our...
View ArticleUnit testing Kendo UI DataSources with Jasmine and Mockjax
A big part of using the MVVM pattern is separation of concerns, and to make testable code. Why is it then that ViewModels in Kendo UI apps are often left untested? For me, I always find myself trying...
View ArticleIntegration Testing Entity Framework with Migrations
If you’re using Entity Framework in an application that you would like to write some integration tests (note: these are not unit tests, since they touch a dependency – namely, a database), it can be a...
View ArticleIt Takes a Lot of Chutzpah to Run QUnit and Jamsine Unit Tests in Visual Studio
It’s never easy to unit test your code well, but to unit test your JavaScript code in Visual Studio takes Chutzpah. And I don’t mean it takes audacity in the classic Yiddish sense of the word, either....
View ArticleWebsites Behaving Badly
The LoadComplete Top 10 Report Everybody likes a good website performance train wreck. Actually nobody likes a slow website, but it’s a good example for my favorite LoadComplete feature, the Top 10...
View ArticleWhat’s better than TestComplete Training? Having it in Sunny California!
Falafel and WiseClouds are teaming up to offer a five-day, hands-on, instructor-led training class dedicated to the Ready! API Platform and TestComplete. Don’t miss two days of Ready! API and SoapUI NG...
View ArticleUsing Wildcards in TestComplete NameMapping
If your tested objects are named dynamically, you can use wildcards in TestComplete NameMapping to allow greater flexibility. For example, the main window in the sample C# Orders application that ships...
View ArticleCreating a minimal distributed test in TestComplete
How do you create a distributed test in TestComplete? Watching over someone’s shoulder is the best way to learn. Certainly there’s a ton of good documentation, but I like to see how the pieces fit...
View ArticleEliminate Dependencies with the Wrapper Pattern
Introduction When writing code in C#, I often come across a dependency that is hard to work with. Usually this comes in one of two forms: Static classes that are built into the .NET framework, or...
View ArticleTestable ViewModels with Kendo and Jasmine
This is post #1 of 3 in the series “The Road to Testing” Introduction This post is the first in what I hope becomes a series chronicling my journey from completely untestable code to code that is...
View ArticleKendo ObservableObject subclasses: prototype vs init
This is post #2 of 3 in the series “The Road to Testing” An Unscheduled Detour I said that my next post was going to be about how to test Kendo DataSources using the techniques I described last time,...
View ArticleHandling Events in TestComplete Keyword Tests
Events allow you to react with a keyword test when something happens in TestComplete. How do you know when an error is logged in TestComplete? What if an unexpected window pops up? Click the button...
View ArticleSharing TestComplete Object Stores Between Projects
You can share scripts between TestComplete projects, but you can’t share Object Stores that the script refers to. At least, not out of the box. Jump to the workaround at the end of the blog to see one...
View ArticleTestComplete Object Recognition
This is post #1 of 1 in the series “TestComplete Object Recognition” Recognizing Industry-Standard Controls Before TestComplete can validate an object using a checkpoint, TestComplete has to recognize...
View Article