Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple function - writing Automation Framework using QM
#1
Am trying to have multiple functions in Function file and this gives error.
Do we need to add one file per function we write.
Generally in automation framework we write a set of user defined functions in one file, is this is not the case with QM ???

Can someone share how they are writing there Framework in QM
#2
All functions are in single or several .qml files, but each function is separately opened in the code editor. We can put functions in folders.
A function (or a macro, menu etc) can have sub-functions. They are private, ie cannot be called from other macros.

.qml file
|-Folder1
|-Folder2
|...

Folder1
|-Function1
|-Function2
|...

Function1
|-#sub Sub1
|-#sub Sub2
|...


Forum Jump:


Users browsing this thread: 1 Guest(s)