Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP is not identifying table with column names property but its identifing with index
#1
Not Solved
I am using descriptive programming. To identify table, using table property 'column names' with value ending with reg exp ("Ex: OrdNo.*) but QTP is not identifying any table which has reg exp value. Please find the below code

Code:
Browser("name:=Browser name","creationtime:=0").Page("title:=Page name").Webtable("column names:=Reference No.*","cols:=4")

But QTP identifies with index value

Code:
Browser("name:=Browser name","creationtime:=0").Page("title:=Page name").Webtable("Index:=34","cols:=4")

I can't change the column name with index because in others machine it is working fine.

Recently i have downgraded from IE9 to IE8, thinking this might be causing the problem but not sure.

Please any one suggest solution for this issue.
Reply
#2
Not Solved
Hi

please take a look for a solution in the following article

http://relevantcodes.com/get-rowcolumn-o...-webtable/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to click on the WebButton with specified Index srach84 2 4,042 03-31-2015, 04:36 AM
Last Post: srach84
  QTP is not identifying Parent objects it self then how can we automate swapna.9n9 0 1,916 12-11-2014, 04:32 PM
Last Post: swapna.9n9
  QTP identifying WebList as WebEdit and an Element passion77 3 8,114 01-27-2014, 10:21 PM
Last Post: supputuri
  to count the number of used rows in a particular column sujaravi123 3 10,909 06-12-2013, 03:17 PM
Last Post: sujaravi123
  QTP is not identifying the objects in .net application. qtpexpert 0 2,561 03-12-2013, 12:59 PM
Last Post: qtpexpert

Forum Jump:


Users browsing this thread: 1 Guest(s)