-
Static analysis - custom rule for ascii characters >127
Hi, I have to create a custom rule that checks that ascii characters > 127 are not present. I have some issues doing it. Can someone help me? The rule is: "Define identifiers shall be as following: < DEFINE_NAME > = D _ < USER_NAME > Where: < USER_NAME > length is at most 12 characters and not composed by ascii characters…
-
Handling preflight requests in TIBCO BW
How might we deal with preflight asks for in TIBCO BW. I have a web application which is sending AJAX ask for to my BW benefit. In the program I can see before it really sends the information it sends a demand of sort "Choices" and recovers a 200 status, yet the bizarre thing would i say i is don't perceive any procedure…
-
GCC 7.x Support?
I see from documentation that C/C++test supports GNU GCC up through version 6.x. Do you know when C/C++test will have GCC 7.x support?
-
Query on data driven approach for web functional test cases
Hi All, I am new to Parasoft web tool . I have created web functional test case with below data source. And I have created below two test cases 1. To launch browser with navigate URL from data source * To type text into search field using Xpath and Value from data source While executing test cases, browser automatically…
-
How to generate a API Response from respective request API in .Net?
Dear Team, I need to pass the API request(XML, object, json etc) of the T24 wsdl and on consuming the same in .Net using c#, I want to get the response as needed for the request XML or so we passed. I want to integrate this into our c# application and get the response XML as required from the tool for the respective…
-
Is it possible to create reusable functional modules in Parasoft web test?
Is it possible to create reusable functional modules , similar to creating functions in Java, e.g. Login module, Registration module, etc so that they can be consumed while creating test suites ?
-
TestSuite Setup Options issue
Hi Team, We have requirement where we need "Run all subgroups as part of this group", inside that "Run as group". But any nested test suite that has "Run all subgroups as part of this group" as default selection. Why do we have this setup? What we had earlier is "Run as group", which was working fine. Which has shown in…
-
Test Config Rename: Invalid file extensions being added
Hello, I am in a developer situation where I am implementing most of my unit tests via the command line tools while still using the IDE once in a while to use the eclipse-specific-features. I am finding that when I open up the IDE after a while, my imported test configurations get renamed from XXX.properties to…
-
Set TestFlow Logic in "SOAtest-Cucumber Integration"
Hi Team, I'm able to implement "SOAtest-Cucumber Integration" while getting issues when I set some test flow logic in soatest but same doesn't get replicated once it's deployed to Soatest-server for testing. Is there any way like, I can put if else logic in step_defintion.json to run certain tests depend on scenario…
-
How to do Load test for end to end flow of API!? Need help
Hi all I created .Tst project in soa test for rest services which include 10 steps deepening on each other. I used cl flow logic so if 8 execute first test case and it's passed then second will execute.. Ande rest all steps. Now I want to put load testing on this .Tst. Ford there same i imported this .Tst in soa load and…
-
How set parameter vaules of a stub depend on test case
In my project I've a stub of a fread -function (ANSI C file raed). CppTest_Stub_fread (void * _MT_var52, size_t _MT_var53, size_t _MT_var54, FILE * _MT_var55); //stub declaration How to set the out put paramer _MT_var52 from the testcase body? CPPTEST_ON_CALL("foo")->Arg("__return").Assign()->Int(5);…
-
Error Precompiling File
Hi, I have a Eclipse C++ generated project which I want to use Parasoft C++ test to perform unit testing. However, I have linkage problem as C++ test is unable to find my files. If I go into my project's debug folder and run it builds perfectly with no linkage problems. so how do I set the paths/symbols to my references?…
-
Connect parasoft soa to HP ALM
My requirement is how i will login or connect hp alm tool from parasoft soa test. Any jython script availible to login hp alm tool for desired project.
-
Integrate JIRA with Parasoft SOA test.
Hello, Currently our team is working on API Testing using Parasoft SOATest. We execute all the test cases and track the results for each test cases using ALM(VAPI scripts). Now the management has asked us to move from ALM to JIRA. Please help me to understand the steps to do it if you have done this before. Thank You!
-
Can I use any other xpath functions other than "local-name" and "text" in Request Body corelation?
-
SoaTest supports Xpath 3.0?
Does SoaTest supports Xpath 3.0? I could see some xpath functions not accessible: op:date-greater-than($arg1 as xs:date, $arg2 as xs:date) as xs:boolean op:subtract-dates($arg1 as xs:date, $arg2 as xs:date) as xs:dayTimeDuration
-
parasoft soa
We have around 100 services in soa and we are regularly running service manually.is there any way we can automate and it ll give us the result in UI or tool for same. please suggest me:
-
Mongo DB connection is not working with LDAP creds
Hi Team, We migrated to LDAP creds to connect mongo, After the migration mongo connection is getting failure. is there anything known issue in connecting mongo with LDAPcreds? Regards Udaya
-
Do not use GCC-4.9 with Insure++
Insure++ needs to take the address of entities in order to track them. But, references cannot have their address taken, so Insure++ creates a shadow pointer variable pointing to the thing that is being referenced. It then does a normal pointer check against this shadow pointer. When using GCC-4.9, there is a known issue…
-
Parasoft announces the release of Jtest 10.4 Milestone 1Build
Our development team has been grinding away, adding many new features and enhancements to Parasoft Jtest. And since we know you can't wait for the official release, we are announcing a Jtest 10.4 Milestone 1 build, that you can download today, from our customer portal. In this milestone build, we have focused our efforts…
-
Cannot See Insure++ in VS as Non-Admin
For users who wish to install Insure++ versions 7.4.9 and below as Administrator, and users (without administrator rights) to use Insure++, please follow steps carefully to register Insure++ into Visual Studio: * Install Insure++ * Start Visual Studio * Load one of the example projects in the Insure++ installation…
-
Return methods in custom responder correlation
Hello, We have Custom responder correlation enabled. We are using java language. but in the method dropdown we can select only one method. Can it be possible to return multiple methods from class ? we are using virtualize 9.10 tool.
-
Message forward - JNDI error Error
Hello, we have configured the virtual queues in our local server asset. also in virtual asset explorer we have asset -> and 2 responders one responder has responder validation if it fails it will go to second responder which has message forward attached. In the message forward we have entered the live queue details where…
-
Parallel Test Execution
Hi Team, Is there a way to run parallel tests in SOAtest to reduce test execution time.
-
Two erros "outside workspace & parasoft project is read only
Hello all there are some bsp files required by my test files i gave the path tried to include them it gave error: Access violation and outside workspace. Then i went to parasoft properties and tried to edit project refrences then i got error project is only readonly
-
Dependency Analysis for C/C++
Is there any C/C++ dependency analysis tool/extension that Parasoft offers? We currently using 10.3 C/C++ tests Automation (Command Line) Edition with DTP Engine for static analysis. We are looking for a dependency analysis tool that could either be standalone or integrated with C/C++ test.
-
Need a recomment
Hi all, Im a newbie, so in the C++, too Someone can give me some trick to learning code? Thanks, Jasper
-
Poll API or DB for status change
* In one of the test case we wait for Db column “STATUSID” to change its value from 800 to 900 and it takes a little while to get the changed value, so how can we poll the db for the changes? * Also we have restful api which returns response with the same “STATUSID” is it also possible to poll api until we get the changed…
-
Add .cpp file to static code analysis
Hello, We are using the Automation C/C++ test tool to run static code analysis on our make based project. Is there any way to add .cpp files to the static analysis run. We don't want to include these files in our makefile but just want to run it through static analysis.
-
Soatest maven is not able to locate the transient dependency of a project
Hi, I am adding one project as a dependency in my maven soatest project as below com.myorg.selenium logtransactions 1.6-SNAPSHOT However I am getting the below error : org.apache.log4j.Logger.trace(Ljava/lang/Object;)V java.lang.NoSuchMethodError: org.apache.log4j.Logger.trace(Ljava/lang/Object;)V at…
-
Compiler Error on identifier "__builtin_addressof"
Hi, I am trying to run a unit test using Parasoft 10.3 plugin for Eclipse Neon and stumbling upon a compiler error. The project compiles successfully when just building the project through Eclipse so there are no compile errors. But, when I try to run a unit test in this project then it fails to compile with a compiler…
-
How to find a report associated with a given build
What if you want to get an HTML or a PDF report for a given build id? What if you 'd like see all the active rules that were enabled when the analysis took place? If you want to see the report from DTP follow those steps: 1) Add the widget called Build Administration Statistics: 2) Drill into the widget: 3) Make sure that…
-
Setup Problem
* Test execution: error reading test log for Test unit for selected sources.
-
JSON Assert for string value
I have a method that returns a JSON response like this: { "content" : "{\n \"itv\": \"On\",\n \"vm\": {\n \"firstName\": \"s\",\n \"lastName\": \"a\",\n \"prefLanguage\": \"English\",\n \"hub\": \"\",\n \"cos\": \"1111\",\n \"cfn\": \"6\",\n \"m\": \"defaultM\"\n }\n}", "created" : "2018-04-02 20:36:00", "id" : 10069537,…
-
Announcing C/C++test 10.3.4
This week we release C/C++test 10.3.4 (available now on the customer portal). This is a service pack release including both new/enhanced static analysis rules as well as several bug fixes - for full details and a list of all updated rules please check out the release notes @…
-
How to clear temporary files in C++Test Desktop
There is a way to quickly clear the temporary files. This is expecially useful action to perform when debugging issues:
-
How to get Active Environment Name in Extension Tool in Parasoft SOAtest
I want to pass active Environment name into my custom report. Wanted to know how to get the active environment name using Java
-
Request Validation using SOATest
Hi, Is it possible to use SOATest and Virtualize at a time. Means, if request is coming into a JMS queue, i want to pick that and validate using SOATest(XML Assertor) and if all assertions get pass, i want to send response from Virtualize. Also, if assertions get failed, flow should not proceed
-
Does virtualize support Zigbee protocol?
Trying to create a test automation setup with virtualisation for IoT - zigbee devices. Does virtualize support ZigBee protocol?
-
How to corelate same response for multiple request when reponses are same while creating Virtual ass
hi team, Can anyone help me on how to corelate same response for multiple request. Please refer the attached document for more details
-
Query regarding usage of Extension tool and data banks
Hi Team, I have used XML Data Bank to fetch few property values from the request Can't we use these properties in the Traffic object -->Extension Tool while scripting? The problem we are facing is when we use property from data bank in our java code we need to use ScriptingContext context in a method. But if we use…
-
Switch to new window using Parasoft web test
I'm new to parasoft. I want to switch to new window. I see that there is a field in the browser playback tool named as "Window". I'm assuming this is the place where window details can be given. I'm not sure what value it accepts. e.g window title, or window url or count of window. Any help would be appreciated.
-
How to write a Tear down groovy script with maven dependent classes
Hi, I have a tear down script which is as below: From Soatest perspective if i add the java project in the system properties, it identifies the jar files and the groovy script execute fines. But how can I do it from Java perspective with a maven command. For instance, in the above code LoggerMainImpl class is the one I am…
-
Prevent response traffic recording/capturing in parasoft web tests
Is it possible to prevent the capturing of http trafic response in HTTP Traffic component while executing web tests because tests run deadly slow?
-
How to Initialize variable in Asset
Hello, Normally when the request comes in , first XML data bank gets executed. We need to define variable before that so that we can create loop as per request parameters where and how to define the variable before data bank ?
-
How to create platform independent ssh connection?
Hi, newbie SOAtest user here. We are in the process of evaluating SOAtest, and one of the requirements is that our test suites can run both on Windows and Linux. Since both also need to ssh into a Linux box to run commands, the external tool seems out of the question, because it will require PLink on Windows and ssh on…
-
QUery about parmeterzation
Hi Team, I have doubt regarding parameterization of part of an xml file i have used a Data Source ( Read Contents from File) to save a chunk of xml this chunk is then used in my response. PFB an eg: File name =Chunk.txt has the below content Pool TID_DSL_V4_SA in the response Xml i have parameterized it as <?xml…
-
Header Files Not Getting Listed in report.html Files
Hello, I have a situation with v10.3 C++test where header files are not getting listed in the report.html files even though the Console output shows numerous entries of "Collecting header files for ...". I am utilizing the -module parameter. What could be causing this issue? Thanks.
-
Call Back After Message Response
Dear All- I have a requirement as below for virtual service 1) Response to the incoming request 2) CallBack to another endpoint with the parameters generated in 1 to another endpoint after sending the response to 1 I'm using messaging client for the call back and it gets in loop with the first request. Is there any way to…
-
Batch file is not running in the External tool
Hello, I hava a problem with launching bat file in my SOAtest project. I add it into External tool and after attempt to run the test suite bat file wasn't executed. Also I configured this file via Run->External tools and it was executed successful and displayed in the console tab of test tool. Please, can you help to…