Hey
@dubbySwords,
What version are you running?
I'm running v5.6.0 and i have multiple project, testsuite and testcase level projects running fine.
Could you plz provide screen grabs of your testcase level properties, your test step and the teststeps payload please? With those we should be able to spot the problem.
The syntax you provided looks fine too, '${#TestCase#CustomerProperty}'. Are you sure youve inserted both # symbols?
Reason i ask is that this used to catch me out. You can either use the 'scope' (or level) where you specify the level such as '${#TestCase#CustomerProperty}' i.e. using the 'scope' thing, youre specifying the "level" at which your properties are held relative to your current focus....so you specify '${#TestCase#CustomerProperty}' (so you include a # in front or 'TestCase') OR you can specify the object
name, e.g. testcase name such as '${CreateRecord#CustomerProperty}' and as you can see....you only include a single hash to separate object name and property name.
If i were you id focus on ensuring if using scope/level approach you include a # before specifying the level name or if using object name theres only one # needed.
Id also check your camel case is correct....i.e. TestCase rather than anything else.
The issue will probably be something like either of the two issues ive described above, but screenshots will help confirm what the issue is.
Ta
Rich
if this helped answer the post, could you please mark it as 'solved'? Also if you consider whether the title of your post is relevant? Perhaps if the post is solved, it might make sense to update the Subject header field of the post to something more descriptive? This will help people when searching for problems. Ta