The most recent content from our members.
The following forum post goes into detail on creating scripts to better handle changing values during performance tests with multiple hits in parallel. We will do this with the use of Atomic variables and in the case of this forum post example, specifically AtomicLong. AtomicLongs and the other Atomic variables are part of…
I am unable to write a value generated from the data generator tool to a variable stored on the test suite level. What is the way of writing values to these variables? The documentation doesnt really specify how to do this. Additionally I am unsuccessful of generating values from a writable data source.
I want to set the IDE variables in SOAtest, for instance the project_loc variable. Where in SOAtest can I set these variables??
Hi, I have written a groovy script in which I am capturing a path which I want to get set in the data source, so that I can use that path dynamically in my write file.
package com.java;import com.parasoft.api.Application;import com.parasoft.api.ScriptingContext;import java.io.IOException;import java.util.ArrayList;import org.json.simple.JSONArray;import org.json.simple.JSONObject;//import org.openqa.selenium.firefox.FirefoxDriver;public class Test { public Object login(Object input,…
Here is a list of variables that can be used in the localsettings file for the session.tag parameter: A common use case for the env_var variables is when they are used to get the name of the solution to be used in the session.tag. Here is an example for the previous scenario in the localsettings.properties file:
It looks like you're new here. Sign in or register to get started.