Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1. I have asked the same question for the third time, but
i am getting wrong answers.
Pls give me the script to count the number of edit boxes or
checkboxes in an windows application screen.
In windows application childobject is not working, anyone
very urgent

Answers were Sorted based on User's Feedback



1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / hemakumar.m

i am using 9.5. for u i giving one more solution verify it.

Dim oDesc
Set oDesc=Description.Create()
oDesc("micclass").value="WinEdit"
iObjCount=0
For iIndex=0 To 100
If Dialog("regexpwndtitle:=Login").WinEdit
(oDesc,"index:="&iIndex).Exist(2) Then
iObjCount=iObjCount+1
Else
Exit For
End If
Next
msgbox iObjCount

iObjCount gives editboxes count. u can keep what ever value
u want for ending of for loop.But it must be greater than
equal value,then only u can get correct number.

Is This Answer Correct ?    2 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / raju

SystemUtil.CloseProcessByName "flight4a.exe"

SystemUtil.Run "C:\Program Files\Mercury
Interactive\QuickTest
Professional\samples\flight\app\flight4a.exe"

Set oDesc=Description.Create
oDesc("micClass").value="WinEdit"

Set oChildern=dialog("regexpwndtitle:=Login").ChildObjects
(oDesc)

msgbox ochildern.count

Is This Answer Correct ?    1 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / hemakumar.m

i am getting correct answer. childobjects is working for
windows apps.It is better to mention error description.

in ur coding u kept small c when getting the count as u
mentioned above.

Set oDesc=Description.Create
oDesc("micClass").value="WinEdit"

Set oChildern=dialog("regexpwndtitle:=Login").ChildObjects
(oDesc)

msgbox oChildern.count

Is This Answer Correct ?    1 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / dimple

Hi subhash

find the below simple code

Set objdes=Description.Create
objdes("micclass").value="WinEdit"
Set objchild=Window("text:=Flight Reservation").ChildObjects
(objdes)

c=objchild.count

msgbox c

Is This Answer Correct ?    1 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / nath t

which version are you using. if u are using 8.2 version the
above code is not executed. u can use above 8.2 version of
QTP.

Is This Answer Correct ?    0 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / amrita

even i am facing the same problem what was faced by subash

Is This Answer Correct ?    0 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / suganya

i am also not getting the count it is showing o as result.please help me

Is This Answer Correct ?    0 Yes 0 No

1. I have asked the same question for the third time, but i am getting wrong answers. Pls give m..

Answer / subaash patil

Thanks a lot Hema Kumar, Nath, and Raju

I just had missed using the word SET in the code.

It is now working fine

Subaash Patil

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

What is object identification?

8 Answers   Wipro,


1)Difference Between Value & RawValue?

2 Answers   Wipro, Zensar,


What is difference in global and action sheet in qtp?

0 Answers  


why we use environment variables

5 Answers  


I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code

1 Answers  


What is the regular expression for Yahoo mail Inbox?

2 Answers  


Hoe we can export TEST RESUALT IN to XL-sheet?

1 Answers   IBM,


In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)

3 Answers   Misys,


Give the syntax to load function at run time.

0 Answers  


How to get the column count and column name from the resultset in the database connection program?

6 Answers  


how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?

3 Answers   HCL,


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

0 Answers   TCS,


Categories