UFT not able to recognise the objects in flight application - uft14

I have install the latest trial version of uft, while recording UF is not able to recognize the flight app objects.please help to guide on this

While launching UFT select the "WPF" addin and try again

Related

power automate desktop not connecting with browser extension

I have installed the latest versions of power automate desktop and browser extension, and I'm using the Microsoft Edge browser, before the latest update come, it worked perfectly, but after the update it not working.
every time I run the flow it shows this error:
"Failed to assume control of Microsoft Edge (Communication with browser failed. Try reloading extension)."
With the new version you also have to make sure developer tools are enabled in your browser.
See the information here about manifest v3
When I updated to the latest version of PAD I also had major issues lucky I was able to roll back to the previous version.
I'm aware this might not solve your issue, but the only way I could get mine working again was to uninstall 2.27 and reinstall 2.26, lucky I had the install for 2.26 as I couldn't find a previous version download link on the MS website anywhere.

Where can I get HLK and HCK test sets for my driver to do a submission?

I have an application kernel mode driver (software driver, no device) and I want to do hlk and hck testing for it to do a submission of merged packages (signed by EV certificate) to Microsoft.
The problem is that when I install my driver to the test system and select it in HLK Studio, I do not have any playlist to run compatibility test. Where can I get it?
I know that I can download HLK playlist from Microsoft website, but it is not in xml format whereas HLK Stdio supports only xml playlists. I tried to call this file as HLK.xml and add, but Studio writes it cannot find tests with this ids.
And I can't find any playlist for HCK Testing.
Help me, please. Thanks in advance.

Developer unlocked windows phone gets locked for no reason

I have 2 windows phone devices on my account that I use for testing. But they get locked for no reason.. I have to unlock it almost everyday. It even happened twice in one day. I haven't figured out what is causing this...
Is anyone experiencing this same issue?
**** UPDATE MESSAGE ****
This is the latest bizzare update on this bug... I've pasted my post in Microsoft Forum below:
I'm experiencing a very strange bug that I don't know if it is on the Windows Phone SDK or in Visual Studio.
I have 2 WP 8.1 devices to test an app that I'm developing. This was the sequence of events that led to this lock down:
Suddenly one phone that I used the most started to ask, almost everyday, to develop unlock the device...
Then the other phone started to do the same.
Now everytime I make a release version and run it targeting Device in Visual Studio, VS 2013 crashes... And the phone gets developer locked again.
Then I found a workaround that was to use the Application Deployment tool from the SDK only to test the release version. (Debug version it deployed without any problems on the device)
Today I forgot the manually deploy the XAP and clicked run in VS. VS crashed... Then I tried to deploy using the SDK tool it said that phone was locked... I unlocked it and clicked on the Deploy button again. Then the error: The maximum number of developer applications on this phone has been reached appeared.
I've uninstalled the app from the Windows Phone device manually and tried again and the same error occured.
I tried the other test device and had to register it again and got the same error.
Now I can't deploy any release version and I don't know how to fix this issue.
Do you know how can I fix all this Visual Studio bugs? I can't seem to find anyone else with the same problem as I'm having.
No, i have three unlocked devices in my account but one wp8.1 and other two win10, if you can upgrade your wp8.1 devices to windows 10 do that using that app because windows has inbuilt feature to developer unlock device, so your device won't get locked again automatically.
if you don't want to upgrade to and need assistance go to this link
this link requires you to login with your outlook account or may require you to login with your windows developer account.
and extra information if don't have windows developer account and want to publish your app go to this link from your windows mobile device or directly search for "Dev Share" App in windows store.

Ranorex 5.0.3 Unable to recognize objects on AS2 Application

I am currently trying to Automate an AS2 application through Ranorex 5.0.3 but I'm unable to recognize the objects through Ranorex Spy and I'm getting a popup of Ranorex technology limitation. I have all the Ranorex plugins installed for my browser. Is it possible to automate AS2 applications through Ranorex ?
Thanks,
Mudit
Try to reinstall all instrumentation once again and download latest updates for Windows.
I have noticed instrumentation problems after upgrade to 5 version so need to reinstall all instrumentation.

Winpe 4 drivers not loading

I need to inject custom drivers to wim file offline.
I'm using standard scenario described on MSDN http://technet.microsoft.com/en-us/library/hh825206.aspx: mount, add-components (WMI, .NET4), add-drivers (signed, work correctly on windows 7 & 2012, x86/64), unmount, makewinpemedia.
However, when I booting from iso (on VMWare), drivers not loading.
Any suggestions?
Thanks.
The most important thing while developing Win PE driver is to follow the architecture(using 32 bit on 64 bit Win PE can cause failures)
Follow the steps:-
Take the 'Custom Windows PE' rescue CD option in the rescue CD wizard.
If you haven't previously installed the Windows Automated Installation Kit (WAIK), then this will need to be downloaded and installed. This is a big (1.7GB) download, so please be patient. The WAIK download dialog will be shown. Just click 'Continue' and be patient while the integration completes.
Once the integration is finished cancel the rescue media wizard.
Download and run 'inject.exe' from here:
http://updates.macrium.com/reflect/utilities/inject.exe
This will automatically inject the drivers into the windows image file (WIM) and will take a few minutes.
Once completed, take the rescue media build wizard again, select the 'Custom Windows PE' and click through to the final page.
Click the 'Rebuild' button to re-integrate the WAIK. This will not need to download and install the WAIK again, so will be much quicker.
Once completed, if you now burn the rescue CD the drivers will be integrated and you should have no problems booting with the CD and recognizing your local RAID volumes.
Have you gone through Windows Automated Installation Kit (AIK) you can have a look at the following link it may help you.
http://kb.acronis.com/content/24254
Windows PE always uses the same basic VESA mode video driver regardless of the card in use.
Please check the link below.
http://technet.microsoft.com/en-us/magazine/cc160920.aspx
This particular link for creation of the ISO with Windows Automated Installation Kit (AIK) can also help you get going.
http://www.bootfromcd.com/compare-solutions/windows-pe-boot-disk-review/
i did spent some time with Win PE,there is a image below are you getting the same message while booting with VM?
There are some additional steps given in the follwing link you can check if it works this way
https://users.emulab.net/trac/emulab/wiki/WindowsByWinpe
another helpful link
http://desktopreality.com/windows-7-deployment-the-easy-way/
Updated the information check if it helps.
Thanks