CreatePageUsingNonUserData Property
Description
The criteria for ignoring non-user-input data when checking for changes in data transfer for Page objects.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property CreatePageUsingNonUserData As String |
Return Value
Get--Instructs OpenText Functional Testing to ignore non-user-input data if the Get method is used to transfer data to the server.
Post--Instructs OpenText Functional Testing to ignore non-user-input data if the Post method is used to transfer data to the server.
Get Post--Instructs OpenText Functional Testing to ignore non-user-input data if either the Get or the Post methods are used to transfer data to the server.
"" (empty string)--Instructs OpenText Functional Testing not to ignore user input data transferred to the server via the Get/Post methods.
Remarks
This property is relevant only when the value of PageCreationMode is URL.
Example
See Also