Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP 11 not identifying web objects using string based DP
#1
Not Solved
Hi ,
I have installed QTP 11 on xp2 with IE8.

While recording and playing the google search script it works fine.but when I use the String based DP and use the first statement

Code:
Browser("name:=Google").Page("title:=Google").WebButton("name:=Google Search").Click

it throws error "Cannot find web button object parent {browser}"

I have tried with supplying different properties along with creationtimeas ordinal identifier but it did'nt help

Just to know ,should I need to install any patch for QTP 11 to fix this issue or any configuration needs to be done


Your help is highly appreciated


Thanks,

Ankit
Reply
#2
Not Solved
Hi,

Try below code:

Code:
Browser("title:=Google").Page("title:=Google").WebButton("type:=Submit","html tag:=INPUT","value:=Google Search").Click

Regards,
Sankalp
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Facing a problem while identifying Angular JS objects in a web page vangasantosh 0 1,100 12-20-2017, 01:26 PM
Last Post: vangasantosh
  QTP changes string returned from DB to date format Odette 2 2,156 06-02-2015, 01:46 PM
Last Post: Odette
  UFT 12 unable to recognize the objects of a java based application (jre - 1.7.0_65) Sushant Dasgupta 2 8,945 09-17-2014, 03:47 PM
Last Post: Sushant Dasgupta
  UFT 11.53 not identifying VB objects wrapped in activeX controls jainrash 0 2,464 07-02-2014, 03:07 PM
Last Post: jainrash
  Unable to identify objects for Python based application manu.sharma7 0 2,420 05-30-2014, 11:14 AM
Last Post: manu.sharma7

Forum Jump:


Users browsing this thread: 1 Guest(s)