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 |
write a vb script to create a folder?
What is the purpose of regexp object in vbscript?
How to Import data from a file (file is on the desktop) to the data table
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Inorder to avoid Message box while writing script which alternative method can be used?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
How will you trim the spaces on the left of a string using vbscript?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What are the valid scopes of a variable in vbscript?
How to Enter Values on the Command promt using VB script
How do you get the value of a combo box in Javascript?
How to add actions in driver script to run those actions in QTP?