Can we Run the Tests developed in QTP 8.2 in advanced
versions like 9.0, 9.1, 9.2...etc.,
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
We can run the tests developed in earlier versions into the
latest version, but the vice versa is not true means test
developed in QTP9 cannot be run on QTP 8.2.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / bfakruddin
Thank you mr.Uday Kumar,
it is okay.... any other problems we face or any effecient
way to use previous version tests in latest versions...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sureshsinghbhandari
QTP is only Forward Compatible not Backward Compatible
QTP lower version scripts will run in higher QTP version, but the higher Version QTP scripts can't run Lower QTP Version
| Is This Answer Correct ? | 1 Yes | 0 No |
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
How to enter table check points?
hi all need one help . i want scroll down and up but thing the holl page is taking webtable. i need to scroll down and up using scroll tab any bodu knows plz help its urjent regards balaji
does test plan is in test strategy or test strategy is in test plan.
What is meant by Output Value in UFT?
How to import the Test Results in QTP to an Excel sheet
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
how to main tain the Old scripts in qtp?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What are the different attributes used with regular expression?