QTP 10.0 is not identifying web objects for IE 8.it is
identifying like winObject.I installed HP patch
QTPWEB_00037.Still getting issue
Answer / yuvesh kumar goyal
Just do One thing. It might be possible that you have enabled Protected Mode in IE. So just Open the IE. Go to Tools>>>Internet Options>>>Security Tab>>> Uncheck(Disable) the Protected Mode checkbox
Click 'Ok'
Restart the IE. And Hurraayyyyy!!!!
It will work.
| Is This Answer Correct ? | 2 Yes | 0 No |
difference between waitProperty & Checkproperty
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If
Explain the qtp test phases.
What is keyword view?
when there is a task that gets repeated in multiple scripts what do you do in QTP?
What In-string function will do?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How to interact tool & application build in QTP?
How do you copy a value from a cell in an msexcel sheet saved on the desktop into QTP's datatable when the co-ordinates of cell are given?
Explain the Keyword View ?
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script