I am struggling to understand QTP more from descriptive
programming point of view. Is it easy to learn good QTP in
South india by good faculty than north india? I found a
great lack of institution in here. can you suggest me
better instituion. I am holding two years of experience in
same company, is there possibility in south india for me?
Answer / babu
As i know, Hyderabad is the best place to learn any new
technologies in South india.
| Is This Answer Correct ? | 1 Yes | 2 No |
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
what is the difference between wait and wait function
I installed QTP 9.5 on vista. Can someone please provide me the license key of the same. Thanks, Avi
Can any one explain about environment variables with examples?
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
how i can get the value of label box , please any body tell me script of that code
Wher to use DATA TABLE METHODS in Qtp?What is the use of it?
What are software testing metrics
how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 Answers College School Exams Tests, Mind Tree,
What is QTP?
Explain about the quicktest professional (qtp) automation object model?
How to handle the exceptions using recovery secnario manager in Qtp?