If there r 1000 test scripts that were written. If a change
to any functionality is to be made then how can we know in
which script is this functionality existing.
While testing .net applications with QTP 9.1 in normal
recording mode, QTP records my unintentional mouse clicks
and window dragging which I don't want. But I can't stop
QTP recording those mouse clicks and window dragging. Can
somebody let me know how I can get rid of it, please !
Thanks.
Hi Friends... What you are doing in Regression Testing and
how many test cases you ran in regression testing...
suppose there is 1000 test cases is there how many test
cases again you run .. 1000 test caes r how many...
thanx in advance..
Hi we are running tests remotely from quality center and
pushing tests into qtp boxes remotely, and it does
execution but while uploading results back into quality
center it hangs in qtp box.If any one come across similar
problem, please send me details how to handle this.
Thanks
kris
how to use the regular expression for the below code--
swf("application name").swftreeview
("Treename").select"Medication;Pharmacy:56"
There is a tree view window of the folder's ie Medication-
>Pharmacy(sub folder)with 56 as count of records...The
records can be different or if no records present in the
specific folder..then it show "Paharmacy:-no records".Whe i
record at the first time .....and try to rerun the same
script with different records count say "pharmacy:800"..qtp
is not regnizing it...therefore i want to user regular
expression..but donot now how to use it and where to
use...i have tried....
swf("application name").swftreeview
("Treename").select"Medication;Pharmacy:\*"..but it s of no
use..plz help..me
140
Regular expressions.....
Actually how to use this and what is the exact syntax and
can anybody can help me out this with example.is there any
docs pls send to my mailid rvreddy82@gmail.com
I am using environment variable xml to give credenatials
for login into unix. Is there any way we cam mask the
password in the xml?
11
How can we import into Excel "Details" ,"Result" ,"Time"
parameters from within a Results Report which is generated
after a Run error when a script is executed in QTP?
Refer E.g below
Status Functionality Description RunDate
Fail Login User should be able to Login 12/3/2007
StartTime EndTime Details*
1:31:58 PM 1:32:29 PM (this one i want)
105
what QTP Options do you know?
93
what is the qtp objects?
13
Hi,All
How to change background color of a cell in excel using qtp
and that too with out using Excel Object.(I am importing
the excel sheet by using ImportSheet method)
436
There is an built in window application in
qtp9.1,i.e.Flight4.0.i want to implement the recovery
maneger on it.How can i do this?
68
how can we test the Triggers, Cursors, Indexes while doing
Database testing in DTP??
How to resume the second iteration in the QTP,, if the
error has intrupted the the second iteration.
When i use run from step it starting from the first
iteration again.
132
how can you do retesting (datadriven test) using notepad
amd by using functions
NOTE u should not use datatable methods
68
hi i have 4 yrs exp in manual and automation testing using
QTP i need sample resumes plz can u send this mail id
pbre1980@gmail.com
50
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
In keyward driven framework what will be the step for
yahoo login page ,inbox logout,plz explain in detail