-
latest webking version
What is the latest webking versionHi, Please let me know what is the latest Webking Version.
-
How to send binary data in a browser test during load testing
When load testing a web-based (browser) scenario, the browser is not used. Instead, Load Test sends a series of requests to simulate the result of a user action in the browser. If you need to send binary data in the browser request then you need to do some extra setup to prepare the scenario for load testing; otherwise,…
-
How to import random in jython
how to import random in jythonIn jython script, I have added: import random This immediately makes the list of Methods disappear. How do I access a random function in a Jython external tool script? You can make this happen simply by typing this into an External tool text window for language Python: from com.parasoft.api…
-
Auto generate current date/time into an XML request
I want to generate Date and Time automatically using AUTO option in FORM INPUT XML. When i use AUTO for the DATE and TIME elements, date and times are generated randomly and it is not consisyent. i.e. for each run, it is generating different Date and Time. Could anyone let me know how to get the correct date and time.…
-
How to check whether load test service is running or not in linux
Hi, Please let me know, how can I check whether parasoft load test service is running or not in a Linux machine? If it is not running how do I start the service. If the service is started, by default will it listen in the port 8189? Also if there is any document where I can look for these information please point me there.…
-
Extension tool - Return value indicates success
Hi, I have a extension tool under another extension tool. e.g. Test 1: Extension toolReturn Value -> Extension tool I have enabled the option 'Return value indicates success' for 'Return Value'. But irrespective of the return value the Test 1 always marked as success. Is this a known issue? Thank you!
-
How to start scripting in SOAtest tool...
Hi I want to learn how to use scripting in SOATest tool. Please share how to start scripting in SOATest tool(say Python). Detailed info/docs/links would be appreciated. Thanks - Gopal
-
How to install root certificate authority in SOAtest 6.x/9.x
How to install root certificate authority in SOAtest 6.x/9.xThe SOAtest Web Root Certificate Authority certificate is required for certain functional tests on HTTPS sites. SOAtest uses this certificate to sign SSL certificates that are used by functional tests to isolate and capture web traffic when recording and testing…
-
WriteFile
How to write to output fileHi, I have an issue in writing the response to an external (Some new output) file. Test Script can be written using WriteFile. But I need to write the response of all test scripts means test suite to an output file.But WriteFile is not supported for Test suite and results in WriteFile will be…
-
How to verify the Data type in SOAtest
To verify whether or not a particular element's value is an integer or string, we can use an XML assertor with a *regular expression* assertion. but in this option. If we know the length of the element's value, then we can use regular expressions. i.e. if the element contains 2 characters, i can use the regular expression…
-
LINK : fatal error LNK1000: Internal error during IncrBuildImage
If you are using vc9 (Visual Studio 2008) see a popup titled "Microsoft Incremental Linker" that says: and in Visual Studio's Output Window you see: then you should read http://support.microsoft.com/kb/948127 , and use /INCREMENTAL:NO or apply the hotfix from Microsoft. The link error is a bug in link.exe, not a bug in…
-
Command line report
Detailed report generations using command lineHello, We are using the command line utility of soatest to execute the test suites, the result generated form the command line are not detailed , the report only describes the test suite but not the individual test cases that are part of the test suit. Attached is the test…
-
Double click user action
We are recording test cases for the functional test of the application. Our application uses double click user action to make some fields on the page editable, but there is no option for the double click action in the WebKing. Is there any way we can add it? Thank you for the help.
-
IE LAN Settings changed by WebKing
Proxy Server set to 127.0.0.0:55555 loses browser IP connectivityWe have an issue with WebKing affecting Internet Explorer. Whenever Webking plays back a recorded test and opens a new IE window, it changes the LAN settings in the new window and all pre-existing IE windows. It selects Proxy Server checkbox in the Internet…
-
How to avoid "unable to create native thread" error message
Users may encounter "unable to create native thread" error message in Load Test on Windows machines. This happens due to shortage of memory in Windows server. To solve this problem, user needs to start up Load Test with higher heap memory space. Instructions on how to increase Java Heap can be found:…
-
DB tool output
I'm slightly confused about how the DB Tool outputs the results of its query. Here is my situation: On a page (html), I have a form with 5 different inputs (all are select tags). Below that is a table with a header row and then data populated into rows 1 - n by a sql query which has where clauses that are based on the form…
-
Extract a value in method
I need to generate a value in a javascript method tool to be used at a later time. Is there any way to "extract" a scripted value to some on the fly datasource? Or is there a way to declare something like a global variable. The end game here is being able to use this script generated value in a DB tool (like the…
-
Running into BAD_DECL with unknown file name
Dear Insure++ Experts, I am running into a BAD_DECL group of messages I can't interpret correctly They look like: [VNS.c:65] (Thread 0) **BAD_DECL** >> static IF_ERROR_MAP ErrorMap[MAX_RC] = Incompatible global declarations: ErrorMap Arrays have different type and dimension. Actual declaration : array of 3 elements,…
-
* Import project into workspace
Hello All, We are using soatest with hudson framework as a part of continuous build, the soatest project is checked into the subversion and hudson framework is configured to runt the soatest using the SoaTest servers in command line mode, Initially we import the project into the soatest workspace using the -import command…
-
webking not using newest saved version of script file
I have a Method test which uses a javascript file that contains my method. However, WebKing frequently does not use the most recently saved version of the file. The file is saved and closed, yet WebKing still tries to execute the script before the latest revisions - it is still failing at runtime on a line of code that i…
-
WebKing Crashes when running Static Analysis
WebKing 6.0.5 (service pack 9.1) automatically closes when running Static Analysis on an https://{servername}:22267/ type of web application. The analysis runs for a while, but does not complete and application crashes. Has anyone experienced this and what is the resolution. Alex alex.aslan@citi.com
-
Problem finding missing WAI-ARIA attributes using Webking 6.0.5 Servic
Hi, I am trying to find out all JSP pages that require "role, aria-*, ..etc" related attributes in my project. -------------------------- EX: (The following code should have aria-checked missing error..etc) <input id="form1:table1:4:table2:0:radio2" type="checkbox" name="form1:table1:4:table2:0:radio2"…
-
Strange Warning COPY_UNINIT_PTR
Using strerror(errno) in printf gives Warning Hi, we get a COPY_UNINIT_PTR warning for this piece of code: dprintf( ERRORS, "IDM -- Cannot create message queue [%s]. File %s. Key=%d\n", strerror(errno), datafile, msgkey ); The warning says: Copying uninitialized pointer: strerror(*__errno_location()) Stack trace where the…
-
Run a single test from command line
When we converted to Soatest 6.2 we chose to create our projects NOT under source control and to leave them in their original location. Now when i use the soatestcli.exe command it runs every .tst in my workspace even though i specify which test to run. My command looks like this -resource"C:\Documents and…
-
Web UI functional test mouse-over menu [Pre- 9.7]
Hi I would like to know if there is a specific way to enable object recognition/interaction with Ajax/JavaScript mouse-over menu's. SOATest is having problems with firing a click on a mouse-over menu with the default settings. Thanks in advance.
-
Any way to personalize report headings?
Need to add title to reportWe run the same tests in multiple environments and we often view the reports for each environment together. Its hard to keep track of which browser window goes with which environment. I've searched the documentation but can't figure out how to add anything to report to get a custom title out. The…
-
Find dynamically generated value in page
Hello, I am newbie in webking, looking help from you in one of case .. below is detail In my application, we have one data-entry page where user need to put the data, once he submit the date, application create on unique ID and display that id in form. I want to store that ID and in search form would like to use that Id,…
-
Subversion and SOAtest 6.2 integration
Hi I am trying to integrate Subversion with the SOATest 6.2. I am following the help under 'Team-Wide Deployment' that comes with the tool. While testing the integration i follw the steps as spefied below (from the documentation) To test the integration: 1. In the SOAtest environment, open a project that is checked out…
-
Getting PARSE_ERRORS in BOOST headers
If you are using Insure++ with a Microsoft C++ compiler and getting parse errors in BOOST header files that look like this: BOOST_PP_REPEAT_FROM_TO(1, BOOST_PP_INC(BOOST_BASE_FROM_MEMBER_MAX_ARITY), BOOST_PRIVATE_CTR_DEF, _ ) or anything containing BOOST_FUNCTION_COMMA with or without BOOST_FUNCTION_PARMS Then you are…
-
BTS Importing from Test Director
Hi We have 9509 from the life of our project since 2005. Of this number there are approximately 800 not closed. Basedon the logs, the process read all bugs from Test Director however only translated a handful, around 30+. Is there an internal filter (built into the BTS process) which selects specific bugs to import?
-
How to pass an extracted value into a referenced test suite
This topic will describe the steps to pass an extracted value into a referenced test suite (which is unmodifiable within the scope of the current test due to being a reference). Assume you have two different tests/tst files (1 MainTest.tst, 1 ReferenceTest.tst) MainTest.tst looks like this: Test Scenario: -- Test 1:…
-
What does "Cannot create Java Virtual Machine" mean?
Cannot create Java Virtual MachineThe "Cannot create Java Virtual Machine" error message is due to the Operating System on the machine not being able to allocate the amount of memory requested by the JVM. This is not an issue isolated to SOAtest but an issue that can be reproduced across any standalone Java application…
-
Test Configuration - Scope Filters for static code analysis
How to filter specific packagesHi Is there a way to filter by package names (full or partial) so that the static analysis may focus on that set of classes?
-
Checking accessibility of colour in CSS
Is it possible to check the colour combination for font and background when the style is controlled by CSS. I need to scan a page and check if the colour difference and brightness meet the accessibility standards. like the report that can be produced by Jucie Studio…
-
BTS
Importing defeatsHi Are there more Test Director columns that can be specified for the defect element other than what was documented in the concerto admin guide? There are many other columns available howevr it appears that BTS settings file has specific element names and wondering if there are more. Is there a schema for…
-
JMS subscribtion only
Is there a way to consume (not sending) from JMS topic only?Hello, I have use case in my testing where I wish to subscribe to the JMS topic and consume messages. From the options avaliable I can find only possibility to send request with JMSReplayTo header and consume from the choosen topic. Is there a way to consume only…
-
Stop LoadTest when reaching max hit count
Hi, I need to run a load test that will run until the hit count reaches 50,000. I need to analyze how long it took to reach that count and the average response time during the duration. I tried looking everywhere in SOAtest, any clues? Also, is there a way to view transaction/hit count real time during testing? Maybe some…
-
Links to test file locations
Following the paragraph "Executing Existing CppUnit Test Cases" from the C++_userguide I added test files into tests subdirectory of my project. The "Test suite file search patterns" is set to "${project_loc}/tests/*". The problem is that files in the tests directory which are linked to somewhere else are not executed.…
-
Running test executable on target device
Hello All, I have created a simple c application and test cases for that. Now i want to build test executable for that and run it on another machine through TCP/IP communication. Can anyone help me out with that as I am not able to generate test executable. Thanks
-
Information on project_loc variable
I am running VS 2008 with the integrated C++Test. Sometime when I run C++Test everything is fine, but other times, I have to remove the ${project_loc} and replace it with a hardcoded path. How and where is project_loc defined within C++Test? Not sure why it is getting overwritten or why C++Test can not recognize the…
-
Check Links use image title or longdesc instead src
Strange behavior from check links tools. On following URL : http://www.schneider-electric.com.mx/mexic.../centro_qox.xml Check links tools find 6 broken links (404 error). Let see one of them : <img title="QOX-3" alt="QOX-3" src="/images/pictures/newsletter/12dic09/1209_05_QOX-3.jpg" border="0" longdesc="QOX-3" /> The…
-
Webking reports from command line don't use UTF8
Hi, I have to scan some chinese or russian sites. To report pages' title, I've created my own rule with the following Javascript code : function ReportTitle(node, context) { var RuleContext = Packages.com.parasoft.api.RuleContext ; RuleContext = context ; RuleContext.report(node.toString()) ; return 1 ; } Then, when I…
-
Web application testing (RIA, AJAX, ...) now in SOAtest and Load Test
Parasoft's web application testing capabilities are now available with Parasoft SOAtest and Parasoft Load Test. To learn about our current web testing capabilities, see the web application testing (RIA, AJAX, ...) page and the Functional and Load Test Solution page.
-
Code Coverage other than Line Coverage
Is there an option in the parameter file that will allow for the running the code coverage to be something other than "Line Coverage", for example "Modified Condition/Decision Coverage"? If so what is the option? When running the unit tests can you have one pass of the unit tests report on all the types of coverage or do…
-
SOAP Message size it greater than allowed limit
Where is this error coming from?I'm trying to help a colleague run SOATest on a WCF web service operation, and for "big" responses, we are seeing this error in the SOATest client: SOAP Message size it greater than allowed limit [SECURITY.MSGSIZE v 1.0] This is perplexing, as the tool is actually able to get a response from…
-
Browser Data Bank -> Output
View and save extracted valuesI'm running a Web test and at the end of it I extract a value to a Browser Data Bank (Browser Content->Browser Data Bank). How can I: 1) Inspect the data bank. i.e. view the extracted values 2) Write the extracted values to a file. Thanks, Amela
-
How to run LoadTest from an Ant Script
It is very similar to running Load Test from the command line. 1) Open Load Test and go to Help > Documentation > Load Test Command Line Interface (cli) -- Follow the directions to create a script that calls the .lt file and provides specific parameters for a scenario similar to this one: CODE# # Load Test Script Commands…
-
How to Initiate LoadTest Using an ANT Script
I read the forum topic "How to run SOAtest from an Ant script" and in the similar way I tried initiating the loadtest using Ant Script. But it is not working. This is how I tried : **************** <project> <target name="TARGET_NAME"> <exec executable="c:\Progra~1\Parasoft\Load Test\6.1\lt.exe"> <arg value="-cmd"/> <arg…
-
Requirements Tracking?
What is Requirements Tracking for?Does anyone know that the Requirements Tracking panel is for in SOATest 6.1 Test Suites? Can you give some examples how and why to use it? Thanks, gozer
-
Record tab key in web browser testing
Here are the instructions to capture TAB key in web browser testing 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 Directory>/plugins/com.parasoft.xtest.libs.web_VERSION#/root/browsers/ie <SOAtest Installation…