Closed mlipok closed 1 year ago
__UserAssing
Perhaps you meant __UserAssign
? 😆
Typo...
btw. I have already prepared additionall PR which will loop the selection and execution of the test file so that you can retry the tests without closing the active browser session
But it should be a separate PR as this is separate feature.
Pull request
Proposed changes
user using
UserTesting()
withUserTesting.au3
should have ability to set values for variables, this is limited asExecute()
have their specific usage, and given this particular need, one could even say that it is a limitation, which can be tested with this following snippet which shows that$b
is not set to 1 asExecute()
evaluates expression and return results from this evalutation.Checklist
Types of changes
What is the current behavior?
description in: https://github.com/Danp2/au3WebDriver/issues/461
What is the new behavior?
It is possible to use such
UserTesting.au3
:The main benefit of this modification is that you can test user code on the run without having to close
wd_demo.au3
and more importantly without having to close the compiled versionwd_demo.exe
, so you can test a given script modification without having to install the test environment for AutoIt+SciTE.Additional context
https://github.com/Danp2/au3WebDriver/issues/461
System under test
not related