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
0 answers

Creating a skeleton of part of a web page?

I have been given a requirement to create a layout for a new feature/functionality of a website. I want those reviewing the design to get an idea of both the functionality and feel of how it will look juxtaposed on the existing website. Below is an…
0
votes
1 answer

How can I to add a RichTextBox on the Evolus Pencil form?

I have to add a simple RichTextBox-control on the form of Evolus Pencil. i.e. "a big field for input" with a vertical scroll, in which is possible to insert a rich Text Formated-text, and all this will be correctly displayed on the mockup of the…
MinasFilm
  • 57
  • 4
0
votes
1 answer

initializationError using MockUp Test Case

I am getting the following error in BannerUpdatedBoltTest when trying to add a mockupTest case in Another Class :TagLevelDataBoltTest. I tried to add the MockUp testcase in @Before as well but it gives me the same error. Any idea why ? Test Case :…
prit kalra
  • 319
  • 4
  • 18
0
votes
1 answer

Creating a functioning dialog box in Balsamiq

I want to demonstrate a working dialog box in Balsamiq. I can mock one up but I want it to open and close when I click on a page element. Anyone know how?
Rimian
  • 36,864
  • 16
  • 117
  • 117
0
votes
1 answer

How do I export GUI mockups to Python GUI code (e.g. wxpython)?

I want to take my mockups and export them to code using any python GUI library (wxpython, pyqt, etc). For example, this capability already exists for mockups->HTML/Javascript here: http://www.balsamiq.com/products/mockups/community I need a fast,…
user213060
  • 1,249
  • 3
  • 19
  • 25
0
votes
2 answers

Import Mockup in XML using Balsamiq

Does anyone know how to import XML into Balsamiq from http://webdemo.balsamiq.com/ I've have some mockup which I did last year, and I remember all the import and export were in XML format. Now they change to JSON format, I'm wondering how could I…
Fire
  • 377
  • 1
  • 5
  • 22
0
votes
1 answer

How to mock up the EntityManager using jmockit's Mockups API?

I have a problem with mocking up the EntityManager. Everything compiles, the test runs but the mocked method returns null. When I set the breakpoint inside the mocked 'find' method the app is never suspended there. I managed to successfully mock…
Marcin Roguski
  • 729
  • 2
  • 7
  • 16
0
votes
3 answers

CSS newbie confusion: why do responsive wireframe in 960px?

still learning CSS and am a little confused about something. Why do designers do wireframing/mockups based on a 960px layout? I'm not talking about the 960 grid system, I'm talking about stuff like PSD mockups etc. I've noticed in a lot of articles…
asjd
  • 5
  • 4
0
votes
2 answers

Are there open test accounts available for common OAuth2 providers?

I am using passport.js as back-end library To handle authentication from OAuth providers like google, Facebook and Twitter. As I am now writing the tests I would like to avoid creating own accounts just for testing. So are there something like open…
bodokaiser
  • 15,122
  • 22
  • 97
  • 140
0
votes
3 answers

Turning a screenshot into a prototype with Grails

We're beginning to design a new product, and our UI guy is knocking out screenshots like there's no tomorrow. Our boss, though, wants to be able to actually interact with the site as it would look with various features and skins. I can whip up…
Brandon Yarbrough
  • 37,021
  • 23
  • 116
  • 145
0
votes
1 answer

Select 'like' objects in photoshop and replace them (between multiple layers)?

I've downloaded a Twitter GUI .psd document. Within this document, the creator has made several tweets, each having his profile pic. You have to drill down through the layers significantly to delete them and you have to do it individually with every…
0
votes
1 answer

Can not reorder tabs inside a Pencil mockup builder tool

I am using the Pencil Mockup builder version 2.0.3. but now I have around 50 page tabs inside a document. and the only way to re-order the tabs is to right click on each tab and move it for only one step either left or right. So is there a way to…
John John
  • 1
  • 72
  • 238
  • 501
0
votes
1 answer

Mock up taging and description cms system

I'm looking for a cms system to: - upload an image like mockup and add and positioning tags(marker) on the image - write description for each marker (multilingual) - in front end, when we click on each tag, it shows the description of the tag!…
PFK
  • 116
  • 1
  • 1
  • 8
0
votes
3 answers

UI mock-up in PDF

I want to do a mock-up GUI within a pdf file. Basically, it's a series of pages. If you click button A on a first page, for example, it goes to the third page, if you click button B, it goes to the second page, etc. I want to know if there is…
HNGO
  • 335
  • 1
  • 5
  • 20
0
votes
2 answers

Tool to create a mockup from an existing site

Does someone knows a tool to help create a mockup from an existing site easily ?
Corinne Kubler
  • 2,072
  • 5
  • 22
  • 34