How can one check what scripting language has been selected for a project in TC 12.42?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can one check what scripting language has been selected for a project in TC 12.42?
I'd like to know what scripting language was selected at project creation time.
This can be done by diving into the folders and seeing what's in [ProjectSuite]\[TestProject]\Script but surely that's not the way it should be done? I would expect to see this in Tools->Current Project Properties but it does'nt seem to b available there either.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are 2 ways how you can know the chosen language.
1. Select Project Name in the Project Explorer, then select menu item View | Select Panel, choose Properties. Properties panel will appear showing project's properties (including the language). By default this panel is hidden.
2. Double click any script unit and observe status line of TestComplete. It displays language there.
Gennadiy Alpaev
Software Testing Automation Tips - my new book
TestComplete Cookbook is published!
About Community Experts
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. That was very helpful.
