waht is the difference between QTP 8.2 and 9.0 version
Answer Posted / saurabh garg
There are some cosmetic changes as well...
In QTP 8.2, If you do not select an add-in to load then you
cannot do it in the same session. You have to close QTp and
then login again.
But in QTP 9.0, IF you do not select an add-in you can
select it in the same session via
File->Settings->Prperties tab->Modify button.
This is one of the practical problems I faced while using
the advanced version after older one.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to use reporter.report event in qtp ?
Hello friends..... On which areas of an application we can not test with QTP
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
What is the virtual object?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What are the different types of qtp test assets and their extensions?
what is the difference between modular framework & datadriven framework
What is accessibility check point?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What is the basic concept of quicktest professional?
What is an expert view and keyword view?
how do u plan test automation?