Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP is not identifying Parent objects it self then how can we automate
#1
Not Solved
Hi All,

Please see my below script it is unable to identify Browser and page itself then How can I perform dropdown selections.
I have QTP 10 version. Could you please provide solution.

Code:
url = "www.ifsccodebank.com"
systemutil.Run "iexplore", url
wait(10)
If Browser("name:=IFSC code | IFSC codes*").Page("title:=IFSC code | IFSC codes*").Exist Then
     msgbox "object found"
End If

'With  Browser("name:=IFSC code | IFSC codes*").Page("title:=IFSC code | IFSC codes*")
'x = .Object.documentElement.innerText
'msgbox x
'End With

''Here returning false for
Code:
"Browser("name:=IFSC code | IFSC codes*").Page("title:=IFSC code | IFSC codes*").Exist "
as QTP unable to identify these objects.
Reply


Messages In This Thread
QTP is not identifying Parent objects it self then how can we automate - by swapna.9n9 - 12-11-2014, 04:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP is not identifying table with column names property but its identifing with index Anuradha B 1 2,835 02-12-2015, 04:00 PM
Last Post: Kirill
Exclamation Automate High charts with QTP 10 saurabh10 2 2,904 12-24-2014, 05:53 PM
Last Post: vinod123
  Want to Automate SOAP UI test cases on QTP geethwind 6 18,787 08-07-2014, 12:03 AM
Last Post: rshrestha
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,285 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  How to make a function for an object that has a large number of parent objects Shroomsday 1 2,280 01-28-2014, 11:15 PM
Last Post: jacosta

Forum Jump:


Users browsing this thread: 1 Guest(s)