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…
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 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
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"…
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,…
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…
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…
I am using WebTest in SOAtest 6.1. I am running multiple test suites at one time and every time one suite is finished, I like to close the IE or Firefox browser completely before the next suite starts. How can I do that? Do I need to write a script to complete this task? Thanks.
Hello, Currently, I have a problem with message report, which I need to send this English report to some French knowing group, So how can I translate these English message to Frencch and where can I find these message files? Here is an instance, the results message shows:" V <IMG>: Height and width should be defined with…
Performs next action without completely populating the textareaHi, I've recorded a path and generated JUnit testcases using WebKing. Now I'm modifying these JUnit testcases using the WebKing API. Problem Descripotion On my webpage there is a textarea and a Save button. My requirement is to populate this textarea with the…
It looks like you're new here. Sign in or register to get started.