|
|
|
|
|
|
| | Total Hits: 0 | Today: 0 | Author: Scott Mitchell | Rating:  |
| |  When Web developers sleep at night they dream that all Web browsers follow HTML standards to the letter. They imagine a world where every Web surfer has the same monitor resolution, color depth, and font size. Unfortunately, reality could not be more different. During waking hours, Web developers must design their Web applications to function properly in a seemingly infinite number of configurations.... |
| | Total Hits: 0 | Today: 0 | Author: James McCaffrey | Rating:  |
| |  A solid knowledge of pairwise testing principles is essential for all software testers, developers and managers. In this month’s column, I explain exactly what pairwise testing is and provide you with complete C# source code for a production-quality pairwise testing tool named QICT. In short, pairwise testing is a technique that allows you to reduce a large, unmanageable set of test-case inputs to a much smaller set that is likely to reveal bugs in the system under test.... |
| | Total Hits: 0 | Today: 0 | Author: James McCaffrey | Rating:  |
| |  Fault injection testing is the process of deliberately inserting an error into an application under test and then running the application to determine whether the application deals with the error properly. Fault injection testing can take several different forms. In this month’s column, I explain how you can introduce faults into .NET applications at run time using a component of the TestApi library.... |
| | Total Hits: 0 | Today: 0 | Author: Krishna N | Rating:  |
| |  When you are considering automating your project you may think of some necessary points. Below are some important things to be considered. If you say yes to at least one of the below questions, then the project testing can be automated.... |
| | Total Hits: 0 | Today: 0 | Author: Joydip Kanjilal | Rating:  |
| |  Microsoft Sync Framework is a comprehensive platform for synchronizing offline and online data, and facilitates collaboration and offline access for applications, services and devices alike. It is protocol- and database-independent and includes technologies and tools that enable device roaming, sharing and the ability to take networked data offline before synchronizing it back at a later point in time.... |
| | Total Hits: 0 | Today: 0 | Author: Mitch Irsfeld | Rating:  |
| |  Finalists in the 2008 U.S. Imagine Cup met in Los Angeles on April 20 through April 22 to present their solutions for changing the world by enabling a sustainable environment. Their passion and creativity was tempered only by the discipline of envisioning real-world business models. The result: a fresh blend of established technology and unconventional thinking that attacked the world's environmental problems on several fronts.... |
| | Total Hits: 0 | Today: 0 | Author: EdMan196 | Rating:  |
| |  It is surprisingly difficult to find code on the internet that will let you easily display a notification box where, when and what size you want. Well, I've now produced a class that will (hopefully) solve all these problems.... |
| | Total Hits: 0 | Today: 0 | Author: Suthish Nair | Rating:  |
| |  This code snippet shows how to convert a Microsoft Word document to other document formats such HTML, Rich Text Format (RTF), Text, or XML.
We are going to use Office Interop for this purpose. Before you can use the code, you must add a reference to Office Interop Work library. Follow these steps.... |
| | Total Hits: 1 | Today: 0 | Author: Chief Endian | Rating:  |
| |  I recently wanted to get a list of major landmarks, but the text list had the name of the landmark, followed by the location of the landmark in parentheses: ex. Eiffel Tower (Paris, France). I just wanted the names of the landmarks without the text in the parentheses, so had to figure out the command to remove all the parenthesized text.... |
| | Total Hits: 0 | Today: 0 | Author: Dr. James McCaffrey | Rating:  |
| |  You can think of Windows PowerShell as a dramatic upgrade to the old cmd.exe command shell and associated .bat files. Although designed with systems administration tasks in mind, Windows PowerShell™ has features that also make it ideally suited for lightweight testing tasks. This month, I test Microsoft® .NET Framework-based code modules from both the Windows PowerShell command line and lightweight Windows PowerShell scripts.... |
| | Total Hits: 1 | Today: 0 | Author: michael.neubrander | Rating:  |
| |  This program is written with the intention of being able to create GMail accounts using the .NET API supplied from Google. It is written with Visual Studio 2008. The whole project is included, and a working copy should be available in the Release directory.... |
| | Total Hits: 2 | Today: 0 | Author: Thomas Weller | Rating:  |
| |  These days, I’m doing a bit of end-to-end acceptance web testing using the Selenium framework. Selenium has a nice and handy add-on for the Firefox browser – the Selenium IDE. It automatically records your actions and produces the required C# code for you, as you click around in the browser window.... |
|
|
|
|
|
|