0

I was wondering if it would be possible to use instrument automation tests in behave driven (or test driven) development codes?

I mean the code tested would communicate with instruments that uses PyVISA and TCP/IP communication to send commands and acquire data.

Best,

  • You can achieve that by using https://github.com/behave/behave – Ugnius Malūkas Apr 26 '18 at 12:48
  • Thanks for your reply. Is this a modified version of behave? Does it really allow usage of PyVISA and TCP/IP in the tests? – f_fideles Apr 27 '18 at 12:11
  • As far as I remember, you can describe some functionality with Python and then call them through the BDD tests. So, if you describe PyVISA or TCP/IP, so I believe you can call them. – Ugnius Malūkas Apr 27 '18 at 12:37

0 Answers0