Is it possible to run QTP scripts created in IE 6.0 in IE
7.0?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raj
yes but not wit other browsers(LIke netscape,mzella)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nani
Is it possible to run QTP scripts created in IE 6.0 in
Mozila or Netscape?
| Is This Answer Correct ? | 0 Yes | 2 No |
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
How to find RAM size by using QTP?
what are all the fileds present in object repository?
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
What is Virtual object wizard in QTP?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
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
using descriptive programming how to close all opend browsers?
Hi,The question is write a script for the following scenario. scenario:in a job portal i entered QTP 3yrs testing then click search button.then it displays results like Test lead bangalore (here is a checkbox). Test lead hyderabad check box so on... question is if test lead position in bangalore then checkbox shld be enabled automatically..
4 Answers Thatavarti Technologies,
In qtp, how you can exit for loop?
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)