Select Trigger Event Page
Relevant for: GUI tests and components
This page enables you to define the event type that triggers the recovery scenario, and the way in which UFTrecognizes the event.
Wizard map
The Recovery Scenario Wizard contains:
Welcome > Select Trigger Event Page > (Specify Pop-up Window Conditions Page) > (Select Object Page) > (Set Object Properties and Values Page)...
Tuesday, January 29, 2019
5:22 PM
World Business Zone
UFT Questions & Answers
No comments
Trigger Event Screen In QTP Automation Testing
The Select Trigger Event screen enables you to define the event type that triggers the recovery scenario, and the way in which QuickTest recognizes the event.
Select a type of trigger and click Next. The next screen displayed in the wizard depends on which of the following trigger types you select:
Pop-up window. QuickTest detects a pop-up window and identifies...
4:44 PM
World Business Zone
VBScript
No comments
VBScript Built-in functions use in UFT.
Abs Function: Returns the absolute value of a number.Array Function: Returns a Variant containing an array.Asc Function: Returns the ANSI character code corresponding to the first letter in a string.Atn Function: Returns the arctangent of a number.CBool Function: Returns an expression that has been converted to a Variant of subtype Boolean.CByte Function: Returns an expression that has been converted to a...
4:21 PM
World Business Zone
VBScript
No comments
QTP VB Script Built-in Functions
Types of VBScript Functionso Conversions (25)o Dates/Times (19)o Formatting Strings (4)o Input/Output (3)o Math (9)o Miscellaneous (3)o Rounding (5)o Strings (30)o Variants (8)Important Functions1) Abs FunctionReturns the absolute value of a number.Dim numnum=abs(-50.33)msgbox num2) Array FunctionReturns a variant containing an ArrayDim AA=Array("hyderabad","chennai","mumbai")msgbox A(0)ReDim A(5)A(4)="nellore"msgbox...
Subscribe to:
Posts (Atom)