Answer Posted / sesha reddy
HI FRIENDS
Why we are selecting QTP for testing means
1.compare to remaining all tool this is compatable to lot
of environmental appications.
2.this is the latest .
3.most impotatent thing in this is key word driven frame
work.this is most powerful compare to all.
4.and all other automation uses are there
from
Sesha Reddy M.Sc(IT)
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Explain how you can find length of array in qtp?
How to use conditional loops in qtp ?
Explain xml checkpoints.
How many types of recording facility are available in quicktest professional?
What is throw Object?
How did you resolve conflicts present in Object Repository?
With what extension you can save the list of tests in a file to run in test batch runner?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
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