Questions tagged [verification]

Verification checks whether a product complies with specifications and further fixed conditions.

Verification is a quality control process that evaluates whether the product under development complies with regulations, specifications, or conditions imposed at the start of a development phase, see http://en.wikipedia.org/wiki/Verification_and_Validation.

Verification spans from manual testing to formal methods, from early development to final product evaluation.

Although there is often not a clear divide, you should try to differentiate the following two notions:

  • Validation: "Are we trying to make the right thing?", i.e., is the product specified to the user's actual needs?
  • Verification: "Have we made what we were trying to make?", i.e., does the product conform to the specifications?

Also see:

1429 questions
-2
votes
1 answer

Create verification if user is the site owner

I am using Drupal 7 and have a content type. Simple registered users can fill out just two fields of this content type (for example, the name of the website.) But the owner of the website can also fill out the type. I need a way for the owner of…
Eri
  • 1
-2
votes
1 answer

php mysql error trying to get email verification - phpmyadmin

http://www.phpeasystep.com/phptu/24.html I am following the guide above. I put in these codes after i made the correct tables Table "temp_members_db" CREATE TABLE `temp_members_db` ( `confirm_code` varchar(65) NOT NULL default '', `name` varchar(65)…
Xavier D
  • 57
  • 1
  • 1
  • 8
-3
votes
1 answer

How to make admin verification system after registration/Sign Up by JavaFX?

After Registration, I want to verify the information of the user, After verifying the information by admin - He will be able to log in. How can I do it by JavaFX? In my code if anyone registers he can login by this time but I want to verify his/her…
-3
votes
1 answer

Bank Account number verification using java

I am trying to write a java program that verifies the validity of a bank account number in Algeria, and I was checking the web for formula, and I found a piece of javascript (that I could not understand). Here is the code: function…
Ism Blk
  • 3
  • 2
-3
votes
1 answer

Verifying that the user inputs and integer C++

My C++ program needs to ask the user to input two values. In order to avoid non-integer values, I wanted to create a loop like this: #include using namespace std; int main(){ int x,y; while ((typeof(x)!=int){ cin>>x; …
-3
votes
1 answer

Code about generation of values for a binomial random variable

Consider the following code in r to generate value of a binomial random variable. Binomial<-function(n,p,ns) { S <- rep(ns) for (i in 1:ns) { k <-0 produ<-runif(1) while (produ >=(1-p)^n) { produ <- produ*runif(1) …
user9802913
  • 245
  • 4
  • 20
-3
votes
1 answer

How to verify if user is a student on Android application

I am working on an Android application that will have something like subscriptions (monthly, half yearly, yearly etc). The business logic is that there are discounts for students (school, college). Is there proper way to verify that someone is…
-3
votes
1 answer

(closed) stat : always check the return of the function

when I construct a string string s =""; s = rb.rep + a.chemin.substr(rep.size()); //cout << "s:" << s << endl; if (s.empty()){ cerr<<"c++ string is uninitialized"<
-3
votes
1 answer

Google wants to verify my adress because of AdMob

Google wants to verify my adress because of AdMob. They want to send a PIN number in a traditional letter on adress which I have set. The problem is that account adress is false. I have a question: Will they send that letter even if I did not…
Pete Eske
  • 33
  • 3
-3
votes
1 answer

How to create a control/checking script in powershell?

I am new to powershell scripting. I've created a script in powershell, and I would like to create a script to verify that it has been executed properly For example to verify that the purge has been executed. Could you help me? Thank you for your…
Maniyag
  • 1
  • 3
-3
votes
1 answer

Whats wrong with this php code that goes directly in without having log in first?

I have a form that only opens if you're logged in, or at least thats what I'm trying to do, but it opens without having to do it. When I go to the log in page it sends me to the other page like if I was logging in, but it doesn't even show me the…
-3
votes
1 answer

Windows Azure - Free Trial

I want to try, windows azure free trial but our country didn't listed in SMS supported countries, so could not receive any of verification using phone number, is there any workaround?
-4
votes
5 answers

Cell Phone Based Verification

I want to do mobile phone based verification for users. I understand the code generation process and i understand maintaining cell phone carrier database. But to send the text, do I need a phone number or is it possible to use an internet address…
KPO
  • 890
  • 2
  • 20
  • 40
-4
votes
2 answers

1 billionth ugly or hamming number?

Is this the 1 billionth ugly/hamming…
mincedmeat
  • 15
  • 1
-4
votes
4 answers

Javascript - verify empty inputs