In Quick Test Pro 8.21. While Recording/writing the Script i want to know the " Selecting Tab Position Action Script".Eg: Window contains 4 tab positions i would like to select 2 tab position at that time how script will come. plz write the script and send me. 2. How can i generate and select Tree View in Programatically. Eg: Mycomputer Contains all drives information like as below. +My Computerwhen i press + Symbol My Computer will Expand that format like-- My Computer Drive
Hello,I'm using QTP 8.2. and I want to test an Application which is designed with Oracle Forms 10 g.Before installing the Oracle Addin for QTP 8.2. I was able to open the Application with QTP and IExplorer 6.0.After Installing the Oracle Addin for QTP 8.2. I wasn't able to open the Application neither with QTP nor ÍExplorer.I only installed the Addin. I haven't installed any upgrade or patch!The following failure is shown in the JAVA Console after starting the application:java.lang.VerifyError:
How to use automation object to load the library files in QTP. I tried to use this stmt" set App = createobject("Quicktest.Application")App.Test.Settings.Resources.Libraries.Add ("F:QTPrepository.vbs"),1 ".could u pls help how to add it by script itself? what is executefile concept? is it workaround to my question?
More details on Question: I was trying to call the QTP Scripts from Load Runner Controller Scenario. There, I only see options for Vuser Scripts, GUI Scripts, Astra Tests and All Files(*.*) options in
Latest Answer : there is a spcial patch from mercury should be purchased for which the qtp 8.2 scripts will be compatible with load runner ...
I have downloaded QTP 8.2 version from the mercury website with the Java addIn. I was able to run a very small swing application using the record and play mode. Now I am trying to run our java application which is a client server application using QTP. The application does come up through QTP but its not able to record any of the clicks/operations that I perform. I tried running the java application from outside QTP and then recording as well . QTP is not able to recognize any of the components
Latest Answer : Select the particular action and click on the position form where you want to run the script. Then Right Click and select "Run From Step". ...
How do we automate the process of editing an XML file. coz if i just record opening an XML file making changes and saving.and when i run this simple recording some other field gets edited in the run process.please help and let me know know what should be done to automate XML files???
Latest Answer : To write the log files we have to write the programe To create Log File:--Class General_LogDim objfso,objfileFunction Create_Log(Fname)str=Fname&"LogFile.txt"set objfso=createobject("scripting.filesystemobject")set objfile=objfso.createtextfile(str,2,true)EndFunctionTo ...
I want to use QTP to test web application. in that application there is one menu like file and under that there are diff menus like create, new,open etc. so while recording if i click on new then it get recorded. but in new when i click on new then its not get recorded. why this is happening?
How can we delete cookies and temporary files progrmatically in QTP 8.2Please reply soonThanks in advance