-
Parameterizing an Excel Spreadsheet Data Source name
I want to parameterize the File Path of an ExcelSheet in DataSource. In Parasoft help option I found below options but in these options I didn't find the way to parameterize the name of .xls file. Can you please help me with it. Specify the path to the Excel file in the File Path field. You can use the following variables:…
-
Visual Studio 2015 Support
Visual Studio 2015 supportIs there any roadmap for supporting visual Studio 2015?
-
switch between endpoints
i have an Endpoint virtualized, but i would like to know if possible switch between endpoint virtualized and real through parasoft, could be with a different header
-
How to start scripting in soa tool
Can u pls help me with basics to start writing script in soa tool.how to get browser in script & how to pass paramter values
-
Some test scripts are being Skipped
I am trying to check out the scripts from SVN and run all the scripts from command line. But not all the scripts are running. Some scripts are skipped from the execution. I dont know why.. I didnt do any changes to the scripts or configuration. Anybody does know the reason why some scripts are being skipped???
-
How to programmatically deploy a stub
Hello, I have an SoaTest with a stub simulator that I should deploy on Soa Server each time I want to run the Test. So I want to know, is there any solution to automate the deployment of the stub on the Soa Server with a jython script or java class ? Thanks,
-
how to translate the windows python script to linux version
Hello Getting the import module error while i run the script in linux, below are the import statements from soaptest.api import * from com.parasoft.api import * from java.lang import * from java.text import * from java.util import * from java.io import * These works fine in windows, however in linux its failing:…
-
Custom Assertion in Jython
Hello, looking for a sample script that can read environment variable and compare it to the JSON response value. Also, please point me to the scripting documentation to use with SOATest, if any. Thanks!
-
Importing from DevTest
Is there a means of being able to import scripts from DevTest to SOAtest. Primarily looking to reuse scripts/migrate from DevTest 8.5.
-
Need to run the SOATest test scripts from Jenkins on Linux server
Can anyone help me to provide the code to run Parasoft SOATest test scripts from Jenkins where the Jenkins installed on Linux server
-
Compare a set of elements of the JSON response to the standard set of elements
I have a JSON reponse with 152 currency codes fields. I need to compare the whole set of currency codes in the response with the standard set of codes. The issue is the currency codes in the JSON response are dynamic and they do not have a order, if they would have I would have added a string comparison and mapped to my…
-
assertion
can someone tell how to validate(assertion of) the databanked value 0.28545 when we are getting .28545 in the response.
-
Setup problems
I have just started to test C++ coding standarts with using parasoft. When I open Hello World C++ project and try to test it, parasoft gives me setup problems. Hello World C++ project is a main example but this doesn't work correctly when I try to test this project. Error : C++test analysis errors in…
-
Rulewizard Help
I want to check if the first line in a file is a comment or something similar. Which node specifies the exact line number in parasoft rule wizard?. Line node's expression gives the number of occurrences is what I understand, Ex: $$>=3 means the node prior to line node has less or equal to three occurences I need to know…
-
SOATest Branching
How to branch SOAtest .tst files? I see we can convert this to xml but haven't see more threads on how folks use parasoft SOAtest in CI Automation implementation. SCM - Stash or gitHub
-
Error during parsing file
com.parasoft.xtest.standards.api.cpp.CppCodingStandardsFileChecker$CppCodingStandardsFailedException: Coding Standards checker: error during parsing file. at com.parasoft.xtest.standards.api.cpp.CppCodingStandardsFileChecker.runRules(CppCodingStandardsFileChecker.java:280) at…
-
CPPTEST_ACCESS_VIOLATION reported when test trys to read from data source
what could be the possible causes of this exception? the data source is there, column names are matching.
-
cross join on data sources
Hello, I get the fact that data sources operate based on row numbers but I would find it useful to define data on 2 data sources and operate on the cross join of them. For example Data source 1 A1 A2 A3 Data source 2 B1 B2 B3 I would like to operate on A1 B1 A1 B2 A1 B3 A2 B1 ... A3 B2 A3 B3 Is there any way to achieve…
-
How do I start up a headless Virtualize server?
Hey everyone! Often in organizations, users will want to be able to spread the work that they have done with others, allowing progress to be shared. Virtualize is no exception to this rule, as there will be many times across a team where users will want to be able to access the same virtual endpoint as opposed to the real…
-
How to run a test multiple times
How to run a test multiple times1. How to run a test multiple times? 2. I need to run two tests multiple times in a test suite, which has other tests as well. Other tests need to run only once. But the two tests alone has to run multiple ttimes. where do I configure?
-
To run a test multiple number of times depending on the count condition.
I have a scenario in which I have 3-4 tests.I have used a global variable "count" at scenario level and initially I have set its value as 1. From the SOAP Response of the test I get the exact value of count which I need to set, for Ex: count = 16. I have few more tests in the same scenario. Now I want to run the complete…
-
Iterate Test based on increment of Global Variable
How we can iterate a test once the value of global variable is getting changed.
-
.NET WCF SOAP Client FAQ
Windows Communication Foundation FAQCommon questions: 1.) What is a binding? In WCF, a binding describes the transport, security, and message encoding for a web service's endpoint. The SOAP Client needs to know the endpoint's binding in order to communicate with the endpoint. The SOAP Client can determine the endpoint's…
-
Blue screen occurring after Windows Creator update (Virtualize)
Be aware that several users are reporting issues when upgrading windows 10 with the "Creator update." These errors can take many forms but the most common of which is a blue screen. This seems to be an operating system issue that causes bad interactions with the underlying drivers. At this time the resolution is to roll…
-
Blue screen occurring after Windows Creator update (SOAtest)
Be aware that several users are reporting issues when upgrading windows 10 with the "Creator update." These errors can take many forms but the most common of which is a blue screen. This seems to be an operating system issue that causes bad interactions with the underlying drivers. At this time the resolution is to roll…
-
Reporting in parasoft
Is there a way I can have 2 reports generated in one run , I need one small report with passed failed count in the email attached from Jenkins and a details report which has all the details. I run the test through CLI command.
-
Command Line Script
I have a project that has 3 tests underneath it that I want to run using command line in a batch file. I want to run all three of the tests on one command line script. Do I run the command three times, one for each .tst file or can I run it at the project level? When I open the SOATest 9.10 GUI I am able to run it at…
-
SOAtest CLI command - unable to run the particular test
Command used "C:\Program Files\Parasoft\SOAtest\9.9\soatestcli.exe" -runtest "C:\Users\xxxx\parasoft\workspace\DailyRxxxx\abc.tst" -config "C:\Users\xxxx\parasoft\workspace\DailyRxxxx\Example Configuration.properties" Earlier the same command used to run properly but now I face issue and get below message INFO: Scope not…
-
Customize the HTML report
Is it possible to customize the HTML report generated after execute the scripts from command line? like change the heading of report (usually its displays as "FUNCTIONAL TESTS"), remove the task by author table. Can anyone provide me some solutions?
-
Adding message to the reports
For Failed test , context.report command is used to show the particular message . Is there a way to show the message for the success test as well . Can we show the application.showmessage on the report generated. Need to show the message added in extension tool for the passed script with success message and the custom…
-
how can I validate the field name? in parasoft SOA test
Hello, i want to add an assertion to check the field name is returned as per schema. para soft SOA test 9.9 e.g: "status" : { "serverStatusCode" : "401", "severity" : "ERROR", if I want to check field name "severity" is returned as expected. we have standard assertions to validate the field values , But to add check point…
-
message Proxie SSL
hi, I'm trying to create a message Proxis, the problem is that the server that I need to connect use an SSL certificate, so I'm trying to put in the section security, but the problem is that I have only the certFile (.cert) and keyFile (.PEM), how can i setup the keystore or the trustore for my proxy to have a…
-
How to Verify Date Time difference in Parasoft
I want to verify the difference between two dates in Parasoft. My responce looks like below: <TodaysDate>06/28/2017 14:02:06</TodaysDate><FutureDate>08/28/2017 16:18:55</FutureDate> Along with the Date in my response Time is also displayed but I want only the date Difference.
-
[WEBINAR] Introducing the new C/C++test Desktop (10.3.2) - what’s new and migration how-to
With the latest release of Parasoft’s suite of development testing tools, we’re introducing the C/C++test 10.x Desktop for C and C++ developers. The new desktop takes all the powerful test creation capabilities from the 9.x platform and combines it with the upgraded static analysis engine and advanced analytics of the new…
-
Retrieval date format
Is there a way to validate the retrieval date format: yyyy-MM-dd'T'HH:mm:ssZ – Ex. 2017-06-26T01:00:
-
How can I use an XPATH with a parameterized value in a rest call
I have a GET that stores values in a Datasource using an XML Databank I then want to extract a value from my next GET based on value in the Datasource. For example, say in the first GET, I store 2 for the number of widgets in the Datasource. Then the next GET has another XML Databank that extracts one part for each widget…
-
Can we make a DTP project "public" without having to manually add a team or individual user?
In our desired environment, anyone with an LDAP account should be allowed to view the reports in a DTP project. We understand that there may be some security implications with this approach, but we also do not want to manually upkeep custom team/LDAP groups anytime there is a new user.
-
I want to copy the logs from the browser and save it in a .txt file.
I am trying to save the logs content from the browser in a single variable but I am unable to do it as the logs content is very large and complete logs are not getting saved in a single variable. Can someone please help me over it. Thank you
-
How to read xml data from the server Logs present on central repository
The log files are generated on the central repository and we want to extract the relevant logs by differentiating it using the unique reference number. How can it be achieved, can anyone please help us over it.
-
Integrating Parasoft C++ test tool to ARM DS-5 Development Studio IDE..?
****Hi, I have integrated c++ test tool to DS-5 IDE by using parasoft plugins and Imported the ARM example project (startup_Cortex-A9_AC5) in parasoft c++ test tool. Later I run the static analysis, it works fine. Then Generated Test cases but while running the unit testing for generated test cases getting error message "…
-
Parasoft announces the release of C/C++test, Jtest, dotTEST 10.3.2 and Parasoft DTP 5.3.2
This release provides numerous enhancements to improve the efficiency of the SDLC by focusing on building a solid test pyramid, managing the risk of change, and reducing the burden of compliance. See some of the specifics of the new release below or read more about it on our blog. BUILDING A SOLID TEST PYRAMID: *…
-
Is there a way to get the URL to a published DTP report immediately after running cpptestcli?
We are looking to make this information easily available to the user either straight from a bench command-line execution or after a Jenkins run is complete (automated e-mail or similar messaging system). Currently, a user has to manually log into DTP and navigate to the reports themselves to view this report.
-
Moved: Is there a way to get the URL to a published DTP report immediately after running cpptestcli?
This discussion has been moved.
-
Is there a way to specify a default assignee of a DTP violation?
Currently, we noticed assignees are either: * the author of a source change (when connected to SCM) * the user who published the DTP report (when not connected to SCM) Is there a way that we can specify some other designated user as an assignee upon publishing a report to DTP?
-
Enable view traffic option in localsettings.properties file
Can anyone please tell me how to configure the view traffic option localsettings.properties file. I know how to do it in GUI. but i have to update in localsettings.properties when execute the script from command line. And also disable API coverage option.
-
Is there a way to add users to a team by associated e-mail address instead of login name?
Given that we cannot make a DTP project public to all users, we may have to consider an alternative approach like managing a user group that contains all users that we will have to manually upkeep whenever there is an addition/removal. In our current testing, we found the search functionality only works if you know parts…
-
Need Example and help to record soap with attachment
Hi Team, The Customer needs to virtualize a SOAP request with .png attachments. Content type is "application/xop+xml" and it’s returning few .png files. As of now when they record it, it’s taking those responses at not readable format so application is not able to decode it. I could see the Can we achieve the above…
-
DB tool with extension tool
I am very new to SoaTest and was having difficulty utilizing the extension tool with the DB tool. I was wanting to access the results of a db tool query within the extension tool but was having difficulty doing so. The input object just shows "text" where if i attach the extension tool to a soap response, I will recieve…
-
Extract data source value using javascript
I need to extract value of datasource column using Javascript and combine it with other values. I see some examples of Jython in the forum. Can't we achieve this using Javascript in SOATest?
-
How to install Virtualize Community Edition
Hi everyone, I am making this forum post to help out new users install Virtualize Community Edition on Windows, Linux, or Mac. Windows (UI installation): * After downloading the installer linked from the initial email, execute the exe by double-clicking on the .exe file. * Click run on the popup that appears. * Choose your…