write a qtp code to count the number of child objects in login
page and highlight it
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are metrics and matrix?
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
What VBScript operators, functions, and statements do you use in QuickTest Professional?
diff between wr and qtp in detail.
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
You have an application version 1 with 5 combo boxes, Developers develop version 2. Here they replaced bottom 3 combo boxes with each other. While executing the Test script for version1 no errors. When we execute the Test script for version2 that QTP showing the error message "Object not identified" remember no property changed in version 2, ordinal identifier also disabled. Find what properties might change here in this scenario
how to select the work for complete automation and one more thing when u are going to choose automation