Unable to fetch items from WpfList in UFT
Hi, I am unable to get list items from WpfList by using GetRoproperty(),GetItems or Items method. I am getting their logical name which developer has set(I guess) but I need to fetch display name Is...
View ArticleIssue with UFT Actions
Hi , I am trying to parameterize the actions and below is the code which I had designed Code: Datatable.ImportSheet  "Q:\Excel.xls","Sheet1","Action1" a=datatable.GetSheet("Action1").GetRowCount For i=...
View ArticleWinObject is always detected by Spy
Hi, I'm using UFT 11.52 and working on a Windows application. Some of the objects are shown as WinObject by Spy. I searched online but couldn't find the answer. I don't have any patches installed. I'm...
View ArticleCertification - UFT12
I was surprised to note that no forum has mentioned anything about the fact that 'HP Functional Testing 11.x Software' will become inactive from 16-Mar-2015. Hence those interested in pursuing QTP...
View ArticlePlease help with MicDelphiAgent.pas
Jusat today I got UFT11.53 in my office machine. Application is Desktop based application front end is in Delphi and Backend is in Java. I have never worked in Delphi application. From help document I...
View ArticleQTP with JavaFx
Is it possible to automate java FX objects using QTP? I did some searches, but was unscuccessful. Is there any add-in to support this? or any other workaround for this?
View ArticleWriting values to DataTable
I'm new to the site - so please forgive me if this has been answered somewhere else. I'm using the following code to set a value on the Global datasheet - I see the value written during run-time, but...
View ArticleIssue - Capture Webelement value
Hi I am automating my web application for the first time and facing issues to capture value from webelement. Can someone help me on this? Thanks!
View ArticleUnable to select Java nodes
Hi everyone currently i am working on java application automation with uft 12.02 and my problem is, i am unable to select the java tree nodes by their names. when i am doing recording operation on java...
View ArticleQTP pop up window handling
Im facing the problem regarding pop up window When im recording the scrpit the pop up window opens after clicking on webbutton and also records the further steps but when im running the script pop up...
View Articleobject identified as WinObject by UFT11.52, HELP
Hi, I'm trying to identify a button inside a table, but the object spy only identifies the parent table as WinObject. The application is windows application and I am not sure what language it is...
View Articlehow to get background color of a WinButton
Hi, I'm testing a windows application and it has a WinButton object whose background color constantly changes. I'd like to capture it's background color, but tried different things and have not found...
View Articleobject was not found in the Object Repository
Hi all, n00b here. I created a test and saved everything from the test files to the repository to a shared file so others could run the test. When someone else tries to run the test, they get an error...
View ArticleJava Swing application objects identification issue
Hi , I am to automate a Java Swing windows based application in UFT 11.5 , but when trying to record it is getting recorded as co ordinates like Code: Window(Trail).Window("running applic").Click...
View ArticleHow to catch the script execution when QTP scripts are executed from command...
Hi Ankur & Team, I have a query on QTP execution from command prompt. How to catch the script execution when QTP scripts are executed from command line looking for executing the existing scripts...
View ArticleCan UFT 12.01 support flex objects ?
We are using UFT 12.01 version . Looking to automate a web application having flex objects. But not able to identify them. Please suggest on this. Application : KRONOS
View ArticleIssue in database testing
I tried to get string from a database but it does not work please help Code: test_id=Browser("text:=.*").Page("text:=.*").Webtable("html id:=tablepaging").GetCellData(3,2) test_id = cint(test_id)...
View ArticleRegarding Shell Scripting
Hi In My application , In one page I have a webtable which displays list of roles assigned to each user. This Web Table is has scroll bar so when page opens we can see 41 rows and when you scroll down...
View ArticleRegular expression and script optimisation
Can using regular expression for a specific property value increase the object identification speed?
View ArticleUnable to click on the WebButton with specified Index
Hi, There are multiple buttons on a web page with the same name - "Edit". I have tried to use Descriptive Programming/Index property to click on the WebButton with a certain Index. However, the script...
View Article