How vl i prioritize the actions when i have 10 actions A1,
A2, A3......A10. I want to run action as follows A1,A5,A6
and A10. How i can do it. Thanks in Advance to u.
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?)
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user
interface)
2. wat is the meaning of Keyword in keyword driven frame
work?
3. how u will handle the unknown errors while exucution.
(not recovery scenario)
What is the Major difference between QTP ; LoadRunner?
If u want to test an
1. erp module which automation tool you would prefer and
why? and
2. for web application, which tool and why?
Hi I have created a table in the MS access database. I want
to access the table in this database through QTP. The code
is given below. The code is not working.The following error
is displayed "Data source name not found and no default
driver specified". Any one can correct the code. Thanks in
advance.
Dim dbconnection, rs
Dim ca, sname
Set dbconnection = createobject("ADODB.Connection")
Set rs = createobject("ADODB.Recordset")
dbconnection.open "DSN = MS Access Database","", ""
rs.open "select * from Research", dbconnection
rs.movefirst
If rs.EOF <> True AND rs.BOF<> True then
ca = rs("order_number")
sname = rs("customer_number")
rs.movenext
msgbox ca
msgbox sname
End If
Hi Guys,
My Application in Microsoft Dynamic Navision, is it
compitibale with QTP? if yes then let me know...
30
I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format,
and also tell me the best institute and the estimate cost
for joining the institute ib delhi NCR. Hence, if possible,
kinldy mail PDF file to my mail-ID:
kumar123.pathak@gmail.com , Regards, kumar pathak
15
How to capture dynamic values in load runner and how Each of the
captured values are to be written to a text file
(c:\temp\LoadRunner1.txt)
I am new to automation testing.I am learning QTP 9.2.my
question is how to install the defferent addins(other than
Default Addins) is there any defference in QTP after
installing the Addins.where we can get the addins?
QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY
COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT
WHAT IS THE SOLUTON
151
can anyone tell me from where i can download qtp demo or
crack version
165
Our company is having a windows client server application
developed in vb.net. so there is a treeview and i am not in
a position to record the click events in QTP. so kindly help.
Vivek
96
What is the difference between QTP and WinRunner?
Why do you choose only QTP for automation among remaing
tools like Rational robot and silk test?
Write the VBscript for any functionality in your project ?
What is the cost of QTP ?
If you entered into yahoo mail with your valid user name
then you will get FOR EXAMPLE , " welcome to krishna " on
the top of inbo page , how can you test it in QTP?
What type of testing you can do, when we gave you 5 screens
and how can you test that application?
What type of framework you are using in your company and
explain it?
Hi All,
I wanted know how does QTP identifies a DataCombo. While
recording I clicked on the data combo and selected a value
from the list. The click of Data Combo is recorded but the
selection of the value from the list is not recorded. My
application is based on VB and SQL server as the database.
Please let me know as how do I record the action of
selecting a value from a DataCombo list. The list is being
loaded from the Database Record set.
45
when will you do debug your script? and explain that
process?