Power Automate Desktop Selenium to VBA - selenium

I have installed Power Automate Desktop. Is possible to link Selenium from Power Automate Desktop to VBA references?

Power Automate Desktop has a recorder for web processes, if you need to call VBA, power automate has its section, if that doesn't work you can implement a console and run the script.

Related

How can i put my destop application online

I am writing codes on Vb.Net. I am curious about if i write my desktop on VB.Net then is it possible to convert it as a web application.
To be more specific: I am writing a CRM software on VB with Crystal Reports. But i want to carry my desktop app to my web site.

Where can i download sample siebel CRM application to practice automation testing

I want to create a POC of automation testing for Siebel CRM application.
Can anybody suggest any sample CRM application or refere a place from where i can download Siebel application.
Also it will be helpful if anybody recommend any automation testing tool to perform automation testing on siebel CRM based application.
Thanks,
Bibek
the fastest option is to use the Siebel 20.x Sample images on Oracle Cloud Infrastructure. This will give you a current 20.x Siebel Server instance with the sample (Oracle) database. https://cloudmarketplace.oracle.com/marketplace/en_US/listing/75325155
Running the Jenkins-driven setup completes in approximately 40 minutes. Compared to installing everything on your own which takes 1 day at minimum (if you know what you are doing).
Test Automation is built in since Siebel IP 17, allowing in-client recording as well as unit and batch playback.
(see Test Automation Guide in Siebel Bookshelf https://docs.oracle.com/cd/F26413_05/books/TestGuide/index.html )
#lex

Open app as gui via powershell for a specific user

I have an app that needs to run as a GUI, I'm trying to automate it's launch at startup without the need to remote desktop to the windows server 2008 R2 and manually start it. I currently use a powershell script at startup to perform multiple tasks but have not found a way to launch this gui app in the foreground for the user. So for now I still need to remote in and manually kill / start it.
psexec.exe will help you here.
this guy can execute interactively in a remote execution. PowerShell in remoting cannot be used for interactive tasks.

Does Selenium Support Automation of Oracle Applications Forms & Reports?

Oracle Applications are Built On Java, Yet I see very less references about Automation using Selenium.
I know Oracle Application Testing Suite (built on Selenium) does support Automation. But would like to know in absence of OATS.
Any related info would be highly appreciated.
Only HTML based websites can be tested with Selenium. If the Oracle application exposes an HTML based front end that is accessible via a web browser then you can use Selenium to test it otherwise, you can't.
Oracle Application Testing Suite is not built on Selenium my friend. Open script tool built on Eclipse IDE
Tol and Owned and supported by Oracle itself, it supports most of Oracle Built applications.
Oracle Forms automation bets done in OATS(Oracle Applications Testing Suite)

Microsoft tools that can do some of the same work as Selenium and/or SOAPUI

I'm trying to get an idea of what Microsoft tools are available that can do some or all of the same testing as Selenium and soapUI. I'm not looking for comments about which people prefer but rather what MS tools I can use that will integrate well with TFS.
Does anyone have any input?
There's Microsoft Test Manager which can do a lot of what Selenium can do , but also integrates really well into your CI builds in TFS, I also believe it has a number of m good features for providing richer bug tracking and recording