what is the defference between QTP 8.2 and 9.0and 9.2?
plz tell me
Answer Posted / manu
1.in qtp 8.2 we have five parts
1. active screen
2.datatable
3.testpane
4.tools bars
5.debugger view
but in qtp 9.2 we have seven parts
including above five and information pane and resource pane
2.option are interchange in qtp 9.2
3. look and feel things are changed
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Can U Explain about QTP tool from older version to latest version also its differences?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
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
Is it possible to change the values of analog recording?
How many ways we can parameterize data in quicktest professional?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Can we create a qtp test from qc?
Which functionalities of QTP used in banking project? pls any say answer?
Is it possible to call from one action to another action in qtp?
If created one virtual object? Next time I changed the window position will it work?
What are the two types of repositories available, explain them?
Difference between action & Reusable action?