i have a window , initial its name is "NEW CUSTOMER"
i have to enter the details of customer in the test object
fields and after saving the window name is automatically
changing with the customer name .
so how to identify that window after saving.
(i am using descriptive programming.)
hi i am working with vbwindow on qtp.first i am openning
qtp whenever open qtp my application not open that time
generated error like "Runtime error 0" and fatal
error:automation error how to solve this problem pls tell me
Could anyone help me for the below scenario:
i am using the descriptive programming for my account, in
which we have to generate the contract in the MS-word. when
i generate this doc, we need to click on enable macros to
continue further. but i am unable to make qtp to click on
this. if anybody faced the problem like this??? pls help to
get it resolved?
Thanks in advance
70
In QTP, If you have list of checkboxes, how can i select a
particular checkbox and delete if the checkboxes are
changing dynamically?
36
How do I lauch my test website using code from qtp in
different environmet, uat and PPTE?
55
Is QTP Supports SWT applications? If yes, can you write a
sample script for opening a new package in eclipse.
What we are looking for is to load properties of object
dynamically as for our application the global repository
will pretty huge. It will be really helpful to us if
something similar to following functions of Winrunner is
available in QTP.
#Define descriptor
auto strDesc;
#set property in the descriptor
Gui_desc_set_attr(strDesc,?Class?,?Edit?);
--- put other properties
#Add Edit box to GUI Map
Gui_add(? ?,strWindowName,strEditboxName,strDesc);
1526
Hi All, I am 4 yrs experieced in manual testing and new to
automation tool QTP. Iam trying to learn it thru online and
material i have.I am able to understand but unable to trace
out which method or function to be used where necessary in
VB Script. How come we know the functions or methods to be
used to open a window when clicking on button or so...Pls
suggest me.How can i proceed further to apt VB Script.
11
Is there any relation between Keyword Driven Framework and
Recording modes provided in QTP( whether Recording modes
are applied on keyword driven framework or not?)
How to Open FireFox using descriptive programing? If my
question is not clear, i will give an Example
To Open Internet Explorer, We use
Set IE = CreateObject(InternetExplorer.Application)
IE.Navigate "www.yahoo.com
In the same i need to open yahoo.com in firefox. Can any one
tell me what is the server name of firefox to create an object
56
How to do call a output parameter from one action to
another action??/
119
How can we conduct U-I Testing by using QTP??????
93
How do you handle multiple banners(at the top the page, the
banner is scrolling) in a web page(Dont take the name
property(regular expression))
Can any one tell me how to write a script for selecting
open option in File menu of A word document.here you have
to add objects to OR.try like that and give me the ans.i
asked this question to so many but no one knows.if any one
know the answer plz let me know
47
what testplan contents and what test strategy contents,what
is the diff b/w them