-
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…
-
latest webking version
What is the latest webking versionHi, Please let me know what is the latest Webking Version.
-
How to send binary data in a browser test during load testing
When load testing a web-based (browser) scenario, the browser is not used. Instead, Load Test sends a series of requests to simulate the result of a user action in the browser. If you need to send binary data in the browser request then you need to do some extra setup to prepare the scenario for load testing; otherwise,…
-
How to import random in jython
how to import random in jythonIn jython script, I have added: import random This immediately makes the list of Methods disappear. How do I access a random function in a Jython external tool script? You can make this happen simply by typing this into an External tool text window for language Python: from com.parasoft.api…
-
Auto generate current date/time into an XML request
I want to generate Date and Time automatically using AUTO option in FORM INPUT XML. When i use AUTO for the DATE and TIME elements, date and times are generated randomly and it is not consisyent. i.e. for each run, it is generating different Date and Time. Could anyone let me know how to get the correct date and time.…
-
How to check whether load test service is running or not in linux
Hi, Please let me know, how can I check whether parasoft load test service is running or not in a Linux machine? If it is not running how do I start the service. If the service is started, by default will it listen in the port 8189? Also if there is any document where I can look for these information please point me there.…
-
Extension tool - Return value indicates success
Hi, I have a extension tool under another extension tool. e.g. Test 1: Extension toolReturn Value -> Extension tool I have enabled the option 'Return value indicates success' for 'Return Value'. But irrespective of the return value the Test 1 always marked as success. Is this a known issue? Thank you!
-
How to start scripting in SOAtest tool...
Hi I want to learn how to use scripting in SOATest tool. Please share how to start scripting in SOATest tool(say Python). Detailed info/docs/links would be appreciated. Thanks - Gopal
-
How to install root certificate authority in SOAtest 6.x/9.x
How to install root certificate authority in SOAtest 6.x/9.xThe SOAtest Web Root Certificate Authority certificate is required for certain functional tests on HTTPS sites. SOAtest uses this certificate to sign SSL certificates that are used by functional tests to isolate and capture web traffic when recording and testing…
-
WriteFile
How to write to output fileHi, I have an issue in writing the response to an external (Some new output) file. Test Script can be written using WriteFile. But I need to write the response of all test scripts means test suite to an output file.But WriteFile is not supported for Test suite and results in WriteFile will be…
-
How to verify the Data type in SOAtest
To verify whether or not a particular element's value is an integer or string, we can use an XML assertor with a *regular expression* assertion. but in this option. If we know the length of the element's value, then we can use regular expressions. i.e. if the element contains 2 characters, i can use the regular expression…
-
LINK : fatal error LNK1000: Internal error during IncrBuildImage
If you are using vc9 (Visual Studio 2008) see a popup titled "Microsoft Incremental Linker" that says: and in Visual Studio's Output Window you see: then you should read http://support.microsoft.com/kb/948127 , and use /INCREMENTAL:NO or apply the hotfix from Microsoft. The link error is a bug in link.exe, not a bug in…
-
Command line report
Detailed report generations using command lineHello, We are using the command line utility of soatest to execute the test suites, the result generated form the command line are not detailed , the report only describes the test suite but not the individual test cases that are part of the test suit. Attached is the test…
-
Double click user action
We are recording test cases for the functional test of the application. Our application uses double click user action to make some fields on the page editable, but there is no option for the double click action in the WebKing. Is there any way we can add it? Thank you for the help.
-
IE LAN Settings changed by WebKing
Proxy Server set to 127.0.0.0:55555 loses browser IP connectivityWe have an issue with WebKing affecting Internet Explorer. Whenever Webking plays back a recorded test and opens a new IE window, it changes the LAN settings in the new window and all pre-existing IE windows. It selects Proxy Server checkbox in the Internet…
-
How to avoid "unable to create native thread" error message
Users may encounter "unable to create native thread" error message in Load Test on Windows machines. This happens due to shortage of memory in Windows server. To solve this problem, user needs to start up Load Test with higher heap memory space. Instructions on how to increase Java Heap can be found:…
-
DB tool output
I'm slightly confused about how the DB Tool outputs the results of its query. Here is my situation: On a page (html), I have a form with 5 different inputs (all are select tags). Below that is a table with a header row and then data populated into rows 1 - n by a sql query which has where clauses that are based on the form…
-
Extract a value in method
I need to generate a value in a javascript method tool to be used at a later time. Is there any way to "extract" a scripted value to some on the fly datasource? Or is there a way to declare something like a global variable. The end game here is being able to use this script generated value in a DB tool (like the…