Hello there,
We're experiencing a problem on all the Web applications we've tested. When recording in AI mode, there's a phase shift problem when identifying objects. The identification frames are out of phase and don't surround the objects in the right…
Hi, I have a scenario where I have to perform a certain action, let's say on a desktop application, and then verify the results in another application that could be a web or mobile. I want to handle this scenario in a single test case. I have tried doing…
I've been working for few months with QTP (UFT One 15.0.2), and today it has stopped recording (when I do the actions no lines are written in the script and no objects are added to the objects repository) and recognizing objects with the spy feature.…
Hello, Please try using the .object function to call the native methods of the page. Example: objBrowserPage.WebTable ( "html id:=s_2_l" ) .Link ( "class:=drilldown" , "name:=" & xxx ) .Object.Click Regards. HP support If you find this useful, mark Kudos…
The following KB contains a compilation done recently of the most relevant knowledge base articles for the specific add-in or topic. Top KB articles series: Web Add-in http://support.openview.hp.com/selfsolve/document/KM01011369
Hello Everyone, There have been few issues reported about problems with Applications Under Test (AUT) that use JQuery (JavaScript), when UFT/QTP records, replay or even just when Web Add-in is loaded. So, there have been couple of articles created in…
I tried same structure and it works properly. Did you install UFT with Full administrator rights user? I recommend you to perform a repair of UFT with full admin rights. 1. Close UFT 2. Open Windows Registry Editor (Go to the Start menu, select “Run”…
Hello Swat, At the moment Chrome is supported only for replay. In order to configure Chrome you can follow these steps: Google Chrome Extensions have all their files into a single file ( .crx ), This bundling means that, unlike ordinary web apps, extensions…
A sample would be good idea to test it. Other points. What code are you using to verify it? What would be the purpose of validate the first 2 status if they are processed too fast? Do you need to perform any test action for the first 2 status or just…
Hi Please try the steps provided on this post: Web Troubleshooting Best Regards. HP support If you find that this or any post resolves your issue, mark it as an accepted solution.
Hello, If that application has .net, wpf, or visual basic controls that will be supported by UFT tool, C is not supported as technology. You can check the Product Avasilability Matrix for UFT 11.53 from the linke below UFT11.53PAM Regards.
Try device replay. Take first the position on screen of the table myx= Browser().Page.Webtable().GetROProperty("abs_x") myy= Browser().Page.Webtable().GetROProperty("abs_y") note: abs_x and abs_y return the left top corner of the table then use dive replay…
Hello Trudy, The integration between UFT 11.52 and ALM 11.52 do not required the installation of any Integration Enablement Pack. Regards. HP support If you find that this or any post resolves your issue, mark it as an accepted solution. Note: The Opinions…
Totally Right, using UFT Datatable you can save each value you want to select for the iteration this is the best way Also if you don't want to use datatable and what you want is just type your selection manually during runtime you can use inputtext before…
Is posible that this aplication has a validation function that is trigged during type process and is not active during QTP set. Try this instead of: Browser("").Page("").WebEdit("").set "US1-03048-00" Use: Browser("").Page("").WebEdit("").type "US1-03048…
Yes, as third party controls have custom code on them is not possible for the hooks inject the support over the expected structure. If you try this to get the x and y position works? myx = DelphiWindow("wndMain").DelphiObject("objMain").GetROProperty…
Hello, -What version of Delphi are you using? -How many add-ins do you have cheked? If many of them uncheck them all and select only Delphi. -If the control a custom/thirdparty control? -Any other method works? -Is runnign as 32 or 64bits? -Try DeviceReplay…
Hi Jan, I run the scan on the link you mention and I only receive 1 localization and 62 spellchek. Did you configure the Sprinter Application as screenshot below shows? What version of browser are you using? Best Regards
Hello The post below has information related to press keys with devicereplay in order to emulate keyboard functionality. http://h30499.www3.hp.com/t5/Unified-Functional-Testing-QTP/QTP-UFT-support-tip-Sendkeys-method-is-not-working/td-p/6232669#.Ul6n6lDkug0…
In that case you can use same device replay to select the first option of the dropdown myx = Browser("(************) Welcome -").Page("(************)Welcome -").WebEdit("WebEdit_2").GetROProperty("abs_x") myy = Browser("(************) Welcome -").Page…
In that case you can use same device replay to select the first option of the dropdown myx = Browser("(************) Welcome -").Page("(************)Welcome -").WebEdit("WebEdit_2").GetROProperty("abs_x") myy = Browser("(************) Welcome -").Page…
In that case you can use same device replay to select the first option of the dropdown myx = Browser("(************) Welcome -").Page("(************)Welcome -").WebEdit("WebEdit_2").GetROProperty("abs_x") myy = Browser("(************) Welcome -").Page…
If adding the element is not feasible due to the dynamically properties change then Is Browser("(************) Welcome -").Page("(************) Welcome -").WebEdit("WebEdit_2") the control that shows the dropdown list when typing? whichi option should…
Hi, What is the error message? Are you able to see the web element you try to click visible on page before the error message? HP support If you find that this or any post resolves your issue, mark it as an accepted solution.
Hi George, In order to clarify some points: 1-The unrecognized objects come because the page has not navigate to the right place? Or this even happened when the object is present in the page? 2-You find this object not found error randomly (some times…