I have some difficulties to evaluate variables either in property file or
jmeter test case. Can someone help me out?

In User.Properties file:

Num=1
Address=URL${num}.go.com

Jmeter is uanble to evaluate {num} here and complaines URL${num}.go.com is
bad

--------------------
In test plan (User Defined Variables):

Variable: FileName   Value: ${__P(sFileName,test.cvs)}
variable: FullPath   Value: ${__P(sFullPath,c:\${FileName})}

error message: unable to find file "C:\${FileName}"

Then I use V function like this:   ${__P(sFullPath,${__V(c:\${FileName})})}
error message: cannot save it. Please see log file.

Any suggestions? Thanks a lot!
-- 
View this message in context: 
http://www.nabble.com/evaluate-variables-tp24593394p24593394.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to