JKI Discussion Forums
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

UI Testing Rate Topic: -----

#1
User is offline   ASTDan 

  • Group: Members
  • Posts: 9
  • Joined: 25-February 10
Hello,

I was wondering if there any plans to implement UI testing into VI tester.

Here is a blog about a tool NI is considering

UI Testing

How do you guys test UIs?

Thanks

Dan
0 kudos

#2
User is offline   Jim Kring 

  • Group: JKI Team
  • Posts: 1,190
  • Joined: 15-March 06
Hi Dan,

We do use VI Tester to test UIs at JKI. For example, we have some support VIs that simulate mouse clicks on controls for pressing buttons and closing dialogs that might pop-up during the running of code.

We don't have any short-term plans for record and playback features.

I should also note that it's usually a good practice to encapsulate application logic into testable subVIs. This reduces (but does not eliminate) the need for UI testing.

-Jim
0 kudos

#3
User is offline   Omar Mussa 

  • Group: JKI Team
  • Posts: 87
  • Joined: 12-October 06

View PostASTDan, on Apr 6 2010, 01:49 PM, said:

I was wondering if there any plans to implement UI testing into VI tester.

Here is a blog about a tool NI is considering

UI Testing

How do you guys test UIs?


We actually have some small utilities internally for UI Testing and have thought about integrating them better with VI Tester publicly, but we don't really address UI Testing use cases the way the tool you were looking at does right now.

Our current method for UI testing involves getting control references to UI elements we want to test and then using Windows API calls to emulate mouse clicks, etc. Its not very elegant yet, which is why we haven't tried to share it too much. At most we have enough material for a blog post at some point.
0 kudos

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic