Software Tester Job Responsibilities

Software Tester Job Responsibilities

Software Tester Job Responsibilities, Manual Testing Job Responsibilities, Selenium Job Responsibilities, UFT Job Responsibilities, Performance Testing Job Responsibilities, and Database Testing Job Responsibilities. Note: Software Tester, Test Lead Job Responsibilities may vary from One Company to another and One Project to another. Here I have provided Job Responsibilities in general orientation and by considering Industry … Read more

UFT Step by Step Tutorials

UFT Step by Step Tutorials

UFT Step by Step Tutorials, UFT Tool Fundamentals, VBScript for UFT, UFT Test Design, UFT Test Execution, and UFT Automation Framework. Micro Focus Unified Functional Testing (UFT), formerly known as QuickTest Professional (QTP), is software that provides functional and regression test automation for desktop, web and mobile software applications. UFT Step by Step Tutorials UFT … Read more

UFT Interview Questions and Answers

UFT Interview Questions and Answers

UFT Interview Questions and Answers, UFT Installation, UFT Tool Fundamentals, VBScript for UFT, and UFT Automation Framework. UFT Interview Questions and Answers 1) What is UFT Tool? HP Unified Functional Testing (UFT) is a Functional and Regression Test Tool, an upgraded version of QTP Tool. UFT = QTP + Service Tools QTP (QuickTest Professional) supports … Read more

VBScript Conditional Statements

VBScript Conditional Statements

VBScript Conditional Statements, VBScript Language Fundamentals, VBScript Control Flow, VBScript If Statement, and ‘Select Case’ statement. VBScript Conditional Statements 1. Execute a Statement when the condition is True. Syntax: If Condition Then Statement Example: Dim myDate myDate = #10/10/2010# If myDate < Date Then myDate = Date Msgbox myDate myDate = #10/10/2017# If myDate < … Read more

Selenium Vs. UFT/QTP

Selenium vs UFT

Selenium Vs UFT/QTP, Selenium is an Open source tool, UFT is a Commercial tool, Selenium supports web testing, and UFT supports Desktop & web testing. Selenium Vs UFT UFT Selenium 1. UFT is a Commercial Test Tool,  supports Functional Testing. 1. Selenium is a suite of Tools, supports Functional Testing. 2. Unified Functional Testing is … Read more

VBScript Operators

VBScript Operators

VBScript Operators, Arithmetic operators, Comparison or Relational Operators, Logical Operators, and Operator Precedence in VBScript. Operators in VBScript Operators are used to performing the mathematical, comparison, and logical operations. Categories of operators: 1. Arithmetic Operators 2. Comparison Operators 3. Logical Operators * Concatenation operators (Part of Arithmetic Operators) Operator precedence: Operator precedence is VBScript operator … Read more

VBScript Variables

VBScript Variables

VBScript Variables, Implicit Declaration of Data Types, What is VBScript Variable?, Assign Values to Variables, and Declare & Use Variables. VBScript Variables are variants, they can hold any type of data throughout the program. VBScript supports the implicit and explicit declaration of variables. Variables in VBScript 1. What is a Variable? 2. Declaration of variables … Read more

VBScript Tutorial

VBScript Tutorial

VBScript Tutorial, Environment, VBScript Syllabus, Variables, Control Flow, Functions, Automation Objects, and Write & Run VBScript Programs. VBScript began as part of the Microsoft Windows Script Technologies, launched in 1996. VBScript (“Microsoft Visual Basic Scripting Edition”) is an Active Scripting language developed by Microsoft that is modeled on Visual Basic VBScript stands for Visual Basic … Read more

Introduction to VBScript

Introduction to VBScript

Introduction to VBScript, What is VBScript?, Scripting Languages vs. Programming Languages, and VBScript Programming Fundamentals. Introduction to VBScript 1. What is VBScript? 2. Scripting Languages versus Programming Languages 3. Usage of VBScript 4. VBScript Fundamentals and Features 1. What is VBScript? Visual Basic Script (VBScript) is a component-based scripting language developed by Microsoft. It is … Read more

Test Object Model in UFT

Test Object Model in UFT

Test Object Model in UFT, UFT Tool Fundamentals, UFT Object Repositories, UFT Test Objects, Creating UFT Tests, and UFT Automation Framework. UFT/QTP Test Object Model Introduction: The Test object model is a large set of object types or classes that UFT/QTP uses to represent the objects in your application. Each test object class has a … Read more