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
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What are class variables?
what is resorceallocation
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Is vbscript a case-sensitive or case-insensitive?
What is the output of a + b in vbscript if a = 5 and b = 10?
how to check whether link is disabled in QTP??
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Explain what is loose binding? Why is it not a good practice to use it?
What is the use of the formatdatetime function in the vbscript language?
What is purpose of scripting.filesystemobject class in vbscript?
Explain about filter expression?
How regexp.execute method works?
How will you get a combined string from array of string in vbscript?
Which object provide information about a single runtime error in a vbscript?