How can we extract data like "Details","Result","Time" from
the 'Run Error' result generated in QTP after run time
errors are generated during a run & import the details
etc...into excel sheet
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Image Checkpoint and Bitmap Checkpoint?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
How to retrieve the property of an object in QTP?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How to convert manual test cases to automated testcases
How QTP integrate with application?
Can we select add ins in UFT during run time
In what situations QTP will not recognize the Objects?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next