Example page for trying out web automation tools [closed] - web-testing

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Does anybody know of a web page which I can try out automation tools on.
We are evaluating a Test Automation tool and are looking for a page where we can write test cases to automate that are beyond the average "Google search" test case.
So I am looking for a page which is a bit more advanced, for example with Login, Search. And it should be built for trying out test automation, and nobody should care if we fill it with crazy data.
An example would be this page: http://www.ranorex.com/web-testing-examples/vip/
But I would like some more advance stuff, multiple pages and login.

You could create a few dummy Google accounts: that would give you the ability to test multiple simultaneous logins and access to a myriad of different activities (Gmail, Google+) that have some pretty advanced capabilities.

One simple out of the box website is the asp.net internet template site that comes with asp.net MVC. Just load up Visual Studio (even express) and create the site automatically.
I would consider that a decent playground. It is also easy to add on new functionality to it since all the plumbing is there

Related

I want to start learning Demandware [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there a website or tutorial to have a "Hello World" and more for demandware?
Where can I find the demand ware api documentation
Is there someway to have free server access, for training purpose ?
I already installed Eclipse and UX plugin..
Thanks
The main resources for such queries would be
https://xchange.demandware.com/community/developer
https://documentation.demandware.com
Both require that you have a valid Demandware XChange account.
It should be possible to request such by Demandware support.
There is no free server access as far as I am aware. To get a sandbox, you need to have an active subscription for Demandware SaaS.
It may be the case that your employer/client already has one, so it may be good to check with them.
It's a pay-to-play kind of model, so you can't really learn it without having an enterprise account with DW. If you do have one, you can get access to xchange where there are lots of training videos and documents....but basically it's just like NodeJS with some DW-specific calls and some, optional, funky flow chart things.

Alternative self hosted solution for google apps (mainly document/spreadsheet)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
As titled, I'm finding for a software can be installed on my own server, to replace for google apps.
I'm open to commercial solution, the point is I want to keep the data on my own server.
Any advice is appreciated
Okie doke. This is actually pretty challenging -- you're asking for online editing, which is very cloud-oriented, but using a private server. If all you wanted was file services, then you'd have a lot of options -- OwnCloud.org is a personal favorite, but there are a bunch.
If you really want to be able to edit online but save to a private server, SharePoint comes to mind first. Alfresco and its ilk are also out there, but that's enterprise-oriented. There are theoretically some ways to use OpenOffice programs in a browser (see also this) but I've never seen them in action.
Hope that gets you started. Good luck.

Chat API - Similar service like TokBox but for text-based chat? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I find tokbox is a great service for video chat. But is there any other similar service for text-based chat, that provides api, so that i can manage my own users and chat participants.
Thanks
In another SO question somebody recommended http://www.phpfreechat.net/ but I've no experience of using the service.
As ever Google is your friend and once you know of a service such as PHP Free Chat you can do a related search and get some other options.
You could also build a chat solution using Pusher, who I work for. We offer a number of publisher libraries and client libraries in different technologies including JavaScript. We offer presence functionality that makes building chat forums really easy which is why it's one of the big use of Pusher.
Edit
There is also CometChat which may be worth looking at.

Is there a programatic way to access iTunesConnect sales reports? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I've got an app on the iTunes store, and Apple provides daily (and weekly) sales reports. I'd like to download these in an automated fashion (say, via script attached to a cron job), but I'm not sure how to get around all their https-forms, Web-objects controls, session-IDs, etc.
Does anyone have a plug & play solution for this?
Thanks!
There's a thread in the Dev Forums about this: https://devforums.apple.com/thread/1253?start=0&tstart=0'>Sales Reports Script
Link: https://devforums.apple.com/thread/1253?start=0&tstart=0
I really like AppSales, an open-source iPhone app that scrapes the iTunes Connect website and gives you daily and weekly reports, graphs etc. It's open source so you can extend it to your needs.
http://github.com/omz/AppSales-Mobile
There's no API but you cant "scrape" it, there are various open source scripts online.
Instead though you can use www.appfigures.com which downloads reports automatically, turns them into interactive sales/downloads reports and sends parsed reports by email automatically as well as shows your reviews from all 77 app stores around the world and rank trending from 6 major app stores.
For security reasons I'd use a sub iTC account when signing up.
And its completely free (while in beta)

Best Wiki for Mobile Users [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Most wiki software I've presents lots of "features" on their pages. This is fine for desktop users, but is annoying when using an iPhone or other mobile device. I'd prefer pages that just had the content, along with maybe an Edit button and a Search button. The editors are also often too fancy for mobile users; a simple multi-line edit field would be better for mobile users than a bunch of formatting controls.
What is a good wiki package for mobile users?
W2 by Steven Frank (of Panic, makers of Transmit) is awesome.
It's totally stripped down for iPhone--just the essentials.
It supports markdown and basic Wiki-style formatting. https://github.com/panicsteve/w2wiki
That page has a link to a demo site.
I find the wiki in Fogbugz to be very good using it with the iPhone.
It is very easy to override the mediawiki skins with your own. You could remove whatever you want to without much of a problem.