Declare the variables in one unit do not show the methods and properties of variables in other unit.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020
02:11 PM
06-08-2020
02:11 PM
Declare the variables in one unit do not show the methods and properties of variables in other unit.
When we delcare the variables in one unit and want to use those variables in other units then Testcomplete do not show the properties and methods as part of code completion. We are using Java Script here .
Any idea ?
Thanks
Nishchal
Solved! Go to Solution.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2020
08:39 AM
06-09-2020
08:39 AM
Got the updates from support team . This is the limitation.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020
04:13 AM
06-11-2020
04:13 AM
Thanks for updating us here @nisgupta
I found your support case and here's what's suggested:
>>
Since name mapping is available to all scripting units in the project, it may be best to separately create the same variable in each unit its needed in.
<<
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020
06:06 AM
06-11-2020
06:06 AM
yeah . It is a limitation . if we define the variables in one unit. Then we cannot use variables in other unit with Methods and properties with autocomplete.
