I've simplified my actual JSON response from my traffic viewer to make this example easier. Let's say I want to add assertions to validate that the first number returned is 111 and the second number is 222 (they are strings). I added a JSON Assertor but the only element that shows up is "root", so I tried manually editing…
I am using an excel file as a data source in my test suite. Now, once the execution is over I want to update a particular column under the same excel file.
Hi Team, I came across a situation where i need to get data source current row number in xpath reg-ex. Let me know how to fetch it?? Thanks Udaya
I do not see Scenario as an option, where did it come from?Hi, I have a TestSuite that contains TestSuite's and Scenarios... my question is where the heck did the Scenario come from? I just noticed it... what is it? I don't see Scenario's in the SOATest Documentation... visually it appears to be the same thing as a…
I am storing the DB tool output to the XML data bank. In other test (where i am using Extension tool) i am trying to retrieve the value using the below code. but it's returning NULL. import com.parasost.api; public void getData(input,sc){ String value =sc.getValue("Custom column name"); Application.showMessage("The value…
Within a run of a test, is there a way to capture the current Environment that the test is being executed against? I know I can add a variable to each environment with it's name, but that is not ideal for our 40+ environments across multiple test suites. Looking for something like scriptingContext.getEnvironmentName or…
I have a scenario where i need to convert DB output to a Excel. I have tried out "write file" with the below details Target name : filename.xlsx Target Directory: path A xlsx file is created in the path, but i am unable to open it. It is showing file format is invalid or corrupted. Can some one help me on this
Hello Team, We are using event-driven microservice architecture model(Pub/Sub) for my project and planning to integrate Parasoft SOAtest and Virtualize. can you please help me on this integration. we are using RabbitMQ as message broker. Pls share if you have any link for reference
I would like to know whether my test is failed or passed through scripting (groovy). As on failure, I need to run some logics through scripting only.
I have declared some environment variables and trying to read them in the extension tool. When i am trying to execute throwing the below error. Error:No Signature of the method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.$() is applicable for argument types. Below is the code i have used. import com.parasoft.api,*;…
It looks like you're new here. Sign in or register to get started.