I have two actions in my QTP test and two iterations in my
DataSheet. I want to execute the Action 1 for the two
iterations only after which i want to exceute the next
Action2. How is this possible?
If a field is declared as a comp-3 field and if we want to
sort a dataset based on this field, then how will the sort
card be???
e.g- if we want to sort by a field which is defined as a
PIC X(5) then we will mention - sort fields=(1,5,ch,a).
Likewise if a field is defined as PIC S9(10)COMP-3 then in
this case how will the sort field be defined (because in
this case a sign is also involved)???
What is the broadcast address of the subnet
address172.16.8.159\25?(choose from following)
172.16.99.255
172.16.127.255
172.16.255.255
172.16.64.127
172.16.64.260
what does keyword ‘extern’ mean in a function declaration?
7
How to test back up and storage products?
31
Any one suggest me for Free ware (Opensource) Automation
tool for regression testing.
144
A product manager is analysing the sales made for each
product, he has requested a report containing data for
specific products. To do this we will create a report that
includes a prompt page that filters on specific products
within specific product subcategory and category.
153
What are the commands you'd issue to show the explain plan
for "select * from dual"?
15
I have an external link in my application say
www.xyztest.com. Today this site works on http protocal.
Tommorow it may run on https. So i cant hardcore the
protocal in the site. When a user clicks on the link how can
i know if the external site works on http or https and takes
him to that place?
I need your help in the below topic using QTP Automation
tool.
How to automate the right click of mouse on a context menu?
1)Tried low level recording which is working fine but
making use of co-ordinates.
2) Also tried changing the mouse settings and properties
using
Tools ->WebEvent RecordingConfiguration and created a
configuration file
with required mouse click events and used which did
not work.