I am trying to automate the execution of a word count program through selenium ide, which actualy will run on Linux machine.(selenium on windows and wordcount on linux).
is it possible with selenium ide, or any other tool?
we don't know your wordcount application. As far it is a web application which can be accessed via firefox browser you can use the Selenium IDE. If you provide a link to your application I can tell you more about the possibility.
Related
Is there a open source automation tool for Qt app? I'm looking for a automation tool for Qt app, Squish is too expensive
If you're OK with writing your tests in Selenium, you can try qtwebdriver
Is it possible to use tideSDK to check what applications are running in the Operative System?
Thank you
You'd have to write a native app that does that, which you can then call from within TideSDK. You might want to look into using MonoDevelop for that, since you could hit Windows and OSX with the same application.
I have an existing application that is built on Ubuntu Linux using Maven. It has a server part (Java), Client part (Flex/AIR) and installers (Windows installers + RPMs). The client part now needs to be expanded to use a Native Extension. For this, you cannot longer build a .air, it needs to be a .exe.
I am trying to figure out how I can build this .exe now on Ubuntu Linux.
I am directly calling the adt.jar with some arguments to try to do this, but I get the following error:
Native extensions are not allowed for the current target
Is there a way to make this work?
regards,
Wim
I wrote a windows desktop tool that is supposed to read / write files to a unix machine. The problem is that I don't have a unix machine to test it on.
Is there something I can install on my windows machine that will mimic a remote unix machine and let me test my application?
Installed VMWare player. In VMWare player installed Lubunto. Works perfectly.
Hi i want to know how to make a portable app to run in an autoit gui. what commands/functions to use so when i compile the gui script and the portable app i want the portable app runs in the gui. an example would be great.
thanks
The exe file you create with Autoit can be copied to any win32 system and you will be able to run. If that's what you meant under portable that's the answer.
You can't make android app or anything alike with autoit it is not java it is not cros splatform it is a windows automation tool moreover a programming language in itself but for windows systems only