Include dynamic paths in FitNesse -


is there way include dynamic paths in fitnesse ?

assuming have following structure

credentials   - local     - customer     - admin   - staging     - customer     - admin testlogin + 

in testlogin page like

!define platform (local) !include .credentials.${platform}.customer ....  test tables 

i've (unsuccessfully) tried defining path:

!define path (.credentials.${platform}.customer) !include ${path} 

edit accepted answer, strictly speaking, doesn't answer question (seems it's not possible) provides alternative.

could trying achieve like: example of why 1 want symbolic links in user guide?

would acceptable switch 'axes' of reuse (i.e. create single suite containing testlogin , use symbolic link include in hierarchy each environment each hierarchy defines variables (used in testlogin) specific environment)?


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -