write a qtp code to count the number of child objects in login
page and highlight it
Answer Posted / prathyusha
set olink=Description.create
olink.add "micclass","text"
set olinkcol=B().P().Link().childobjects(olink)
msgbox olinkcol.count
for i=0 to olinkcol.count-1
olinkcol(i).HighLight
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In qtp, how you can use xpath to identify objects?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Can we create user defined functions in qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Plz Explain AUTOMATION REFERENCE MODEL?
Explain xml checkpoints.
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
How u will do versioning in QTP?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How does you pass optional arguments in qtp?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
How to get popup error message.