Maximum limit of projects in TC Project suite?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maximum limit of projects in TC Project suite?
Hi Guys,
I know silly question but still I wanted to know, Could you please help me to find out below details -
1- How many projects we can add under a Project Suite ?
2- How many TestScript unit or Keyword Test we can add in a project ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no hard limit, it depends on your computer hardware resources. Just use the common sense.
There are some common ways to improve performance, such as: disable Visualizer, disable unused plugins, reduce the number of log messages, optimize Name Mapping/Aliases, and so on. Check these links for more tips:
https://support.smartbear.com/testcomplete/docs/working-with/best-practices/tips.html
https://support.smartbear.com/testcomplete/docs/working-with/best-practices/performance-tips.html
Helen Kosova
SmartBear Documentation Team Lead
________________________
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
To my understanding, both numbers can be pretty high.
But you should consider that TestComplete loads all projects and script contents (along with information about objects in the tested application and som other things) into memory and performs a kind of 'precompilation' when opening test suite. So you may just got a high memory load (which may result in runtime slowness and low-memory-related problems) and high project open and test start time if you exceed some empirical limit specific to your given environment.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here I don't have any problem with the performance and all about the TC, We have already taking care of all those think,
it is just for curiosity. what is the limit of the project, script unit or keyword test we can add in TC. 🙂
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As stated, @Ravik, the only limitation is hardware, really... drive space, memory, and processor capacity. Generally, if a project seems to be suffering from performance, it's a good bet to split it out into multiple projects. I don't know if anyone has done any scope measurements to say, "Given X drive space and Y Memory and with Z Processor, this is how big a project can be." I can't see how such would help because 10 Keyword tests of 50 lines each might act differently than 50 keyword tests of 10 lines each. As mentioned... use common sense and tweak as necessary.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
BTW, something else to note... this is one reason why a data driven/table driven/keyword driven framework many times is a better solution. Because, rather than a project consisting of a number of test cases which is going to grow, a project can contain simply libraries of code that would parse external data to execute test cases. The project size is then no longer contingent on how many test cases you have (for that matter, you could TECHNICALLY drop down to, perhaps, one project per AUT) but simply on the amount of libraried code you have.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TestComplete specifications and limits - statistic table are available ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ravik wrote:
TestComplete specifications and limits - statistic table are available ?
See my reply above... no documented specifications concerning limits.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
