How many number of referenced suites can be added to a suite?

Posted 5 days ago by User14

Post a topic
Un Answered
u
User14

How many number of referenced suites can be added to a suite?

0 Votes


1 Comments

T

TheBugScout posted about 12 hours ago

In Alchemy, you can add as many referenced suites to your base suite as you like. However, you just need to avoid circular references. This means if Suite A references Suite B, then Suite B should not reference Suite A. In other words, a suite should not reference another suite that itself references the original suite. 


Avoiding this type of circular reference helps you to prevent:

  • Complexity: Makes suite dependencies easier to manage and understand.
  • Management Issues: Simplifies maintenance.
  • Execution Problems: Prevents issues like infinite loops or crashes.
  • Logical Confusion: Keeps the suite hierarchy clear.



Thanks!

0 Votes

Login or Sign up to post a comment

© Orasi Software, Inc. | All Rights Reserved.