Rakeshyadav09
6 years agoOccasional Contributor
Using Call before the action
What is the difference between:
(1) Call Aliases.Test.Createbutton.Click
and
(2) Aliases.Test.Createbutton.Click
Both the lines of code works for me, then what is the use of Call?
- 6 years ago
This is a VB thing... using Call. This is not unique to TestComplete. There are rules and specifications of when to use Call. Here's the most concise thing I've found.
https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference//statements/call-statement