Caves Travel Diving Graphics Mizar Texts Cuisine Lemkov Contact Map RSS Polski
Trybiks' Dive Texts UI Testing YAC Software
  Back

List

Charsets

Charts

DBExpress

Delphi

HTML

Intraweb

MSTest

PHP

Programming

R

Rhino Mocks

Software

Testing

UI Testing

VB.NET

VCL

WPF

UI Testing
  • Visual Studio - moving coded UI tests to a new / different project results in null reference exceptions
    You've just moved a coded UI test, with all the necessary assembly references and source files, to a new or a different project (a project with no UI tests yet), and now you're getting null reference errors?
    Well, here's some Visual Studio programming trivia that might help you.

  • Automated GUI Testing
    Ever head problems with testing GUI applications using an external testing program? Or maybe you just want to test a single window/form without the need of running your whole program? Start unit testing you GUIs - it's as simple as standard unit tests.

  • Automated GUI Testing in VMs
    GUI testing, when being run on the development machine, blocks work because you can't use the keyboard or the mouse during the tests. Well, use a virtual machine for your tests while continuing work on the host.
Top