UFT Class 20

UFT Class 20 (Overview on VBScript) I) Introducing VBScript Visual Basic Scripting Edition > VBScript was launched in 1997 > Vendor: Microsoft > VbScript derived from VB Programming language > VBScript not a case sensitive language Ex: Dim a A = 100 Msgbox a ‘100 > VBScript ignores extra spaces Ex: Dim a a = … Read more

UFT Class 19

UFT Class 19 (Inserting Checkpoints Part-2, Inserting Output values) Inserting Checkpoints Part-2 (9) File content checkpoint It checks content of a flat file 10) Page checkpoint It checks number of Links, number of images of a webpage and creating time of the page. 11) Image checkpoint It checks image object properties 12) Table Checkpoint It … Read more

UFT Class 18

UFT Class 18 (Inserting Checkpoints Part -1) UFT Test Process Enhancing Tests Inserting Checkpoints What is Checkpoint? It is a verification point, takes expected result from the User(Tester), compares with actual Results and provides Test Result. Types of Checkpoints (9 + 3) 1) Standard Checkpoint It checks object properties values. 2) Text Checkpoint It checks … Read more

UFT Class 17

UFT Class 17 (Synchronization, Checkpoints Part-1) Synchronization UFT with AUT What is Synchronization? UFT AUT It is a process of matching the speeds of UFT tool and AUT, in order to get proper execution and Result. Why Synchronization? During Test execution UFT gives instructions one by one with same speed, but AUT takes less time … Read more

UFT Class 16

UFT Class 16 (Environment Variables) What are Environment Variables? They are global variables depends on operating system environment. Purpose of Environment Variables Centralized Maintenance of Variables Tests portability ————————————————– Note 1: Whenever we want to use any variable in multiple Tests then choose Environment variables. Note 2: Whenever you want use any variable in a … Read more

UFT Class 15

UFT Class 15 (Actions in UFT) Actions What is Action? Test- One or more actions to perform operations Action – Set of statements or steps to perform operations Statement/step – a minimal executable unit Note: One test may have one or more actions One statement / step may have one or more lines and vice versa … Read more

Java Modifiers

Java Modifiers Modifiers are keywords that we add to those definitions to change their meanings. There are Two types of modifiers in Java. a) Access Modifiers b) Non-access Modifiers ——————— a) Access Modifiers There are 4 types of modifiers in Java. we use access modifiers to define access control for classes, methods and variables etc… … Read more

Java Environment Setup

Java Environment Setup A) Java Environment Setup > Download Java (JDK) and Install > Set Environment Variable (Path variable) How to set Path Environment Variable (For Windows 7): Select Computer icon on Desktop and Right click > Properties > Advanced System Settings > Environment Variables > Select New in System Variables > Enter Variable as … Read more

UFT Class 14

UFT Class 14 (Parameterization Part 2 – Parameterization using Data Table Parameters) 3) Using Data Table Parameters What is Data Table? It is an integrated spread sheet for Data related operations How to launch: View -> Data > Data Table has 2 types of sheets a) Global sheet b) Actions sheets (Local sheets) > Data … Read more