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 the significance of “action 0” in qtp?
There is one login screen,after accepting valid username and apassword, it will show the next screen. In the 2nd screen u r having 2 combo boxes, U have to select any item from these, and click OK button. After closing that, it will show the 3rd screen. If u click CANCEL button from 2nd screen it will show the first screen. Write QTP script for it???
what is the difference between Reusable action and external action?
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
what is error and fault in terms of software quality?
What are the different kinds of test steps?
what is the use of automation frame work ??(QTP)
Among all the check points what is the most important checkpoint?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
If the object property is changing very frequently, what was your approach?