Hi,
Am trying to download QTP 8.2 version.its not supporting
Windows Vista.Can you please help me out from this.Which
QTP version supports this.
Thanks in Advance.
Answers were Sorted based on User's Feedback
Answer / rupesh
qtp 9.2 and qtp 9.5 are supporting windows vista
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srikanth
Hi dude,
QTP 8.2 & 9.2 will not support Vista.you can go with 9.5
only
| Is This Answer Correct ? | 0 Yes | 0 No |
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
What r the diffrernt file extentions in QTP?
How do you synchronization point through DP?
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
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
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
Pls explain me the difference between ........ Description.Create and CreateObject
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
what is the command (keyboard command) to swith from expert view to key word view