-
How to specify a DataSource Via Linux
I Created a DS in windows and the path (not relative) is to a local file(s) on the same machine.(attachment) We would like to define the path via the command line in linux to the files. The path of the files(s) on the Linux is located here /root/BenchScripts (Not C:....). Do we have to open up the gui on linux to browse to…
-
Close File Picker Dialog
Dear Support team, In web scenario after upload a file, File Picker Dialog not closed automatically and I need do "Keypress" action with "Escape" key, Unfortunately SOATest 9.10 doesn't have "Keypress" action (only have "keyup" and "keydown"). Pease share a solution for this issue. Also I tried "keyup" and "keydown"…
-
SOATest 9.10 doesn't support Firefox in web automation?
Dear Support Team, Why soatest 9.10 doesn't support firefox in web scenario? please refer below images, I can not find firefox option between chrome and IE, also I check "preferences->parasoft->browser" but I can not see firefox in Recording dialog.
-
SOA Test iteration through testcase
I am using a datasource which has multiple test cases. The test scenario though need to iterate per test case and stopped and it reached a certain response flag. Is there a way to iterate through one test cases (iterate until it reached the response flag) and moved on the next test case. What I am doing currently doesn't…
-
Violation Report
Hello every one, i need one help while generating the report for static analysis. i ran the static analysis with MISRA C 2012 safety standard compliance rule :-it reported 2025 violation. while i have imported the .BDF file of same source code then i ran the static analysis then it reported 2030 violation. i checked both…
-
DataSource Path is removing test_suite_loc variable after the restart
Hi Team, We are having practice of using ${test_suite_loc} variable instead of ${project_loc:project_name} for CTP purpose. After restarting the workspace we are loosing the ${test_suite_loc} variable, when its attached with other environment variable shown in below screen shot. Not sure why its getting missed!!
-
Adding Global Property at tst level issue
Hi Team, We are using a test suite where we need update 1000 soap client test case to use shared soap header properties. Updated the property to 'User Shared Property Only' and clicked on 'Add property to all Tests' is not updating all headers. Its not adding to all the rest client test that we have it in that test suite…
-
SOAtest run as a project or tst file
Is there a way for Soa test to determine whether you are running it as a project folder that includes all. .tst file or a single .tst file. The reason for asking this is that I would like to set a common value that will exist on all .tst file if it’s run as on project folder and a different value set when it run on a .tst…
-
SOATest-How to loop the test cases
I have a request with no of fields to be parameterized. One of the field, needs to get data from Data generator tool with some format that I configured as Step1. In step2, Remaining fields need to be parameterized with data from Excel as well as data from Data generator tool(step1). Actual: When I run step1 and step2…
-
Clear Cookie
Dear Support Team, I want to know how can I clear (delete) all cookies in SOATest 9.10 in web scenario, unfortunately I can't access to document. please refer to following image.
-
Hey do anyone has latest parasoft SOA test user gude
I need to learn more on Soa test so do any trial version or user guide is available ? It would be grt if someone can share that information.
-
IDE License Release
We noticed that when we deactivated the license from within the Eclipse IDE plugin for C/C++test, the license is not released on DTP. It appears to hold onto that session for about 10 more minutes or so, before it is released. Is that the expected behavior? If another user were to come in and that deactivated license was…
-
Adding additional responses to 'Fixed Message' responder from a new traffic file
Hello, I have a 'Fixed Message' responder which was created from traffic file. It has got multiple responses in it. Now I received another traffic file for the same service. I need to add these additional responses to my existing 'Fixed Message' responder. I'm able to create a new responder, but not able to find a way to…
-
How to upload new Test config properties files to DTP 5.4 server ?
Hi, using DTP 5.4 doTtest 10.4 c++Test 10.4. How to upload new Test config properties files to DTP 5.4 server ? Is it related to license ? Thanks Eldad
-
Run soatest from different user account
I would like to run soatest gui under a different account than my windows account. Is this possible? thx
-
.bdf file creation.
how to create bdf file in parasoft c/c++ test 10.4. i am not able to understand also i refer the user guide. so anyone please help me on the same with example. i had run the following command but i am getting error. [princekumar@localhost src]$ cpptesttrace…
-
Accessing Environment variables
Hi all, I am facing issue with accessing the variables defined in Environments. Hard coded values are working as expected but when parameterised from Environment files, it throws error as unable to fetch values. Scenario: I am having a scenario where I need to pass the wsdl and endpoint URL to the test. The value is…
-
Ruining c++ from Eclipse - /usr/include/c++/5.4/string:38:28: fatal error: bits/c++config.h: No such
Hi, I created a simple C++ Hello world project under eclipse on Ubuntu 16. I run Parasoft from the GUI. Where should I update the path for parasoft ? Thanks
-
Parasoft DTP Engine Compatibility
Does the Parasoft DTP Engine (version 10.3.0) work with DTP (version 5.4.1)? We are looking to upgrade to the latest Parasoft DTP version, but want to make sure we have all items accounted for.
-
Remove out-of-scope Run Configurations from DTP database
What is the proper way of cleaning out the DTP's DB (5.3.3 in this case) from any old and no-longer referenced "Run Configurations"?
-
CTP and SOATest compatibility
Hi, I'm using SOATest version 9.10.5. I wanted to place my .tst files in CTP. But I'm getting error. And this error is occurring when I'm trying to place suite designed with 9.10.5 version. Able to upload other suites into CTP. By any chance it might a compatibility issue between CTP and SOATest(9.10.5)
-
Gather the errors on report within SOAtest
Other than browsing to the report XML file after all the tests are run, is there another way where i can save off the value that does not pass assertion? Maybe one instance is to save it in a writable DS to be used later. My use case would be to send the those values via XML message to a stored procedure. thx
-
How to test multiple classes within a project?
I am testing a project that contains multiple classes. I have generated a stub file for the project to cover all calls to methods in other projects and I have generated stub files for each class where necessary to cover calls to other public class methods within the project. When testing the project, this approach does not…
-
Fetch data from a specific row in excel based on a value
I would like to fetch a row value from excel sheet (data source). Need to fetch one row value and use it to assert the response. Scenario: Create a data source of Excel type. Associate a file to it . The excel file has 30 rows(for eg). I need to fetch the row data corresponding tp one key value. Eg. I have an excel sheet…
-
Perform Arithmetic and Logical assertions on two writeables/tables
I have to implement the below scenario: I have to compare the DB values from 2 different tables and perform logical and arithmetic operations on them. Steps implemented: * Create a new test suite * Create a DB tool and query to fetch data (multiple columns) from a table 1. I need to save the run time values. I created a…
-
How to convert databank text string to JSONObject?
I am extracting a json response to dataBank variable and assigning to extension tool. On top of the extension tool adding json databank. Getting error as invalid json. is there any option like Transformer for json, like we have XMLTransformer for XML?
-
Code coverage analysis in Insure++
Hi all, From what I read online, Insure++ is able to provide the code coverage analysis of the code by using the TCA View, but how do I generate the tca.log file?
-
RESET Writable datasource
Is there a way to reset the writable datasource through scripting.
-
output logs
Can I pass the value of the variable name to the output stream for logging. Please see attached.
-
correlate between SOA request datasource with Virtualize
I am new to virtualize and trying to think if this is possible. Here's my scenario. SOA Request (utilizing datasource) --> send to a blackbox. --> the black box will send it to virtualize where we will validate the request and validate the fields from the datasource being utilize by SOA Request. If this is possible, how do…
-
Skipping test case or dbtool
I got a scenario where there’s a chain of 3 test. First 2 are payload and the last is a dbtool call. Based on the reponse of the first test. I will either run the remaining two test or skipped them entirely. My question is how can I skip those remaining two test case.
-
Skipping test case or dbtool
I got a scenario where there’s a chain of 3 test. First 2 are payload and the last is a dbtool call. Based on the reponse of the first test. I will either run the remaining two test or skipped them entirely. My question is how can I skip those remaining two test case.
-
How to show API Coverage in CTP's HTML Report with SOAtest WAR Deployment
At the time of writing this post, I'm using CTP 3.1.2. If you would like the HTML Report displayed by CTP to show API Coverage and you are using the SOAtest/Virtualize WAR deployment, you can do this as so: * Navigate to [WAR deployment's installation directory]/WEB-INF/configs/builtin * Edit the 'Run Automated Server…
-
Store multiple test Result into a same writable.
I would like to use a writable to fetch values from different tests and write into a same writable. Existing writable settings work fine for fetching multiple data from the same test. Expected scenario to replicate : * Create a writeable A at the test suite level * Create a new Test 1 by clicking on Add New – Test . I…
-
SOAtest (9.10.6) web tests Dynamics CRM (MS) very slow
Hi there, We are trying to capture some (browser/gui) regression tests in SOAtest 9.10.6 based on a Microsoft Dynamics CRM web application. The problem is, playback is very VERY slow... anyone having similar experiences? I've tried removing Wait Conditions, nothing improves. I've updated Chrome to version 70, nothing…
-
Integrating SOATestcli with Jenkins
INVOKING SOATESTCLI THROUGH JENKINS Navigate to the Jenkins Dashboard and create a New Item to create your automated test case. Once named and created click the drop-down near the Name of your test Item. Next Add a new "Execute Windows batch command" Build Step Input your SOAtestcli commands: Here is an example CLI…
-
Execute SOATEST from Rest API thru Eclipse
I downloaded Maven startup project from localhost/soavirt/api location for Soatest V3 When I try to generate sources as mentioned in Readme.text, I'm getting error for dependencies related to V5 import com.parasoft.api.v5.* import com.parasoft.api.v5.status.messages.StatusResponse; import…
-
datasource
I want to access method globally. However, I have different payloads with different datasource. Is there a way to determine the datasource of the payload that it needs to access from the method call.
-
scripting groovy TestSuite Variable REST
I do this in all my SOAP messages to store TestSuite Variable and it works perfectly. However, when I apply the same logic to REST. It doesn't work. myTransactionId ='1234' suite = context.getParentContext().getParentContext(); TS_Var = "uniqueId" myVar = suite.get(TS_Var); suite.put(TS_Var, myTransactionId ) I notice that…
-
Suggestions for how to assert test with embedded json in xml response
I running tests on a service that return an xml response, but some of the information is in a json format. I need to validate the json part of the test, and I don't know if there is a way of doing this without custom assertions. Has anyone done something like this before? I need to assert for instance, that the count of…
-
import dotnet functions into SOATest
How can we import dot net functions into SOATest?
-
Date Math Tool is not getting enable
Hi Team, I am trying to use the Date Math tool for our test purpose. which is not getting enabled whatever the values that we feed. Please share the example of input that we need to enter in the tool. Regards Udaya
-
Scheduling .tst file in local
Hi, Is there any way to schedule a .tst file to run for regular intervals in local ?
-
Received fata alert: handshake_failure
while running soatest and executing any webservices Test cases its throwing "Received fata alert: handshake_failure", could anyone please suggest how to resolve this issue?
-
Data Drive SOAP Requests as one Message
I would like to data drive my soap request message. For Instance if I have DS (excel, csv, etc) that contains Item Numbers (item1, item2, etc), i want to have each one set in the soap request xml and sent over as one message instead of for each item. What is the best way to do this? Attached is the repeating part of my…
-
Date format type is getting changed in Mongo Query DBTool
Hi Team, We have date saved in MongoDB as ISODate as shown below. "OrderCreatedTime" : ISODate("2018-11-27T13:22:38.792+0000"), But Mongo is giving as long numbers "OrderCreatedTime":1205914730149 Could u please check it. We are not sure why its getting changed in MongoQueryDBTool. Regards Udaya
-
globally update a specific element with the script on all payloads
I got an element called amount. I created a script for it. My question, rather than going through each and every payload to update the amount field with the script. Is there a better way to globally update the amount field with the script on all my payloads.
-
CPPTESTCLI - Is there support for IAR project under Windows ?
Hi, IAR project under Windows , Is there support for cpptestcli command line for IAR ? Thanks
-
OutOfMemoryError : How to increase the memory for C/C++test Standard
If you see an OutOfMemoryError in the cpptest.log, you might need to increase the max heap memory for the analysis: install_dir/etc/cpptestcli.jvm In this example we suggest doubling the size of the heap.
-
Running Insure++ on command line
Hi all, I am rather new to insure++ and will like to check whether is it possible to run insure++ on a visual studio solution through the command line? If yes how should I go about doing it? Because now I am only aware of using the IDEs to run the insure++ test