who is the best faculty in Hyderabad for QTP?
Answer Posted / rakesh
please provide GC REDDY sir institute in Hyderabad.....please help me
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What are the check points can be inserted without recording?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How does you test a weblink which is changing dynamically?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Hybrid framework supports Descriptive programming. Is it true?
please any one can explain the keyword driven framework. with gmail example.
what are the challenges you have faced while testing web based application using the automation tools ?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
What is RTM (require ment tracebulity marix) fromate?
What is a quick test professional?
what are all the fileds present in object repository?
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 many types of parameters are available in quicktest professional (qtp)?