-
Soavirt Server License Question
I am using the "Server License" version running in a cloud environment. Currently I am using a license token (server, which is correct) but I am also using a regular soatest license also. That does not seem right to me. Could it be on selecting the "Edition" to "custom" and only choose server API enabled?
-
Email content validation with another content
Could you please share the logic to compare the content of email like boy sub date etc to other page .... Is it possible though soa tool?
-
SOATest using Mulit-Factor Authenication
Can SOATest support this? Has anyone done this with SOATest before?
-
Write Header element to CSV file
Hi all, There are alot of post on creating CSV and passing element from body to CSV using xml transformer. However i am looking for a way to sent the 2 element in the HEADER session on to CSV file. I have yet to see any information regarding that. Please take note its 2 selected element in the message header, not the whole…
-
Encode / Decode base64 with javascript?
Hi, I need to decode base64 encoded output of a rest service and compare the decoded result with a value from a database, but I don't know how. I understood that it is possible to decode with javascript, but how can this be done? This is the scenario: * JSON call to a REST service returns a encoded value. * I saved this…
-
test name parameterization
I have one payload with different vallues and headers. I created data source and added headers and values and also added column Test name. is there any ways to parameterize each test name so that test picks only headers and other values related to its name?
-
Property file setting questions
If I use the soatest.license.autoconf.timeout=[seconds] property and set it to 90 seconds, will soatest keep polling until license is free for 90 seconds or will it wait 90 seconds to poll. Same question for this property soatest.wait.for.tokens.time=[time in minutes] If I set this to 20 minutes will soatest only try once…
-
set or change boolean values in script
I have the following scripts that simply flips the value of a boolean, but when I try to set the value to a testsuite variable, I get a compile error as a string cannot be set to a boolean although the variable is defined as a boolean. Any help on my mistake(s) or work arounds would be greatly appreciated. Variable…
-
<HOW TO> Test Execution Time in Report
Hi, Can someone please help me know if we can add "Total Test Execution Time" in Report and how to do that ? Thanks in advance.
-
Error Message: Connection reset
when i run a POST call in SOATest, i get **"Error Message: Connection reset" ** same request will work in postman. so i am using same info i am using in postman.
-
ANT Soatest default path
Hi, I am still working on a fix for a project .We use ANT scripting to start Soatest. Jenkins is used to start the run. The testcase can be found and is started. After that the first thing it needs to do is look up for a WSDL that is located in the basedir. The WSDL can't be found. After adding de workspace_Loc global, i…
-
Warning Message : No test resource appears to be selected.
When i try to run test case for DB Connection (Oracle). I get warning message "No test resource appears to be selected. Do you want to use resource from the last test run?" when select "Yes" in warning window, it runs last test run. BUT does not execute DB Connection test case.
-
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
after entering all the info (Host/Port/DB SID/ Usr/ PWd) , i am entering query in query field. Then when i click on "Show Columns" button, i see : Parameters of connection are invalid. Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
-
Problem in downloading egit updates plugins
Trying to download the egit plugins for parasoft using link "http://download.eclipse.org/egit/updates". After selecting the options "Git Integration for Eclipse" and "Java implementation of Git", getting following errors in attached snapshots.Please help how to proceed further.
-
Need unique object properties of Parasoft SOA Test
Hi, For our project we are trying to automate Parasoft SOA test execution by using an automation tool. Automation tool could not identifiy objects in Parasoft SOA test. To overcome these object identification issues, we need unique object properties of Import .tst button and Treeview area under Navigator. Kindly share the…
-
Opening a datasource file
Hi there, When I add a datasource as a CVS datasource and open the data file, it by defaults opens in Excel. Is there an IDE setting that I need to update or change in order to get it open in Notepad++ instead of Excel? Thanks
-
Prevent Test step if running in CTP
Unsure if this best fits under SOATest or CTP, but here it goes. We have some test which hit endpoints that are behind a different DMZ, which the CTP server is not a part of. I was wondering if there was a way, to set a test suite variable or such, to capture the IP, ServerName, or ... that can be used to distinguish a…
-
javax/jms/JMSContext failure
Hi All, i am configuring a Windows 10 environment with Soatest 9.9.5 in this VM. Some software have been upgraded we use the EMS 8.5 from Tibco, but i can't connect to the EMS anymore with the following ERROR. Error Message: java.lang.NoClassDefFoundError: javax/jms/JMSContext class was not found, please make sure the…
-
SOAtest Work with local files
Hi, What is the best way to handle local files on the windows file system where SOAtest runs. I would like to clean out some local directories before executing my test. I know SOAtest has plenty of tools for writing to local files and also on a remote (unix) machine. I tried however to use a "!rm ."command (local shell) on…
-
DB Tool Issue
I am using DB tool to retrieve data from SQL Server. In DB the value is 0.0000003 but while returning in soatest it shows as below 3.00000E-7 Not sure about the conversion.Could you pls check and confirm.
-
Creating JMS request using Parasoft Rest APIs
We are trying create a MQ client request using transport as JMS. Transport transport = new Transport(); transport.setType(TransportType.JMS); But unable to figure out next steps on mapping of the queue details configurations which includes SSL set up and queue names. For establishing the MQ connection.
-
SoaTest support of WebSockets
Does SoaTest support websockets? I tried to implement the following to start a bash session through a websocket, but could not seem to get it to work. Before I beat my head against a wall while I continue trying, I thought it would be prudent to verify if websockets are truly supported.…
-
WebTest: how to close browser window?
I am using WebTest in SOAtest 6.1. I am running multiple test suites at one time and every time one suite is finished, I like to close the IE or Firefox browser completely before the next suite starts. How can I do that? Do I need to write a script to complete this task? Thanks.
-
Assertion depending on Datasource's value
Hi Team, I have added two value assertion for my test case.But I need to validate those assertion depending in the value present in my DataSource's column. eg : I have a column name SCOPE and has value IN-SCOPE and OUT-SCOPE .So if the value is IN-SCOPE I will have to use a particular assertion and if I have value for…
-
Query related to concatenating a data bank value and text data bank value and passing it as a Url
My test structure is like that Test1- Rest api call with few query parameter.One query parameter contains a Url. I have collected all the values of query parameters in Rest Url Data bank Test2- Rest api call and response is a session key in text string format, which I have collected in text data bank Test3 - Rest api call…
-
Column Name in CSV file while writing from XML Databank
Hi Team, I am trying to write the extracted element to a CSV file using python code.Is there any way I could achieve a scenario where the Column name is only written once. eg: I have extracted BillingAccountNumber using xml databank and I need to store in a CSV file.So I have given the Column name as BAN and written the…
-
Virtualize Enable SSL Proxy
I developed an Android app that connects to a node.js server in the cloud, I've generated a self signed certificate and I have already tested the SSL connection between the app and the server, it works perfectly. Now I'd like to deploy a Virtualize proxy between them, I generated a keystore.p12 from my private key and…
-
Can not see or create Test Suite or .tst file in Test Case Explorer
My Parasoft version is below, installed on Window10 machine After I create a project, I am unable to find Add New-->Test(.tst) File option by right clicking the project. I can create .tst through File->New->Test(.tst) File though. but after create an empty .tst file ( For example, test2.tst) , I can only see .tst in the…
-
Get Current time in Milliseconds
I am trying to generate a timestamp of the current time but in milliseconds. Is there a scripting option to do this, perhaps Extension tool, or is it possible to generate it via the Data Generator Tool?
-
How can I reuse or apply some test to all my scenarios
Hi, I have 3 tests to post on Rally the results but I want to avoid copying the same tests over and over to all my scenarios or test suites. The only thing that changes in those tests on each test suit is the TC ID of Rally
-
Where can i see the result of Groovy script in Parasoft SoaTest after evaluation
Hi, I am new to parasoft tool and was trying out some scripting. i want to know where can i see the result of groovy script in parasoft soa tool
-
Environment variable in Database Data Source SQL query
Hi, I would like to know if an environment variable can actually be used in Database Data Source SQL query.I tried the below options & they did not seem to work. Any help would really be appreciated. I have a bunch of tests written already using the database data source already & I I would like to know if it is possible to…
-
Sftp connect through soa tool
I am not able to connect sftp through soa tool..I am getting error auth fail.currently i am using ftp client to connect sftp..is there any other way to connect sftp...
-
.parasoft file corrupt
Hi. is it possible to regenerate a .parasoft file? Our got corrupted by some SVN commits that are conflicted.
-
"Warning: A test is currently running" pops up even when no test is running
Hello, When I'm executing a tst, sometimes my SOAtest runs out of heap space. This causes the test execution to hang, so what I normally do is click on the red stop icon to stop the execution. Then I click on the garbage can icon to release some memory, and try to execute the same tst (see screenshot below). But when I try…
-
Share datasource across referenced test cases
While I can run individual tsts on their own, when I link them as referenced test cases, the datasource from the original tst is used. Is it possible to set the datasource for a referenced tst to that of the current tst, so only one update is needed when changing row references similar to how environments work with…
-
SOAtest and Virtualize 9.10.8 are now available
The latest releases of Parasoft SOAtest, Virtualize, and CTP are out! There's a bunch of new features including: Test impact analysis for API testing * You can now leverage test impact analysis (TIA) functionality for API tests in SOAtest. Designed for use in your automated test execution environment, TIA analyzes the…
-
Is there support for sending .xlsm files using the REST client?
Hello, I'm trying to test against a service that expects a file in the request. The file's extension is .xlsm. The REST client didn't seem to be able to send a file with that extension. I was able to send other files (e.g. .txt, .xls, .xlsx) without a problem. So I added the following content-type in…
-
Kubernetes / Kubectl support
For the proxy setups in parasoft, is there a integration with kubernetes at all? In a dev environment, we use a lot of localhost connections through Kubernetes/Bastion/Olympus. Is it possible to setup these local host connection port forwards, in a PVA and use them in CTP jobs as well? Sample Kubernetes call to port…
-
Coding Concrete/Collection Type Schemas for JSON Payloads
When I import my YAML, I can see the Concrete/Collection Schema Types, but I am unable to create these manually, at least that I have seen. Is this even possible? Is this ability even supported by Parasoft as I could find no documentation on this feature. By ability, I am referring to the ability to not only setup, but to…
-
Does SOAtest & Virtualize support Java 9 or higher?
Hello, I was looking at the documentation for the tools, and I saw that only Java 8 is supported. However, when I was looking over the documentation for deploying SOAtest and/or Virtualize servers using the WAR file, it says that Java 8 or higher is supported. I just wanted to confirm if this is an inconsistency in the…
-
Debugging Scripts in Jython
From an existing customer, but I figure I would post here: Can you recommend how we debug Jython scripts, which we’re planning to use within SOAVRT as “shared” scripts we can distribute to teams? Should we need use Eclipse and PyDev?
-
Test Flow Logic based on previous step or data source value rather than test suite variable
Is it possible to base test flow logic (variable condition) based on a datasource row of the current runs value or a databank value pulled from a previous test step?
-
Is it possible to condition headers in a request?
I would like to be able to include a header if a field is set to a certain value. I cannot include the header with an empty value, so the inclusion has to be all or nothing. Possibly two different test steps, one which includes the header and one which does not, but is that the easiest/best solution?
-
How to get the timestamp from the xml data bank using jython script ?
Scenario 1: login request - response of login request adds to the xml databank I need to get the timestamp and session id from the xml databank and append the values while running the txn request (Scenario 2). Can you please provide me the input or sample script to get these info and update it before executing the next…
-
Is there away to verify in a request header that weather http or https was sent
I am looking to create some logs based on the actual traffic, and was wondering if there was a way to determine if a request was sent using http or https, within a script. I know I can pull the initial url, but I was looking for more of a header option, internal value like input.get("Request HTTP Headers"), or such.
-
Customer Webinar: Introducing Parasoft Selenic – Making Selenium Smarter
Are you using Selenium to test your UIs? Parasoft just released a new product, Parasoft Selenic, addressing the common UI testing challenges of maintainability, stability, and long execution times. We will be hosting a customer webinar Oct 22, 2019 10:00 AM PST to discuss how our powerful new technology can empower your…
-
GitLab Integration
Hi, I have runner installed on my VM and registered. But, I'm getting the following error: ERROR: Preparation failed: ssh: unsupported key type "OPENSSH PRIVATE KEY" My .toml: [session_server] session_timeout = 1800 [[runners]] name = "testing em api" url = "https://gitlab.com/" token = "TOKEN" executor = "ssh"…
-
Assertion to be added to check a value present in one of the two xpaths
Hi All, If I want to add an assertion for a value but it can be present in one of the two xpaths of the response so I was thinking of adding OR assertion of the Compound assertion but it is getting failed. eg : I want to fetch an amount and the value can be either in buyer tag or seller tag.So I have added value assertion…
-
Report to capture response data
Hi Team, can we capture a datasource's value and the value which we validated using assertion and store those values in our report.How to achieve that ? Can we achieve using XSL Custom report or we need to write any code in extension tool? Kindly help!