Mac App Testing [closed] - macos

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 service that I can use to test my mac app store apps? I've seen macdeveloper.net, but being that it costs money I want to make sure that there aren't any other services that are better. Thanks!

I used macdeveloper.net about 2 years ago, for a Mac app (yes, there were Mac apps even before the Mac App Store).
It was a really great experience. Feedback from beta-testers was great, in quality and quantity. It helped me to spot and fix some very subtle bugs. This is great, because I didn't want real users to encounter them.
I find the price asked for the service (less than $20) very reasonable:
Think about how much it will cost you if even one bug is not found until on the App Store, and a user posts a very negative review because of it.
The infrastructure provided to ease your beta-testing phase is great. The time saved was enough to make me feel it was worth it. I prefer to spend my time coding and improving my marketing than to deal with problem someone else resolved better than me
When I had questions, the support was replying very quickly, with great and appropriate answers
...

Have You Tried Using :
https://github.com/CodeFacet/COMBAT + Accessibility Inspector(Developer Tools in XCode)
It's Still under development but a great tool to work with. :)
It's written down in Objective-C, so you can use its libraries inside XCode only along with a Unit Testing Project
So better Test Management and easy Test Case Writing.
PS: It works with Simulators as well so you can even Test IOS Apps

Related

How to generate documentation for Clojure code on Windows? [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
I can't seem to find a way to generate documentation for Clojure code on Windows.
Marginalia seems to be broken on all platforms since 1.7 (see here:
https://github.com/gdeer81/marginalia/issues/158).
Codox has an issue
open on this topic (https://github.com/weavejester/codox/issues/110).
The Autodoc plugin for Lein 2 seems to be broken as well (not
enough reputation to post more than two links, but there's an issue
open on this over at GitHub).
Has anyone succeeded in running any of these three on Windows? Should I try something else?
Note:
I do not have a choice here, it must run on Windows.
As I'm building a case for clojure in the company, it must play well with leiningen, which is used to build and test our code.
Another option is autodoc - seems to still be active, but from the README it seems there are no promises it works on windows - still you could give it a try.
I think codox might still be your best bet. It's pretty popular and well maintained (there's only 4 open bugs right now and they're pretty newish - one of which is the one you referenced in your question). So maybe give it some time.
Finally, I know this is probably obvious and not ideal, but you could at least do one-off generations of documentation on a *nix system for the time being.

How do websites achieve the 'Web 2.0' look and feel? [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
I'm not sure that I'm using the correct language here so I will give some examples of web sites which I believe have 'Web 2.0'look and feel
https://www.yammer.com/
http://www.heroku.com/
https://foursquare.com/
http://24sevenoffice.com/
http://www.formassembly.com
They all have big text, big buttons, plus very slick and tasteful AJAX/CSS. My question is how is this look and feel assembled? Some possible ideas I have had:
. Underlying library such as jQuery/GWT
. Handled by web framework such as Rails/Django
. Coded completely from scratch
To me all the sites have sufficient similarity that there does seem to be some type of underlying common mechanism. The reason I'm asking is that as a developer I'm wondering if I can assemble a Web 2.0 looking site using some type of tool kit.
There are common frameworks and tools to help with the development, sure. You mention two of them. However, a tool alone isn't going to do it. Not unless you just entirely conform to some kind of brown-and-serve framework. (I don't know of any off-hand.)
Good look and feel comes from good UI/UX design. I'll bet that each of those example sites you gave has a talented graphic designer behind it (either on staff or contracted for making the site) who is proud of their creative work, and simply used some tools to help facilitate that work.
I have just discovered Bootstrap and this is exactly what I was looking for

Task management for team [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'm looking for a web application to manage tasks (not necessary programming-oriented) for a small team. It must be easy to setup and maintain, and I don't look for an SaaS solution. It must offer file upload and mail users in case of a change. There is hundred of solutions available but most are too complex for what we want or are not "stable" (not updated since a long time, not very well programmed). i was wondering if stack overflow's folks have some recommendations...
Try:
lighthouse - http://lighthouseapp.com/
-or-
gemini - http://www.countersoft.com/home.aspx
We had a very similar requirement and after much searching we eventually decided on Redmine.
Does all that you require and more. Setup couldn't be easier if you use one of the Bitnami stacks. We went down the virtual image route as we had a VMWare server - but installers for existing platforms are also available.
I tried Basecamp some time ago but I don't need a web based solution. But it was pretty good.
http://basecamphq.com/
Redmine is a great project management, used by many open source projects. It is also quite actively maintained and really stable.
It's worth mentioning that even though Redmine is software oriented, it can easily be used as a project management software. All you have to do is ignore all the parts about repositories and you have a full-fledged project management software.
http://www.redmine.org/

What's the best AIR & Ruby integration tool/framework? [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 7 years ago.
Improve this question
Well, I tried Shoes, Titanium, and RubyFX (or was it FXRuby?) and am not yet quite happy with the stability and cross-platform support from any of them as desktop application GUI tools. Next in line is Adobe AIR. Anyone know what the best tool is that will integrate Ruby and Adobe AIR? Is it even possible?
I think the better question might have been "is there an AIR/Ruby integration framework?" because I don't recall ever having seen such a thing...
Did you consider Google as a possible first port-of-call? ;-)
First result I got was some info at RubyInside.
However, the fact that this question is (as I write this) the #8 search result suggests that there may may not be much to find.
Beyond that, I'd also suggest taking a look at WxRuby, which seems - from a Windows-only perspective so far - to produce nicely native-looking UIs.
Have you considered using jRuby and Swing? Using Ruby really makes Swing much more pleasant to work with.
It appears that at the time of writing, there are no Ruby/AIR frameworks.
I'd agree that there isn't a framework that answers your question, per se. But if you have a majority your rails stuff written, a good 'service wrapper' that you might want to look at is weborb. We use it for our C# classes and it's only about 10Bil times faster than flat xml service calls (You'll still receive xml, but it will be serialized/deserialized --- may the FSM bless AMF.)
True, you'd still have to write a UI, which, by the wording of your question, I'm guessing you wanted to avoid.
Is this the sort of thing you are looking for? http://www.appcelerator.com/products/titanium-desktop/

Software Design Implementation - Issue/Module/Bug/Feature Tracking Solution [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
The company is growing and we're starting to implement more and more complex software designs. I feel a need for some tracking software... I just don't know if it exists.
I currently maintain a Google Doc Folder (shared by our 3 developers) with a well-organized doc for each module. A doc is also created per major upgrade to a module or modules. For all other "tracking"... we have interal forums.
I want the following:
I want get an immediate printout of all Project_01 features or bug fixes on a particular project with the option to hide or show developer comments that have been implemented in the last X number of days.
This clearly suggests a web-based system where developers enter issues, bugs, and features with appropriate tagging. Entries should be commentable, taggable, dated, editable and reporting should be based upon tags, dates, developers, projects, etc.
I figure I'm going to be perceived as naive by the grizzled veterans floating around here, though I've been running this business for 4 years (so I've been around). I don't think we have the resources to absorb the overhead of implementing something like CMMI... but then again, I don't really know what's best.
My personal evolution to using Google Docs per Application Module + internal phpbb forums for everything else has been pretty nice compared to the way we started out (marker boards, Microsoft Word docs). I just feel like I can go a long ways towards exceeding client expectations if I had the ability to track features/bugs/issues better with superior on-demand reporting.
Thoughts?
Update: Went with MediaWiki integrated with Mantis
Take a look at fogbugz. It looks like it meets all your requirements.
Also, take a look at this other SO question: Free/Cheap Task/Bug Management software
I've good experiences with mantis. http://www.mantisbt.org
Yes, FogBugz and Trac are recommended.
I hope it helps.
I find this comparison of issue tracking systems either interesting or overwhelming.
I think with 3 developers, in the same building, you probably can get by without software tools. But, adopting something now, before you're so big/complex that you can't survive without it may save a lot of future pain.

Resources