Forum Discussion

p_bremm11's avatar
p_bremm11
Contributor
11 years ago

Tip to test WPF applications

I wonder, as you test applications in wpf, in order to test the placement of fields ... How do you do?

 

As described above, I goal is indentificar any difference arising on positioning and fields, more or less.

  • mdh's avatar
    mdh
    Contributor

    region test is off course a possibility, however it requieres some maintenance if you have a lot of different layouts / OS to test

     

    (I also have one WPF app. to test, and my expirence is that it is very important to test the UI graphics)

     

    BTW: If the developer has disabled the 'Hit' functionality, you can always enable this using Snoop. Then it is much easier finding objects using the 'Object Spy' during testcase development :-)