-
LoadTest Metrics
Load Test MetricsAfter doing a load test on Web Service , we are getting various parameters like time, request size , response size as metrics (result statistics) I want to understand what does the time metrics refer to ? Is time = request time + response time? Is there a way were i can collect the min, max and avg request…
-
Debugging child process from inject
Debug child process from inject?Hello, I've been using the "Debug child processes" flag in insra (in File > Run dialog) to debug a console application on Windows. I would like to do something similar with inject on the command line. I looked through the docs and couldn't find any inject option to do this. Thanks in…
-
Accessibility Check for Java files/classes ?
Hello, Just wondering if it was possible to use Webking to check Java files/classes for accessibility ?
-
Webking and Usability Test
Hello, I'm trying to automate my UI test ( Usability test) for JSP and HTML files. I was looking into how to do that using Webking. I looked under CodeWizard Check Web Standards and the rules are too general for my UI standards. Just to give you an example of what kind of rules we use , we want to make sure that there is…
-
Memory/ImageList.cc:206 assertion failed
Possible Insure crashI have an application that dynamically loads shared libraries and resolves an init function table. When I run it with insure it crashes with the error "Memory/ImageList.cc:206 assetion failed". Is this an insure problem or something wrong with my application? I have stripped the application down and…
-
BOGUS_LEAK explained
unexplained errorsWhen running my application, I get a couple messages of the form "BOGUS_LEAK" and a couple references to where in the code some memory is being allocated and where Insure++ thinks it might be getting deleted (I think). The manual has no entry on the message BOGUS_LEAK. Can someone fill me in on that?
-
custom tag is not recognized in JSP
When I run "Check Industry Web standards" against jsp files which contain custom tag, the result shows unknown tag. What can be done to make webking recognize custom tag from tag library in JSP file?
-
Application Hangs
There are times when running an executable that was built with Insure++ that it appears to "hang". Let us first characterize what "hanging" could be. i.e. Is it consuming CPU time? Is it consuming all available RAM and swapping to disk? Does it appear to be stuck in some kind of endless loop? Does it appear to be…
-
Update the LicenseServer for WebKing 5.0
In order to use the LicenseServer with WebKing 5.0, you will need to update the tool definitions in the LicenseServer. To do this: 1. Open the LicenseServer Administrator application (WWWLSAdministrator) 2. Click "LicenseServer Administration" 3. Scroll down and click "Supported Tools" 4. Click the "Refresh tool database"…
-
How to validate non-HTML file linked from my site?
This can include .pdf, .doc, .txt, or any kind of files which can be accessed from your website by clicking on a link. First you create the path to whatever file you want to verify. If Record Using Browser does not add the file that you want to verify to that path (although it should), you can add it manually by…
-
How do I access the unparsed HTML of a page?
Getting the unparsed HTML of the page is not an exposed API, although it can be done easily. Our example will show how to do this from the paths tree. Highlight the primary path node at which you want to get the HTML. On the right, choose the Actions tab, then click the Tools button. Click the New button at the bottom. You…
-
Compilation is too slow
I try to compile my CORBA c++ servers with Insure. But compilation is too slow - already 2 or 3 days. Is it possible to configure Insure to become more fast?
-
Encode entity in attribute - error
Encode entity in attribute - errorI am using WebKing to scan a page which has a mailto in anchor tags in it. For all of the lines where I have the mailto WebKing is returning the error "Encode entity in attribute". I have been looking around, but haven't been able to find out any information on what it is talking about.…
-
Can BPEL Maestro recover in case of a disaster?
Yes. Persistent state in BPEL Maestro consists of deployment information, which is stored on a local file system, and process instance state, stored in a relational database such as Oracle or MySql. The deployment information is backed-up to recover from a system crash when a process is being deployed. The recovery of the…
-
Does BPEL Maestro run in a clustered environment?
A single instance of the BPEL Maestro toolkit can manage multiple remote instances of the runtime engines concurrently. Clustering capabilities are currently limited in that distributed runtime engines must be partitioned by process description. Future versions will support distributed runtime engines with finer-grained…
-
What applications servers are supported?
The BPEL Maestro runtime engine is designed to execute in any J2EE-compliant servlet container, whether that container resides inside an application server or is a standalone servlet container, such as Apache Tomcat.
-
intellij plugin for Jtest
anyone know of a plugin for intellij that will make use of jtest? otherwise loading up the eclipse + jtest bundle just for the purposes of using jtest is a bit of a dog...one gig of ram and using 600 meg of swapspace (ouch!) jboss and squrrielSQL don't help matters. other option I guess I have is to get really comfortable…
-
keyword driven testing
keyword driven testingDoes webking/soaptest support keyword driven testing?
-
Dynamic URL in Scripts
We have a question regarding using dynamic URLS with WebKing. We have URLS which have unique identifiers on them which change with every run of each test. (i.e. http://www.foobar.com/strategy?id=554) Is there a way to capture the id when it?s generated and then use it to compose the URL for subsequent use in the test…
-
Automated Accessibility testing of Java files
Since Webking currently only tests PHP, JSP and HTML files for accessibility, I was wondering if accessibility testing of .java files ,compiled java code, or even install shields developed in Java for that matter, will be possible in the next release of Webking ? If not, is anyone aware of a tool that automates…
-
Using Insure++ with CGI programs
There are three issues to consider when using Insure++ with CGI programs: * Shared libraries * The .psrc file (and license information) * Output and banners ===Shared Libraries=== Where does the exe find shared libraries? If you are running the program on the same machine it was compiled on, there are no problems. If you…
-
Check unused code in comment lines
Hello All, I have some problems about configing JTest's rules. Could you guys tell me the ways to resolve it. 1. How can I check the old code ( not unused code ) in comment lines. 2. If JTest have rules to test it, pls. tell me the way to config. 3. If JTest have no rule, How can I create rule by rule wizard for check this…
-
Table accessibility/WebKing
Identifying Data or Layout tableHi, I have a html that has a table with 3 columns - the first two columns containing the images/links and the third column with data. For the user, this looks like a data table with a header row and many data rows. But WebKing treats this as a layout table (it does not consider the images in…
-
Accessibility with Webking?
What files can Webking check ?Hi there, I was wondering what files can webking test for accessbility apart from jsp's and html's ? Can it check C source code or Java source code ? Thanks.
-
How do I automatically decode Base 64 encoded
attachments in SOAPtest?To automatically decode Base 64 encoded MIME attachments received by the SOAP Client tool, you will need to use the Attachment Handler Tool. To chain an Attachment Handler Tool to one of your SOAP Client tests and use the automatic Base 64 decoding support you can perform the following steps: 1.…
-
How do I download and use the Unlimited Strength JCE
Java Cryptography ExtensionSOAtest uses a new key store provider, which supports more key stores. However, in many cases it requires the JCE unlimited strength Jurisdiction Policy Files to be installed. We cannot bundle it with SOAtest because US export laws restrict exporting cryptography technology to certain countries…
-
Debugging an ISAPI dll
How to Debug an ISAPI dll with Insure++Other than the standard way to debug NT services (which is described in the Insure++ manual in the "Usage Options" section), IIS provides special hooks for debugging ISAPI extension dlls. Because the process is a little complex, I'm only posting links to relevant articles for now. a…
-
Eclipse Project Refresh
Prevent Jtest from refreshing projectHi there, Due to a problem with Eclipse I have a project that takes about 5 minutes to refresh (the project contains filed named like Test::Unit::Assert). This seems to be unavoidable without getting Eclipse fixed so I just live with it. However, whenever I try to run a Jtest…
-
CodeWizard Forum
Where to post CodeWizard topics?I am using (with problems <_< ) CodeWizard 4.2<br />The live tech support [1] is not working so I would like to try this Forum to post my problems...but where? There is no CodeWizard Forum... Any directions is welcome Bye [1]
-
testing
testingThis is a test. test test...
-
Extracting a particular row from DataSource
Hi, Is there a way i can specify/extract a particular ROW/s from Excel sheet or Table that was specified as a data source (Not all the rows in a specific column as it consideres by default) and assign it to a particular Test? This will help me in maintaining most of my seed data for different tests in a particular data…
-
Dreamweaver arguments
Is it possible to launch Dreamweaver with both the %F and %l arguments? %F works fine by itself, but I can't pass the line number as well... Any thoughts?
-
Webking can't test pages after adding path
I'm trying to test an online application that requires users to login. Typically users who try to access the pages are redirected to a new page (in a different domain) where their login/password gets authenticated and then get redirected to the actual pages I'm testing. I am using the "Path Creation Wizard" in Webking to…
-
why JTest can not generate negative int for me
My class has a addBalance(int money) method, why test cases generated by JTest always generate positive param for this method, why not generate negative param calss constructor seen below: public BankAccountSimple(String customer, int deposit) { if (!validCustomer(customer)) { throw new IllegalArgumentException("Bad…
-
Multiple DataSources
Is it possible to use multiple datasources in a SOAP Client test? I want to use a Database Data Source for one value in a test and a Generated Data Source for a second value in the test. However, the dropdown in the upper right for Data Source only allows one. Is there anyway around this restriction? Perry Hoekstra
-
Using regular expressions in jython methods
I would like to use python/jython regular expressions in a method. However, when I try to import re I get an errror ImportError: no module named re Here's a toy example: [CODE] import re def parseXMLElement(input): pre = re.search("<*?>", input) print pre Am I mistaken about the module to import? All the online examples of…
-
Section 508- 1194.22- Invalid errors detected ?
Please see message belowHi, In a JSP, When I define a Label outside an if construct, then I use that label within a TD tag inside the if construct, like the following format : CODE<LABEL NAME> = "VALUE" <LABEL NAME> TAG = "VALUE" " . . if-else construct { <TD ... ?class = .... ><%= LABEL NAME %>...</ TD> "<input…
-
Section 508- 1194.22- Invalid errors detected ?
Please see message belowPlease see other thread.
-
rounding in Python
rounding a returned value in PythonHi SoapTest, I have the nice little script written that will return a value that I will be using to compare to one of my results. I am having a problem, however, with length of the value. I need it to be only two digits after the decimal point. I can't seem to find a way to truncate in…
-
Profiles used in Scenarios
Is there any way to specify which profiles are used by a particular load test scenario? I am running a load test where I need to measure the performance of three message types (small, medium, and large). A test has been created for each message type and I am trying to establish a baseline. Currently, I select a single test…
-
ANT task for codewizard
Hi, I would like to integrate codewizard in my ANT task other than with the "exec". Does anybody know an existing script doing that? THX in advance for your help.
-
rules applied by default by code wizard
Hi all, I am currently integrating Codewizard in my company mmiddleware and I could not find the configuration file where the rules applied are defined except the file .psrc where all the users rules are defined. I am more precisely looking for the rules Effective C++ Items, More Effective C++ Items, Meyers-Klaus Items and…
-
Path persistence for Import Test By Reference
I've been using import tests by reference. None of the tests I import are in the same directory as the test I am working on (or a subdirectory). I would prefer not to have to make hard links (or soft links) to these tests but here's what happens: 1. Take an existing test (#1) 2. Remove some set of tests and recreate them…
-
Python api documentation
Is there any documentation for the python libraries soaptest.api and com.parasoft.api?
-
CodeWizard Installation problem
CodeWizard Installation failedHi all, I have downloaded and installed CodeWizard, but it failed to start it. Do I need to set up some files before run the srcipt? I am running HP-UX 11.00 (PA). The following is the error message displayed:…
-
Clarification on Pre, Post nodes - Unit Testing
How to use themHi, I am unable to completely understand the Pre, Post and the OutCome Conditions in .TEST -Unit Testing I have a method which does not take any parameters nor return any parameters. The method when called , uses a public variable and performs some manipulations to the variable so that the value of the…
-
Possible Violations ?
Hi, I noticed that most of the errors that Webking generates of the severity type "Possible Violations" or "Possible Severe Violations" are just warnings. Further, they all seem to be warnings of JSP or HTML errors(like a missing header in a table for example), rather than accessibility errors. Any clarification on this…
-
Static Analysis with *.jar and *.zip files ?
Hi, Is there a way of performing static analysis with jar and zip files that contain jsp files ?
-
Updating a Webking Project from the command line
Hi, How can one remove/add files to a project from the command line ? Thanks
-
Custom Link Check
I am having trouble running link checker on some documentation. The problem is the software that is providing the documentation has it's own version of a 404 error. Instead of actually throwing a 404 error it just displays it's own "broken link" page with some text on it. The page is not an actual url however. It is just a…