Write a user defined function to count the no. of buttons
existed in a webpage ? i dont want to use descriptive.create
()
Answers were Sorted based on User's Feedback
1)Open Flight Reservation Login page
2)Add Login page in to the Object Repository
3)Write below code and run it
' Directly pass the login as argument to the function
childobj Dialog("Login")
' The function will take object as input argument and count
the child objects in the login page
Function childobj(CountObject)
aa=CountObject.ChildObjects.count
msgbox aa
End Function
Thanks
Pramod
pramod_login@yahoo.com
9845454652
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ram.polavarapu
function countedit()
dim e
e=0
n=browser("").page("").chaildobjects
if n="WebEdit" then
e=e+1
print e
next
end function
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / geetha
Set list = browser("XYZ").Page("ABC").ChildObjects
countbutton (list) 'Pass the object to function
Function countbutton(allitems)
cnt = allitems.count
num=0
For i=0 to cnt-1
name1 =allitems(i).getroproperty("micClass")
If name1="WebButton" Then
print "position of web button is " &i
num = num+1
End If
Next
print "count of webbuttons present in a page are" &num
End Function
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna chand
Hi,
If u got answer to this question can u plz snd me 2 also.
I 2 got this same question in Kanbay
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suchitra k
hi
we are having one property in qtp child objects.it returns
collection of objects contained with in the object.
| Is This Answer Correct ? | 1 Yes | 3 No |
1)Open Flight Reservation Login page
2)Add Login page in to the Object Repository
3)Write below code and run it
ChildObj=Dialog("Login").ChildObjects.count
msgbox ChildObj
Thanks
Pramod
pramod_login@yahoo.com
9845454652
| Is This Answer Correct ? | 1 Yes | 3 No |
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
1...HOW MANY TYPES OF OBJECT REPOSITORY ARE THERE IN QTP? 2....WHAT ARE THE REPOSITORY FEATURES EXPLAN. 3...HOW TO CREATE A RECOVERY SCENARIO? WHAT DOES RECOVERY SCENARIO MANAGER DO? 4...OPEN A WORD FILE AND MODIFIED WITH SOME VALUE USING QTP? 5... HOW TO CREATE EXCEL FILE USING QTP? 6... HOW TO RETRIEVE A VALUE FROM WEB TABLE? 7... WHAT IS QC REQUIREMENT TAB DO ? HOW TO MAP THE REQUIREMENT? 8... HOW TO PASS A VALUE FROM EXCEL FILE TO SCRIPT? 9...WHAT IS THE USE OF SPLIT FUNCTION?
Have you used xml check point in your project? How?
Why use Regular Expressions?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
How to capture screen shots when an error occurs?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
How will you send values to a cell in a webtable using QTP?