-
Test Suite vs. Scenario...
I do not see Scenario as an option, where did it come from?Hi, I have a TestSuite that contains TestSuite's and Scenarios... my question is where the heck did the Scenario come from? I just noticed it... what is it? I don't see Scenario's in the SOATest Documentation... visually it appears to be the same thing as a…
-
Debugging a .dll with Insure++
You will need to debug the process in which that the dll actually runs. If you know the name of the executable that loads the dll, and can run that executable by hand, the simplest approach is to simply run that executable under InsureSpy.exe, inject.exe, or Visual Studio's debugger by clicking "Insure++ Debug" within…
-
Scripting - Test Case Timing - Sleep to delay / wait
Hey guys I think i'm running across some transaction timing issues with my test cases which may be causing some data corruption at my service endpoint. I've been toying around with the folder level test case logic features but I can't seem to get what I want. Is there a way to put a pause in top to bottom execution per…
-
Record enter key in web browser testing
Here are the instructions to capture ENTER key in web browser testing First, add the ability to play back pressing the ENTER key. (1) Close SOAtest if it's open (2) There are two copies of UserCustomizableOptions.js files - one for IE and one for Firefox - located under <SOAtest Installation…
-
WebTest: how to close browser window?
I am using WebTest in SOAtest 6.1. I am running multiple test suites at one time and every time one suite is finished, I like to close the IE or Firefox browser completely before the next suite starts. How can I do that? Do I need to write a script to complete this task? Thanks.
-
Need timeout == pass
Infinite loop timeoutI want C++Test to report a success if timeout is triggered. I have an infinitely looping task. I expect a timeout. I don't want the timeout reported as an error. Here is the basic setup of the function (which I am not free to change) ... void MyInfiniteTask(void) { while (TRUE) {…
-
Visual Studio 2012 support
is there an anticipated release date for a version that supports visual studio 2012 integration? Thank you
-
Can I use JTest to test Java Threads and EJBs.
Product name: JTest 5.0 Dear JTest expert, Could please tell me whether I can use JTest to test Java Threads Application and EJBs. It yes, Do you have any documents or guide about it? Thank you very much,
-
How to capture response time?
While running the regression controls in SOA for each operation, we are giving some 100-200 inputs. And for each we can see the response time as well. Is there any default method, by which we can capture these response times per input and export them into an excel sheet.
-
SSH Connection
SSHDear All, I would appreciate it if you could share your knowledge regarding ssh connectivity: I am running a SOAP client in my suite (windows pc) and the server is running on a linux pc inside the network. I would like to connect to the linux (via soaTest) system, execute a command (for example "ls -la /home/lefteris")…
-
How to export data from excel sheet to data source (which is a Table)
Hi, I would like to know how to export data from excel sheet to data source (which is a Table)? For example the excel sheet containing total 20 different records with 5 different accounts. We want to fetch individual account information from excel sheet and then copying to data source i.e Table. Your inputs will be very…
-
How do I parameterize XML
I'm brand new to SOATest, so this is probably a very basic question. The Rest service that I'm testing requires a unique name in the <name> field, so I'd like to use a date time stamp. At the moment, I have the following XML <service> <name>/registerService/update1</name> <description>service to let implementers to…
-
Visual Studio 2015 Support
Visual Studio 2015 supportIs there any roadmap for supporting visual Studio 2015?
-
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?
-
.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…
-
How do I use a Database Data Source?
1) Right-click the root Project tree node. 2) Choose Add Data Source from the shortcut menu. 3) (Optional) Change the data source label in the Name field of the Data Source panel. 4) Choose Database from the Type box. Specify the following Database Configuration parameters: * Driver: Type the path to the appropriate…
-
Logging Console to file
Is there a way to write to a file the output of a testcase that normally goes to the console? This way I can view this information (e.g. print statements) for debugging purposes without getting my output truncated by eclipse.
-
JMS Monitoring
Could Not create JMS IntialContext Instance Hi, I am trying to monitor the JMS send and Receive messages in SOAtest 6.2 using Java Message Service option available in SOAtest. I am using ORACLE WEBLOGIC SERVER 10gR3. But When I am given the server details in SOAtest click on next it is showing error pop up saying "Could…
-
StackOverflowError
After launching a bugdetective, I get a StackOverFlowError Each time I try to access the results ! And I have to restart eclipse to continue working ! Log file in attachment.
-
Parameterization of SOAtest Tests
Hi, I am new to SOA Testing as well as the SOATest tool and hence may be asking a basic question but needed immediate help.I have to run a bunch of tests which are xmls being sent over http.The tool that I am using within SOA Test is 'Messaging Service' which would sent and receive pure xmls. Now , is there a process…
-
SOAtest 9.0---> WIN32COM.CLIENT
No module found for WIN32COM ERRORHi all, I am currently writing a Jython code where i am needing WINCOM32 Extensible Package .I am dispatching Excel using this. from win32com.client import Dispatch But when i am running the code , it says the above WIN32COM module is not found. Solution we used but not Successfull: We…
-
Help in loading JAVA classes
Hi, I had written a code to apply XSLt on a given XML to convert it to HTML format, in JAVA window of Parasoft Soatest. Then I added the extention tool to one of my teststep in SAOtest window. I chose the scripting language as JAVA, I mentioned the class and added the class path to system properties tab but I was unable to…
-
Before you ask a question
Guidelines about posting questionsIf you are using Insure++ and are running into some problem, please make sure you provide the following information at the beginning or end of your post: OS Architecture (x86, x64, etc.) Compiler Insure++ version If the problem is a compile/link time problem, include your compile/link…
-
How do I change the maximum heap size of the JVM?
In some cases, the default amount of memory allocated to the JVM in which SOAtest runs may need to be increased when dealing with large test suites or complex scenarios. SOAtest 9.x and 6.x: 32-bit versions use 896MB by default. 64-bit versions use 1792MB by default - 896MB if using SOAtest <9.4 To increase the maximum…
-
Script instead of Diff to test return code
if i have a response that has CODE <responseCode>1436</responseCode> how can i do a diff that says the test PASSES as long as i don't get a responseCode of 1436? also, what if i want to do: the test PASSES as long as the responseCode is less than zero?
-
WSDL diff or WSDL Regression versus Diff with XML or Text mode
---------- Test 4: WSDL Regression ---------- Test 4: WSDL Regression: 1 test to process... Did not run XML Diff, there are too many differences. Performing text mode diffing instead. Test failed My question is how many difference are too many? Does the diff tool have a different look for the case when there aren't too…
-
Global Search and Replace
It would be nice to have a global search and replace in All fields of the test suite in one step, instead of repeating that for each field category. You can add a sub menu as: Search and Replace -> Fields Within -> All Occurence Thanks.
-
Using RMI in SOAtest
How to use a RMI URL in SOATestI am wanting to use a the RMI URL(t3//, rmi//) to call a remote method that will start our workflow. I can create a test using method(a test option), and put in the class that will make the remote method call, but I cannot figure out a way to get SOATest to recognize:…
-
Scripting - Dynamic Input for Concurrent Testing
Dynamic Input for Concurrent TestingHello, I have such an issue, i should create a test suite with 100 tests which should run concurrently. In fact all 100 tests are the same , but i want to set an input parameter in the test between data range 2X0X and 3X0X ( X is the any number). So what i want is that : for all the…
-
Documentation on cli -testName option?
Trying to use -testName match:(SOAtest V6.1) I'd like to find out what types of patterns I can use with the -testName match: CLI option. I know that I can do a -testName match: foo and that this will run all tests with foo in their titles. What are the details of valid patterns? I can't seem to run foo*bar for example. We…
-
XPath syntax - ways to get/test XPath
Hello. I have setup some stubs and am mocking up some responses by using the XPath Function matching. However, I can not seem to find much documentation or examples on syntax for this. I can get a basic text="sometext" function to work properly but, I would like to find out how to properly syntax looking for blank text,…
-
How do I create Mock Services
Hi I have a wsdl file. It has no ednpoints defined. But i want to invoke the service by creating mock response for the wsdl file. How do i achive the same in parasoft soa test.? Thanks Aadith
-
Javaw.exe does not release from memory
After closing SOAtest, "javaw.exe" still exist in the processlist of Windows consuming 200 upto 500 MB memory. Restarting SOAtest will start another "javaw.exe" process. The scripts running with this new started SOAtest, have an unpredictable results. After killing all "javaw.exe" processes and restarting SOAtest, SOAtest…
-
Can one test script use two separate data sources?
Hi, Is is possible to use 2 data sources in 1 test script? Issue: I am comparing an excel workbook with 7 worksheets using the DBTool. Each worksheet represents a test case. The issue is the SQL that is being used to generate the excel workbook is using &Date and &SSN which are referenced on the first worksheet of the…
-
Unable to uninstall Parasoft Test 9.5 after uninstalling C++Test 9.5
uninstall issueI've had Parasoft test 9.5, C++Test 9.5 and dotTest C++ 9.5 installed and using them from VS 2013. We are upgrading to version 9.6 so I uninstalled dotTest, then C++Test. But when I try to uninstall Parasoft Test I get an error message "Cannot unregister Parasoft Test from Visual Studio 2013 because other…
-
Generating PDFs and Email for Reports in SOAtest
Reporting in SOATestHi All, I have following queries on soatest reporting. Really appreciate any response in this regard. Q1 : Is it possible to get pdf report (not html) in CLI mode (using soatestclie.exe), if yes how. Q2 : In order to get test results for a run on email (as email attachment), is it must to have concerto…
-
Using Jenkins to execute Command line interface from another machine
I know it's a long shot, having seen the results in Google, but does anyone have a simple solution for this? We have a Jenkins install and a Parasoft SOAtest (with CLI) install, on seperate machines. How can we let Jenkins execute the command line commands on the other machine? All Parasoft manuals are assuming the SOAtest…
-
Missing Insure++ symbols during linking?
Some versions of GCC and some distributions of linux, (Ubuntu has been observed but there may be others), have added a new linking heuristic, which causes insure++ linking to fail. The symptom will be something like this: insure gcc -g -o freenull freenull.c ** Insure messages will be written to insra **…
-
Installing 32-bit Insure++ on 64-bit Linux
The easiest, cleanest and best way to do this is: 1/ Download the Insure++ distribution package 2/ Change directories to where you want the installation to live 3/ Move the Insure++ distribution package there 4/ enter the command: "setarch i686" -- this will start a new shell, which will convince the installer that this is…
-
Windows Vista support
Does anyone have any experience trying to run Insure++ under Vista with VS2005 SP1? We are preparing for a major release for Vista and would like to know if Insure++ is non-function, semi-functional, or mostly-functional under Vista. Thank you!
-
make -j for simultaneous builds
Just checking if there is any reason the "make jobs" for simultaneous builds would not work when compiling under linux (2.6.9). It appears to build and run fine but I wanted to verify that we are not missing something. This greatly increases our rebuild times, increasing the usefulness of insure++. Thank You
-
Window 7 support
Just checking if there is any indication as to when Windows 7 will be officially supported? (following the official release of windows 7 I suppose!) Also checking if anyone has any experience running the latest version under Windows 7? Thank You
-
Windows 8 support
Is anyone running insure++ under windows 8, or know when this might be (un)officially supported? thank you
-
Using Insure++ as a non-Administrator on Windows
Using Insure++ as a non-AdministratorAs a member of the Administrators group, do the following: * Install Insure++ * Run Insure++ on one of the examples in C:\Program Files\Parasoft\Insure++\examples (e.g. editor_demo). This "warms up" a few files and directories. * Optionally enable user-specific options in the General…
-
Passing arguments to a Python script
I have a Python script which is run as an output to an External Tool (note that this External Tool is run multiple times within a test scenario so this same type of script also appears multiple times). The only lines of code that change are for the Environment variable, assignmentSQL, and the file to read, ASSIGNMENT.txt;…
-
Automating test execution / report generation
I am looking the following solution using SOAtest 1.. Automating test execution / report generation A> I am using nightly batch process which executes all my test cases and will generate report. B> I am looking for an option to generate an email which includes the test results files (html)- can you please let me know is…
-
Detailed Report Generation
Detailed Report Generation in PASS/FAIL conditionHi, SOAtest is generating very simple report when the test cases passed like below Name Failed Tests Successful Tests Total Tests Success % Example.tst 0 2249 2249 100% But when test cases fail it generates detailed report of what test cased executed and where it failed so…
-
How to perform assertion on XML response having CDATA
Performing asserions on CDATA Block.Hello, I have an XML response as below: <soap-env:Body> <SabreCommandLLSRS AltLangID="en-us" EchoToken="String" PrimaryLangID="en-us" SequenceNmbr="1" Target="Production" TimeStamp="2012-04-03T04:07:08" Version="2003A.TsabreXML1.6.1" xmlns="http://webservices.sabre.com/sabreXML/2003/07">…
-
Unable to add a assertion by custom scripting
I am trying to check if a number if positive or not by using XML asserter. After I have written the code I should get the function name in the Method drop down. But I am not able to see that. The drop down is empty. I have attached a screen shot for the same. Can someone please help me in resolving this? Regards Archana
-
Has Content Assertion
Has Content AssertionI have a question on one of the assertor set ups. I have an operation that uses 20 inputs and I am checking for empty response with a 'has content' assertor. The very purpose of using assertion is to avoid the manual verification of traffic to see if the responses are coming or not, without any errors.…