Testing flash applications on web using selenium [closed] - selenium

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to test Microstrategy applications using any web testing tools. I figured out seleniun serves my purpose well. But microstrategy applications are deployed in flash formats. Please help me to guide how to test these flash applications is there any tool available? Can I use selenium only and how to use?
Thanks in advance

Selenium cannot interact with Flash objects.
You can use FlashSelenium, which is quite old but seems to work:
http://code.google.com/p/flash-selenium/
Or use Sikuli, Adobe's 'Genie' library, or Ranorex's library:
http://sourceforge.net/adobe/genie/wiki/Home/
http://www.ranorex.com/product/automated-ui-testing-of-flash-flex-applications.html
http://www.sikuli.org/
There is very limited tools and information for Flash UI Testing.
Another alternative is to interact with it directly using Javascript.

sikuli is a good one for it is based on JAVA so that you can add its jar file in to your build path .. Another one is AUTOIT where it is an 'easy bad' idea which is not recommend but in some case it may (or may not) come handy. As you have to give the co-ordination (x,y) of any element and enter code for it to interact with it like clicking or entering a text..

Related

Selenium testing for beginners [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am a manual tester planning to learn Selenium. I have very limited knowledge about Java. What is the best way to start learning and also some one has told me it is better not to learn selenium if you don't have Java experience. Is that true?
Check out the Selenium IDE Firefox plugin: http://docs.seleniumhq.org/projects/ide/
The IDE records the user's browser actions and displays them in pseudo-code. It will also export working code to Java with minimal user input. This should be a good place to start as long as the browser testing you're doing is not complex (neg testing, edge cases, etc.).
Once you're familiar enough with the Selenium operations you can bypass the IDE and create automated test scripts directly in Java.

Any passbook design tool for designer [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would like to know if there are any tool to design a layout of passbook.
I didn't find any in xcode. Experienced designer can read and write a simple json but it is much better if there are any tool help to speed up this design process.
The Pass Designer is available at http://create.passkit.com
You can use it for free to easily design and create Passes that appear in the web interface exactly as they appear in Passbook.
And with a Developer Account you can quickly build your own income stream! Details to be announced soon.
You need to understand the Passbook app, as you are limited to what you can change from Apple.
There is a Session Video called
Session 301 - Introducing Passbook, Part 1
you can see it in a web browser as well.
This will explain you the model and what can you change as types, colors, texts.
If you're only trying to find a PhotoShop file to "play around", give Takahashi Alex it's own Passbook GUI PSD a go.
I'm one of the creator of Passdock, that is exactly what you are looking for. It's a web design tool that let you create a Pass without knowing anything of the JSON structure. It's free and you can also use it to delivery the passes to the devices.
I'll be happy to help you if you have any question.
You can make passbook file via http://passsource.com .
In this site, you can test customization of passbook.

What software is available for program 'workflow' visualization? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'd like to create a flowchart/map visualization of how my project works, what is the best software available for this purpose? I'm not looking for something to do it automatically, I'd like to manually create the flowchart.
This is for a project done in Objective-C if that helps/matters.
OmniGraffle is pretty good. It even creates class diagrams from an Xcode 3.x project.
Other web applications that do this, that are not already mentioned:
draw.io, is free and uses Google Drive or Dropbox for storage (including Google Drive Realtime). I co-founded this.
Lucidchart is native JavaScript, like draw.io.
Creately and Cacoo are Flash implementations, although Cacoo are moving away from Flash.
Aside from my obvious bias, I would suggest Lucidchart or Gliffy (mentioned above).
If you (a) like gliffy and (b) want a desktop-based app that does the same thing, take a look at yEd. Supports BPMN and traditional flowcharts (as well as myriad other drawing notations). Nice and easy to use, cross-platform. Oh, and free :-)
hth.

What is best dojo learning material? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I just want to know what is best learning tools for learning dojo for beginner.
Also is there any video tutorials for the same.
Best way to learn dojo is to try is out yourself. I would recommend following books though:
Dojo: The Definitive Guide
Mastering Dojo (From Pragmatic Bookshelf)
http://www.sitepen.com/blog/
These are the largest collection of tutorials that I know of, and cover newer features that the books don't (though the books mentioned are invaluable). You may know about them already as pretty much any Google search for Dojo turns them up.
Also the Dojo IRC is helpful and friendly for specific question.
Download the code, demo and docs from http://download.dojotoolkit.org/release-1.10.0/ and put it in a folder in your document root.
In the folder there must be the following folders
dijit/
dojo/
dojox/
util/
Open the test file in a webbrowser
http://localhost/dojo-release-1.10.0-src/dijit/tests/layout/test_SplitContainer.html
Open the file in your favorite text editor change the code and see the result.
The test files are the main resource to learn dojo.
The util folder contains some useful scripts for combining the dojo files and minifying it. This is not that useful as beginner.

is there any better tool and easy tool than selenium? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
is there any better tool and easy tool than selenium?
Selenium is used by the likes of Google, Ebay, Microsoft, Apple so its a good tool and is easy enough to use.
I have a number of tutorials on my site that should get you going.
WebTest:
WebTest Key Characteristics
Selenium Webtest
WebDriver: Introducing Webdriver
Sahi, http://sahi.co.in would be the simpler better alternative. Automatic Waits, No XPaths, excellent handling of AJAX and dynamic ids, simple robust APIs would be some of the areas where Sahi is better. Disclaimer: we wrote Sahi.
In general Selenium is a pretty good tool, but it does have a learning curve (Most things do). Once you get used to it it is prety easy to use.