Actions
Hi... I have a question on Creating a new Action using scripting: In the below mentioned syntax: Code: object.AddNewAction (Name, Description, ScriptContent, Reusable,ActionPosition) where will the...
View ArticleUser defined Objects(Can't map standard grid object in to table object )
Since UFT/QTP not supporting my application, I'm using mapping object into standard object(user defined objects) and doing some scripting, now I tried to map standard object(grid) into table object but...
View ArticleClose on Exit Issue in QTP 11.0
Good morning: I am relatively new to QTP. I have a question I have not been able to answer. When I run my script, at the end, QTP closes the browser regardless of the setting of the 'close on exit'...
View ArticleMultiple 2 IE browsers are being displayed
I gave the variables, wrote the script and called using variables when i try to do that 2 IE browsers are being displayed, can anyone help me out in letting me know where am wrong Option Explicit'...
View Article"SAP automation using QTP" work from home
I am looking for work from home for "SAP automation using QTP". If anyone know any site or any information about it, Please send me.
View ArticleObject spy help please
Hello seniors, I am new to QTP and need to use object spy to get properties of specific objects on webpages. I have Windows 7, QTP 10.0, IE 9. Object spy is only recognizing window and 1 or 2 other...
View ArticleUFT Query
I need to automate following scenario and want to know if it is possible in UFT or NOT and if yes then how I can automate following scenario 1) UFT tool create XML File 2) Load of XML file 3). Call Web...
View ArticleQTP closes after test run from QC
Hello, I can run qtp from qc. When script is finished running, qtp gets closed. How can I keep it open after the test run? I have only read only access to c drive. I can not make any changes to mic...
View Articleqtp server
Hi, I have qtp installed in my machine. The three other members do not have qtp in there machines. Can they still access my script and run it?Can I set my machine as qtp server? Please advise. -S
View Articleobject required
Hi, I get object required in line 2. Any help? Code: set objRun = QCUtil.CurrentRun msgbox objRun.Name -S
View ArticleQTP 11 wrongly identifies Browser Count as 2
Code: Set objBrowser = Description.Create     objBrowser("micclass").value = "Browser"         Set colBrowser = Desktop.ChildObjects(objBrowser)     iTotBrowser = colBrowser.count     msgbox...
View ArticleVariable declaration
Is variable declaration is mandatory in vb script? How to make variable mandatory in vb script?
View ArticleRegular Expression
How to capture dialog box message and validate using regular expression?
View ArticleQTP FLEX
I am having an application that runs on flex 3.6 SDK. I am trying to automate the same using QTP 11.0, but, I am unable to identify the objects. MY PC is Windows 7 , 32 bit Installed the Flex 4.5...
View ArticleHelp with object spy....gridpanels..please!
Hi, I am trying to automate some checks on a java application. In one page, there is a gridpanel which has multiple row entries. I want to be able to click a row by using its index or text property....
View ArticleIE 10 Load status
Hi all, How to check if IE 10 has completed loading the page. The regexpwndtitle is blank. For IE 9 and below it shows "Done" or "Waiting". But for IE 10 in windows 8 it shows blank. Also the status...
View Articlecheck broken link in a page
I created a script that will check broken link in a page means valid url is that or not but i am not getting a url which one is call by javascript. Error is show in attachment 'Find out all the links...
View ArticleData Table Query
How to fetch the particular cell data in Global/Local sheet? How to check whether that cell is editable or not? Please give me the VB script statement for this.
View ArticleDatabase CheckPoint
Hi all! I'm the beginer in QTP, can you please help me with Database CheckPoint. I create a connection and RecordSet: Code: Set objConn = CreateObject("ADODB.Connection") Set objRecSet =...
View Article