can we run the scripts of QTP8.2 in QTP7.0?
Answer / yogesha
No.It is not possible.Lower compatibility not support
We can run the script generated in QTP7.0 in QTP 8.2.
| Is This Answer Correct ? | 1 Yes | 1 No |
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
How to use transactions in qtp?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
How to make arguments optional in a function?
how do close the task manager through QTP?
How to open any application during Scripting?
diff between qtp versions from 8.5
.how will you load the object during runtime
How to "Turn Off" QTP results after running a Script?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.