-
Jtest Report Options - What are they?
After running a test using Jest 6, and I press the "Report" button, there is a Report options button. It is looking for a .properties file. I could not locate the description of this file in the online JTest 6 Help documentation and assume differences from a configuration.properties file. Question: What is the content of…
-
How to ignore dynamic elements such as dates and
sessionID during path creation.When recording a functionality test using a browser, there are three options: 1. Create and Auto-configure Functionality Tests 2. Create Functionality tests 3. Record Only If you choose the first option, it will record the version that the user browsed through. Then it will go through that…
-
How to run WebKing in commandline mode
Webking can be run from the command line with an argument of ?-cmd? following the wk.exe in command line. For example, go to command prompt under windows. Then go to the directory which webking was installed. Then type ?wk.exe ?cmd?, that will force webking to execute in command line mode. With command line, one can use…
-
Why can I only have 1000 Virtual Users?
When the amount of users rises over a certain limit, the performance of the computer, and all the runs, begins to dimish greatly. WebKing gets around this problem by distributing the load over several computers on the network. WebKing can be run as a Load Test Server on several machines. With these Load Test Servers,…
-
Why are popups not being recorded?
WebKing uses Internet Explorer while recording paths. If Internet Explorer has popup blocker turned on, then the popups will not happen in the browser while you are recording, and WebKing will not record them to replay later. The same thing will also happen if your browser has a toolbar installed that has a popup blocker…
-
How do I use paths while Load Testing?
* 1. Right-click on the "Virtual User Profiles" folder in the Load Testing window and click "New Profile" * 2. Select the "Name" textbox at the top of the profile window and change to name to something descriptive. * 3. In the New Profile select the button "Fixed Path". A new tab should appear with a list of the paths in…
-
How do I download the latest WebKing updates.
How to Update WebKing Between Releases WebKing updates are organized into Service Packs. Service Pack Downloads and Instructions are available from WebKing Resources Page. Be sure your version of WebKing coressponds to correct the Service Pack. If you have any questions about Service Packs please email WebKing Support at:…
-
Understanding Load Test Report Terms
The following are terms used in load test reporting Requests: The number of total number of requests for each page. Successful hits: The number of successful hits. WebKing defines successful hits as hits that resulted in an HTTP status code below 400; it defines unsuccessful hits as hits that resulted in an HTTP status…
-
Getting summaries from programs that don't exit
If you have a program that runs perpetually i.e client/server application daemon, service or something similar to any of these. You will typically not get a summary from insure because insure does not create the summaries until after exit has been called. There are couple of things that can be done about this 1. you can…
-
How to know my server crashed during load test
There are several cues from the load test reports that could indicate a server crash during load test. One is if the histogram shows positive number of requests for only a fraction of the set period, which could mean that the server went down after the shown period. Another place to look at is the Check Link report. That…
-
About SIGSEGV segmentation fault
seg fault when compiling with insureWhen running my program it gives a segmentation fault if it is compiled with insure, but if not compiled with insure, it doesn't. The only change between the Insure build and the non-Insure build is the word "insure" before the g++ statement. If it's a genuine seg fault scenario, can you…
-
Getting an assertion failure when instrumenting takes a large amount of memory
The application I am instrumenting allocates large amounts of memory, so much that it exceeds the default 256M heap limit imposed by AIX 5's libc, so I have to compile the application with -Wl,-bmaxdata:0x80000000. When running under insure, the program runs for a while and allocates approx 168M before it crashes with the…
-
* How to return valid xml to an xml databank from JS
Using a Javascript method, how do I return valid XML to a chained XML Data Bank? Attempting to return a string value from Javascript results in: Tool "XML Data Bank" did not accept output from method "Method" Can this be done within the JavaScript method AND/OR in the UI through a chained tool? Python allows the use of:…
-
Insra redirection to another machine
We are using insure-compiled binaries on various embedded products (real target x86 machines and simulated targets using User-Mode Linux). Insure works fine using stdout or a file as argument to insure++.reportfile. The target machines does not have any xserver, so its not possible to run insra on the target. Is it…
-
webking
new base project url same regressionI have a project setup (http://xxx.xxxx.com) now with regression tests and test setup. I now have a new project to test with the only difference is the base URL (http://yyy.yyyy.com) all regression and test are the same. Is there a way migrate my test to the new URL with out starting…
-
How to merge report file
How to merge report fileHello, I'm using Jtest 6.0 on a linux server. When I run jtest with the command line from ANT, it happens that JTest jams. I followed a Jtest training and the teacher told me to separate jtest operations: coding check, generation and execution. The 3 separated operations work fine but the html…
-
webking 50 ---- wk.exe
wekking command line executeHow would I run webking from the command line. I have a project with regression tests that I would like to run from the comman line Create a report, save the report and email it. Is this possible ?
-
Download codewizard
Where can I download Codewizard? On the Parasoft download area I cannot find codewizard. Does that mean that it is not any longer supported?
-
How to manage testing
Among multiple developers using WebKingHere are some practices to ease testing with a number of developers using WebKing: 1) Make use of comments, notes and names: Many elements in WebKing allow you to add comments, notes and set their names. For example, make sure to comment paths to show what they do in the web…
-
Validating Web-based .nsf files locally
I am currently using WebKing with IBM build to validate Lotus Domino files (.nsf) in order to see if it meets GWA standards. I can't figure out how to integrate it to a project and start performing tests to it locally. help?
-
IIS and Integrated Security
I'm trying to test a web site that is running on IIS 6.0 and using Integrated Windows Authentication. The web site works fine with IE 4.x or better. I create a new project pointing to the home page. Webking asks for the Connection user and password. I enter the correct username and password and get - {Username: "colin" / }…
-
Regression test exceptions
How to skip certain parts of codeHi, I have no previous experience with WebKind and perhaps my question is not an issue to a savvy user. I noticed that when WK is run it picks such things like dynamically selected dates in drop-down menues and such. Since I know for sure that this is not an error or even a code…
-
Can I perform security testing with WebKing?
Yes, security testing is now available in WebKing 5.0. It requires WebKing Security edition as well as an optional security license. Using WebKing's security testing functionality, you can automate security static analysis and penetration testing to determine whether your Web application is vulnerable to the most common…
-
Struts
Hi All, please can any one let me know how to test Struts in Jtest, also i wanted to know is there any builtin rules in jtest for testing Struts. I am using Jtest6.0 version.
-
Using rpath on executable link with Insure++
use of rpath in executablesrpath on .so and executables Insure++ Version 7.0.1 (build 2004-10-30) Linux 2.4.20-8, RH9 gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) I am trying to build an application which uses .so and includes an rpath in the link. The flags in question are -Wl,-rpath . -Wl,-rpath ../lib . When insure…
-
RuleWizard question
static variable detection in RuleWizardHi... Is there a way to detect a static variable in RuleWizard? I want a different naming convention for global variables which are static & non-static... Thanks, Ori.
-
How do I use Jtest Configurations with jtestcli?
Typically, jtestcli invocations follow this pattern:* Windows: jtestcli.exe -data %WORKSPACE_DIR% -resource resource_to_test | property_file -config %CONFIG_URL% -report %REPORT_FILE% * UNIX: jtestcli -data %WORKSPACE_DIR% -resource resource_to_test | property_file -config %CONFIG_URL% -report %REPORT_FILE% [/list] -config…
-
How does Jtest work across a team?
Jtest is a fully team-oriented Java development solution. The optimal Jtest team configuration is to have one Jtest Server Edition on the team build machine, a Professional Edition of Jtest on every developer workstation, one Jtest Architect Edition on the architect's machine, and one installation of Team Configuration…
-
What coding standard rules does Jtest check?
Jtest has a total of 700+ development rules developed by Java gurus such as Sun Microsystems, Scott Ambler, and Joshua Bloch, plus rules from popular open source coding standards tools (CheckStyle, PMD, FindBugs, etc.). To help users determine which rules to comply with, rules are categorized by topic (for instance,…
-
Does Jtest generate standard JUnit test cases?
Yes, Jtest automatically generates standard JUnit test cases and allows you to extend/modify these test cases in the standard JUnit manner, with real Java code. Additionally, it gives you the option of adding more test cases graphically (using a graphical object editor and a graphical test case editor with data source and…
-
Does Jtest work with Ant?
Yes. The Jtest command line interface (jtestcli) works with Ant to help Jtest users further standardize and streamline the testing process. By extending Ant using sample or custom Jtest build files, you can integrate Jtest testing into an automated compilation/build process. Because Ant is so extensible, it can assimilate…
-
webking
test coverageNeed a way to know what my test coverage is with WebKing
-
My path has links whose text is changing
How can I click it?One solution to this problem is to create a Javascript node in your path at the point where the link appears: 1) Right-click the node in the path that loads the page with the link you want to click and choose "Add javascript test" 2) In the window that pops up, click "New" 3) Make sure sure your target…
-
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…