Your e-Business Quality Partner eValid™ -- Automated Web Quality Solution
Browser-Based, Client-Side, Functional Testing & Validation,
Load & Performance Tuning, Page Timing, Website Analysis,
and Rich Internet Application Monitoring.

eValid -- IndexInputValue Command Processing in Playback
eValid Home

Introduction
This command is used to feed inputs of a variety of types into an object whose location is specified by the current sourceIndex.

IndexInputValue Command Description
 

KEY COMMAND SYNTAX:
Name(...)
ORIGIN EXPLANATION COMMENTS
PAGEMAP IndexInputValue wid type extra1 extra2 frame_path Edit Delivers input at the sourceIndex element, assuming that the element is able to accept input. No adaptive playback.

Explanation
The IndexInputValue command provides support for a variety of types of input objects that eValid records from on a web application. The parameters are as follows:

type

This must be given exactly as shown below (ALL CAPS).

extra1

Usually taken from PageMap data.

extra2

Must be as specified, or for SELECT-MULT a list of indexes to be selected.

TEXT property value assigned must be blank: ""
TEXTAREA property value assigned must be blank: ""
BUTTON property value assigned must be blank: ""
HIDDEN property value assigned must be blank: ""
HIDDEN property value assigned must be blank: ""
RADIO property value assigned The string "TRUE" or "FALSE" (Checked or not)
CHECKBOX property value assigned The string "TRUE" or "FALSE" (Checked or not)
SELECT-ONE text of selected option The selected index, e.g. "1"
SELECT-MULT Text of all selected options, separated by ||'s.
Example: A||B||C||...
Comma-separated list of selected indexes. The options are case sensitive.

Examples