-
Number of Tables in a Script
By default, how many number of tables would be there in a script?a) Oneb) Twoc) Threed) Four
-
Loading Function Library
How to load function library at run time without adding it in the resource tab of settings?
-
Modular Framework
What is Modular Framework?
-
QTP Window Objects
Name 4 window objects used in QTP
-
Environment Variable
Give example to assign and fetch value from environment variable.
-
Control Iteration
How will you control iteration of an action?
-
QTP Question - Actions
When you have a single action and split into multiple action within a test they become new independent actions. The question is will these actions stay with test or can they be moved or just copied to another tests???
-
Closing 1 excel when multiple instances of excel are open during runtime in QTP
I have written a VB script to batch run the QTP scripts. My VB script takes input from the "ControlFile" excel to get the name of the test script to open and execute in QTP. So I need to keep this "ControlFile" excel open throughout the execution of all the scripts in the batch. The problem is my scripts open some excel for comparison and when they are closed with appexcel.Quit, even my "ControlFile"...
-
How to export the contents of a combo box to the table?
I want to export the contents of a combo box to the data table so that i can parametrize the test using the data present in the combo box.
Thanks in advance
Roli -
VB Script
If var="a1bc23"->separate this string into two strings like, abc, 123
How to handle capturescrrenshot in different browsers at a time in SELENIUM
Example: We verify one email and password is valid or not.? If user is invalid take screenshot.
This task is verify in different browser at a time..
How to find the particular word in text file and how to split and capture total line of the founded word using vb scripting?
normally has many webtable and we can extract a lot of information using webtable methods in QTP.In this post we will discuss various methods by which we can used for webtable object. HyperLink and click the link and the password is 1234 to get the page .
here i want find the HyperLink and password.
my output should like :....Name change dynamically
While trying to pass the pageName dynamically, Why the below code does not work?
Browser("Browser").Navigate linkURL
pageName = Browser("Browser").Page("micclass:=Page").GetROproperty( "title" )
Browser("Browser").Page(pageName).WebEdit("Write something...").set(msg)
Browser("Browser").Page(pageName).WebButton("Post").Click
Add Data Table
How many times we can add data table in a Specific test in UFT?
Give one example where you have used Regular Expression?
While validating 'Date format' .
Ans