Questions tagged [mockups]

The most common use of Mockups in software development is to create user interfaces that shows the end user what the software will look like without having to build the software or the underlying functionality.

Mockups

The most common use of Mockups in software development is to create user interfaces that shows the end user what the software will look like without having to build the software or the underlying functionality. Software UI mockups can range from very simple hand drawn screen layouts, through realistic bitmaps, to semi functional user interfaces developed in a software development tool.

Mockups are often used to create Unit tests - there they are usually called Mock objects. The main reasons to create such mockups is to be able to test one part of a software system (a unit) without having to use dependent modules. The function of these dependencies is then "faked" using mock objects.

Mockup Software can also be used for micro level evaluation, for example to check a single function, and derive results from the tests to enhance the products power and usability on the whole.

Mockup Software

Stack Exchange

The User Experience Stack Exchange Network supports balsamiq Mockups for describing an UI in a question.

113 questions
0
votes
3 answers

Tool for drawing mockup web interfaces

What program was used to draw the picture below?
luzny
  • 2,380
  • 7
  • 30
  • 64
0
votes
1 answer

Storyboard dummy values

Is there a way to set dummy values onto my storyboard so I can see what the labels look like in development but not production? Like Android's tools namespace?
Huy-Anh Hoang
  • 777
  • 6
  • 24
0
votes
1 answer

Do with Mockit something like MockUp from JMockit

I want to do something similar to 'MockUp' from JMockit but with Mockito. I want to control the comportment of a method of a class that extends the class i want to test. But i have one problem that is the method is private, so i think i cant go…
Lnoob
  • 97
  • 2
  • 2
  • 10
0
votes
2 answers

How to get a brieflist file on my iPhone and run it

I'm testing mockup software Briefs (giveabrief.com) and managed to 'compile' one of the examples into a .brieflist file. Can anyone explain the next step, how to get the file on my iphone and how to run it. I have purchased DiskAid to access files…
Overbeeke
  • 2,006
  • 3
  • 22
  • 23
0
votes
1 answer

Mocking a GORM database with go-mocket doesn't work

I am trying to mock a gorm db by using go-mocket but it doesn't work as it should. I am not sending any mock-data to my ClusterExists function so that the unit test doesn't work as I expect. In the documentation there're two ways of mocking "Simple…
0
votes
4 answers

Which GUI tookit for quick working prototypes/mockups

I'm primarily a server-side developer - not even web server stuff. But I'm finding more and more that I need to mockup user interfaces. This is in part to more senior roles doing overall product design, but there is some personal interest as…
Jason
  • 2,233
  • 3
  • 24
  • 27
0
votes
0 answers

CSS3 matrix3d transform

I'm trying to make a mockup about carpets. I'm using JavaScript to calculate parameters. Here is my JavaScript code: var mainImageHeight = $(".mockup-main-image").height(); var mainImageWidth =…
sundowatch
  • 3,012
  • 3
  • 38
  • 66
0
votes
1 answer

OSError: exception: access violation reading 0xFFFFFFFE1CD34660 (or generic address) when multi-threading an FMU in Python

I have a question regarding using the parameter_variation.py script provided on GitHub. I'm using FMPy functions here (https://github.com/CATIA-Systems/FMPy) and have a specific error occurring only when I run a certain FMU, which is only slightly…
0
votes
1 answer

Editing Default HTML Template with Pencil Mockup Tool?

I'm trying to edit the default HTML template so that I can comment out the document header and time stamp, but I am having trouble trying to locate the template. I followed an article, but it didn't really help, considering how the directory…
userrandomuser
  • 103
  • 1
  • 1
  • 8
0
votes
1 answer

Moving Balsamiq Mockups from Web to Desktop App

How do I export Balsamiq mockups from the demo web app to the desktop app using the 'Export Mockup XML' option. If I try to save the resulting XML to a BMML or BMRL file the desktop app refuses to open them. Is there a simple way to get this to…
114
  • 876
  • 3
  • 25
  • 51
0
votes
2 answers

Storyboard of a mockup

I am working on an e-commerce based app, and the designer has passed on the mockup to me. ! This is the mockup the designer has passed. I am working on storyboard of this mockup and I have managed to get to this level as of now. There are several…
amagain
  • 2,042
  • 2
  • 20
  • 36
0
votes
1 answer

Nested JSON in ODATA SAPUI5 mockup

I am using a nested JSON file as mockup data in a ODATA SAPUI5 application, but I cannot access the nested data. JSON content [{ "testcase": { "specification": "SRS PR 28717 – Deposit in Brazilian Reais", "execution": { …
0
votes
1 answer

how to create unit tests for controllers in AngularJS

How to create unit test for my AngularJS controller LoginController? How to mockup AuthenticationService for this example? Is my controller properly build for unit testing& using mock-ups? Controller LoginController…
P.K.
  • 1,746
  • 6
  • 25
  • 62
0
votes
1 answer

lean interactive protoype platform with analytics AND video capability

We're looking at creating an interactive prototype for an app with the following specs: 1) embedded videos 2) very good analytics 3) multiple screens We're looking to optimize for time and I've been considering the following options with the…
Blake
  • 63
  • 10
0
votes
2 answers

A tool which is able to create diagrams of a system architecture

I am searching for an easy webapp or windows application where i can design a system architecture. Creating boxes for different zones, e.g. demilitarized zone, adding servers, databases and protocols and also connecting them with each others. It…
Christopher Klewes
  • 11,181
  • 18
  • 74
  • 102