waht is the difference between QTP 8.2 and 9.0 version
Answers were Sorted based on User's Feedback
Answer / naidu
hi..
laxman dont comment others,divya post the coomment what her knows.... thats it
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rajasekhar
in 8.2 we can save only one Shared Object Repository (.tsr
files), where as in 9.0 we can save more than one Shared
repository .
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / mohammad
No Block Commenting in 8.2 Supports Block Commenting in 9.0
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / divya
in Qtp 8.2 we will be haveing only on e OR but in an addtional
Or is present.
8.2 not able to identify the Menu items but the 9.0 can
disadvantage of 9.0 is unable to carryout the Text Area check
point, which can done by useing the 8.2.
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / lalabot
well you can see the big difference! its the number itself
8.2 and 9.0.....hehehehehe
| Is This Answer Correct ? | 2 Yes | 13 No |
What is the concept of firewalls?
What is the qtp testing process?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
HOW TO DO THE BATCH TESTING USING QTP?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
How do you return a value from a function
What is the difference between Client/Server application and Web application ?
What is the extension of qtp local repository?
What are the views available in quicktest professional (qtp)?