-
Queue configuration
Hi I have two source Queues A1 and A2. Also two target Queues B1 and B2. A message is taken from Queue A1 and delivered to Queue B1. At the same time i need the message to be taken from B1 and put into B2. How can i configure SOAtest to achive this step.? Kindly help me with the steps to achive the same Thanks in Advance…
-
Queues to FTP
Hi Is it possible to read the response from a Queue and put the message to an FTP source. Is there any jar file that could help me achive this Thanks in advance Aadith
-
MQ feed
Configuring MQsHi I have two MQ managers parameterised. I also have the put queue and the get queue. What i need to do is I want the put queue to be configured to the first MQ manager and the get queue to be configured to the second MQ manager. Is there any way to achive these using SOATest tool. Kindly help me out. Thanks…
-
How to extract URL from response of one test and launch that URL in a separate window
Launch URL from response in a browserI am trying to grab the data from <sURL> returned from one test and launch a browser with the URL data in SOAtest. The goal is to continue the web functional testing separately. Here's what I have tried so far: Add Output > SOAP Envelope > XML Data Bank > Add XPath Add Output > SOAP…
-
Question about leak_search [on|off] in .psrc configuration
Insure++ configurationHi We run insure++ for memory leak checking in the following environment: OS : Linux 2.4.21-4.ELsmp #1 SMP Compiler : gcc 3.4.6 Insure++ : 7.1.6 We are confused as to what the option leak_search is doing internally. Having looked at this post http://forums.parasoft.com/lofiversion/index.php/t130.html…
-
Environment/Global variable substitution into xpath
I have an environmental variable. How can i submit in xpath of an element. For example : Actual xpath is: //tr[td = 1000]/descendant::a[position()=1] Need something like: //tr[td =${CID}]/descendant::a[position()=1]
-
Environment Variables
How to add environment variables to an Extension Tool TestHi, I have an extension tool task that generates a random value. This random value is formed by a fix value + current date + randomvalue. The fix value is stored as an environment variable, that changes in any environment I would like to add this value to the code,…
-
Change of Style Architecute :- SOAP to REST
Hi all, I had a query that actually takes in to account change in implementation of Web Services using style architecture. In our current project , the Web Services are implemented using SOAP style architecture. But it may be the case in future when the style of architecture can be shifted to REST based style of…
-
Automate interaction with Windows dialogs/windows using AutoIt - not needed SOAtest 9.0 and higher
Plus IE modal/modeless dialogs (now handled natively)During recording and playback of functional tests in the browser, SOAtest can handle web applications that create multiple windows. During recording, SOAtest detects the window in which you perform an action (click, type, etc.). SOAtest stores the window information,…
-
Testing of Microsoft Foundation Services
Hi, I just wanted to know if Parasoft Soatest supports testing of Microsoft Foundation Services with WCF , WWF protocols and LInQs services. If so, where can I find a user manual or guide to do the same? Thanks in advance
-
Update data into write file through coding?
Hi, I have a scenario where in I have to get values from the response xml of my first operation and set them as input to my second operation. I was thinking of using a writable data source where in I could get the dynamic values and set it as input to second test. Can I use an extension tool to somehow write a code to…
-
Test File Size Growing
Test files growing without significant changesOne of our team members posted the following to our team forum: Increase in file size of the script.For instance,Cause_ServerTC.tst script's size was 58,260,864 bytes on December 2, 2010 11:56:11 AM I am in process of making all the "Constrain request to WSDL" checked and noted…
-
Looking for ways to improve SOAtest performance?
Are you looking for ways to improve the performance of SOAtest? Though the next release of SOAtest will have some performance improvements, I've compiled a "checklist" of things that you can do to improve the performance right off the bat (keeping in mind that the recommended system requirements are: At least 1 GB RAM per…
-
Verification using SOAP Response using external java class
Hi I have requirent where I have to use a SOAP Response parameter say id and use a external JAVA program which takes this id as a parameter and should return PASS or Fail if a SQL query passes using that id parameter . Not getting exactly how to pass a soap reponse value to a external Java Program. Standalone Java program…
-
Not able to execute Tests from Command prompt
Hi, I tried invoking the soatestcli from the cmd but kept getting the message Error: no license to execute soatestcli. I have the Parasoft Soatest Professional edition license. How can I use soatestcli and run my tests from the command prompt? Thanks A lot
-
Test Setting
Hi, My question is: Can i set the tests to run at a particular time of the day and a particular number of times? Can I change or customise the test setting ? Thanks a lot!
-
Stub deployment
Hi, I have created a stub which I will be using instead of the actual web service provider. I am trying to configure the stub to return a particular response, based on the value of a node attribute of the request. However, these conditions are not being evaluated and the stub returns None of the multiple responses XPath…
-
Parameterize jython for reuse
Hello, I have jython scripts to randomize words from a string as an input. I want to store these scripts, say, at the suite level and parameterize them to use in any .tst file in the suite. How may I do this? Thanks!
-
SOAtest 9.10 Tutorial - Connection timed out:connect
SOAtest 9.10 Tutorial - Connection timed out:connectI am new to SOAtest and started following the tutorial document to get some hands-on experience at work. However, the error "Connection timed out: connect" comes up when tests are executed. Could this be a firewall issue? Is there a workaround for it? Thanks.
-
Calling test steps using extension tool
Hi I have a number of rest client steps in my test suite. How do i use the extension tool to call these test steps. Also i want to send values from an external data source to the test step. How do i do it. Should i make any changes in the rest client steps to achive this. Thanks Aadith PS
-
to view traffic in the reports generated
Hi, I am using Parasoft SOAtest 9.1. As of now, when I generate reports,I can view the number of test cases passed, failed , executed etc. How can I view the request-response traffic in the reports? as in, how do I generate reports that include the request-response traffic? Kindly answer ASAP thanks a ton!
-
Using Java API calls from SOAtest
Hi, I am working on a project where we need to do some load testing against a third party Java SDK API. I know the method calls, which are just search executes and have some of the Java code to call these methods. However, I am not familar with how to use SOAtest to do some load testing against this third party product.…
-
Using Quality Center Field value for SOAtest script execution
SOATest 5.5.3 and QC APIHi I am using HP Quality Center10.0 for executing my Parasoft SOATest Script using the Javascript API of SOATest-QC. I wanted to use the value of a field in Quality Center Test Plan Details tab. Basically: I have added a field in Quality Center 10.0 Test Plan -->Details Tab. Field Name is…
-
Web Service Interface question
Hi, When using the Web Service Interface is there any way to override the active environment in the project? I'm executing SOATest scripts from HP Quality Center using the VAPI-XP interface. Thanks, Brian
-
Java.lang.OutOfMemory Error
I am getting "Java.lang.OutOfMemory Error" when I am trying to open the .tst file in SOATest 6.2 . My workspace has around 100 projects and inside each project there are 3-4 .tst files . so I feel it might be because of overload in the same workspace .. Please clarify and please suggest the best way to get it done Thanks .
-
Selecting the correct LoadTest executable
I want to do load test for my web service. I could see 3 options available, 1. Load Test 2. Load Test Server 3. Load Test Service I came to know that first option, Load Test , is uesd to create load tests and run teh same. But what are the other options do? When we need to do them? Can someone please explain this? Thanks…
-
Global Data Sources
Hi, I have a test cases structure where all my test cases share at least the 90% of the data sources, like Credentials, dates, and other data. Example - Test Suite -- Scenario A {set of Data sources} --- Test Case 1 --- Test Case 2 --- Test Case 3 -- Scenario B {set of Data sources} --- Test Case 1 --- Test Case 2 --- Test…
-
Easy way to change or set Environment in SOAtest 5.3.3
Hi I use a "standard" environment for all our web services. I reference this environment (.envs) in each service (.tst) and store the single file in source control. The envs file has multiple Environment elements in it for the various development(Dev), test(CERT1,CERT2,STAGE) and production(PROD) systems. I switch between…
-
Using LD_PRELOAD for a Java executable with Insure++
Hi, I am running insure++ for a java application. Because of the java executable that ignites my application isn't instrumented, i have to add to LD_PRELOAD insure specific libraries in order not to take runtime errors. My LD_PRELOAD looks like this:…
-
Info need about Stdout and Stdout
Hi , How can I use the stdout and stderr ? , I did not find any information regarding this in the user guide , pl let me know !. Thanks ..
-
How do I playback a right-click user action in SOAtest?
Hello Everyone, The purpose of this topic is to explain how playback support for a right-click user action can be integrated into web functional scenarios SOAtest. Here are the steps to follow... 1) With SOAtest closed, navigate to the following directories...…
-
gsoap header generation => wsdl mismatch
Hello, Below are 2 links to other people's issues. What they are experiencing is similar to what is going on for me. Especially the one with: error with several namespaces in the same apache server Re: error with several namespaces in the same apache server http://markmail.org/message/m64hid2mhi6c3h...v+state:results Re:…
-
Add an XML header to a request with out a schema
Hello, I have the following scenario I need to execute an HTTP post of an XML message, which has an schema, but also it needs an XML header (that is not the same as an HTTP Header) This XML header is not included in the schema (because it defines the body of the message). The XML should look like this <?xml version="1.0"…
-
Sum of 2 variables or databank values
Sum 2 (or more) values of 2 variables or Data Bank valuesI have a value that comes from a databank, its name is "Databank1:ValueA". I have a second value that comes from a second databank, its name is "Databank2:ValueB" I need to add these 2 values to be sent as a parameter in a XML File. How can I do this? Thanks in…
-
How to run SOAtest 6.2/9.X from Ant script
How to run a SOAtest project 6.2/9.0 from an Ant script? Does the configurations done for 5.5 hold goods here, which is mentioned in the below below. http://forums.parasoft.com/index.php?showtopic=1565 Thanks & Regards, Ash...
-
Custom Assertions in Java
Hello Everyone, Below is an example of a Java script that can be used as a custom assertion in an assertor tool in SOAtest. This script gets a value from a data source, prints that value along with the response value, and returns a boolean value based on whether or not the response value contains the data source value.…
-
How do I insulate testers from XPaths and other implementation details
in web functional testsSOAtest has a collection of features that will insulate users from XPaths.* Recording and playback: Testing scenarios are created using recording and playback; the user just needs to record the actions they wish to test in the browser and SOAtest will create the XPaths necessary to identify elements…
-
String Operations Using Data Bank and Test Suite and Env. Variable Val
Hello Everyone, Below is an example of a Python script that extracts values from various sources (data bank, test suite variable, and environment variable) for use with string operations such as concatenation using the '+' operator... CODEfrom soaptest.api import * from com.parasoft.api import * # Gets a value from a data…
-
SSLException: HelloRequest followed by an unexpected handshake message
If you are getting the error in this topic's title line: SSLException: HelloRequest followed by an unexpected handshake message Then, add the following to the command line when you launch SOAtest in Windows or Linux: -J-Dsun.security.ssl.allowUnsafeRenegotiation=true For Load Test running on Linux, add the line (less the…
-
LoadTest - Missing data source
No data sources availableI've created a Web Recording in SOAtest, and added a CSV data source for one of my input fields. The test runs in SOAtest and iterates through all rows of my data file. I've configured and validated the test. I want to run the test in Load Test. When I create a project in Load Test using my SOAtest…
-
Evaluating an XPath from a xhtml document
Hi I'm trying to use a XML data bank to extract an element from this XHTML web page: <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head><title /></head><body…
-
What is a WSDL Regression test
Hi, Can any body tell me what exactly is regression control, In WSDL tests we have 4th test is WSDL Regression , I got to know that it can detect the changes in the WSDL, But practicall I did not understand , please attach if any files are there so that it could be easy for understanding .. Thanks .
-
WSDL Regression
-
Response XML format is not proper
Hi, I am testing my web service using SOAtest 9.0. When i execute the test i am getting the corretc XML response. but the format of the response is chaging i.e. some times response XML is displayed in the proper format and some times the entire response XML is displayed in single line. Why this difference? Thanks, Raj
-
"Could not create Java Virtual Machine" error upon launching SOAtest
SOAtest is showing this error when I click on SOAtest iconHi (Parasoft) , I have problem in launching my SOAtest IDE , Whenever I click on the SOAtest icon on the desktop it shows an error pop up “Could not create the Java Virtual Machine” I know that this is because JVM consumption and I did try launching from command…
-
Could not create Java Virtual Machine error when click on SOAtest 6.2
SOAtest is showing this error when I click on SOAtest icon
-
Could not create Java Virtual Machine error when click on SOAtest 6.2
Hi (Parasoft) , I have problem in launching my SOAtest IDE , Whenever I click on the SOAtest icon on the desktop it shows an error pop up “Could not create the Java Virtual Machine” I know that this is because JVM consumption and I did try launching from command Line so it success (c:\>soatest.exe –J-Xms128m –J-Xmx256m).…
-
SOAtest concurrent license usage for particular time ?
How we can check , how many users are using at the particular time .Hi , I just want to know that how do I can track the concurrent license usage for my SOAtest tool, here we are many users will be using but in Report Center I can able to see only how many users have used SOAtest from last 7,15,30 days .. But our clear…
-
Webking AJAX Test can not click on DIV element
Doing the record of a Function test with AJAX support of my website, it records a action of click on a element DIV with a attribute value of fixed ASYS,TESTPLEX,0,0,91.3 ( I verified that is correct with firebug). I think go to run the testing HTTP responses (static analysis / web accessability) and it can never complete…
-
Error while executing the SOAtest test cases from Quality Center
Hi, When I am trying to execute SOAtest 9.0 test cases from Quality Center, getting the below error. Run-time error [9] : WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: The system cannot locate the resource specified. HRESULT=0x1: Incorrect function. - WSDLReader:Loading of the WSDL file failed…