how do i interact with aliases in C#
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019
02:15 PM
05-14-2019
02:15 PM
how do i interact with aliases in C#
I am working on a web project.
Aliases["browser"]["pageClientGroupWelcomePage"]["linkLaunchClientGroupApplication"]["Click"]();
how do I write C# code to access the aliases ? what namespaces do i need ?
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019
05:22 PM
05-14-2019
05:22 PM
There are many examples of this in the documentation.
The real question is WHY are you using C# script in TestComplete?
I definitely do not recommend it
If there is a reason you have to use C#Script please share here and I am happy to explain that there is never a good reason for using C#Script or C++Script in TestComplete
Cheers
Lino
The real question is WHY are you using C# script in TestComplete?
I definitely do not recommend it
If there is a reason you have to use C#Script please share here and I am happy to explain that there is never a good reason for using C#Script or C++Script in TestComplete
Cheers
Lino
