Hi All
I am installing QTP 8.0/8.2 in my office desktop (WIN XP)
but it is not working. Inspite Installion is succesfully
done but when i open qtp from programs it opens only first
screen of add-in and after that it disappears.
But in my other computer at home (winxp) it is working fine.
Can you please give the reason, why it is not working in
office desktop.
DEEPAK SINGH
Answer Posted / abhishek
Hi Deepak,
Check out IE version you are using. QTP 8.0 doesn't support
IE 7. You need to have IE 6 to work with QTP 8.0.
Thanks,
Abhishek
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I use Call dlls in QTP ?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Explain sub procedure of vbscript.
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
Where can I find and view run-time data table?
How do you synchronization point through DP?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
What is keyword view in qtp?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How to associate shared object repository to test in qtp?
How do we handle run-time errors?
What is the difference between analog and low level recording?
What are the different types of qtp test assets and their extensions?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
what function you write to do database testing with the help of qtp?