microstrategy

Answering Multiple Prompts via URL in MicroStrategy

 ̄綄美尐妖づ 提交于 2019-12-25 01:17:26
问题 I'm very new to MicroStrategy and I'm trying to build a URL to navigate to a report bypassing the prompts. The report has 2 prompts for dates, then a multi-select prompt (search/add items from one listbox into another). I can get it to answer the date prompts (bypass them), but I can't figure out how to answer the multi-select prompt via the URL. Here's what I have so far... This works for the date prompts... http://SERVERNAME/microstrategy/asp/Main.aspx?Server=SERVERNAME&Project=PROJECTNAME

Testing flash applications on web using selenium [closed]

放肆的年华 提交于 2019-11-29 10:47:45
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

Testing flash applications on web using selenium [closed]

不想你离开。 提交于 2019-11-28 03:40:32
问题 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 6 years ago . I want to test Microstrategy applications using any web testing tools. I figured out seleniun serves my purpose well. But