Posts: 6
Threads: 3
Joined: Mar 2009
Reputation:
0
11-18-2009, 06:35 PM
(This post was last modified: 11-18-2009, 06:38 PM by arjun.singh.)
Hi All,
I have a javatable in which there are many values.Every time My QTP script is run, I would like to select a value from Javatable which has decription like "Interest"(say).How can I read Values in Java table and so that at the time of running of script,it seraches for "Interest" in Javatable and selects that cell.[/align]
Posts: 6
Threads: 3
Joined: Mar 2009
Reputation:
0
11-19-2009, 04:36 PM
Thanks for the reply.It worked
Posts: 10
Threads: 1
Joined: May 2011
Reputation:
0
06-13-2011, 11:58 AM
How can i compare an empty string in the above case ? I want to skip reading data from cells which are empty. thanks for the reply.
Posts: 66
Threads: 7
Joined: Sep 2011
Reputation:
0
05-15-2012, 11:06 AM
Is there any way we can directly get the value of the row containing perticular value,Without traveresing the whole table everytime.
E.g
If in a table row 3 and column "operations" contains a value "insert",then is there a way we can get the row of the cell containing data insert directly without using cell by cell search?
Posts: 66
Threads: 7
Joined: Sep 2011
Reputation:
0
05-16-2012, 12:21 PM
Hi kotaramamohana,
I am working on javaTable and object.GetRowWithCellText is not supporting.
Its showing errror.
Could you please suggest some other option?
In my project numerous times I have to do it and it takes lot of time to search cell by cell.
Posts: 66
Threads: 7
Joined: Sep 2011
Reputation:
0
05-22-2012, 06:24 PM
Any suggestions ppl?
Please respond,as this would avoid lot of time in my project.