How to find Total no of Text Fields in the Page..Anybody
please answer me..Thanks in Advance
Answers were Sorted based on User's Feedback
Answer / babu
Hi,
Set oDesc = Description.Create()
oDesc("micclass").Value = "Text"
Set Lists = Browser("Login").Page("Application").Frame
("folderFrame").ChildObjects(oDesc)
NumberOfLists = Lists.Count()
msgbox NumberOfLists
by using this, you can able to get the number of text
fields in the page.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / yogi
set a = description.create
a("micclass").value = "webedit"
set ch_obj = browser("").page("").childobjects(a)
msgbox ch_obj.count
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain the concept of object repository?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
Can abody explain me Send keys concept
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
How many function you use in your application?
How to test results for qtp ?
Can Any One Write How to Write the Script for Child Objects
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What are the different types of checkpoints?
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
What is the differences between image check point and bit map check point?
What are the types of Object Repository’s in QTP?