How can i count the list box elements in QTP ?using script
plz explain me (Chandana)
Answer Posted / minni
u can use GETITEMCOUNT to count the items in a list
box.For an example see the below script.
msgbox Window("flightreservation").Wincombobox
("flyfrom:").getitemcount
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How do you capture tooltip using QTP?
What is the use of Debug Viewer?
What is the default add-ins in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What are the automation metrice in your project?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Explain how you can find the absolute value of the number in qtp?
Write a QTP script to enter a keyword in to Google search engine?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
how to find that tools work well with ur existing system?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What environment does qtp run in?
What is the quicktest professional testing process?