etienne_smith
12 years agoOccasional Contributor
Running or adding sub routines to Keyword tests
I am having trouble adding any sub routines to my keyword tests. I can't even run them for debugging purposes. I am sure there is a very simple answer to this but it has been driving me up the all.
Any script which does not contain 'routines' as TestComplete refers to them is completely ignored and I cannot use them at all.
As an example here is a very basic sub routine which should just work:
Sub Test2()
Log.message("Why can't I use this script?")
End Sub
Any script which does not contain 'routines' as TestComplete refers to them is completely ignored and I cannot use them at all.
As an example here is a very basic sub routine which should just work:
Sub Test2()
Log.message("Why can't I use this script?")
End Sub