Is it possible to run QTP scripts created in IE 6.0 in IE
7.0?
Answer Posted / ratheesh s m nair
Yes its possible to run in IE7.But u need to make some
changes when u are migrating from IE6 to IE7
Ex:In IE dialog box name "MIcrosoft Internet Explorer" but
when we are comming to IE7, the dialog window name changed
to "Windows Internet Explorer"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is qtpro? What is a quick test professional?
What are the different recording modes and how do they work?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
can any body give the banking domain concepts/links
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
can u please explain what is the exact difference between qtp8.2 and 9.0
What is the parameterization?
Is it possible to merge two object repository files in qtp?
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
Give the syntax to import/export xls into qtp.
What is checkpoints for quicktest professional (qtp)?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
When do go for loop condition in test?
How to execute a winrunner script in quicktest professional (qtp)?
How can you close the second opened browser?