Hi,
I am trying to automate the web application for generating
Reports.I am facing issue with IE while running the script.
After 4 report IE crashes.I am using QTP 9.5 with IE
version 7.
Can anubody give me solution for this issue.
Thanks in advance-Jyotsna
No Answer is Posted For this Question
Be the First to Post Answer
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........
What does SPLIT and JOIN commands do in Vbscript?
6 Answers Ordain Solutions, UBC,
Explain the Load testing process?
How to handle Run-time errors?
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
How many test scripts are prapare in ur project(HeathCare Insurance).
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
How to make arguments optional in a function?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
How to count the no of objects in XML file(QTP)