I want to know what are QTP functons and what are VB script
functions. What is the difference between them.When we have
to use these functions.
66
can anyone tell me from where i can download qtp demo or
crack version
164
how interviews will be on QTP?
90
I encountered with very strange problem in qtp while
writing the script i written the code
window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open"
).Exit
this code was working fine for about 10-15 times i executed
the script but after some time qtp started giving the error
with the same code the error is "Object doesnt support this
method or function window(...).window(..)" then i modified
the code with only window"regexpwndtitle:=Open").Exit
in place of
window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open"
).Exit
now again its working fine i cannot understand what thing
is creating the problem if same code executed successfully
in starting for about 10 times then why it is giving the
error now can anyone give the reason .
105
one screen page,that contains file , browse , update and
cancel buttons.when we browse a file it should get update
otherwise it should go to previous page.write negative test
case for that.
How to execute the WR Script through QTP?
I have WinRunner script with initialization script, common
scripts, GUI AND functions. I connected WR through QTP
with "call to WinRunner" option but I am getting problem
after connecting to WinRunner i.e. showing "Do you want to
quit now" with 'yes' and 'No' message box
Hi,
is it possible for recording shortcut key during record
session? The application on which I am working is web based
application. This application has several shortcut key
associated with menu option. I have succesfully recorded all
menu option but unable to record shortcut key.
77
For Data-Driven testing can you use micro soft word document
instead of using Datatable what is your approach?
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
Why do you create a text checkpoint on a Web application?
What is the purpose of the Close method?
142
How to Upgrade or support firefox 2.0 version on QTP 9.0?
I have installed QTP 9.0 and installed firefox 2.0. But in
REcord and Run Settings, it shows firefox 1.5 in Web tab
for browser selection.
130
Want to verify notepad reports using QTP framework or any
other BV script method. Can anyone share the method to
achieve it?
Eg. Person Name is the header and the actual name is John
then how can we verify weather person name is John
how can i sent QTP results to the Html, notefile ,xl file
give me the code using g mail login page
118
What is the advantage of associating a procedure with a
test object?
80
explain structured testing? plz guys with exp. do answer
70
Is it possible to refer the same object for referring more
than one object that are of different class using the
descriptive programming approach?
Suppose my code is
'To create the object named as obj
Set obj=Description.Create()
'To define the values
obj("title").value="IE"
obj("type").value="text"
obj("html tag").value="INPUT"
'To set the value
Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz"
Can I refer the "obj" object for the three objects like
Browser,page and webedit objects?
If so how?
86
whare exactly we have to use functions and sub routain
93
How software tester can use constants and variables in
scripts?
62
What is RTM (require ment tracebulity marix) fromate?