
Master the fundamentals of vb script: declare variables, use variant, explore memory locations and data types, and use input box and message box with option explicit and comments.
Learn how to use VBScript inbuilt functions, including arrays with LBound and UBound, Split, Len, and Trim, and apply them to declare, index, iterate, and compare values.
Explore vbscript conditional statements, including if else, for, select case, and looping. Learn how true or false conditions drive execution, with nested conditionals and equality messages.
Explore the VBScript for loop syntax, using for i = 1 to 10 step 2, display values with a message box, and observe loop termination.
Learn how to use select case in VBScript, prompt for a first name via an input box, and handle matched and default cases to determine an employee salary.
In this Vedio, we will be looking at following things:-
1.From where to download the UFT Setup
2.How to install the UFT
3.Important thinks to keep in mind while installing UFT.
Navigate the HP UFT user interface, explore menu options, solution explorer, and object repository manager, and learn ALM integration, test execution, and key settings.
In this vedio, we will see the brief introduction of the application that we will be using for Automation.
Learn to open windows and web applications with systemutil.run and invokeapp commands in hp qtp/uft, including notepad, excel, chrome, ie, and navigating to websites.
In this vedio we will go through various types of UI controls, How UFT understands them and what are the important operations related to them.
Configure record and run settings before recording, choosing web or Windows based options to open the browser or applications automatically.
Discover HP UFT first record and play: start recording, perform login steps with username and password, stop, and run the generated script to verify playback and the object repository.
In this vedio, we will be looking at various real time issues related to object identification and how they can be resolved.
Identify and resolve object identification issues in HP UFT by loading the correct add-ins, ensuring the application is opened properly, and configuring recording settings to identify a single application instance.
Learn how HP UFT object repositories store objects with properties and values, and how to add objects manually or by recording, plus the local versus shared repositories.
Learn how to create and manage a local object repository in HP QTP/UFT with VBScript, including adding objects manually or from objects, highlighting, updating properties, and organizing objects across actions.
Learn how to create and share a shared object repository in HP QTP/UFT with VBScript, manage objects across tests, and automate flight booking and editing.
HP UFT object identification starts with mandatory properties, then adds assisted properties to uniquely identify objects at runtime. If needed, it uses Smart ID or ordinal identifiers to resolve ambiguities.
Explore how HP UFT ordinal identifiers classify objects by index, location, and creation time, detailing how creation time works for web apps and why unique properties matter.
Discover how new actions in HP QTP/UFT with VBScript partition tests into two logical units, enabling modular, reusable or non-reusable actions for flight booking scenarios.
Learn to use the existing action to call reusable login and flight-detail steps within tests, preserving independence, with non-editable existing actions updated only from their source and linked test.
Discover copy of action in qtp/uft with vbscript: create an editable duplicate of a call action, enabling independent edits and mixing local and external actions within a test.
Explore function library basics in QTP/UFT with VBScript: define reusable functions, create and attach a function library to tests, and organize libraries by formats and functional areas.
Explore implementing test automation in HP QTP/UFT with VBScript by building a function library that handles login, flight selection, passenger entry, order, and logout using a shared object repository.
Explore how data tables drive automated testing in qtp/uft with vbscript by using global and local data tables to read, write, and loop data across actions.
Learn datatable runtime settings in qtp/uft with VBScript, including running across all data rows or a single iteration, and reading and writing data using for loops and current rule context.
Understand design time deductible and runtime deductible in qtp/uft with vbscript, using a data table to save column values and reproduce them during test execution.
Import test data from Excel into the data table and export back to Excel using import, import sheet, export, and export sheet options, with the first row mapping to columns.
Learn how to parametrize tests using variables to drive data in qtp/uft with vbscript. Explore data-driven approaches with data tables and excel sheets, and master variable naming and value passing.
Parametrize tests with data tables in vbscript, reading user data and flight details from a data table or excel. Clean inputs with trim and loop through rows for data-driven bookings.
Parametrize tests by importing excel data into data tables, then execute selected rows and export results to a sheet, enabling controlled, data-driven test execution in vbscript with qtp/uft.
Learn the normal (default) recording mode in HP QTP/UFT with VBScript, start recording with the red button or F6, switch recording boards, and capture coordinates and object properties.
Explore low-level recording to capture clicks at exact coordinates when standard controls are not recognized, and understand its difference from object-based recording.
learn how insight recording captures clicks and objects in hp qtp/uft with vbscript, edit and rename captured objects, and compare inside versus low-level recording for more reliable automation scripts.
In these videos you will learn about a functional regression testing tool by HP Company named as HP UFT i.e HP Unified Functional Testing . Previously known as HP QTP i.e Quick Test Professional.
14.02 version of the tool is used to make the vedios and that is currently the latest verion in market.
This course is designed in such a fashon that after going through all the vedios the participants will not just have the complete understanding of the tool but also will be interview ready.
The magical part in this couse is that, maximum portion of this course is in Q&A format, where we will discuss very basic to abvance level concepts. The participants will learn what kind of questions are asked in interview and will be able to perform much better in the interviews
We will be discussing 100+ questions about vbscript, UFT and at the same time will go through all the important concepts.
We will also be looking at how to create the automation framework from scratch.
Towards the end of course we will be discussion how to design the framework and various kinds of frameworks.
Note : API Automation testing will not be covered in this video series