write a qtp code to count the number of child objects in login
page and highlight it
Answer Posted / mudaseer
set childobj=dialog("text:=login).childobjects
msgbox childobj.count
for i=0 to childobj.count-1
childobj(i).highlight
next
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to find a window is minimized or not
what is supply chain management?
what QTP Options do you know?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
Does Low-level recording capture mouse movements?
What is RTM (require ment tracebulity marix) fromate?
What is the basic concept of qtp?
How to find the difference between 2 dates in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is recovery scenario manager? When you go for recovery scenario manager?
Explain object spy in qtp.
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What is business process testing(bpt) in qtp?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
in a web page hoe to check the dynamic links that rechabging with out using regular expressions