InterviewSolution
| 1. |
What Are Chained Projects? |
|
Answer» A project can specify a plan as Pass or FAIL CHAIN. When a project is called in such a way, it runs in its environment. Additionally, it has access to the variables from the CALLING project. The variables are then copied using the prefix BF_CALLER_. Example: the variable BF_NAME in the calling project is AVAILABLE as BF_CALLER_BF_NAME in the called project. A project can specify a plan as Pass or Fail Chain. When a project is called in such a way, it runs in its environment. Additionally, it has access to the variables from the calling project. The variables are then copied using the prefix BF_CALLER_. Example: the variable BF_NAME in the calling project is available as BF_CALLER_BF_NAME in the called project. |
|