-
Monitors in load testing
how do i view them?How do i view the monitors i've set while running a load test. Specifically, how do i view them at particular instances?
-
Multile Logins
HI I am tryig to run a load test for 500 users And i am having a multiple login problem, that means same user is trying to login multiple times and i dont want that. Webking documenatation says , to avoid multiple login from same user we need to unchek "Allow multiple instances" , i tried this one but , my script is…
-
Mozilla
Mozilla browser supportDoes webking provide support for Mozilla browser ?
-
Integrating alternate editor
What wild cards do I use to construct command line arguments to be passed to my editor of choice (VisualSlick Edit). I've figured out %F for the filename... what do I use for line number? Where is this documented in the documentation? The section on Editor integration doesn't say what parameter carries along the line…
-
How to extract data from a test and use it later
Hi there. I'm a newbie and i need some help with Soaptest: I need to perform a lot of tests, many of which need as input some data from the previous test. In my first test i send some information for authentication (user, password), and i receive many xml elements, one of which is 'sessionNumber'. Then, i need to use this…
-
jtest.TimeoutError?
Is this configurable?We're running into a problem where some of the code needed to build and run one of our test cases takes longer than 30 seconds, but Jtest times out with the jtest.TimeoutError error. Is this error configurable or bypassable? Thanks.
-
Jtest useful in eXtreme programming?
How do I make it useful?Question: We write all our Junit tests before actually writing the method implementations. This is following the eXtreme Programming paradigm. How can Jtest be useful in this situation? Answer: Since the method actually has to exist before the junit test (but the method body can be empty and return…
-
How to get html report from jtestcli?
-report seems only to give xml report...How can I get the jtestcli to give me an html report? -report usage seems to say only xml report is generated. And... when it finishes the tests it says, "wrote report to .xml"
-
Generating and running Unit Tests
The documentation says for the option 'Generating and Run Unit Tests' the Jtest generates Test Cases for classes without existing test classes and classes with old test classes. If i change the code and the old test cases are no longer valid, will this option overwrite the old test class with new teast cases or will it use…
-
Building on One machine to run on another with the same architecture
In order to build on one machine and run on another machine of the same architecture First the concerns for all Unix based platforms The bin and lib directories have to have been created on the run machine in the same directory tree as on the build machine. So if you were running on a Solaris machine and on your build…
-
WebKing won?t test or record my secure web app
Enable SSL: 1. Click on the ?Customize Preferences? icon on the icon toolbar 2. Select the ?Misc? tab 3. Check ?Trust all certificates? in the SSL section of the pane
-
.Test query
please check the queryHi all, What is the learning time estimated for this tool? The end output is that all manual test cases should be automated. I saw some samples from the test cases that this tool auto-generates. These test cases can only test technical robustness of the code, not its correctness. i. It means that we…
-
.Test testing tool
Querry regarding the toolHi all, Can ASP.NET be tested using this tool? We have an ASP.NET based application that uses strong design concepts. More specifically, can this tool handle deep inheritance (multiple level inheritances) of ASPX pages? We earlier evaluated ASP Unit and found that it could not. Regards, Hemachandra.
-
Exporting test configuration
to list rules used to analyze the sourceHi, I have different JTest configurations for different categories of validations (say must-have-rules, nice-to-have-rules). Once reports are generated, I would like to know which set of rules were used while analyzing the source code and generating the report. So I am wondering if…
-
XML Encryption using 3DES
can anybody tell me how to use encryption tool to send a secure soap request through the soap client I want to use 3DES to encrypt the whole message... I tried it by using the external key option but by any way it was not able to send a encrypted data.... what is the exact method....to send a encryption request thanks…
-
Does Jtest support J2ME for mobile applications?
Does Jtest support J2ME for mobile applications?
-
Forum should include Insure++ workarounds.
As a user of Insure++ I appreciate the support I get when I make a phone call. However, I would like a place(forum) I can talk to other actual users of Insure++ for possible ideas on things enherent in the design: How to debug real time programs? How to determine where the bug is if insure++ does not show it? What deep…
-
EJB Testing
How does Jtest deal with EJBs?========================================== J2EE - The How's and What's ========================================== The most popular question Jtest end-users ask is "Can I test my Ejbs?". The answer is, yes. The second most popular question end-users ask is, "How?" "Enterprise web applications,…
-
Skipping classes or resources.
How do you skip classes for testing?How do you skip class that you do not want to test in Jtest? 1. Right Click on the Project select Properties 2. From the "Properties for <project_name>" click on Parasoft. 4. Click on Scope Settings. 6. You will see "Resources to skip: " Click on "Add" button. 5. Choose the files you do…
-
I am pointing WebKing to my server log file, but
it is not parsing the entire file.Configure Server Log settings: 1. Click ?Tools | Customize Tools? from the menu bar 2. Select the ?Analyze Server Log? tool 3. Clear the ?Maximum entries? setting 4. If needed, clear the ?Maximum paths? setting
-
I access my web application via my company?s proxy
serverEnable Proxy: 1. Click on the ?Customize Preferences? icon on the icon toolbar 2. Select the ?Proxy? tab 3. Uncheck ?Use system proxy configuration? and check ?Enable proxy? 4. Enter the specific proxy information
-
How do I send my WebKing results to GRS?
Enable GRS logging: 1. Click on the ?Customize Preferences? icon on the icon toolbar 2. Select the ?GRS? tab 3. Check ?Enable GRS logging? in the SSL section of the pane 4. Enter the GRS server and port information 5. (Optional) Add any name/value attributes to the project
-
WebKing reports regression errors on my session ID
variable which I use in my dynamic app.Tell WebKing to ignore the session ID variable: 1. Select the root node in the project window pane 2. Select the ?Misc? tab 3. Add or select the variables that you want WebKing to ignore
-
Why is WebKing taking a long time to load certain
web sites?Why does it take WebKing a long time to load certain websites? Change the project?s HTTP Configuration: 1. Select the root node in the project window pane: 2. Click on the ?HTTP? button to the right of the ?Web Server? field 3. For the ?Default Pages? field, type ?*?, click ok
-
How do I use scripts to send random numeric values
as part of the SOAP request? Select the SOAP Client node you would like to configure. In the Parameters section of the right GUI panel, select Method from the Value drop-down menu. Click the User Method Properties button. The User Method Properties dialog box displays. Enter the following script in the Text box. # Creates…
-
How can I use a parameter from the SOAP response
as a parameter in a SOAP request? For example, Test 1 logs in to a service with a UserId and receives a sessionId. You can configure Test 2 to use the sessionId to perform transactions. To configure these tests: Clear the Deserialize Response checkbox in the SOAP Client panel of Test 1. Right-click the Test 1 node from the…
-
How do I perform basic authentication
in a SOAP Client? Select the SOAP Client node you would like to authenticate. Click the Transport Properties button in the SOAP Client panel. The Edit HTTP Properties dialog box displays. Click the Perform Authentication check box and make sure the Authentication Type is set to Basic. Enter the Username and Password and…
-
Can I still parameterize the Diff tool after I
create multiple regression controls?Yes, you can still parameterize the Diff tool. Just click on the Diff node and select Form XML from the Mode drop-down menu.
-
How do I diff an incoming SOAP response?
Ensure that the Deserialize Response check box is not selected in the SOAP Client. Right-click the SOAP Client node and select Add Output> Response> SOAP Envelope> New Output> Diff from the shortcut menu. An XML Response> Diff node displays in the test suite tree. Select the Response SOAP Envelope> Diff node in the test…
-
What if I have more than one Excel File?
I would like to use in a SOAP Client? Add the extra Excel files into SOAPtest as data sources. Add an Aggregate data source by completing the following: * Right-click the root Project tree node. * Choose Add New Data Source from the shortcut menu. * (Optional) Change the data source label in the Name field of the Data…
-
How do I use a data source in a SOAP Client?
Select the desired SOAP Client node from the test suite tree. Choose the appropriate data source from the Data Source drop-down menu in the right GUI panel. Note: The Data Source combo box will not display unless a data source was previously added to the test suite. If there is only one data source available, the SOAP…
-
How do I use an Excel Spreadsheet as a data source
Right-click the root Project tree node. Choose Add Data Source from the shortcut menu. (Optional) Change the data source label in the Name field of the Data Source panel. Choose Excel Spreadsheet from the Type box. (Optional) Use the Rows controls to indicate the range of rows you want to use and whether the rows can be…
-
How to import classes into a current or new proj?
Importing a class to a current project. 1. Right click on a Project that you will like to import a class. 2. select Import 3. From the Import window select File System click on Next 4. Browse to the directory which contains the class that you would like to import. 5. You will see the directory on the left frame and on the…
-
How do I clear all the Jtest errors from the views
Press the red 'X' on the Jtest Errors Found View. This will clear all the errors.
-
Different workspace during launch of Jtest
How to specify it.Jtest can be configured to use a different workspace by passing the -data tag to the Jtest executable. For example, • Windows: jtestcli.exe -data %WORKSPACE_DIR% -resource resource_to_test -config "team://Team Configuration" -publish -localsettings acme_policy.settings • UNIX: jtestcli -data…