On 10/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello Community, > > New week, new problem. > > I want to use a JMeter property File in my BeanShell (PreProcessor, > PostProcessor,
There is no such thing as a JMeter property file per se. There are JMeter properties, which are set from existing System properties + jmeter.properties + user.properties JMeter also reads sytem.properties and adds the contents as System properties. > etc.). Can anyone tell how I can use variables and methods and have the > opportunity to recieve response from any Property-File. > What are you trying to do? You can use normal Java code to read/write property files in BeanShell. See the Java and Beanshell docs. > I appreciate your support. Thank you very much. > > Seb > > -- > Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten > Browser-Versionen downloaden: http://www.gmx.net/de/go/browser > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

