Automation Concepts in QTP and Selenium .
Blog to understand automation concepts in QTP, Selenium Webdriver and Manual Testing concepts
Showing posts with label
QTP
.
Show all posts
Showing posts with label
QTP
.
Show all posts
Environment variable in UFT : 10 Key points
›
1. Definition - Environment variables are variables used across QTP Scripts/ all actions in a script/recovery scenario/function libraries ...
2 comments:
Properties for object identification in QTP
›
QTP learns the properties of test objects to uniquely identify the object at run time. There are predefined set of properties for object c...
List of Regular Expression for UFT/QTP
›
Regular expression are used to match input text with the pattern provided by regular expression engine. A pattern consists of one or more...
Types of Environment variables in QTP / UFT
›
Below are the types of environment variables in QTP 1) Built-in - Used to extract test specific and machine/OS information. E.g Actio...
Simulating Keyboard and mouse operations in UFT using settings.replay type
›
In QTP, We can replicate device events, i.e keyboard and mouse operation using the below line of code. Setting.WebPackage("ReplayTy...
Renaming all/specific subfolders in a folder using vbscript FSO
›
In this post, how to rename all the subfolders in a folder using vbscript is explained Renaming all sub folders in a folder removing spa...
To view or not the test results in UFT
›
Once a test is executed in QTP/UFT, test results are displayed. UFT provides us the option to view the test results once the test executio...
2 comments:
Sorting excel data multiple times based on column Name using VBScript
›
''Input Information - Workbook file Name with path ''WorkSheet Name '' Provide the sort criteria based on which...
Manipulating and working with Word document using vbscript in QTP
›
In this article, we will discuss how to manipulate microsoft word document using QTP and VBScript. Learning working with microsoft word can...
3 comments:
All about working with browser object in QTP
›
This article discusses some useful code snippets working with browser object in QTP and useful tips while working with browser in QTP . ...
Working with add-ins in UFT/ QTP
›
QTP add-ins helps to identify objects in a variety of development environments. For e.g. if we require to create tests for an application...
›
Home
View web version