davei

About

Username
davei
Joined
Visits
0
Last Active
Roles
Member

Comments

  • I would not recommend Sikuli yet. I work in Linux as a rule and my company is slow to adopt new versions of the OS, so I must support versions as old as RedHat 4. This means I generally have to compile, not just the app, but its supporting apps to…
    in Unit testing Comment by davei June 2015
  • Thanks Matthias. Well, we do know that GUI unit testing is difficult. I may give up this approach and focus on tools that drive the GUI for testing e.g. Sikuli.
    in Unit testing Comment by davei May 2015
  • Thanks Chris. This got me out of a quagmire. Your QMouseEvent.new() invocation worked in my installation. I've taken note of your comments about versions. I can recompile a later version of KLayout, but moving Ruby and Qt are problems to change i…
  • Matthias, You guessed correctly. I am trying to use unit testing. Yes, I am aware of the way ruby is embedded in KLayout - I compiled my own Ruby installation into KLayout and have written my own apps with embedded Ruby. It's a big reason for my …
  • That worked! Thank you Matthias!