Tools
testce.txt
Associated article: Automated Testing & Windows CE
Tags: .NET Tools
Published source code accompanying the article by Tom Pugh in wihch he presents a technique that lets you use third-party tools to test Windows CE- based systems. Also see TESTCE.ZIP.
Automated Testing & Windows CE by Tom Pugh Listing One // Take a snapshot of the screen CDC dc; dc.CreateCompatibleDC(pDriverWindow->GetDC()); // Retrieve the dimensions of the application window CRect rect; pDriverWindow->GetWindowRect(&rect); int nWidth = rect....


