A programming paradigm in which the program statements describe the data to be matched and the processing required rather than defining a sequence of steps to be taken.

learn more… | top users | synonyms

0
votes
1answer
17 views

Email option not showing up on Sharepoint site when setting up data driven subscriptions

I'm trying to create a data driven subscription on Sharepoint site and I want use Delivery type as Email. But I don't see that option there. Can someone please help? Do I need to enable any option or ...
2
votes
1answer
44 views

Is configuration-driven GWT UI possible?

I'd like to have a GWT app with a UI that is configuration-driven, meaning that if I make certain database changes, or deploy a different XML descriptor (outside the WAR), then I can change the look, ...
0
votes
1answer
75 views

SSRS Multiple Data Driven subscription with same table

Currently I have 4 or 5 reports (more are coming) with over 50 subscriptions on it (different email and different parameters), and I want to regroup them using the data driven subscription. I can ...
0
votes
1answer
79 views

Building a data driven asp.net web forms application

I need to create an asp.net web forms application which is data driven using VS. The application needs to have a login screen, with customers and staff, with a product page where they can select a ...
0
votes
0answers
18 views

Web and mobile app storageo

I am looking to create a database driven, native mobile and web app through phonegap. This requires HTML, js, and CSS. I have built a simple db drive web app through php. Is there something similar ...
0
votes
1answer
118 views

Dynamic data-driven website localization

I have a website that reads some of its content from a database, I need this website in both languages, English and Arabic. the needed content is duplicated in the database in both languages. lets ...
1
vote
1answer
238 views

SpecFlow - How to use data driven tests like NUnits TestCaseSource property?

I'm a QA who decided to use SpecFlow for my test automation after some consideration. I think it's brilliant, but missing one feature which I did use often with other test runners such as NUnit - ...
1
vote
4answers
91 views

Data-driven flag setting in derived class constructor

Say I have a base class with a flag inside of it which derived classes have to set: struct Base { bool flag; Base(bool flag):flag(flag) {} }; I want to configure which derived classes set ...
0
votes
0answers
41 views

FlatFileDataObject - Test skipped because it is parameterized but no data was provided

I am trying to convert my tests using FlatFileDataObject instead of CsvData. Unfortunatelly I am not able to get it to work. Below you see the 2 extracts of the tests. The first one works with ...
0
votes
2answers
133 views

Junit Data Driven test using only selected Datapoints

i have 3 datapoints of string array and 2 datapoints of integer array. @DataPoint public static Integer[] xxx ={100,200}; @DataPoint public static Integer[] x ={-14,15}; @DataPoint public static ...
4
votes
1answer
506 views

Write efficient entity system like in C++

I'm trying to make an efficient "entity system" in C++, I've read a lot of blog/articles/documentation on the Internet to get lot of information but I've got some questions again. I've find two ...
0
votes
1answer
91 views

How can I pass an array as parameter in a Data driven test in Java?

Currently I have to know the no. of parameters I'm passing to the test function. Is there a way to pass parameters to the test function from the Data Provider as an array of indefinite number of ...
0
votes
1answer
100 views

Data-driven application testing methodology - advice needed [closed]

Apologies for the long story! I have an application that does nearly-runtime-analysis based on big data (RDBMS) coming from several feeds. The flow is as follows: certain event triggers updates of ...
0
votes
1answer
193 views

UserID and Data Driven Subscriptions

I am trying to create a data driven subscription for a report that uses @UserID to filter the results (for security purposes). The solution I've seen referenced as the answer to several similar ...
0
votes
1answer
82 views

Datadriven subscription error - SQL Server 2005

I am using SQL Server 2005. Connecting to: Reporting Services... Home folder -> I have my report: "Report1" For "Report1" I can add Subscriptions -> Data Driven Subscription... I go through the ...
2
votes
1answer
479 views

Mstest name instead Data Row with Data-Driven testing

I use MsTests and Data Driven approach for testing. (Excel is data storage for tests) tests result dont provide any information about tests data. For example: Result look as: testname (Data row 5). ...
0
votes
0answers
2k views

Data Driven Framework - Selenium Webdriver

I am automating a web application testing using Selenium Webdriver(Java with JUnit) and I am quite familiar with Data Driven Testing. Now I want to build a Data Driven framework and I don't have any ...
0
votes
1answer
71 views

Keeping a web-app 'live' (i.e. responsive to changes in data)

As title says, I will be developing an asp .net web-application all geared around displaying data. This data will change many many times through the day, so it's a matter of time before what the UI is ...
0
votes
0answers
48 views

What is the way to inject controls implementing common interface?

I have a winform application where the information of the controls to be rendered is stored on the database server, at initialization the information is fetched from the server and controls are layed ...
0
votes
0answers
192 views

WPF MVVM multiple data source model conception

I want to build an enterprise data-driven application using the following technologies : c# WPF + MVVM WCF for external online data transport Binary serialization (yes...) for an "offline cache" ...
1
vote
1answer
62 views

Looking for data-driven security framework for .net

I am developing a kind of CRM system that needs to have a data-bas*ed security mechanism more then role-based security mechanism. For example, a certain user in the system can view all clients, ...
0
votes
3answers
503 views

How to Create new Excel file out from seleniumRC result?

I'm creating a test case using selenium RC. The General flow of the process is to get data from an Excel File. Then run the SeleniumRC. To get the result I place a printout command. All output is ...
2
votes
1answer
87 views

Implement data driven Swing components cleanly

I have inherited a Java Swing data maintenance app. There is a user administration module which has the main user attributes on the main JPanel. In a subsidiary JTabbedPane there are master detail ...
0
votes
4answers
5k views

Populating a drop down list dynamically in ASP.net, and passing that value to another query?

2 questions for everybody. 1) How can I order the years by their value, it crashes when I use DESC? 2) If I populate my list like so: string strConn = ...
0
votes
1answer
281 views

How to write data driven tests using JUnit 3

I want to create test cases at runtime. The testcases will be created from some excel file and depending upon the values in excel. I know we have @Parametrized in JUnit4 but I cannot use JUnit4. ...
1
vote
2answers
87 views

What technologies are used in a seemingly 'live' data driven website?

Maybe the title could be rephrased slightly better but basically I'm wondering how the likes of facebook have implemented a 'live' interface with regards to new notifications/messages etc. I know that ...
0
votes
2answers
337 views

multi thread - ms test - data driven test

Background I have written a test suite in "mstest" which has a template XML. The test populates this template with data from my database and posts it to a web service. When the web service replies ...
0
votes
1answer
215 views

How to implement UINavigationControllerDelegate to call web service for data driven app

In my app, I have 5 navigation controllers. One of the navigation controllers displays 3 view controllers sharing the same data (from a Sqlite database). The only difference is that they present the ...
0
votes
1answer
106 views

MIDI and XML: Is there a project/community that is modelling MIDI device specifics (MIDI SysEx) using XML?

Is there a project community that is developing a common set of XML languages, toolkits, code libraries for programming specific features of a diverse range of MIDI devices? Specific capabilities of ...
7
votes
3answers
494 views

Is data-driven testing bad?

I've started using googletest to implement tests and stumbled across this quote in the documentation regarding value-parameterized tests You want to test your code over various inputs (a.k.a. ...
7
votes
1answer
2k views

Game engine and data driven design

I've heard about data driven design and have been researching about it for a while. So, I've read several articles to get the concepts. One of the article is Data Driven Design written by Kyle ...
0
votes
1answer
1k views

How do I create a data-driven SSRS subscription from a SharePoint List?

I am trying to set up a data driven subscription to an SSRS report. I'd like to use a sharepoint list that contains the recipient email address and a report parameter that will filter the contents of ...
1
vote
1answer
122 views

Data-driven approach to networking in C. This can't be new?

I'd like to know whether something like this has been done before: I've recently started work on a networking library in C. The library maintains a set of sockets, each of which is associated with ...
0
votes
1answer
215 views

How do I control the type of a column in data-driven unit test with CSV datasource?

I have a data driven unit test that uses a CSV file for its data source. One of the columns in my file is meant to be treated as a string. It works fine until I add a line where the value for that ...
3
votes
11answers
740 views

Pros and cons of making database IDs consistent and “readable” [closed]

Question Is it a good rule of thumb for database IDs to be "meaningless?" Conversely, are there significant benefits from having IDs structured in a way where they can be recognized at a glance? ...
0
votes
1answer
276 views

PHP Menu - How To Recursively Delete Parent and Child

I am working on a data driven menu system in PHP /MySQL. I can't figure out how to delete menu items without leaving some of them orphaned. All top level menu items have a zero (0) parent id value ...
17
votes
6answers
511 views

Thoughts on minimize code and maximize data philosophy

I have heard of the concept of minimizing code and maximizing data, and was wondering what advice other people can give me on how/why I should do this when building my own systems.
0
votes
1answer
23 views

Data files when using intepreted languages

Say I have some data which I want several kinds of. I think the easiest example could be tiles in a game: I would have grass, rock, tree, etc. each with different sets of values. I would immediately ...
3
votes
2answers
968 views

CRUD-style data driven distributed .NET application architecture questions

Context: Building a smart client application on the .NET platform where you have a complex database model with a high number of columns involved. The natural application style is a typical data driven ...
2
votes
1answer
736 views

Reporting services subscription reports errors, but logs don't give details

Where can I find more detail about my subscription errors. I have a data driven subscription, showing status: Done: 24 processed of 24 total; 24 errors. but my trace file ...
1
vote
1answer
174 views

ASP.NET 4.0 Database Created Pages

I want to create ASP.NET 4.0 dynamic pages loaded from my MS SQL server. Basically, it's a list of locations with information. For example: Location1 would have the page ...
2
votes
1answer
5k views

Excel driven Selenium Tests

Is there any way we can extract Selenium-IDE output as an excel sheet and then use java reflection to trigger them one-by-one? Any existing good tool already done this?
0
votes
2answers
419 views

“Mail merge”-like functionality in Dreamweaver, or in any other web editing tool?

I have inherited several related, low-traffic web sites to manage and edit. These sites are implemented with static html, and they've accrued lots of stray tags and other cruft. I want to try to ...
0
votes
4answers
140 views

In a database driven web app, what should the user see when the database is unavailable?

If a web application relies on a database to serve dynamic content and that content is unavailable for whatever reason (database server down, etc.), what is the preferred method for handling this ...
13
votes
8answers
11k views

What is data-driven programming?

I've been tasked at work to write a detailed engineering plan for a logistics application that we are coding to propose to a customer. I have been told that it is a data-driven application. What does ...
0
votes
1answer
237 views

How to drill down in the data driven unit tests results on Hudson with MSTest

Our continuous integration server is powered by Hudson with MSTest. We use the Hudson MSTest plugin. Everything works fine, except there is a problem when a data driven unit test fails. The MSTest ...
1
vote
2answers
219 views

Data-driven dependency injection

Are there any frameworks out there that allow for data-driven dependency injection (ideally in .NET)? I'm thinking something inspired by Spring.NET for example, where you configure your object graphs ...
3
votes
2answers
811 views

Data-driven state machine application

We are currently working on a "data-driven" state machine application. Right now, the state flows are all configured in the database, but none of the decision/business logic is configurable in the DB ...
1
vote
4answers
453 views

Can you send dynamic data to a processing applet?

I have an ajax page which pulls data from a database. I'd like to add a processing applet to visualize the data but i can't figure out how to update the visualization as the data changes. The idea is ...
11
votes
5answers
2k views

A python web application framework for tight DB/GUI coupling?

I'm a firm believer of the heretic thought of tight coupling between the backend and frontend: I want existing, implied knowledge about a backend to be automatically made use of when generating user ...

1 2