-
Testing Web Pages in a specific Order
I am testing a web site that has a Public and a Customer pesonality. It changes menus, pages available etc depending on if the user has run the logon page. If they haven't then it assumes they are a Public user. To do the Customer personality I need Webking to Run the Logon page at the start of Static Analysis,…
-
How do I get rid of the error
Error occured during initial. of VMThis VM failure sometimes happens on machines with large amounts of memory, usually over 3 gigs. To fix this, we will need to pass an argument to SOAPtest to change the amount of memory allocated to the JVM in which SOAPtest runs. You will need to find out how much memory is available on…
-
Testing .java and .class files
How can we test .java/.class filesDear all, Is their a way to test a J2EE based appication (.class/.java) file with the help of BPELMaestro or Is their a way to integrate JTest with BPELMaestro? A quick responce will be highly appreciated. Regards,
-
wegking latest release (mar)
Penetration testingnotice when adding new paths, a new listing, "Penetration testing" click on it and created a bunch of test cases --- is this doc somewhere that I can read able these tests
-
Virtual Termial Forms changes/updates
Webking regressionMy VirtualTermialForm has change --- durning regression testing I am getting an error Invalid path:Cannot find matching form>Number of of form elements has changed. How do I update my VirtualTermialForms elements --- found something in the doc about TAB- Event were there might be a update icon/button ,…
-
Regressions after adding new functionality
I have a regression tests set up in WebKing and, in particular lines on a page, I must use ignores (because they are randomly generated). Now, in a new version of my app I've added a couple of new lines to increase functionality. Now I want to include those lines into WebKing's regression paths so it won't generate…
-
Code Wizard Problem
Unable to run code wizard for SymbianHi All, I have been using codewizard V4.3 with quite a few problems. I have tried analyzing the Symbian EKA2 C++ code, using code wizard on Microsoft Visual C++. But it gives some errors in the system header files that are not apart of the code I am trying to run. I would like to know…
-
Querstion on Insure++ suppression
Problem: When testing his application I get lots of errors reported from libXt.so library (one of X Window System graphical libraries, I'm on Linux). There are so many of these messages that I have hard time sifting through them to find the errors reported in my code. Question: Is there a way to suppress violations/errors…
-
webking regression testing
I have path regression tests with data input from an excel spreadsheet with 39 rows of input data. I see the data being inputed in the form durning load testing. How do I run a regression test with all the data being used? tab "Paths" Tools>Test Functionality only inputs the first row for the regression test
-
What do I do about "error LNK2011"?
The short answer: turn pch off. The warning: Some projects fail to build when you turn pch off. The longer answer: One can not mix the use of instrumented and uninstrumented precompiled headers in the compilations of object files destined to become part of a single executable. If instrumented and uninstrumented precompiled…
-
My project doesn't build when I turn pch off
Sometimes a project that uses precompiled headers fails to compile or link under Insure++. For such projects, it is sometimes necessary to turn pch off when instrumenting your code with Insure++. However, some projects will only build if PCH is turned on. Such projects are broken. They are usually just poorly configured…
-
Turning off suppressed messages
I want nothing suppressed I have tried removing every reference to suppressed in all .psrc files but things are still suppressed How do I see everything? thanks josh siegel
-
Bad PCH usage detected
Pre-compiled headersWARNING: Bad PCH usage detected, .\MyFile.cpp will not be instrumented. This error is caused by the use of pre-compiled headers in a Microsoft VS build. The use of PCH interferes with Insure++'s ability to properly instrument your code so this warning message is shown. To solve it you simply need to…
-
How do I debug a COM object with Insure++?
COM objects are always run in some process. Often, you will know if a COM object is "in process" or "out of process". Either way, the COM object is in some process, and that process must be debugged with InsureSpy.exe, inject.exe, or Visual Studio through clicking on the "Insure++ Debug" button. You cannot attach to a…
-
Log does not include detailed information frome execution
hello i am new to insure++. i read through the manual and i believe i compiled my source correctly. but the log files are not showing the informations that i am looking for. following contents are from the log files: MEMORY LEAK SUMMARY =================== 53 outstanding memory references for 1260 bytes (1K). Leaks…
-
partnerlinktype, porttype and targetnamespace
i wish to build a project in maestro. of which i have attached a sequence diagram. i have deployed these services in axis. of which i have got wsdl files. http://127.0.0.1:8080/axis/services/Buyer?wsdl http://127.0.0.1:8080/axis/services/Supplier1?wsdl http://127.0.0.1:8080/axis/services/Supplier2?wsdl…
-
Testing Abstract and Interface classes
Does Jtest test Abstract and Interfaces?YES. Coding standards is performed on Abstract and Interface classes. And Unit Testing is performed as following: Abstract classes are tested by making an anonymous class that extends it and implements the abstract methods Interfaces are tested by just loading the class so static…
-
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…