I'm new to QTP, i facing a a problem in the script
says"Object not found",
"Browser("").page("").frame(Name:=fminfo).webtable().
the issue is, QTp is not able to identify the web table in
run time.becuase in that fram"fminfo" there are "n"table
and the table do not have the names,Html id.
1) i need to count the number webtables available on that
page.
2)need to identify the webtable cell values.
3)How Loop the once i get the count and retrive the cell
data of each webtable?
Can anyone help on this, plz..
Thanks,
Suresh
Answers were Sorted based on User's Feedback
Hai Buddy,
Don't worry
Do one Thing Avoid Frame i mean Doesn't use frame in your
Script.
and you are beginner so i suggest you never ever use Frame
in your script it shows ERROR.
just write like this:-
"Browser("").page("").webtable("index:=?","htmlid:=?","name:=?")
Now you can easily find out properties of webTable in object Spy
BEWARE!!!!!!!! Always ignore Frame
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lavanam
Dear Check Object Identification,
Add some more details like prop of webtable and try out the
thing once again.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / wiredrawingmachine
sell wire drawing machine, wire and cable machine
www.wire-drawing-machinery.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
I have string like hp company.print tis like company hp.write a program in vbscripting
In what way program "hello world" you can write in vbscript?
What are the data types supported by vbscript?
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
How to find arry size in qtp vb script
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Which data type/types are supported by vbscript language and what are their specialties?
Is VBscript case-sensitive?
what is the use of Data base check point ?