I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
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.
These are the new features which are available in QTP8.2 and which are not present in 6.5 version.Keyword View: Lets you easily build and maintain tests without writingVBScripts.Auto-Documentation: Provides
Latest Answer : Really great help,Thanks ...
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
I am trying to use a template file (containing reference to settings file, comments etc..,). I have created 'ActionTemplate.mst' in the \'dat' folder .But when I open a new test file the template is not created.Please help.Thanks!
I am create the test script in qtp.?when i am open the it is telling readonly mode now i want to modify the script?can any one explain the process.
I need some coding help:I have a section of my application that looks up legal case numbers. So for example, I type 04TR000001 as my case number click GO and it will open the appropriate case.I have a data sheet with a parameter CASENUM and it has about 50 case numbers I now need to be able to verify the right case has opened. There is a bunch of case header information that comes up when a case is opened. It includes for example: --------------------------------------------------------------------LAKE
1. How to open multiple instances of an application from QTP? 2. How to recognize each instance and setting values and triggering events in a particular application?
Latest Answer : You can use the filesystem objectset fso=createobject("scripting.filesystemobject")set myfile=fso.opentextfile("c:raghu.txt",mode,true)mode=1 if we want to open in read modemode=2 if we want to open in write modemode=8 if we want to open in append modetrue ...
Latest Answer : Can any body post the QTP code to accomplish the following: 1. Have data in a.xls file that has 12 columns 2. Would like to get values from column 8 th 11 th and write it to b.xls file on columns 4 and 5th. Would apprecite your help. Thanks ...