who is the best faculty in Hyderabad for QTP?
Answer Posted / sri latha
For QTP Basics so many faculties available in Hyderabad, but
for Advanced QTP the only faculty Mr.G.C.Reddy.
| Is This Answer Correct ? | 96 Yes | 15 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
What is the difference between shared and local object repository?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Explain how you can find length of array in qtp?
how interviews will be on QTP?
What are main panes available in qtp test browser?
How to handle Java tree in QTP?
How do you open adobe acrobat file in QTP and do some testing on that file ?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
what is defenetion of kiran can u tell me plz CVS, SVN
What the differences are and best practical application of Object Repository?
What is difference between Recording time object identification and Run time (Execution) time.
How to use conditional loops in qtp ?