Latest Answer : Yes you can do more than capture/playback. Descriptive Programming is the answer to this question. We can write scripts without recording and it would still work fine. ...
I am using the QTPlus Repositories Merge Utility to merge all my different repositories into a single one. After having merged some repositories, I notice that, from the test, you can't see the web objects that were merged into the reposotory.If you open the merged repository in the Merge Utility, the web objects appear there.Has anyone encountered this problem? Am I missing something obvious? Does anyone have a solution?Thanks in advance.
How can we write scripts without having GUI(means u dont have any GUI and u want to write a script in QTP)?
no answer
How you write scripts in qtp?what's the main process in qtp?How do you run scripts in Qtp?Please anyone can answer my questions.......
please answer those questions
Latest Answer : Task can be a Function and can invoke them any no of times if the task is applicable to a single action.Else..can be made as 'Reusable action.'Vinoth. ...
Latest Answer : Main process in QTP is Recording, stores the properties in object repository then Running the script and then Test Results.Recording: QTP 'looks' at the object on which we are recording and stores it as a test object, determining in which test object ...
Hi all,I am facing one problem in my .net qtp application.In one page My script has to select order menu item from Add dropdown menu ex:Add->order.There is a bug in the page which opens up a pop up dialog box saying \
Latest Answer : You can access other sytem by remote access. presuming need to run a script from another system.Dim qtAppSet qtApp=CreateObject("QuickTest.Application","\10.37.11.112")qtApp.LaunchqtApp.Visible = TrueqtApp.Open "\10.37.11.112c$test",FalseqtApp.Test.RunqtApp.QuitSet ...
1.Is there a debugging option in QTP while running the scripts? Where is it? 2.What kind of support is present for scripted components? 3.Can you store different versions of the script? Where can it be stored? If in the server does it require mapping to client? 4.Can QTP integrate with outside version control systems? 5.What are the installation prerequisites for QTP?
I have encountered a problem while working on QTP 8.2.I am not able to view/modify the QTP scripts in Expert View as the Expert view gets disabled.The scenario is like:- Open any existing script, it is displayed in Keyword as well as Expert view.- Now either switch over to Keyword view or any other application.- Now again switch over to Expert view of QTP.The Expert view is disabled, i cannot even view the script, but the script is displayed in keyword view.If you or any other person has any idea