black-box Questions

1

Is is possible to setup Safari's web inspector to ignore jQuery while stepping thru JavaScript?
Nesta asked 29/1, 2015 at 5:44

6

I understand how equivalence testing works. How is it the same or different from boundary value testing?
Eveliaevelin asked 15/12, 2009 at 18:8

8

Solved

I'm trying to understand one in terms of how it compares to the other. Is white box testing where you can see the code and black box testing where you don't look at the code?
Goree asked 15/12, 2009 at 8:56

1

Specifically, I'm trying to find the image path. This would be a super useful thing to be able to get, and as far as I've found nobody knows how. I've looked at the generated nib file for keys, and...
Peccavi asked 4/4, 2012 at 17:58

9

Solved

I'm trying to decide whether to use a Rails or a Django guru to create a web app for me. I've been recommended to use Django because it uses less "magic". From my perspective however, the "magic" o...
Snailpaced asked 14/1, 2009 at 2:31

4

Solved

I am working as a tester on a system based on a Rest API. Part of my job is to use different applications to POST files to the Rest API and then accessing the API directly via a Rest Client to veri...
Retire asked 15/1, 2010 at 9:56

3

Solved

insertion_procedure (int a[], int p [], int N) { int i,j,k; for (i=0; i<=N; i++) p[i] = i; for (i=2; i<=N; i++) { k = p[i]; j = 1; while (a[p[j-1]] > a[k]) {p[j] = p[j-1]; j--} p[j...
Scroop asked 19/4, 2010 at 18:54

2

I am attempting to perform a numerical optimisation of a "black box" function in Mathematica. Schematically it goes like this: NMinimize[{comb[x,y,z], x > 0}, {x,y,z}] where comb[x,y,z] is de...

1

Solved

So you instantiate an EF context, push objects in or pull objects out, it tracks the complete state of the object changes (if change tracking on). Up until this point the developer has been respons...
Parturifacient asked 23/7, 2011 at 2:38

3

Solved

A function is: $a == md5($b . $secret); You can choose $a and $b You don't know $secret You get the value of the function for the $a and $b you choose as either true or false. Is there any be...
Zollverein asked 24/4, 2011 at 2:24

3

Background Here is the problem: A black box outputs a new number each day. Those numbers have been recorded for a period of time. Detect when a new number from the black box falls outside the pa...
Racialism asked 22/9, 2010 at 15:10

6

Solved

When I first started looking into Rails and Django I was steered away from Rails by Django developers who felt that Rails was a black box which uses an excess of "magic" (leaky abstractions). Upon ...
Allisan asked 17/1, 2009 at 18:17
1

© 2022 - 2024 — McMap. All rights reserved.